/*My ID Selectors*/

#productTable {
	margin-left:20px;
	width:850px;
	
}

#productTable td {
	padding:6px;
	background-color:#E5F5FF;
	border:2px #fff solid;
}

#productTable p {
	margin:0;
}

/*Original Classes*/

.mainContentAreaProducts{
	background-image: url(../images/secondLev/mainContentTwoBKD.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 900px;
	} 
	
.greyStrap p{
	color: #FFFFFF;
	font-size: 19px;
	font-style: normal;
	font-weight:bold;
	/*position: relative; - ammend*/
	left: 14px;
	top: 9px;
	width: 600px; /* - ammend (width: 500px) */
	text-align: center;/* - ammend */
	}
	
.pageTitleWrapper p{
	color:#CCCCCC;
	font-size:18px;
	display: inline;
	padding-left: 10px;
}

.pageTitleWrapper h2{
	display: inline;
	color: #FFFFFF;
}

.productImageShadowWrapper{
	background-image: url(../images/secondLev/productImageShadow.png);
	background-repeat: no-repeat;
	width: 293px;
	height: 173px;
	margin-top: 9px;
	margin-right: 42px;
	margin-left: 50px
}

.productImageFrame{
	background-image: url(../images/secondLev/productImageFrame.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 161px;
	background-color: #666666;
	width: 293px;
	font-size: 0px;
	line-height: 0px;
}

.viewRegionBTN{
	float: left;
	margin-top: 35px;
	}
	
.viewRegionBTN a{
	background-image: url(../images/secondLev/viewProductsBTN.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	display:block;
	font-size:12px;
	height:109px;
	text-decoration:none;
	width:199px;
}

.viewRegionBTN a:hover{
	background-position: 0px -109px;
}	

.viewRegionBlueStrip{
	background-color: #B8D7E9;
	width: 316px;
	height: 95px;
	float: left;
	margin-top: 41px;
}

.secondNavProductsBTN{
	margin-left: 15px;
		}
	
.secondNavProductsBTN a{
	background-image: url(../images/secondLev/secondNavProductBTN.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#ffffff;
	padding-left: 10px;
	padding-top: 6px;
	display:block;
	font-size:11px;
	font-weight: bold;
	height:41px;
	text-decoration:none;
	width:250px;
	line-height: 12px;
}

.secondNavProductsBTN a:hover{
	background-position: 0px -47px;
	color: #333333;
}	

.typeStripLight{
	background-color: #E5F5FF;
	width: 156px;
	height: 46px;
	margin: 0px 4px 0px 0px;
	float: left;
	padding-left: 10px;

}
	
.typeStripDark{
	background-color: #E5F5FF;
	/*background-color: #CCEBFF;*/
	width: 156px;
	height: 46px;
	margin: 0px 4px 0px 0px;
	float: left;
	padding-left: 10px;

}

.descriptionStripLight{
	background-color: #E5F5FF;
	width: 352px;
	height: 46px;
	margin: 0px 4px 0px 0px;
	float: left;
	padding-left: 10px;
}

.descriptionStripLight p{
	width: 335px;
	padding-top: 8px;
	color:#000;
}

.descriptionStripDark{
	background-color: #E5F5FF;
	/*background-color: #CCEBFF;*/
	width: 352px;
	height: 46px;
	margin: 0px 4px 0px 0px;
	float: left;
	padding-left: 10px;
}

.descriptionStripDark p{
	width: 335px;
	padding-top: 8px;
	color:#000;
}

.downloadPDFbtn{
	background-image: url(../images/secondLev/downloadPDFbtn.png);
	width: 331px;
	height: 40px; 
}

.downloadPDFbtn a{
	width: auto;
	display: block;
	text-align: right;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF;
	
}

.downloadPDFbtn a:hover{
	text-decoration: underline;
}



.productExpandLightBTN{
	margin: 0px 4px 0px 0px;
	float: left;
	}
	
.productExpandLightBTN a{
	background-image: url(../images/secondLev/expandInfoButtons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	display:block;
	font-size:12px;
	height:33px;
	text-decoration:none;
	width:325px;
	padding-left: 10px;
	padding-top: 13px;
	
}

.productExpandLightBTN a:hover{
	background-position: 0px -46px;
}

.productExpandDarkBTN{
	margin: 0px 4px 0px 0px;
	float: left;
	}
	
.productExpandDarkBTN a{
	background-image: url(../images/secondLev/expandInfoButtons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	display:block;
	font-size:12px;
	height:33px;
	text-decoration:none;
	width:325px;
	padding-left: 10px;
	padding-top: 13px;
	
}

.productExpandDarkBTN a:hover{
	background-position: 0px -46px;
}		

.typeDescriptionProductsWrapper{
	background-image: url(../images/secondLev/typeDescriptionProductsWrapper.jpg);
	background-repeat: repeat-y;
	width: 875px;
	margin-left: 15px;
	margin-bottom: 4px;
}



/* expanded ajax magic */

.expand .typeStripLight,
.expand .typeStripDark,
.expand .descriptionStripLight,
.expand .descriptionStripDark
{
	height: auto;
}

.expand .productExpandLightBTN a {
	background-image: url(../images/secondLev/collapseInfoLightBTN.jpg);
}
.expand .productExpandDarkBTN a {
	background-image: url(../images/secondLev/collapseInfoDarkBTN.jpg);
}

.typeTextWrap{
	width: 166px;
	float: left;
	margin-left: 25px;
	margin-right: 4px;
	color: #333333;
}

.typeTextWrap strong{
	font-weight: bold;
	font-size:1.1em;
	color:#000;
}

.descriptionTextWrap{
	width: 362px;
	float: left;
	margin-right: 4px;
	color: #333333;
}

.descriptionTextWrap strong{
	font-weight: bold;
	font-size:1.1em;
	color:#000;
}

.productsTextWrap{
	width: 300px;
	float: left;
	color: #333333;
}

.productsTextWrap strong{
	font-weight: bold;
	font-size:1.1em;
	color:#000;
}


	

