/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
/*
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:730px;
	height:460px;
	margin:-220px 0 0 -380px;
	background:#fff;padding: 15px;
	text-align:left;
}
*/
/*
#lightbox[id]{
	position:fixed;
}
*/
/*
#overlay{
	display:none;

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
*/
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}


/* Quick Look Preview Layer 
------------------------------------------------------------------------------------------------*/

/* div layer structure */
/*
#atg_b2cblueprint_page_PD_popup_leftdiv{position:relative; margin-top:-6px;margin-bottom:17px;float:left;width:318px; height:318px; margin-right:14px;}

#atg_b2cblueprint_page_PD_popup_rightdiv{position:relative; float:left;width:370px;font-size:12px;}
#atg_b2cblueprint_page_PD_popup_container{clear:both;position:absolute; top:330px; left:-330px;}

#atg_b2cblueprint_page_PD_popup_descTop{clear:both;width:730px; height:12px; background:url(/images/_ui/images/bg_quicklook_desc_bg_top.gif) no-repeat; margin-top:12px;}

#atg_b2cblueprint_page_PD_popup_descContent{clear:both;width:688px;background-color:#a5a5a5;padding:1px 30px 0px 12px; font-size:1.167em; line-height:1.4em; color:#fff;}
#atg_b2cblueprint_page_PD_popup_descContent strong{font-size:1.6em;padding-top:16px;}

#atg_b2cblueprint_page_PD_popup_descBottom{clear:both;width:730px; height:32px; background:url(/images/_ui/images/bg_quicklook_desc_bg_bottom.gif) no-repeat;}
#atg_b2cblueprint_page_PD_popup_quicklook_close{display:block;position:absolute; top:-308px; right:-8px; width:11px; height:11px;background:url(/images/_ui/images/bt_quicklook_close.gif) no-repeat;}

#atg_b2cblueprint_page_PD_popup_descContainer{clear:both;padding-top:15px;width:740;position:relative;z-index:0;}
#atg_b2cblueprint_page_blackout {clear:both;background:transparent;left:130px;top:-1000;display:none;position:absolute;z-index: 20000;}

#PDtable {width:690px;}
#PDContainer {margin-left: -7px;margin-right:8px;padding-left:9px;padding-right:8px;padding-bottom:7px;margin-bottom:5px;background-color:white;}

.blockScreen {display: none;position: absolute;left: 0px;top: 0px;overflow:hidden;width: 2000px;height: 3000px;z-index: 7000;background-color: #333;filter: alpha(opacity = 85);opacity:.85;}
.outerpair1 {background:transparent url(/images/_ui/images/upperrightfade.png) no-repeat scroll right top;}
.outerpair2 {background:transparent url(/images/_ui/images/lowerleftfade.png) no-repeat scroll left bottom;padding-left:8px;padding-top:8px;}
.shadowbox {background:transparent url(/images/_ui/images/shadow.png) repeat scroll right bottom;}
.innerbox {left:-8px;position:relative;top:-8px;}
.leve3ieFix {border:none; width: 130px; background:transparent url(/images/_ui/images/products-filters_sep.png) repeat-x bottom;padding:6px 0px 5px 14px; font-size:1em;color:#797979;margin-right:15px;}
.whitemargin {margin-left:6px;float:left;width:747px;height:8px;background-color:white;}
*/
/* Modified Product Detail styles */
/*
.price_quicklook{position:relative; top:-10px; }
.item_quicklook{position:relative; top:-12px; }
.atg_b2cblueprint_colorPicker_quicklook{position:relative; top:-12px;}
.atg_b2cblueprint_sizePicker_quicklook{position:relative; top:-12px;}
.atg_b2cblueprint_sizePicker_quicklook{position:relative; top:-12px;}
.quantity_quicklook {position:relative; top:-12px;}
.textlinks_quicklook {position:relative; top:-4px; left:160px;}
.textlinks_quicklook a{color:#729600; text-decoration:none; padding: 8px 20px 8px 20px; font-size:1em;}
.textlinks_quicklook a:hover{text-decoration:underline;}

.add_to_cart_link_quicklook{position:absolute; 	left:0px; top:-16px;}
.add_to_cart_link_quicklook a.atg_b2cblueprint_prodListDetLink_quicklook{top:0;padding-top:0px;}
.quicklook_smalltext_action {display:block;position:relative; top:28px; right:10px; font-size:.735em; text-decoration:none; line-height:1.5em}
.quicklook_smalltext_details {display:block;position:relative; top:8px; right:3px; font-size:.834em; line-height:1.5em}
.quicklook_smalltext_details a{text-decoration:underline;}
.quicklook_smalltext_chart {display:block;position:relative; top:12px; right:8px; font-size:.735em; line-height:1.5em}
.quicklook_smalltext_chart a{text-decoration:underline;}
*/