@charset "utf-8";
/* CSS Document */

#store {
  margin:0;
  padding:30px;
}
#return_policy {
	font-size:8px;
}


/* ITEMS
--------------------------------------- */
.type_wrapper {
	border-bottom:1px solid #cfcbcb;
	display:block;
	float:left;
	margin:0 0 20px;
	padding:0 0 20px;
	width:100%
}
.product_image {
	display:block;
	float:left;
	height:115px;
	margin:0 30px 0 0;
	width:200px;
}
ul.product_info {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	width:690px;
}
li.simpleCart_shelfItem,
.itemContainer {
	display:block;
	float:left;
}
.item_name {
	float:left;
  	font-size:12px;
	margin:5px;
	width:228px;
}
.item_info { 
	float:left;
  	font-size:12px;
	margin:5px;
	width:200px;
}
.item_price {
	color:#448d44; 
	float:left;
	font-weight:bold;
	margin:5px;
	width:73px;
}
.item_quantity {
	float:left;
	font-size:12px;
	margin:2px 0 0 20px;
	width:50px;
}
.item_add {
	background:url(../store/images/btn_buy.png) no-repeat 0px 0px;
	display:block;
	float:left;
	height:21px;
	margin:2px 0 0 20px;
	padding:0;
	text-indent:-9999px;
	width:45px;
}
.item_thumb {
	display:none;
}
/* ------------------------------------ */


/* CART MENU
--------------------------------------- */
#cart_shipping {
  background:url(../store/images/cart_total_amt.jpg) repeat-x 0px 0px;
  color:#FFF;
  display:block;
  float:left;
  font-size:13px;
  height:29px;
  line-height:28px;
  padding:0 0 0 25px;
  width:175px;
}
#cart_total_amt {
  background:url(../store/images/cart_total_amt.jpg) repeat-x 0px 0px;
  color:#FFF;
  display:block;
  float:left;
  font-size:13px;
  height:29px;
  line-height:28px;
  padding:0 25px 0 0;
  text-align:right;
  width:231px;
}
.simpleCart_finalTotal {
  font-weight:bold;
}
.simpleCart_empty {
  background:url(../store/images/cart_empty.jpg) no-repeat 0px 0px;
  display:block;
  float:left;
  height:29px;
  text-indent:-9999px;
  width:149px;
}
.simpleCart_checkout {
  background:url(../store/images/cart_checkout.jpg) no-repeat 0px 0px;
  display:block;
  float:left;
  height:29px;
  text-indent:-9999px;
  width:156px;
}
/* ------------------------------------ */


/* CART ITEMS
--------------------------------------- */ 
#shopping_cart {
	border:1px solid #5b5b5b;
	display:block;
	margin:0;
	padding:10px 0 15px 0;
	width:918px;
}   
.itemRow {
	clear: both;
}
.headerRow {
	display:none;
}
.item-container {
	margin:5px 20px 0 20px;
	/*overflow:hidden;*/
}
.item-thumb {
	display:block;
	float:left;
	height:25px;
	margin:0 5px;
	width:25px;
}
.item-name{
	float:left;
	font-weight:bold;
	margin:5px 5px 5px 15px;
	width:300px;
}
.item-price {
	float:left;
	margin:5px;
	text-align:right;
	width:125px;
}
.item-quantity {
	float:left;
	margin:5px;
	text-align:center;
}
.item-quantity input {
	width: 40px;
	margin-left: 20px;
}
.item-total {
	color:#438d43;
	float:left;
	font-weight:bold;
	margin:5px;
	text-align:right;
	width:200px;
}
.item-remove {
	display:block;
	float:left;
	padding:5px;
	text-align:right;
	width:120px;
}
.item-remove a {
	color:#7e0000;
}
/* ------------------------------------ */