@charset "UTF-8";
/* CSS Document */

#subContent {
	position: relative;
	float: left;
	width: 725px;
	min-height: 350px;
	height: auto;
}

/************************************************
*************************************************
CART
*************************************************
************************************************/

.addToCart {
	text-align: right;
	float: left;
	width: 120px;
	height: auto;
	padding: 0px 20px 0px 0px;
}
.productEntry{
	float: left;
	clear: both;
	width: 695px;
	height: auto;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	background: transparent url(../images/horizontal_line.gif) repeat-x left top;
}
#labels {
	float: left;
	clear: both;
	width: 695px;
	height: auto;
	padding: 20px 15px 5px 15px;
}
.thumbnail {
	text-align: right;
}
.productEntry .thumbnail {
	float: left;
	width: 100px;
	height: auto;
	padding: 0px 5px 0px 0px;
}
.productEntry select {
	color: #118e0e;
	width: 185px;
	font-style: bold;
	margin: 0px 0px 10px 0px;
}					
.productEntry .note {
	font-size: 10px;
}				
.productEntry .alert {
	font-size: 10px;
	color: #FF0000;
}
.cartCell {
	text-align: center;
	float: left;
	width: 85px;
	height: auto;
	padding: 0px 20px 0px 0px;
}
.item {
	float: left;
	width: 235px;
	height: auto;
	padding: 0px 20px 0px 0px;
}
.orderInfo {
	float: left;
	width: 345px;
	height: auto;
	padding: 0px 20px 0px 0px;
}
.subTotal {
	text-align: right;
	font-size: 13px;
	float: right;
	width: 200px;
	height: auto;
	padding: 0px 20px 0px 0px;
}
.continueShopping {
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 200px;
	height: auto;
	padding: 0px 20px 0px 0px;
}
.checkout {
	text-align: right;
	float: right;
	width: 200px;
	height: auto;
	padding: 10px 20px 0px 0px;
}
.emptyCart {
	float: left;
	clear: both;
	width: 695px;
	height: auto;
	margin: 0px;
	padding: 10px 15px 5px 15px;
}

/************************************************
*************************************************
CHECKOUT
*************************************************
************************************************/

.header1 {
	background: url(../store/hd_checkout.gif) no-repeat left top;
	width: 155px;
	height: 25px;
}
#checkout {
	width: 600px;
	height: auto;
	float: left;
	padding: 20px;
}

#checkout p {
	padding: 0px 0px 0px 0px;
}
.steps {
	font-weight: bold;
	font-size: 14px;
	color: #44643f;
}
.ghost {
	display: inherit;
	color: #b4c1b2;
}

