/* shopping cart css  */
.shopping_cart_buttons{
	border : 1px solid #000;
	background-color : #e00;
	color: #fff;
}
.shopping_cart_buttons:hover{
	cursor:pointer;
}
.shopping_cart_headers{
	color : #e00;
	
}
