/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 160px;
	height: 169px;
	text-align: center;
	overflow: hidden;
	background: #f47f20;
}
	
.productThumb a {
color: #fff;
	text-decoration: none;
}


div.productThumb a div img {

	height: 115px;	border: none;
}

#productNavigation {
	clear: left;
	padding-top: 1em;
}

/* -- Product Details Page -- */
#content.no-header {
background: none;
}

#productImages {
	float: left;
	margin-right: 10px;
	width: 300px;
}

#productImages img {
	width: 300px;
	border: 2px solid #fef;
}

#productImages p {
	margin: 0 0 1em;
	text-align: center;
	font-size: smaller;
}

#productDetails {
	margin-right: 10px;
}

#productDetails h1 {
color: #000;
	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 label {
	display: block;
	clear: left;
}

#options input, #options select {
	float: left;
	margin-bottom: .5em;
}
	
.moreInfo {
	cursor: pointer;
}
