/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 130px;
	height: 159px;
	line-height: 1.3;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	background: #fff;
	border: 1px solid #4b7480;
	}
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	}
div.productThumb a img {
	height: 95px;
	border: none;
	}
#imgCategory {
	margin: 0 1em 1em 0;
	float: left;
	}
#productNavigation {
	clear: left;
	padding: 1em 0;
	}
#productNavigation a.selected {
	padding: .25em;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	}
/* -- Product Details Page -- */
#productImages {
	float: left;
	margin: 10px 10px 0 0;
	width: 220px;
	}
#productImages img {
	width: 220px;
	border: none;
	}
#productImages p {
	margin: 0 0 1em;
	text-align: center;
	font-size: smaller;
	}
#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;
	}