#cart_top {
	width: 400px;
	height:40px;
	background-image:url(./images/cart_top.gif);
}
#cart_tbl {
	border: 1px solid #CCCCCC;
}
#cart_tbl td {
	padding: 2px;
}
.sub_total{
	font-size: 12px;
	font-weight: bold;
	background-color: #F3F3F3;
	text-align: left;
	padding: 2px;
	border-top: 1px solid #ccc;
	color:#666666;
}
.total_line{
	font-size: 14px;
	font-weight: bold;
	background-color:#F3F3F3;
	text-align: left;
	padding: 2px;
	border-top: 1px solid #ccc;
	color: #9B0404;
}
#cart_tbl p{
	margin:0;
}
.unit_cost{
	text-align:right;
	padding-right:20px;
}
.shaded_bg {
	background-color:#F8F8F8;
}
.qty_control{
	border-bottom: 2px dotted #9B0404;
	width:85px;
	margin:0;
	line-height:30px;
	text-indent:10px;
}
.editor_field{
	border-bottom: 1px dotted #CCCCCC;
	width:85px;
	margin:0;
	text-indent:10px;
	padding:0;
	height:30px;
	text-align:left;
}

#sub_total {
	text-align: right;
	padding-right: 20px;
}
#delivery {
	text-align: right;
	padding-right: 20px;
}
#vat {
	text-align: right;
	padding-right: 20px;
}
#total {
	text-align: right;
	padding-right: 20px;
}