.products-header {
	padding: 16px 16px 16px 36px;
	float: left;
}

.products-nav {
	float: left;
	width: 230px;
}


.products-nav a {
	display:block;
	width:166px;
	margin-left: -36px;
	padding-left: 36px;
}

.products-nav a.focused {
/*	background:transparent url(/i/arrow-band.gif) no-repeat scroll right 50%;*/
	background-color: #E3E689;
}

.products-featured {
	float: left;
	width: 285px;
}

.products-featured h3 {
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 1em;
}

.products-featured a img {
	border: 1px solid #C8B69B;
}

.products-main {
	padding: 36px 16px 36px 36px;
	border-top: 1px solid #c8b69b;
	background: url("/i/latte-gradient.gif") repeat-x top left;
	clear: both;
}

#viewcart {
	float: right;
	background-color: #E3E689;
	text-decoration: none;
	padding: 4px 8px;
}

.products-main h2 {
	border-bottom: 1px solid #c8b69b;
	padding-bottom: 16px;
}

.products-main h2 a {
	text-decoration: none;
	color: #5E5548
}

.products-main h2 a:hover {
	text-decoration: underline;
}

	.products-subnav {
/*		float: left;*/
	}

	.products-subnav li {
		list-style: none;
/*		float: left;*/
		display: inline;
	}

	.products-subnav li a {
		padding-right: 10px;
		text-decoration: underline;
		margin-right: 5px;
		margin-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
	}

	.products-subnav li a:hover, .products-subnav li a.current {
		color: #1E170E;
		text-decoration: none;
	/*	background-color: #423420;*/
	}

	.products-nav ul li {
	/*	padding-left: 16px;*/
	}

	input#view_cart {
		border: none;
		color: #7F7B0B;
		-moz-border-radius: 3px;
		padding: 3px 5px 3px 25px;
		margin-top: 16px;
		background: #E3E689 url("i/shopping_cart.jpg") no-repeat 3px 5px;
	}

	input#view_cart:hover {
		color: white;
		background-color: #423420;
		background-image: url("i/shopping_cart_hover.jpg");
		cursor: pointer;
	}

	.category-info {
		clear: both;
		margin-top: 26px;
	}

	.products-listing {
		margin-top: 26px;
		clear: both;
	}

	.products-listing .product,
	.products-listing .product-right {
		background-color:#FFFFF7;
		float:left;
		margin-bottom:36px;
		margin-right:36px;
		padding:16px;
		width:208px;
	}

	.products-listing .product-right {
		margin-right: 0;
		clear: right;
	}

	.product table, .product-right table {
		width: 207px;
		height: 253px;
	}

	.product table td , .product-right table td {
		text-align: center;
		vertical-align: middle;
	}

	.product p, .product-right p {
		margin-top: 5px;
		margin-bottom: 0;
	}

	.product form, .product-right form {
		display: inline;
		margin: 0;
		padding: 0;
	}

div.row {
	clear: both;
	float: left;
	width: 100%;
}

p.price {
	/*margin: 0;*/
}

.products-listing p.price {
	float: left;
}

.products-listing p.options {
	text-align: right;
}

.products-listing p.options select {
	font-size:10px;
/*	margin-top:5px;*/
	width:70px;
}

.products-listing p.addtocart {
	float: left;
}

.product-detail p.addtocart {
	margin-top: 2em;
}

p.detail {
	text-align: right;
}

/**********************************/
/*********** DETAIL ***************/
/**********************************/

	.product-description a.addtocart {
		background-color: #E3E689;
		text-decoration: none;
		padding: 2px 5px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
.products-header {
	padding: 16px 16px 16px 36px;
	float: left;
}

.products-nav {
float: left;
width: 230px;
}


.products-nav a {
display:block;
width:166px;
margin-left: -36px;
padding-left: 36px;
}

.products-nav a.focused {
	background-color: #E3E689;
}

.products-featured {
float: left;
width: 285px;
}

.products-featured h3 {
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 1em;
}

.products-featured a img {
	border: 1px solid #C8B69B;
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

.products-main {
	padding: 36px 16px 36px 36px;
	border-top: 1px solid #c8b69b;
	background: url("/i/latte-gradient.gif") repeat-x top left;
	clear: both;
}

#viewcart {
	float: right;
	background-color: #E3E689;
	text-decoration: none;
	padding: 4px 8px;
}

.products-main h2 {
	border-bottom: 1px solid #c8b69b;
	padding-bottom: 16px
}

.products-main h2 a {
	text-decoration: none;
	color: #5E5548
}

.products-main h2 a:hover {
	text-decoration: underline;
}

	.products-breadcrumbs {
		clear: both;
		float: left;
		margin-top: 8px;
	}

	.products-breadcrumbs li {
		list-style: none;
		float: left;
		display: block;
		padding-right: 0px;
		margin-right: 5px;
		margin-bottom: 5px;
		font-size: 10px;
	}

	.products-breadcrumbs li a {
/*	background-color: #E3E689;*/
/*	color: #D0D53B;*/
	text-decoration: underline;
	}

	.products-breadcrumbs li a:hover, .products-breadcrumbs li a.current {
	color: #1E170E;
	text-decoration: none;
/*	background-color: #423420;*/
	}

	.products-nav ul li {
/*	padding-left: 16px;*/
	}

	input#view_cart {
	border: none;
	color: #7F7B0B;
	-moz-border-radius: 3px;
	padding: 3px 5px 3px 25px;
	margin-top: 16px;
	background: #E3E689 url("i/shopping_cart.jpg") no-repeat 3px 5px;
	}

	input#view_cart:hover {
		color: white;
		background-color: #423420;
		background-image: url("i/shopping_cart_hover.jpg");
		cursor: pointer;
	}

	.product-detail {
		float: left;
		margin-top: 16px;
		width: 100%;
	}

	.product-detail .product-image {
		float: left;
		width: 250px;
	}

	.product-detail .product-description {
		float: left;
		width: 250px;
	}

	.product-image img {
		border: 1px solid #C8B69B;
	}

	.product-detail p {
	margin: 7px 0;
	}

.product-detail p.price {
	font-weight: bold;
}

.product-detail p.navigation {
	margin-top: 2em;
	text-align: right;
}

.product-previous {
	float: left;
}

.product-next {
/*	float: right;*/
}

.product-detail .viewmoreproducts {
	margin-top: 2em;
}

.product-detail p.detail {
text-align: right;
}