/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 180px;
	height: 180px;
	text-align: center;
	overflow: hidden;}
	
#content .productThumb a:link, .productThumb a:visited {
	color: rgb(99, 99, 95) !important;
	text-decoration: none;
	border: none !important;}

#content .productThumb a:hover, #content .productThumb a:active {
	color: rgb(99, 99, 95);
	text-decoration: none;
	border: none !important;}

.productThumb img {
	margin-bottom: 5px;
	height: 135px;}

/* -- Product Details Page -- */
#productImages {
	margin-top: 10px;
	width: 594px;}

#productImages img {
	float: left;
	margin: 0 10px 10px 0;
	width: 285px;
	border: 1px solid #63635f;
	cursor: pointer;}

#productImages img#primary-single-image {
	width: 300px;}

#productDetails {
	margin-right: 10px;}

#productDetails h1 {
	margin: 1em 0;
	padding-right: 50px;
	font-size: 1.4em;}

#orderInformation {
	clear: left;}
	
#options label {
	display: block;}

#options select, #options input {
	margin-bottom: .5em;}
	
.recommended {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;}