
/* Product Splash Page Styles **********************************************/
/* *************************************************************************/

.prod_header {
	display:block;
	margin-bottom:25px;
	color:#0e4d94;
	font-size:20px;
}

.prod_header span {
	color:#6f6f6f;
}

.prod_headerDottedLine {
	background-image:url(../images/site/dottedLine.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	margin-bottom:15px;
	padding-bottom:10px;
}

#prod_userEditedContent {
	float:left;
	width:400px;
	margin-bottom:20px;
}

#prod_bannerSpace {
	float:right;
	width:230px;
	margin-bottom:20px;
}

#prod_bannerSpace img {
	border:none;
}

#prod_featProdHeader {
	/*clear:both;*/
	width:400px;
	background-image:url(../images/site/dottedLine.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	color:#0e4d94;
	margin:0px 15px 6px 15px;
	padding-bottom:6px;
	font-size:18px;
}

#prod_bottomFeatProds {
	/*clear:both;*/
	background-color:#cddbe6;
	margin:0px 5px 0px 5px;
	/*border:1px solid red;*/
}

#prod_bottomFeatProds .featProdList_featProd {
	margin:0px 5px 0px 10px;
	/*border:1px solid red;*/
}

/* *************************************************************************/
/* *************************************************************************/

/* Cat Listing Page Styles *************************************************/
/* *************************************************************************/

#prod_subHeader {
	display:block;
	margin:-15px 0px 25px 0px;
	font-size:12px;
}

#prod_sideFeatProdsHeader {
	float:right;
	color:#0e4d94;
	width:200px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}

#prod_sideFeatProds {
	float:right;
	background-color:#cddbe6;
	width:200px;
	margin:0px 5px 0px 30px;
}

#prod_catListingContainer {
	float:left;
	width:400px;
}

#prod_catListingContainer .prod_subCatLink {
	display:block;
	float:left;
	width:78%;
	padding:7px 0px 7px 5px;
	border:1px solid black;
}

#prod_catListingContainer a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#prod_catListingContainer a:hover {
	text-decoration:underline;
}

/* *************************************************************************/
/* *************************************************************************/

/* Product Listing Page Styles *********************************************/
/* *************************************************************************/

#prod_prodListContainer {
	float:left;
	width:400px;
}

.prod_prodSummary {
	background-image:url(../images/site/dottedLine.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	width:400px;
	margin-bottom:5px;
	padding-bottom:6px;
	
	/*border:1px solid green;*/
}

.prod_prodSummary .prodSummary_img {
	float:left;
}

.prod_prodSummary .prodSummary_img img {
	width:133px;
	height:104px;
}

.prod_prodSummary .prodSummary_details {
	margin-left:137px;
	font-size:12px;
}

.prod_prodSummary .prodSummary_details .details_header {
	margin-bottom:15px;
}

.prod_prodSummary .prodSummary_details .details_header .header_viewBtn {
	float:right;
	margin:0px 0px 4px 4px;
}

.prod_prodSummary .prodSummary_details .details_header .header_title {
	display:block;
	color:#2c64a1;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.prod_prodSummary .prodSummary_details .details_header .header_price {
	display:block;
	color:#424242;
	margin-right:15px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


/* *************************************************************************/
/* *************************************************************************/

/* Product Details Page Styles *********************************************/
/* *************************************************************************/

#prodDetailsTop_leftCol {
	float:left;
	width:350px;
	
	/*border:1px solid red;*/
}

#prod_prodDetail_title {
	display:block;
	color:#0e4d94;
	font-size:16px;
	font-weight:bold;
}

#prod_prodDetail_price {
	display:block;
	font-weight:bold;
}

#prod_prodDetail_desc {
	margin-top:15px;
}

#prod_prodDetail_features {
	margin-top:20px;
}

#prod_prodDetail_features #features_title {
	display:block;
	color:#0e4d94;
	margin-bottom:4px;
	padding-left:4px;
	font-size:16px;
	font-weight:bold;
}

#prod_prodDetail_features .features_item {
	float:left;
	display:block;
	width:46%;
	margin:1px 1% 1px 3%;
}

