/* -- Product Pages -- */
/* -- Product Selection Page -- */
#category-desc {
	min-height: 120px;
	line-height: 1;
	background: transparent url(/images/backgrounds/category-decoration.png) right top no-repeat;
}

#category-desc h1,
#category-desc h2 {
	text-align: right;
}

#category-desc h1 {
	margin: 0 145px 0 0;
	padding-top: 30px;
	font-style: italic;
	font-size: 4em;
	color: #c86559;
}

#category-desc h2 {
	margin: 0 100px 25px 0;
	font-size: 2em;
	color: #8cadc0;
}

#category-desc #imgCategory {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

#category-desc div {
	padding-left: 80px;
	text-align: right;
	line-height: 1.5;
}

.section-divider {
	display: none;
}

#products {
	clear: both;
	line-height: 20px;
}

#products .item-name,
#products .price {
	font-weight: bold;
}

#products .item-name {
	color: #da877c;
}

.product-list .productThumb {
height: 215px;
}

.productThumb {
	float: left;
	margin: 6px;
	padding: 0;
	width: 200px;
	height: 200px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #ccc;}
	
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	border: none !important;}

.productThumb a:hover, .productThumb a:active {
	border: none !important;}

.productThumb img {
	height: 150px;
	border: none;}

.productThumb a {
	color: #999;
}

.productThumb a:hover, .productThumb a:active, .productThumb a:focus {
	color: #333;
}

div.productThumb a div img {
	border: none;}

#productNavigation {
	clear: left;
	text-align: right;
}

/* -- Product Details Page -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 280px;
	text-align: center;}

#productImages img {
	width: 280px;
	border: none;}

#productDetails {
	float: right;
	width: 350px;}

#productDetails h1 {
	margin: 0 0 1em;
	font-size: 1.4em;}


#divRecommended {
	clear: left;
}

.recommended {
	float: left;
	padding: 10px 10px 0 0;
	text-align: center;}

.recommended div {
	width: 133px;
}

#options {
	margin: 1em 0;
	}
#options label {
	display: block;
	clear: left;
	}
#options input, #options select {
	float: left;
	margin-bottom: .5em;
	}
	
.moreInfo {
	cursor: pointer;}