/* @override http://www.arteriaplastica.com/portfolio/wp-content/plugins/wordpress-paypal-shopping-cart/wp_shopping_cart_style.css */

.shopping_cart{
	background-color: white;
	border-top: 2px dotted gray;
	border-bottom: 2px dotted gray;
	border: 1px dashed orange;
	color: #1f59fb;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.shopping_cart h2{
font-size:16px;
	border-bottom: 1px solid orange;
	color: #f8991c;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button:hover{
	opacity:0.3;
}

