/** Product page **/
div#product-page {
/*	width: 800px;*/
	padding: 0 !important;
	background: url('/static/img/bg-products-page.jpg') repeat-y;
}

div#product-page {
	margin: 10px 0 0 0;
}

div#product-page div#category-bar {
	float: left;
	width: 195px;
}

div#product-page div#category-bar h2 {
	position: relative;
	background: #e5dfd4;
	width: 100%;
	padding: 8px 0;
	font-size: 16px !important;
	text-align: center;
}

div#product-page div#category-bar img#shop-all-sites-arrow {
	position: absolute;
	top: 36px;
	left: 95px;
}

div#product-page div#product-area {
	position: relative;
	float: left;
	width: 658px !important;
	margin: 0 0 -13px 15px;
	padding: 55px 0px 0px 20px;
	background: #e5dfd4;
	overflow: hidden;
}

div#product-page div#product-area div#cat-heading {
	clear: both;
	margin-bottom: 15px;
}

div#product-page div#product-area div#cart-bar {
	margin: -5px 0 25px 0;
	padding-left: 20px;
	background: #C8BFAE;
}

div#cart-nav {
	margin: 0 0 0 0;
	padding: 15px 0 35px 0 ;
	background: #3b280d;
	width: 195px;
	height: auto;
}

* html div#canvas div#cart-nav {
	margin: 0 0 0 26px;
}

div#cart-nav h3 {
	text-align: center;
}

div#cart-nav h3.active a {
	color: #b9a383;
}

div#cart-nav h3 a {
	color: #cac5be;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

div#cart-nav h3 a.active {
	color: #978263;
}

div#cart-nav ul {
	width: 145px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#cart-nav ul li {
	width: 230px;
}

div#cart-nav ul li a {
	display: block;
	width: 160px;
	margin: 7px 0;
	font-size: 10.81px;
	color: #cac5be;
	text-align: right;
}

* html div#cart-nav ul li a {
}

div#cart-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

div#cart-nav ul li.active {
	background: url('/static/img/cart-nav-arrow.png') 75% 0% no-repeat;
}

div#cart-nav ul li.active a {
	color: #fff;
}

div#category-bar div.no-pad {
	padding: 0 !important;
	margin: 0 !important;
}

div#category-bar div.no-pad img {
	margin: 0 0 -4px 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

div.item {
	position: relative;
	float: left;
	clear: none !important;
	width: 179px;
	height: 260px;
	margin: 0 9px 29px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	text-align: center !important;
	overflow: hidden;
}

div.item img {
	float: none;
	margin: 0 auto;
	height: 75px;
}

div.item h5 a {
	color: #b43b06 !important;
	font-size: 14px;
}

div.item span.price {
	color: #b43b06;
}

div.item p {
	margin: 5px 0;
}

div.item p.details a {
	display: block;
	margin: 0 auto;
	height: 18px;
	width: 77px;
	padding: 6px 0 0 0;
	background: url('/static/img/bg-details-link.jpg') repeat-x;
	border: 1px solid #bababa;
	text-align: center;
	text-transform: uppercase;
}

div.item p.add-to-cart input {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 208px;
	height: 28px;
	background: #d3c9b6;
	border: 0;
	border-top: 1px solid #000;
	color: #6b2a12;
	text-transform: uppercase;
}

