#banner
{
	margin-left: -10px;
	margin-top:-35px;

}
#banner  li
{
	list-style: none;
}
	
/* Product List Styles*/
#products .product
{
	text-align: center;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	height: auto !important;
	height: 364px;
	min-height: 364px;	
}

#products a
{
	text-decoration: none;
}
#products a:hover
{
	color:red;
}

#products img
{
	border: none;
	display: block;
	margin-bottom: 10px;
	width: 280px;
	height: auto;
}

#products .name
{
	color: #919191;
	display: block;
	font-weight: bold;
}

#products .price
{
	color: #b1b1b1;
	display: block;
}

#products a:hover *
{
	color: #ffffff;
}


#products .onsale
{
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(/images/onsale.png);
}


/* Product Detail Styles*/
#product-images,
#product-details
{
	float: left;
}

#product-image .stilt,
#product-images a
{
	height: 450px;
}
#product-images a
{
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	width: 500px;
	cursor: pointer;
}
#product-images img
{
	vertical-align: middle;
	border: none;
}

#images-nav
{
	text-align: center;

}
#images-list
{
	text-align: center;
	margin-top: 20px;
}
#images-list li 
{
	display: inline;
}

.images-prev,
.images-next,
.images-prev span,
.images-next span,
#product-addtocart span,
#images-list li a span
{
	display: none;
}

#images-prev
{
	float: left;
}

#images-next
{
	float: right;
}

.stilt
{
	display: inline-block;
	vertical-align: middle;
}

#product-details
{
	width: 380px;
	margin-left: 20px;
}
#product-details h2
{
	color: #ffffff;
	font-size: 18px;
}

#product-details h3
{
	color: #ffffff;
	font-size: 14px;
}

#product-details h3.price
{
	color: #00a4fc;
}

#product-details .info
{
}

#inventory
{
	padding-top: 10px;
}

#inventory .inventory-option
{
	font-size: 11px;
}

#inventory .soldout
{
	color: #393939;
}

#inventory .inventory-bar
{
	height: 3px;
	background-color: #393939;
	margin-bottom: 5px;
}

#inventory .inventory-bar .inventory-instockbar
{
	height: 100%;
	background-color: #00a4fc;
}

#cart-table
{
	width: 100%;
}

#cart-table #head-price
{
	width: 50px;
}
#cart-table #head-qty
{
	width: 25px;
}
#cart-table #head-total
{
	width: 50px;
}
#cart-table #head-options
{
	width: 25px;
}
#cart-table #head-options span
{
	display: none;
}

#cart-table .item-qty input
{
	width: 20px;
	text-align: center;
}

#cart-head th,
.cart-update
{
	background-color: #2f2f2f;
}

#cart-footer div,
#cart-head th,
#cart-table tr.row th,
#cart-table tr.row td
{
	padding: 10px;
}

#cart-footer div div
{
	padding: 0px;
}

#cart-table tr.row th,
#cart-table tr.row td
{
	vertical-align: middle;
}

#cart-table tr.row td a img,
#cart-table tr.row th a
{
	text-decoration: none;
	border: none;
}

#cart-footer
{
	text-align: right;
}

#cart_discount_code,
.total-shipping,
.total-price
{
	display: inline-block;
	width: 120px;
}

#update-btn-footer,
#cart_discount_code,
#cart-shipping-tax .total-shipping,
.total-price,
button.checkout-btn
{
	margin-left: 20px;
}
#country
{
	margin-left: 5px;
}

#cart-content
{
	margin-left: 30px;
	margin-right: 30px;	
}

#cart-content h2
{
	font-size: 16px;
	color: white;
	margin-bottom: 10px;
}
#moreInfo
{
  display: none;
}
a.moreInfo,
a.moreInfo span
{
	cursor: pointer;
	color: #00A4FC;
}
a.reprint
{
	padding-top: 20px;
	text-decoration: none;
	display: block;
}
a.reprint span
{
	font-size: 11px;
	color: white;
}
a.reprint span:hover
{
	color: #00A4FC;
}