/* CSS Document */
#CartTitle
{
	padding:0;
	margin:0;
	height:28px;
	background:url(../images/cart_title_bg.gif) repeat-x;
	text-align:right;
}
#CartTitle span
{
	display:block;
	height:28px;
	background:url(../images/cart_icon.gif) right no-repeat;
	padding-right:45px;
}
#CartTbl
{
	width:100%;
	border-collapse:collapse;
	margin-top:1px;
	color:#000;
}
#CartTbl th
{
	background:#870303 url(../images/cart_tbl_head.gif) repeat-x;
	height:30px;
	color:#fff;
	text-align:center;
	border-left:1px solid #fff;
}
#CartTbl td
{
	text-align:center;
	border-bottom:1px dotted #000;
	padding:5px;
}
#CartBar
{
	margin-top:20px;
	height:38px;
	background:url(../images/cart_bar_bg.gif) repeat-x;
	text-align:center;
	padding-top:3px;
	line-height:38px;
}
.DetailsForm
{
	margin:15px auto 15px auto;
	width:450px;
}
.DetailsForm th
{
	width:120px;
	text-align:right;
}


