@charset "utf-8";

*{padding:0;margin:0;}

#FB_window{font:12px Arial,Helvetica,sans-serif;color:#333333;}
#FB_caption,#FB_secondLine{font:10px Arial,Helvetica,sans-serif;color:#666666;}
#FB_window a:link{color:#666666;}
#FB_window a:visited{color:#666666;}
#FB_window a:hover{color:#000;}
#FB_window a:active{color:#666666;}
#FB_window a:focus{color:#666666;}

#FB_overlay{position:fixed;z-index:100;top:0px;left:0px;height:100%;width:100%;}
#FB_overlay_in{height:100%;width:100%;}

.FB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat;}
.FB_overlayMacFFBGHack2{background:url(macFFBgHack2.png) repeat;}
.FB_overlayBG{background-color:#000;filter:alpha(opacity=65);-moz-opacity:0.65;opacity:0.65;}

* html #FB_overlay{ /* ie6 hack */
     position:absolute;
     height:expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+'px');
}

#FB_window{
	position:fixed;
	/*background-color:#F0EDE6;*/
	background-color:#FFF7F7;
	z-index:102;
	color:#000000;
	display:none;
	/*border:4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #FB_window{ /* ie6 hack */
	position:absolute;
	top:0;
}

#FB_window img#FB_Image{
	display:block;
	margin:15px 0 5px 15px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#FB_load{
	position:fixed;
	display:none;
	height:32px;
	width:32px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
}

* html #FB_load{ /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#FB_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%;
}

#FB_iframeContent{
	/*clear:both;*/
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* add */
#FB_caption,#FB_secondLine{margin-left:15px;}
#FB_secondLine span{margin-right:10px;}
#FB_secondLine a{margin-right:5px;}


/* FB_closeWindow */
#FB_closeWindow{
	position:absolute;
	bottom:10px;
	right:15px;
	z-index:103;
}


/* FB_closeAjaxWindow */
#FB_closeAjaxWindow{
	position:absolute;
	bottom:-40px;
	left:0px;
	width:100%;
	/*
	top:-22px;
	right:-18px;
	*/
}

#FB_closeAjaxWindow a{
	display:block;
	/*
	width:42px;
	height:43px;
	*/
	width:130px;
	height:30px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(fb-close.png) top left no-repeat !important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fishbox-parts/fb-close.png");
}


/* FB_closeSWFWindow */
#FB_closeSWFWindow{
	position:absolute;
	bottom:-40px;
	left:0px;
	width:100%;
	/*
	top:-22px;
	right:-18px;
	*/
}

#FB_closeSWFWindow a{
	display:block;
	/*
	width:42px;
	height:43px;
	*/
	width:130px;
	height:30px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(fb-close.png) top left no-repeat !important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fishbox-parts/fb-close.png");
}


