/***********************************************************************************/
/* Dekkers and Darling CSS - Copyright 2006 - www.dekkersanddarling.com - v1.0 */
/***********************************************************************************/

/**********************
 SHOPPING CART
***********************/

#mainbody {
	width: 728px;
	margin: 0;
	padding: 10px 20px 0px 20px;
	background-color: #fff;
	color: #000;
	background: 0;
}

h1 {
	font-family: "Book Antiqua", "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	color: #908D80;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

table#shopcart {
	width: 100%;
	font-size: 1.0em;
	border-collapse: collapse;
}

table#shopcart col#pic {
	width: 65px;
}

table#shopcart col#qty {
	width: 85px;
}

table#shopcart col#prodname {
	width: auto;
}

table#shopcart col#prodprice, table#shopcart col#subtotal {
	width: 90px;
}

table#shopcart th {
	border-bottom: 1px solid #cccccc;
}

table#shopcart th.left {
	text-align: left;
}

table#shopcart td.centred {
	text-align: center;
}

table#shopcart td.extralineheight {
	line-height: 1.6em;
}

table#shopcart th.right, table#shopcart td.right {
	text-align: right;
}

table#shopcart tr.prodrow td, table#shopcart td.summary {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}

#footer {
	font-size: 0.7em;
}

#checkoutleft {
	float: left;
	width: 359px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#checkoutright {
	float: right;
	width: 359px;
	margin-bottom: 20px;
}

#checkoutleft label, #checkoutright label {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 120px;
}

#checkoutleft *, #checkoutright * {
	margin-bottom: 5px;
}

label.required {
	font-weight: bold;
}

label.error {
	color: #cc0000;
}

span.errormsg {
	width: 20px;
	color: #cc0000;
}

#haserrors {
	border: 1px solid #cc0000;
	font-weight: bold;
	background: #ffffcc url(/images/errors.gif) no-repeat 5px 5px;
	line-height: 40px;
	text-align: center;
	color: #cc0000;
}

.cartnote {
	color: #000;
}

	.cartnote a:link, .cartnote a:visted {
		/* color: #600; */
		font-weight: bold;
	}
	
	.cartnote a:hover {
		color: #908D80;
	}


/*********************
 PRINT
*********************/

.cartnoprint {
	display: none;
}

