﻿/* Product Control CSS*/

.ProductContainer
{
width:880px;
float:left;
padding-top:10px;

}

.ProductLeftStrip
{
width:216px;
float:left;
background-image:url('../../images/inner/topSubMenu.jpg');
background-repeat:no-repeat;
background-position:top;
padding-top:25px;
}

.ProductLeftStrip img
{
border:0;
}


.LeftStaticItem
{
width:175px;
float:left;
border-bottom:solid 1px #B9CADE;
font-size:12px;
padding-top:2px;
padding-bottom:2px;
}

.FirstLeftStaticItem a
{
font-weight:bold;
text-decoration:none;
color:#003366;
font-size:12px;
}

.LeftStaticItem a
{
text-decoration:none;
color:#454f5c;
}

.LeftStaticItem a:hover
{
color:#003366;
font-weight:bold;
}


.ProductLeftStripItem
{
float:left;
padding-top:20px;
padding-bottom:10px;
padding-left:16px;
}

.ProductLeftItemNews
{
background-image:url('../../images/general/newsTitel.gif');
background-repeat:no-repeat;
background-position:top left;
float:left;
padding-top:25px;
padding-bottom:25px;
}

.ProductLeftItemNews a
{
color:#454f5c;
font-size:12px;
text-decoration:none;
}

.ProductLeftItemNews a:hover
{
text-decoration:underline;
}


.ProductRight
{
width:663px;
float:right;
border-left:solid 1px #b7c8db;
}

.ProductTopImage
{
width:663px;
height:131px;
float:left;
}

.ProductLocation
{
width:643px;
float:left;
padding-left:20px;
padding-top:10px;
padding-bottom:0px;
}

.ProductLocation a
{
font-size:11px;
color:#454f5c;
text-decoration:none;
}

.ProductTitle
{
width:643px;
color:#003366;
font-weight:bold;
font-size:15px;
float:left;
padding-left:20px;
padding-bottom:15px;
}

.ProductContent
{
width:663px;
float:left;
font-size:12px;
padding-left:14px;
}

.ProductImage
{
float:left;
width:144px;
text-align:center;
font-size:11px;
color:#454f5c;
line-height:25px;
}

.ProductImage img
{
width:144px;
}



.ProductDescription
{
float:left;
width:299px;
border-left:solid 10px white;
border-right:solid 10px white;
color:#454f5c;
font-size:12px;
}

.ProductMoreInfo
{
background-color:#EBEEF3;
float:left;
width:175px;
color:#003366;
min-height:500px;
padding-top:10px;
padding-left:10px;
font-size:12px;
}

.ProductMoreInfo a
{
color:#246cc1;
font-size:12px;
}

.MoreInfoTitle
{
color:#003366;
font-size:14px;
padding-bottom:10px;
}


.ItemGroupList
{
padding-bottom:30px;
width:198px;
padding-left:15px;
}






#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('/App_Themes/en-US/images/lightbox/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/App_Themes/en-US/images/lightbox/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/App_Themes/en-US/images/lightbox/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	