﻿/*	Product Details	*/
.productTemplate {
	margin:auto;
	width: 720px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.productDetails {
	width: 400px;
	height: 250px;
	position: relative;
	padding:10px;
}
.prodShort {
	font-size:125%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 25px;
}
.productLong {
	padding: 5px;
	height: 150px;
	width: 390px;
	overflow: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	/*     border-left:solid 3px #ebe6d3;     */
border-left:solid 3px;
}
.productLong span{text-indent: 15px;}
.productSku {
	position: absolute;
	left: 10px;
	bottom: 10px;}
.productSku span {font-weight:bold;}
.productOEM {
	color: #666666;
	font-size: 80%;
	position: absolute;
	left: 10px;
	bottom: 30px;
}
.panelSummary {
	text-align:right;
	position:absolute;
	right:10px;
	bottom:10px;
}
.panelSummary span {float:right;clear:both;}
.productPacking {color: #666666;font-size: 80%;}
.productSuggested {color:#7A7A7A}
.productPrice {color:#000000;font-weight:bold;font-size:125%;}
.productDiscount {color: #016B04;}
.productAlarm {
	width: 450px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	background-image: url(images/exclamation_40px.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	border: 1px solid #cccccc;
	text-align:center;
}
.productAlarm a {
	color: #000000;
	text-transform: capitalize;
}
.highlight {
	background-color: #FFFF00;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-transform: uppercase;
	font-weight:bold;
}