/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 120px;
	height: 120px;
	line-height: 1.3;
	text-align: center;
	overflow: hidden;
	background: #ffeff3;
	border: 1px solid #d78891;
	}
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	}
div.productThumb a img {
	height: 85px;
	border: 1px solid #776c60;
	}
#imgCategory {
	margin: 0 1em 1em 0;
	float: left;
	}
#productNavigation {
	clear: left;
	padding-top: 1em;
	}
/* -- Product Details Page -- */
#productImages {
	float: right;
	margin-left: 10px;
	width: 200px;
	}
#productImages img {
	width: 196px;
	border: 2px solid #d78891;
	}
#productImages p {
	margin: 0 0 1em;
	text-align: center;
	font-size: smaller;
	}
#productDetails {
	margin-right: 10px;
	}

#productDetails h1 {
	font-size: 1.4em;
	}
#productDetails div {
	clear: left;
	}
#productDetails #product-desc,
#productDetails #product-desc div {
	clear: none;
	}
#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;
	}
