/****************
 SHOPCART
 ****************/
ul.cartstages {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.errorlist {
	color: #cc0000;
}

ul.cartstages li {
	float: left;
	width: 152px;
	text-align: center;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	padding-top: 40px;
	color: #999999;
}

ul.cartstages li.passed a:link, ul.cartstages li.passed a:visited {
	color: #7FC22F;
	text-decoration: none;
}

ul.cartstages li.passed a:hover {
	color: #7FC22F;
	text-decoration: underline;
}

ul.cartstages li.passed {
	color: #7FC22F;
}

ul.cartstages li.active {
	color: #7FC22F;
	font-weight: bold;
	background: url(/images/listhighlight.gif) no-repeat center top;
}

table.shopcart {
	margin-top: 20px;
	margin-top: 0px;
	clear: left;
}

table.shopcart th {
	padding: 3px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #000000;
	text-align: center;
}

table.shopcart th.errormsg {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
}

table.shopcart td {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
}

table.shopcart td.nomailchangewarn {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
	text-align: left;
	color: #cc0000;
}

table.shopcart tr.productrow td {
	padding: 10px 0;
	vertical-align: middle;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

table.shopcart tr.productrow td a:link, table.shopcart tr.productrow td a:visited {
	color: #626262;
	text-decoration: none;
	font-weight: bold;
}

table.shopcart tr.productrow td a:hover {
	color: #626262;
	text-decoration: underline;
}

table.shopcart tr.voucherrow td {
	padding: 8px 0;
	vertical-align: middle;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
	text-align: center;
	background: #ffffcc;
	border-bottom: 1px solid #cccccc;
}

table.shopcart tr td.stayleft, table.shopcart tr th.stayleft {
	text-align: left;
}

table.shopcart tr td.stayright, table.shopcart tr th.stayright {
	text-align: right;
}

table.shopcart tr td.goright, table.shopcart tr th.goright {
	text-align: right;
}

table.shopcart tr.summary td.summarycontent {
	padding: 6px 0;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
}

table.shopcart tr.summary td.discounts {
	padding-top: 4px;
	vertical-align: top;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
}

table.shopcart tr.summary td.rhscell {
	text-align: right;
}

table.shopcart tr.summary td b {
	color: #cc0000;
}

span.errormsg {
	color: #cc0000;
	font-weight: bold;
}

.bodytextsmall a:link, .bodytextsmall a:visited, .bodytextsmall a:hover {
	font-size: 10px;
}