h1 {
	font-size: 2em;
}

#cartcontainer {
	padding: 20px 0;
	margin: 0 10px;
}

.cardimage {
	float: left;
	width: 50px;
	text-align: center;
}

	.cardimage label {
		width: 40px;
		margin: 0 5px;
		text-align: center;
	}

img.progress {
	float: right;
	margin-bottom: 7px;
}

#cartempty p {
	width: 740px;
	padding-left: 10px;
}

table.shopcart {
	border-collapse: collapse;
}

table.shopcart th, table.shopcart td {
	padding: 5px 0;
	border-bottom: 1px solid #000000;
}

table.shopcart td.noborder {
	border-bottom: 0;
	vertical-align: top;
	padding-top: 10px;
}

table.shopcart td.spendmore {
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	background: #ffffcc;
	color: #cc0000;
	text-align: center;
	font-weight: bold;
}

table.shopcart .simg {
	width: 110px;
	text-align: center;
}

table.shopcart .sqty {
	width: 100px;
	text-align: center;
}

table.shopcart .sprod {
	width: 310px;
	text-align: left;
}

table.shopcart .sprice {
	width: 140px;
	text-align: left;
}

table.shopcart .ssub {
	width: 100px;
	text-align: right;
}

table.shopcart tr.nodeliv td {
	color: #cccccc;
}

table.shopcart tr.promo td {
	background: #f1e8d6;
}

table.shopcart .proceedlink {
	text-align: right;
	border: 0;
}

input.qtybox {
	width: 25px;
}

input.minisub {
	font-size: 85%;
	text-decoration: underline;
	border: 0;
	background: #ffffff;
}

#pageinner {
	background: #f1e8d6 url(/images/fsetbottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

	#pageinnerinner {
		padding: 10px 10px 0px 10px;
		background: #f1e8d6 url(/images/fsettop.gif) no-repeat top left;
	}

		/* :( */
		* html #pageinnerinner {
			height: 10px;
		}

	#pageinner fieldset {
		background: #fff url(/images/fsetintop.gif) no-repeat top left;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		border: 0;
	}

		#pageinner fieldset .botbord {
			clear: both;
			height: 10px;
			background: #fff url(/images/fsetinbottom.gif) no-repeat bottom left;
		}

		#pageinner fieldset legend {
			font-size: 107%;
			font-weight: bold;
			color: #ff6600;
			margin-left: 10px;
		}

		#pageinner fieldset h2 {
			padding-left: 10px;
		}

		#pageinner fieldset p {
			padding-left: 10px;
		}

	#pageinner fieldset label {
		text-align: right;
	}

#pageinner fieldset.halfwidth {
	width: 360px;
	background: #ffffff url(/images/fsetthintop.gif) no-repeat top left;
}

#pageinner fieldset.fleft {
	float: left;
}

#pageinner fieldset.fright {
	float: right;
}

#pageinner fieldset.beige {
	width: 360px;
	background: #fdfbf5 url(/images/fsetthintop2.gif) no-repeat top left;
}
	#pageinner fieldset.halfwidth .botbord {
		height: 10px;
		background: #ffffff url(/images/fsetthinbottom.gif) no-repeat bottom left;
	}

	#pageinner fieldset.beige .botbord {
		height: 10px;
		background: #fdfbf5 url(/images/fsetthinbottom2.gif) no-repeat bottom left;
	}

.placeorder {
	background: #ffffcc;
}

#sectleft {
	float: left;
	width: 400px;
}

#sectright {
	float: right;
	width: 340px;
}

#banners {
	margin: 10px 0;
}

#banners img {
	float: left;
	margin: 10px 0px 10px 6px;
	margin-bottom: 10px;
}

#banners img.lastban {
	margin-right: 0;
}

	#shopbox1 { float: left; background: #F1E8D6 url(/images/fsettop.gif) no-repeat left top; width: 770px; }
	#shopbox2 { float: left; background: transparent url(/images/fsetbottom.gif) no-repeat left bottom; padding: 10px; width: 750px;}

		#shopbox3 { float: left; background: #fff url(/images/fsetintop.gif) no-repeat left top; }
		#shopbox4 { float: left; background: transparent url(/images/fsetinbottom.gif) no-repeat left bottom; padding-bottom: 10px; }

#cscpanel {
	text-align: left;
}

select.delivery {
	font-size: 11px;
}

/***** BEST SELLERS WHEN CART IS EMPTY *****/
.shopcartbs {
	float: left;
	width: 162px;
	margin: 15px;
	text-align: center;
}