/* -- Product Pages -- */
/* -- Product Selection Page -- */
#products {margin: 0;}

.productThumb {
	padding: 5px;
	width: 180px;
	vertical-align: top;
	text-align: center;
	background: #fff;
	border: 2px solid #eaebe6;}
	
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	border: none !important;}

.productThumb a:hover, .productThumb a:active {
	border: none !important;}

.productThumb img {
	display: block;
	margin: .5em auto;
	height: 130px;
	border: 1px solid #eaebe6;}

div.productThumb a img {
	border: 1px solid #DED8E4;}

#conversionChart table {
	width: 100%;
}

#conversionChart table td {
	text-align: center;
	background: #fffffc;
	border: 2px solid #eaebe6;
}

.product-desc {
	margin: .5em 0;
	padding: .5em 0;
	border-top: 1px solid #eaebe6;
	border-bottom: 1px solid #eaebe6;
}

#productNavigation {
	padding: .5em;
	font-weight: bold;
	text-align: center;
	background-color: #eaebe6;
}

select {
	width: 150px;
}
/* -- Product Details Page -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 310px;}

#productImages img {
	margin: 0 10px 10px 0;
	width: 300px;
	border: 2px solid #DED8E4;}

#productDetails {
	margin-right: 10px;}

#productDetails h1 {
	margin: 1em 0;
	padding-right: 50px;
	font-size: 1.4em;}

#productDetails div {
	clear: left;}

#orderInformation {
	clear: left;}

.recommended {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;}

#options {
	margin: 1em 0;}

#options div {
	margin: .2em 0;
}

.moreInfo {
	cursor: pointer;}