html, body, * {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

#iCart {
	width: 676px;
	background-color: #828282; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
    margin-bottom:20px;
}

#cTitle {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 6px;
	color: #FFFFFF;
}

#cDetails {
	width: 100%;
	background-color: #efebe3;
	font-size: 11px;
}

#cColTitles {
	color: #666666;
	padding-top: 4px;
	height: 17px;
	width: 100%;
}

#cColTitles div {
	float: left;
	height: 100%;
}

#cQuantityTitle { margin-left: 16px; }
#cProductTitle { margin-left: 92px; }
#cPriceTitle { margin-left: 340px; }
#cTotalTitle { margin-left: 55px; }

.cProduct {
	margin: 0 10px 2px 10px;
	width: 656px;
	height: 23px;
	background-color: #d7d2c1;
	padding-top: 5px;
}

.cProduct input, .cProduct div {
	float: left;
}

.cQuantity {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	width: 25px;
	height: 18px;
	margin-left: 8px;
	margin-right: 8px;
}

.cControl {
	margin-right: 5px;
}

.cProductTitle {
	width: 367px;
	margin-left: 28px;
	margin-top: 3px;
}
.cProductPrice {
	width: 60px;
}

.cProductTotal {
	width: 80px;
}

.cProductPrice, .cProductTotal {
	text-align: right;
	margin-top: 3px;
}

.cTotal {
	height: 25px;
	margin: 4px 15px 0 15px;
}

.cTotal div {
	float: right;
}

.cTotal .cPrice {
	width: 60px;
	height: 12px;
	background-color: #FFFFFF;
	text-align: right;
	padding: 4px;
}

.cTotal .cCaption {
	margin-top: 4px;
	margin-right: 9px;
	color: #666666;
}

#cSubTotal {
	border-bottom: 1px dashed #b7b4ae;
}

#cShipping {
	border-bottom: 1px solid #b7b4ae;
}

#cTotal {
	font-weight: bold;
}
#cEmpty {
	float: left;
}

#cContinue {
	float: left;
	margin-left: 5px;
}

#cCheckout, #cFeria {
	float: right;
	margin-right: 5px;
}

#cCheckout.error {
	margin-top: 10px;
	font-weight: bold;
}

#cCheckout.error a {
	color: #000;
	text-decoration: underline;
}

.nodisplay {
	display: none;
}

