/* -- Product Pages -- */
/* -- Product Selection Page -- */
.productThumb {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 180px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	background: #F6CCE0;
	border: 1px solid #EA8AB2;}
	
.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: 135px;}

/* -- Product Details Page -- */
#productImages {
	width: 360px;}

#productImages img {
	margin: 0 10px 10px 0;
	width: 360px;
	border: 2px solid #EA8AB2;}

#productDetails {
	margin-right: 10px;}

#productDetails h1 {
	margin: 1em 0;
	padding-right: 50px;
	font-size: 1.4em;}

#orderInformation {
	clear: left;}

.recommended {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;}
