
*{padding: 0; margin: 0;}
a.productPreview { color: #003366 }
a.productPreview:hover { color: #003366; text-decoration:none }
a.productPreview:visited { color: #003366; text-decoration:none }

.productPreview { cursor:pointer; color: #003366 }
.infoContainer { float:right;width:105px; vertical-align:top }

.categoryHeader {
	line-height:13px;
	text-align:left;
	font-size:13px;
	color:#466280;
	margin:0px 10px 0px 5px;
	letter-spacing:2px;
}
.categorySpacer {
	width:547px;
	height:1px;
	border-bottom:1px solid #bfcbe0;
	line-height:0px;
	margin:10px 0px 14px 50px;
}

#legend_weight_container { width:100% }

#previewWin {
	/*font: 12px Arial, Helvetica, sans-serif;
	color: #333333;*/
}



#pageOverlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/global/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #pageOverlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#previewWin {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #000000;
	text-align:left;
	top:50%;
	left:50%;
}

#previewWin td { font-size:11px }

* html #previewWin { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#product_overlay { z-index:10;position:absolute;background-color:#ffffff;width:693px;height:360px }

#closeWin-div{
	padding:0 15px 0 0;
	text-align:right;
	float:right;
	line-height:20px;
	color:#00223D;
	font-weight:bold;
}
#PP_closeWindowButton { font-size:12px; font-weight:bold; color:#00223d}

#PP_title{
	background-color:#fff;
	height:20px;
	padding:5px;
	color:#2f3851;
}

#PP_ajaxContent{
	clear:both;
	padding:0px 15px 0px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}


#PP_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#PP_footer{
	font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#444;
	background-color:#fff;
	height:20px;
}
#PP_footer a:link { color:#444 }
#PP_footer a:hover { color:#444 }
#PP_footer a:visited { color:#444 }
#PP_footer a:active { color:#444 }

#PP_footerPrevious{
	height:20px;
	padding:0px 0px 0px 15px;
	float:left;
	line-height:20px;
}

#PP_footerNext{
	height:20px;
	padding:0px 15px 0px 0;
	float:right;
	line-height:20px;
}

#UP_load{
	position: fixed;
	display:none;
	height:100px;
	width:100px;
	z-index:113;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px; /* -height/2 0 0 -width/2 */
}

* html #UP_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#UP_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #UP_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

