#editcart h4{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;	
	padding: 1px 0 0 26px;
	width:140px;
	height:22px;
}


#editcart tr td{
	margin:0;
	padding:2px 0 0 0;
	font-size:11px;
}

#editcart  tr.head{
	border:1px solid #999999;
	
}
#editcart  tr.head td{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background:#F1F3DE;
	padding-bottom:4px;
	margin-bottom:5px;
}

#editcart  tr.item td.delete, table#editcart  tr.item th.delete{
	text-align:left;
}

#editcart  tr.item td{
	border-bottom:1px dashed #cccccc;
}

#editcart input, #editcart select{
	font-size:10px;
}

#editcart a, #editcart a:visited{
	font-size:11px;
	color:#CC0000;
}


#editcart  td.subtotal{
	padding-right:10px;
}

#editcart  tr.total td{
	padding:5px 0 5px 0;
	font-weight:bold;
	vertical-align:top;
}

#editcart  tr.total td.totalhead{
	padding-right:10px;
}


#editcart  tr.gst td{
	text-align:right;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	padding-top:10px;	
}
#cartbuttons{
	margin-top:40px;
}

#cartbuttons input{
	font-size:11px;
	text-transform: uppercase;
	margin-right:4px;
}
#editcart div.optionlist{
	padding:3px 0 3px 0;

}

#editcart div.optionlist div{
	padding:1px 0 1px 0;
}


