#main1S {
	clear: both;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	width: 600px;
	background: none;
}

#main2S {
	width: 600px;
	background: none;
}

#main3S {
	width: 600px;
	background: none;
}

h1 {
	margin: 0;
	padding: 10px;
	font-size: 1.4em;
}

#main3S p {
	margin: 0;
	padding: 10px;
}

#shopcart {
	border-collapse: collapse;
	margin-left: 10px;
}

#shopcart th, #shopcart td {
	padding: 5px 0;
	border-bottom: 1px solid #000000;
}

#shopcart td {
	border-bottom: 1px solid #cccccc;
}

#shopcart td.noborder {
	border-bottom: 0;
	vertical-align: top;
	padding-top: 10px;
}

#shopcart .simg {
	width: 70px;
	text-align: center;
}

#shopcart .sqty {
	width: 100px;
	text-align: center;
}

#shopcart .sprod {
	width: 220px;
	text-align: left;
}

#shopcart .sprod small {
	color: #666666;
}

#shopcart .sprice {
	width: 90px;
	text-align: left;
}

#shopcart .ssub {
	width: 100px;
	text-align: right;
}

#shopcart tr.nodeliv td {
	color: #cccccc;
}

#shopcart tr.promo td {
	background: #f1e8d6;
}

#shopcart .proceedlink {
	text-align: right;
	border: 0;
}

input.qtybox {
	width: 25px;
}

input.minisub {
	font-size: 85%;
	text-decoration: underline;
	border: 0;
	background: #ffffff;
}