
#Product { margin-left: none; }
.productDetails {overflow: auto; }
#ProductMainImage { float: left; width: 350px; min-height: 300px; padding: 15px 0; }
#ProductMainImage img { width: 300px; margin: 0px auto; display: block; }

.wideProduct #ProductMainImage { width: 740px; min-height: 300px; padding: 0; margin-bottom: 15px; }
.wideProduct #ProductMainImage img { width: 720px; margin: 0px; display: block; }


#ProductDescription { margin-left: 360px; }
.wideProduct #ProductDescription {
	margin: 0px;
	clear: both;
	padding-top: 1em;
}

.wideProduct #ProductThumbnails {
	clear: both;
}

#ProductThumbnails a { opacity: 0.5; -moz-opacity: 0.5; padding: 5px; border: 1px solid #ccc; margin: 5px ; height: 75px; width: 75px; float: left;  display: block; }
#ProductThumbnails a:hover { opacity: 1; -moz-opacity: 1; background-color: #eee; border: 1px solid #78aa35; }

#ProductForm_ProductForm {
	padding-right: 10px;
	overflow: hidden;
}

#ProductForm_ProductForm p.message {
	display: block;
	float: none;
}

.addToMyCRS { float: right; }
.addToMyCRS a, .addToMyCRS input[type=submit] { 
	cursor: pointer;
	border: none;
	box-sizing: content-box;
	 /* Fixes difference between input + a elements */
	float: right;
	text-decoration: none;
	display: block;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 12px;
	background: #0053A5 no-repeat;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0053A5), to(#002C57));
 background-image: -webkit-linear-gradient(top, #0053A5, #002C57);
 background-image: -moz-linear-gradient(top, #0053A5, #002C57);
 background-image: -ms-linear-gradient(top, #0053A5, #002C57);
 background-image: -o-linear-gradient(top, #0053A5, #002C57);
 background-image: linear-gradient(to bottom, #0053A5, #002C57);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0053A5, endColorstr=#002C57);

}

form.currency-switcher {
	float: right;
	overflow: auto;
}

form.currency-switcher label {
	display: none;
}

.wideProduct .addToMyCRS a, .wideProduct .addToMyCRS input[type=submit]  { 
	 }

.addToMyCRS a:hover, .addToMyCRS input[type=submit]:hover  {text-decoration: none;}

div.productOptions { overflow: auto; padding-right: 10px; }

div.productOptions p {
	margin: 0 0 10px 0;
	min-height: 29px; font-weight: bold;
	float: right; line-height: 29px;
	
}
.typography p.productCode, .typography p.productPrice {
	font-size: 12px;
	color: black;
}
/*.typography p.productCode { font-size: 10px; color: #aaa;}*/

.productPageContent {
	margin-bottom: 50px;
}

#Product.typography .breakoutBoxContent h2 {
	font-size: 14px;
	font-weight: bold;
}