.shopping_cart{
font-size:12px;
}
.shopping_cart h2{
font-size:14px;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button:hover{
	opacity:0.7;
}



.shopping_cart:th {
	text-align: center;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: gray;
	-moz-border-radius: ;
}
.shopping_cart:td {
	text-align: center;
}
