#LHMenu #test {
	background-color:RGB(241,164,74);
	color: #fff; 
}

#divcartheader
{
	background: url(../images/titles/shoppingbasket.jpg) top center no-repeat;
	height:75px; 
	padding-bottom:0px;
	margin-top:8px;
}


#tablecart
{
	cellspacing:0;
	cellpadding:0;	
	margin:0;
	line-height:1.8;
	border:1px solid silver;
	/*border-bottom:5px solid RGB(251,96,2);*/
	border-bottom:5px solid RGB(254,218,196);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	margin-top:10px;
}

#tablecart th
{
	cellspacing:0;
	padding:0;	
	margin:0;
}

#tablecart td
{
	margin:0;
	border-right:1px solid silver;
	text-align:center;
	border-bottom:1px solid silver;
	padding:2px;

}

#tablecart #tophead p
{
}

.totalrow
{
	background-color:RGB(255,236,224);
	font-weight:bold;

}

.couponrow
{
	background-color:RGB(255,236,224);
	background-color:#FFFFCC;
	font-weight:bold;
	font-size:10px;
	color:black;
}

.totalrow #Col1
{
	border-right:0;
	
}


.totalrow #Col2
{
	border-left:0;
	border-right:0;
	font-size:10px;
}


#tophead
{
	/*background-color:RGB(251,96,2);*/
	background-color:#F2D2C7;
	/*background-color:RGB(253,188,149); medium dark orange*/
	border-right:1px solid silver;
	border-left:1px solid silver;
	padding-top:5px;
	padding-bottom:5px;
	font-size:larger;
}

#rowheader
{
	background-color:RGB(255,236,224);
}

#tablecart th
{
	border-bottom:1px solid silver;
}

#thline1
{
	margin:0;
	padding:0;
	font-weight: bolder;	
	letter-spacing:1px;
	padding-top:5px;
	padding-bottom:5px;
}

#thline2
{
	margin:0;
	padding:0;
	font-size: smaller;	
	padding-bottom:5px;
}

#divsubmit
{
	text-align:center;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}

#errormessage
{
	color: red;
	font-weight:bold;
	margin:0;
	padding:0;
}

td #desc
{
	text-align:center;
	font-size:9px;
	width:240px;
}

td #desc img
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

td #Col5, td #Col4
{
	text-align:right;
}

td td #Col4
{
	width:135px;
}

#colorderqty
{
}

#offerexpires
{
	font-weight:lighter;
	font-style:italic;
	font-size:9px;
}

#offerdesc
{
	font-weight:lighter;
	font-size:9px;
	color:black;
}

#spandiscount
{
	font-weight:bold;
	color:red;
}

#spaninvalidcoupon
{
	font-weight:bold;
	color:red;
}

#cartbuttonqty
{
	position:relative;
	top:3px;
}

.entryfieldnumber
{
}