#prod_prodDetail_features .features_item .item_bullet {
	color:#0e4d94;
	font-size:16px;
}


#prodDetailsTop_rightCol {
	float:right;
	width:274px;
	margin-left:20px;
}

#rightCol_imgContainer {
	display:block;
	
	/*border:3px solid green;*/
}

#rightCol_imgContainer #imgContainer_mainImg {
	display:block;
	background-image:url(../images/sub/product/prodDetails_mainImgBorder.jpg);
	width:271px;
	height:211px;
}

#rightCol_imgContainer #imgContainer_mainImg img {
	width:235px;
	height:187px;
	margin:12px 0px 0px 18px;
}

#rightCol_imgContainer .imgContainer_subImg {
	float:left;
	display:block;
	background-image:url(../images/sub/product/prodDetails_thumbImgBorder.jpg);
	width:90px;
	height:72px;
	margin:0px 0px 0px 0px;
}

#rightCol_imgContainer .imgContainer_subImg img {
	width:69px;
	height:54px;
	margin:9px 0px 0px 11px;
	border:none;
}

#rightCol_filesContainer #filesContainer_title {
	display:block;
	color:#0e4d94;
	margin-bottom:4px;
	padding-top:25px;
	padding-left:4px;
	font-size:16px;
	font-weight:bold;
}

#rightCol_filesContainer .filesContainer_file {
	display:block;
	color:#000;
	text-decoration:none;
}

#rightCol_filesContainer .filesContainer_file:hover {
	background-color:#E1E1E1;
}

#rightCol_filesContainer .filesContainer_file .file_title {
	display:block;
	margin-left:39px;
	padding-top:18px;
	padding-left:5px;
}

.icon {
	display:block;
	float:left;
	width:39px;
	height:35px;
}

.pdf_icon {
	background-image:url(../images/site/icons/pdf.jpg);
}

.word_icon {
	background-image:url(../images/site/icons/word.jpg);
}

.excel_icon {
	background-image:url(../images/site/icons/excel.jpg);
}

.text_icon {
	background-image:url(../images/site/icons/text.jpg);
}

/* *************************************************************************/
/* *************************************************************************/

/* Featured Product Styles *************************************************/
/* *************************************************************************/

#prod_bannerSpace_msProd {
	margin:8px 16px 8px 0px;
}

#featProds_topLeft, #featProds_bottomLeft {
	float:left;
	width:11px;
	height:10px;
}

#featProds_topRight, #featProds_bottomRight {
 	float:right;
	width:11px;
	height:10px;
}

#featProds_bottomLeft, #featProds_bottomRight {
	margin-top:-10px;
}

#featProds_content {
	margin:0px 12px 12px 12px;
	padding-top:12px;
}

#featProds_topLeft {
	background-image:url(../images/sub/product/blueBox_topLeft.jpg);
}

#featProds_topRight {
	background-image:url(../images/sub/product/blueBox_topRight.jpg);
}

#featProds_bottomLeft {
	background-image:url(../images/sub/product/blueBox_bottomLeft.jpg);
}

#featProds_bottomRight {
	background-image:url(../images/sub/product/blueBox_bottomRight.jpg);
}

#prod_featProdList {
	/*border:1px solid black;*/
}

#prod_featProdList .featProdList_featProd {
	float:left;
	color:#40505f;
}

#prod_featProdList a {
	display:block;
	background-image:url(../images/sub/product/featProd_border.jpg);
	width:167px;
	height:128px;
	
	text-decoration:none;
}

#prod_featProdList a img {
	display:block;
	float:left;
	width:133px;
	height:104px;
	margin:12px 0px 0px 17px;
	border:none;
}

#prod_featProdList .featProd_name {
	display:block;
	padding-left:7px;
	font-weight:bold;
}

#prod_featProdList .featProd_price {
	display:block;
	padding-left:7px;
}

#prod_featProdList .featProd_desc {
	display:block;
	padding:4px 7px 10px 7px;
	font-size:12px;
}

/* *************************************************************************/
/* *************************************************************************/