/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 170px;
	height: 195px;
	line-height: 1.3;
	text-align: center;
	overflow: hidden;
	background: #fff6f7;
	border: 1px solid #f3d6e3;
	}
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	}
div.productThumb a img {
	height: 130px;
	border: 1px solid #f3d6e3;
	}
#imgCategory {
	margin: 0 1em 1em 0;
	float: left;
	}
#productNavigation {
	clear: left;
	padding-top: 1em;
	}
/* -- Product Details Page -- */
.header-centered {
	text-align: center;
	}
#productImages {
	float: left;
	margin-right: 10px;
	width: 250px;
	text-align: center;
	font-size: .8em;
	}
#productImages img {
	width: 250px;
	border: 2px solid #f3d6e3;
	cursor: pointer;
	}
#productImages p {
	margin: 0 0 1em;
	text-align: center;
	font-size: smaller;
	}
#product-desc {
	float: right;
	width: 370px;
	}
#productDetails .product-text {
	clear: both;
	}
#productDetails .product-images {
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	}
#productDetails .product-images img {
	cursor: pointer;
	}
#productDetails .product-images div {
	width: 133px;
	height: 100px;
	}
#productDetails h1 {
	font-size: 1.4em;
	}
#orderInformation {
	clear: left;
	}
#order-line {
	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;
	}
