/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 160px;
	height: 160px;
	text-align: center;
	overflow: hidden;
	background: #ffbcc0;
	border: 1px solid #6b411a;}
	
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	border: none !important;}

.productThumb a:hover, .productThumb a:active {
	border: none !important;}

.productThumb img {
	margin-bottom: 5px;
	height: 115px;
	border: 1px solid #6b411a;}

#options {
margin: 10px 0;}

#lnkBack {
display: block;
margin: 10px 0;}

/* -- Product Details Page -- */
#productImages {
	float: left;
	width: 285px;
	text-align: center;}

#productImages img {
	margin: 0 10px 10px 0;
	width: 275px;
	border: 2px solid #ffbcc0;}

#productDetails {
	margin-right: 10px;}

#productDetails h1 {
	margin: 1em 0;
	padding-right: 50px;
	font-size: 1.4em;}

#orderInformation {
	clear: left;}

#item-price {
font-weight: bold;
font-size: 1.1em;
}

#options {
clear: left;}

#options label {
clear: left;
display: block;
}

#options select, #options input {
margin-bottom: 10px;
}

.recommended {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;}

.moreInfo {
cursor: pointer;}