#product-cart
{
	display:			block;
	padding:			0;
	margin:				0;
	font-weight:		bold;
}

#product-cart img
{
	border:				none;
}

#product-cart p
{
	font-size:			12px;
	padding:			4px;
	line-height:		110%;
}

table.items
{
	width:				100%;
	border-collapse:	collapse;
	padding:			0;
	margin:				0;
	font-size:			80%;
}
table.items th
{
	font-weight:		bold;
	text-align:			right;
}
table.items td
{
	padding:			0px 0px 0px 4px;
}
table.items th.heading
{
	background:			#D5DDFF;
	border-top:			1px solid #4973C9;
	border-bottom:		1px solid #4973C9;
	text-align:			center;
	padding:			1px;
}
table.items th.heading a
{
	color:				#2B4377;
	text-decoration:	none;
}
table.items th.heading a:hover
{
	color:				red;
}


/*cart controls*/
#product-cart div.controls
{
	width:				100%;
	text-align:			center;
	margin:				0;
	padding:			5px 0px 2px 0px;
	border-top:			1px solid #95A1BB;
}
#product-cart div.controls a img
{
	border:				none;
	margin:				0;
	padding:				0;
}


/*the image icons in the cart for payment types*/
#cart_payment_images
{
	border-top:			1px solid #6688BB;
	border-bottom:		1px solid #6688BB;
	background:			#EDF6FF;
	padding:			2px 0px 0px 0px;
	margin:				0px;
	text-align:			center;
}
#cart_payment_images img
{
	margin:				0;
	padding:			0;
	padding-left:		2px;
	padding-right:		2px;
}
