/* CSS for productCategory V 3*/

h1 {font-size: 1.4em;	margin: 5px 0;}
#productImageWrap, #orderBox {margin: 10px 0;}

#productImageWrap{	position: relative;	height: 286px;	float:left;}
#ctrlOrderBox_productImage {	position: absolute;	z-index: 2;}
#shadow {	position: relative;	z-index:1;}

#orderBox {
	position: relative;
	float:left;
	width: 540px;
	height:280px;
	margin-right: 10px;
}
#orderBoxTop {	background: url(/images/productPage/orderBoxTop.gif) no-repeat;	height:5px;}
#orderBoxBottom {	background: url(/images/productPage/orderBoxBottom.gif) no-repeat;	height:6px;}
#orderBoxMiddle {
	position:relative;
	padding: 3px 0 5px 5px;
	background-color:  #e1ecff;
	border-left: 1px solid #254b8c;
	border-right: 1px solid #254b8c;
	font-size: .75em;
	vertical-align:top;
}
#orderBoxMiddle form {margin:0} /* sets order form 0 margin in IE */
#selectMaterialBox img, #selectQuantityBox img, #addCartBox img {margin-right: 10px;}
#selectMaterialBox, #selectQuantityBox, #addCartBox {	position:relative;	margin: 10px 0 10px 0px;}
#ctrlOrderBox_cboQuantity {width: 25em;} 

#tabs {
	position:relative;
	margin-top: 10px;
	z-index:1;
	clear:both;
	width: 750px;
}
#tabText {
	position:absolute;
	height: 70px;
	width: 450px;
	top: 32px;
	left: 9px;
	z-index: 5;
	color:#000051;
	font-size: 0.75em;
	text-align: left;
	overflow:hidden;
}

#tabContent {	width: 747px;	border: 1px solid #4e6c99;	border-top: none;}
#alsoAvailable { 
     background: url(/images/productPage/alsoAvailableBG.gif) left no-repeat; 
     width: 746px; 
     height: 31px; 
     margin-top: 10px; 
	 padding: 10px 0 0 5px;
     font-weight: bold; 
     font-size: 12px; 
     color: #2D3E57; 
     text-align: left; 
}

#pricingtable a{font-family:Arial, Helvetica, sans-serif; font-size: 10px;} 
#pricingtable a:link, #pricingtable a:visited {color: #0000ff;} 
#pricingtable a:active, #pricingtable a:hover {color:#FF0000;}

.onSale {margin: 1px 0px 1px 28px;} /* discount pricing styles */
.rowSale {background-color:#FFE6E6;}
.regPrice {text-decoration:line-through;}

#oddquant a:link, #oddquant a:visited {font-size: 1em}


