.widget_wp_paypal_shopping_cart {
	border:3px #000 solid;
	background-color:#FFFFEE;
	color:#333;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.shopping_cart_price{
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	margin:3px 8px 0 0;
	font-weight:bold;
	color:#000;
	}
.shopping_cart{
}

.shopping_cart h2 {
	font-size:12px;
	font-weight:bold;
	color:#111;
	margin:8px;
}

.shopping_cart th {	color:#777;	font-size:11px;height:20px;}
.shopping_cart th.price { text-align:right; 	}

.shopping_cart td.picture { width: 60px; }
.shopping_cart td.picture img { margin: 0 10px 5px 8px; }
.shopping_cart td.itemname { width: 95px;height:30px;}
.shopping_cart td.itemname a { color:#333366; 	}
.shopping_cart td.itemname a:hover { color:#993333; 	}
.shopping_cart td.qty form input {	width: 25px; margin:0; text-align:center;	}
.shopping_cart td.price {width: 60px;text-align:right; padding-right:5px; line-height:20px; 	}
.shopping_cart td.delete {	width: 20px; }
.shopping_cart td.subtotal { font-weight:bold; text-align:right; }
.shopping_cart td.total { font-weight:bold; text-align:right; border-top:1px solid #888; }
	
.wp_cart_checkout_button:hover{
	opacity:0.7;
}
.wp_cart_button:hover{
	opacity:0.7;
}
