/* -- Product Pages -- */
/* -- Product Selection Page -- */
a#lnkPrevious {
	display: block;
	clear: left;}

.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 130px;
	height: 135px;
	text-align: center;
	overflow: hidden;
	background: #fff4fa;
	border: 1px solid #fcc;}
	
.productThumb a:link, .productThumb a:visited {
	text-decoration: none;
	border: none !important;}

.productThumb a:hover, .productThumb a:active {
	border: none !important;}

.productThumb img {
	height: 80px;}

div.productThumb a div img {
	border: 1px solid #fcc;}

/* -- Product Details Page -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 310px;}

#productImages img {
	margin: 0 10px 10px 0;
	width: 300px;
	border: 2px solid #fcc;}

#productDetails {
	margin-right: 10px;}

#productDetails h1 {
	margin: 1em 0;
	padding-right: 50px;
	font-size: 1.4em;}

#productDetails div {}

#orderInformation {}

#divRecommended {
	clear: left;}

.recommended {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;}
	
.moreInfo {
	cursor: pointer;}

#options label {
	display: block;
	float: left;
	clear: left;
	margin: .5em 1em;
	width: 20em;
	text-align: right;}

#options input, #options select {
	float: left;
	width: 25em !important;}
	
* html #options label {
	float: none;
	margin: .25em 0;
	width: auto;
	text-align: left;}
	