@charset	'UTF-8' ;
/* global settings needed for thickbox */
*{padding: 0; margin: 0;}
/* thickbox specific link and font settings */
#PV_window					{	font:13px Arial, Helvetica, sans-serif;color:#333; }
#PV_window					{	-moz-border-radius:10px;-khtml-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box; }
#PV_secondLine				{	font:13px Arial, '細明體'; color:#000;line-height:150%;padding-top:10px; }
#PV_window a:link			{	color:#666;}
#PV_window a:visited		{	color:#666;}
#PV_window a:hover			{	color:#000;}
#PV_window a:active			{	color:#666;}
#PV_window a:focus			{	color:#666;}
/* thickbox settings */
#PV_overlay					{	position:fixed;z-index:1000;top:0;left:0;background-color:#000;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.5;height:100%;width:100%;}
* html #PV_overlay			{	position:absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');	}	/* ie6 hack */
#PV_window					{	position:fixed;background:url('images/motion_blur_long.gif') top left repeat;z-index:1002;color:#000;display:none;text-align:left;top:0;left:0;padding:10px 12px 10px 10px;	}
* html #PV_window			{	position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');	}	/* ie6 hack */
#PV_window img#PV_Image		{	display:block;margin:15px 0 0 15px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666;	}
#PV_gallery					{	overflow:hidden;width:100%;background:#fff;border-top:#888 solid 1px;border-right:#bbb solid 1px;border-bottom:#ccc solid 1px;border-left:#999 solid 1px; }
#PV_gallery					{	position:relative;}
#PV_caption					{	height:25px;float:left;	}
#PV_closeWindow				{	height:20px;float:right;}
#PV_closeAjaxWindow			{	padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;	}
#PV_title					{	background-color:#e8e8e8;height:27px;	}
#PV_load					{	position:fixed;display:none;height:13px;width:208px;z-index:1003;top:50%;left:50%;margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */	}
* html #PV_load				{	position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');	}	/* ie6 hack */
#PV_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 #PV_HideSelect		{	position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');	}	/* ie6 hack */
#PV_iframeContent			{	clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;	}
#PV_error_message			{	color:#F00;padding-left:1em;	}