/* @override 
	http://bsn.krd.webhop.net/assets/css/shop.css
	http://bsn.krd-design.net/assets/css/shop.css
	http://bobbysuesnuts.com/assets/css/shop.css
*/

#shop .wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(../images/shop/body-bottom.png) no-repeat center bottom;
	padding-bottom: 30px;
}

.item_price, .item_thumb, .item_quantity, .item_weight, .item_custom {
	display: none;
}

#header {
	padding: 10px 0;
}

#cart {
	position: relative;
	background: url(../images/shop/body-top.png) no-repeat center top;
	padding-top: 20px;
}

.cart_contents {
	position: relative;
	padding: 20px 40px;
	background: #56442f url(../images/shop/blue-bg.png) repeat-x center 325px;
}

.cart_title {
	display: block;
}

.cart_contents .product_list h2.item_name {
	display: none;
}

.cart_items {
	position: relative;
	height: 125px;
	clear: both;
	vertical-align: middle;
	background: url(../images/shop/your-cart.png) no-repeat left center;
}
.simpleCart_items .cartHeaders div{
	 float: left;
	 margin-right: 10px;
}

.simpleCart_items .cartHeaders {
	display: none;
	width: 100%;
	height: 20px;
}

.simpleCart_items {
	margin-left: 40px;
	width: 100%;
	height: 100%;	
}

.simpleCart_items .itemContainer {
	position: relative;
	float: left;
	width: 125px;
	height: 100px;
	text-align: center;
	color: #49382a;
	display: inline;
}

.product.item {
	position: relative;
	text-align: right;
	width: 260px;
	height: 220px;
	float: left;
	background-repeat: no-repeat;
	padding: 20px 20px 10px;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}

.product.image {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 20;
}

.product.description {
	position: relative;
	z-index: 40;
	float: left;
	width: 160px;
	color: white;
	padding-top: 90px;
	text-align: left;
	font-size: 85%;
	line-height: 150%;
	display: inline;
}

.product span.select_size {
	display: block;
	float: left;
	color: #fefefe;
	font-weight: bold;

}

.product.options {
	position: relative;
	padding-top: 10px;
	clear: both;
	width: 250px;
	height: 30px;
}

.product .select {
	border: none;
	float: right;
	margin: 0 10px;
	background-color: #ac6828;
	color: white;
	width: 25%;
}

.product.options .item_add {
	display: block;
	float: right;
}

.product.options .add .reason {
	text-align: left;
	color: white;
	font-weight: bold;
}

.promo.shipping {
	position: absolute;
	left: 440px;
	top: 55px;
	z-index: 9;
}

.cart.options {
	height: 150px;
	background: url(../images/shop/gift-bg-bottom.png) no-repeat center bottom;
	margin-top: 60px;
}

.cart.options .inner {
	background: url(../images/shop/gift-bg-top.png) no-repeat center top;
	padding-top: 20px;
}

.cart.options .inner .left {
	
	float: left;
	width: 390px;
	color: white;
	padding: 10px 10px 10px 30px;
	
}

.cart.options .inner .content {
	background-color: #49382a;
}


.itemThumb {
	display: block;
	width: 100%;
}

.itemName {
	font-weight: normal;
	font-size: 80%;
	padding: 0 0 10px;
	font-style: normal;
}

.itemQuantity {
	position: absolute;
	height: 20px;
	width: 10px;
	left: 30px;
}

.itemincrement a{
	position: absolute;
	display: block;
	background: url(../images/shop/arrow-up.png) no-repeat;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	left: 50px;
	-moz-outline-style: none;
}

.itemdecrement a {
	position: absolute;
	clear: both;
	display: block;
	background: url(../images/shop/arrow-down.png) no-repeat;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	top: 117px;
	left: 50px;
	-moz-outline-style: none;
}

.itemTotal {
	float: right;
	text-align: right;
	padding-right: 20px;
}

#total.simpleCart_total, #total_title {
	position: absolute;
	right: 10px;
	top: 40%;
	font-weight: bold;
	color: #49382a;
	font-size: 160%;
}

#total_title {
	top: 25%;
	font-size: 120%;
	color: white;
}

#discounted_total {
	position: absolute;
	right: 10px;
	top: 72px;
	float: right;
	color: white;
	display: none;
}

#discounted_total .original_price {
	text-decoration: line-through;
}

#prod_1 .discount_badge {
	position: absolute;
	width: 66px;
	height: 66px;
	left: 150px;
	background: url(/assets/images/discount-badge.png) no-repeat;
}


#empty.simpleCart_empty {
	position: absolute;
	right: 10px;
	top: 70%;
	font-weight: bold;
	color: white;
	text-align: right;
}

.form.list {
	background-color: #49382a;
	padding-bottom: 10px;
}



.form.list {
	width: 400px;
	margin-left: 500px;
}

.form.list label, .checkout label {
	float: left;
	display: block;
	width: 70px;
	color: white;
	font-size: 80%;
}

.form.list input, .form.list textarea {
	width: 250px;
}

.form.list textarea {
	height: 50px;
}

.form.list li {
	list-style-type: none;
	line-height: 30px;
}


.main_menu {
	float: right;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 10;
}

.main_menu li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

.main_menu li a {
	text-align: center;
	display: block;
	width: 92px;
	background: url(../images/shop/tab.png) no-repeat center top;
	color: white;
	text-decoration: none;
	padding: 10px 0 20px;
}



#giftcon {
	float: left;
	margin-right: 20px;
}

.left p {
	margin-left: 80px;
	line-height: 180%;
}

p.option_copy {
	margin-left: 120px;
}

.gift-title {
	padding-bottom: 10px;
}

.gift-option {
	padding: 10px 0;
}

input#gift {
	display: block;
	float: left;
	margin-right: 10px;
}

input.disabled, textarea.disabled {
	background-color: silver;
	border: none;
	margin: 5px 0;
}

input.enabled, textarea.enabled {
	background-color: white;
}

.checkout {
	margin-top: 20px;
	background-color: #49382a;
	padding: 20px 0;
}

#zip {
	float: left;
	width: 100px;
}

.zip {
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	margin-left: 20px;
	margin-top: 5px;
}

.zip label {
	width: 90px;
}

#checkout_button_set {
	position: relative;
	width: 148px;
	height: 29px;
	float: right;
	margin-right: 30px;
}

#checkout_button {
	position: absolute;
	width: 148px;
	height: 29px;
}

#checkout_button.disabled {
	background: url(../images/checkoutbutton.png) center top;
}

#checkout_button.enabled {
	background: url(../images/checkoutbutton.png) center bottom;
}

.faux-no {
	position: absolute;
	display: block;
	z-index: 99;
	width: 100%;
	height: 29px;
}

.faux-k {
	display: none;
}

.checkout_options {
	position: relative;
	width: 431px;
	top: -8px;
	float: right;
}

.mailinglist{
	margin-left: 20px;
	display: block;
	height: 15px;
	width: 440px;
}

.mailinglist label {
	display: block;
	margin-right: 10px;
	padding: 3px;
	font-size: 90%;
}

#zip-message {
	position: absolute;
	left: 10px;
	top: -10px;
	width: 300px;
	text-align: center;
	color: orange;
	font-size: 60%;
}

#ship-note {
	position: absolute;
	z-index: 100;
	right: -48px;
	top: 62%;
}

.loader {
	position: relative;
	left: -20px;
	top: 5px;
}

