#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: url(/common/images/module_parts/parts_thickbox/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
* html .TB_overlayBG{
	width: 100%;
}
* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*
	background: url(/common/images/module_parts/parts_thickbox/bg.gif) no-repeat left top;
	*/
	z-index: 102;
	display:none;
	top:245px;
	left:50%;
	width: 860px!important;
	margin-left: -430px!important;
}

#TB_window .TB_window_top {
	padding-top: 1px;
	background: url(/common/images/module_parts/parts_thickbox/bg-top.gif) no-repeat left top;

}
#TB_window .TB_window_bottom {
	margin-top: 19px;
	padding-bottom: 20px;
	background: url(/common/images/module_parts/parts_thickbox/bg-bottom.gif) no-repeat left bottom;
}

#TB_window.mini {
	width: 656px!important;
	margin-left: -328px!important;
}
#TB_window.mini .TB_window_top {
	background: url(/common/images/module_parts/parts_thickbox/bg-top-mini.gif) no-repeat left top;
}
#TB_window.mini .TB_window_bottom {
	background: url(/common/images/module_parts/parts_thickbox/bg-bottom-mini.gif) no-repeat left bottom;
}




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

div#TB_closeWindow,
div#TB_closeAjaxWindow{
	padding-top: 3px;
}

div#TB_closeWindow {

}

#TB_closeWindowButton{
	width: 70px;
	margin: 0 0 0 750px;
	position: absolute;
	top: -17px;
}
#TB_window.mini #TB_closeWindowButton{
	margin: 0 0 0 573px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	height: 398px!important;
	margin: 14px 0 0 37px;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

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

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

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-left:37px;
	_margin-bottom:1px;
}

div#thickbox-inner-default{
	width: 582px;
	height: 398px;
	margin: 14px 0 0 0;
	overflow: auto;
}

div#TB_secondLine{
	width: 100px!important;
}

div#TB_window-inner {
	position: relative;
}

div#TB_window-inner div.heading-lv4{
	width: 700px;
	margin: 12px 0 10px 80px;
}

div#TB_window-inner td#prev{
	width: 66px;
	height: 330px;
}

div#TB_window-inner td#next{
	width: 66px;
	height: 330px;
	text-align: right;
}

div#TB_window-inner td#thickImg{
	width: 700px;
	height: 330px;
	text-align: center;
}

div#TB_window-inner p.paragraph{
	width: 700px;
	margin: 9px 0 10px 103px;
}

div#thickbox-inner-default div#mainArea{
	width: 530px;
	padding: 0 10px;
}

* html div#thickbox-inner-default div#mainArea{
	width: 550px;
}

table#slide{
	/*
	margin: 0 0 0 37px;
	*/
	margin: 0 auto;
}

div#thickbox-inner-default .tableEle{
	margin-left: 1px!important;
}


/*
IE7用relative解除
=========================================*/

*:first-child+html div#thickbox-inner-default div.heading-lv1,
*:first-child+html div#thickbox-inner-default div.heading-lv1-first,
*:first-child+html div#thickbox-inner-default div.heading-lv2,
*:first-child+html div#thickbox-inner-default div.heading-lv2-2,
*:first-child+html div#thickbox-inner-default div.heading-lv2-2-first,
*:first-child+html div#thickbox-inner-default div.heading-lv2-first,
*:first-child+html div#thickbox-inner-default div.heading-lv3,
*:first-child+html div#thickbox-inner-default div.heading-lv3-2,
*:first-child+html div#thickbox-inner-default div.heading-lv4,
*:first-child+html div#thickbox-inner-default div.heading-lv4-2,{
	position: static;
}
*:first-child+html div#thickbox-inner-default img.inIcon{
	position: static;
	margin-top: 1px;
}
*:first-child+html div#thickbox-inner-default div.columnBox{
	position: static;
}
*:first-child+html div#thickbox-inner-default .columnBox .wrap{
	position: static;
}
*:first-child+html div#thickbox-inner-default .columnBlock-inquiry{
	position: static;
}
*:first-child+html div#thickbox-inner-default img.inIconPdf{
	position: static;
	margin-top: 3px;
}
*:first-child+html div#thickbox-inner-default img.inIcon-L{
	position: static;
}