/********************
 *
 *	SHOPPING_CART.CSS
 *	Customer Shopping cart CSS for ITC
 * 
********************/

/* header cell */
th.ShoppingCartHeader {
	font-family:	'arial';
	font-size:	14px;
	font-weight:	bold;
	padding:	5px;
	background:	#E1E8EB;
	border-bottom:	#D2D3D5;
	white-space:	nowrap;
	text-align:	left;
}

/* cell */
td.ShoppingCartData {
	font-family:	'arial';
	font-size:	13px;
	padding:	5px;
	border-bottom:	1px solid #D2D3D5;
}

a.ShoppingCartControlLink {
	font-size:	10px;
	font-weight:	bold;
}

div.ShoppingCartMainData {
	color:		#000000;
	font-weight:	bold
}

div.ShoppingCartDetail {
	font-size:	10px;
}

td.Total {
	font-size:	15px;
	text-align:	right;
	font-weight:	bold;
	color:		#000000;
	border-bottom:	1px solid #D2D3D5;
}

span.ShoppingCartBtn {
	padding:	5px;
	border:		1px solid #000077;
}
