form.thecart{
	margin: 30px 0px 0px 15px;
}
#isIE.isIE6 form.thecart{
	width: 700px;
	}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #af3738;
	border-bottom: 3px solid #af3738;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 2px 0px;
}

table {
	border-collapse: collapse;
	width: 700px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}

tr{
	height: 40px;
}
	
tr.regheaders{
	background-color: #eae8e9;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 40px;
}
	
 th
,td	{
	xborder: 1px solid gray;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	}
td{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

td.price {
	text-align: center;
	}
td.discount {
	text-align: center;
	}
td.discount input.db{
	text-align: center;
	width: 60px;
	margin:1px 0;
	}	
td.action {
	text-align: center;
	width: 60px;
	}
td.action input.cb {
	height: 18px;
	width: 100%;
	margin: 1px 0;
	}
	
td.subtotal {
	text-align: right;
	font-weight: bold;
	color: #af3738;
	}
input.sbmtUpdate {
	border-bottom: none;
	display: block;
	border-top: none;
	border-right: none;
	border-left: none;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	background-color: #ffffff;
	color: #0d429e;
	padding: 0px;
	margin: 0px auto;
	}
a.continuereg{
	background: url(/img/continuereg.jpg) no-repeat;
	width: 203px;
	height: 34px;
	display: block;
	border: 0px;
	color: #ffffff;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	float: right;
}


#cartEmpty {
	text-align: center;
	margin: 50px 0 0 0;
	}
#cartEmpty p {
	margin: 0 0 10px 0;
	}
	
#BelowCartState {
	padding: 15px;
	clear: both;
	}
#BelowCartState h2 {
	font-size: 16px;
	margin: 15px 0 0 0;
	color: #892B2B;
	}
#BelowCartState h3 {
	font-size: 12px;
	margin: 5px 0 0 15px;
	font-weight: normal;
	}
#BelowCartState p {	
	font-size: 12px;
	}
#BelowCartState ul {
	margin: 0 0 0 15px;
	padding: 5px 15px;
	}
#BelowCartState ul li {
	font-size: 12px;
	margin: 5px 0;
	}
	
#BelowCartState dl {
	margin: 20px auto;
	display: block;
	width: 600px;
	}
#BelowCartState dl dt {
	text-align: center;
	font-weight: bold;
	}
#BelowCartState dl dd span {
	display: block;
	text-align: center;
	font-style: italic;
	}