.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;
}

#cartTable {
	margin: 0 0 20px 0;
	/* background-color:#CCCCCC; */
}

#cartTable th {
	font-weight: bold;
	height: 50px;
	font-size:14px;
}

#cartTable td {
	height: 20px;
}

.center {
	text-align: center;
}

#pinfo {
	font-weight: bold;
	color: #339933;
	font-size:18px;
	padding: 4px 0;
}
.line {
	border-bottom:solid 1px #ccc;
}

