/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:9998;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

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

#TB_window {
	position: fixed;

	z-index: 9999;
	color:#000000;
	display:none;

	text-align:left;
	top:50%;
	left:50%;
}

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

#TB_window img#TB_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;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

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

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

#TB_ajaxContent{
	clear:both;
	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; /* -height/2 0 0 -width/2 */
}

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

#TB_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 #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

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

.tb_store_bg
{
	width:759px;
	height:177px;
	background:url(../images/thickbox_bg.png);
	font-size:18px;
}
.remove
{
	width:15px;
	height:16px;
	border:0;
	background:url(../images/store_bg.png) no-repeat -17px -167px;
	position:absolute;
	top:30px;
	right:50px;
	cursor:pointer;
}
.sub_btn
{}
.sub_btn .submit
{
	width:111px; height:30px; background:url(../images/sub_btn.png) no-repeat top; border:0; cursor:pointer;
}
.sub_btn .cancel
{
	width:111px; height:30px; background:url(../images/sub_btn.png) no-repeat bottom; border:0; cursor:pointer;
}
.tb_store_bg span.img1
{
	width:48px; height:48px; background:url(../images/store_bg.png) no-repeat 0 0; display:block; float:left;
}
.tb_store_bg span.img2
{
	width:42px; height:52px; background:url(../images/store_bg.png) no-repeat -3px -53px; display:block; float:left;
}
.tb_msg
{
	width:75%; margin:0 auto;
	padding-top:55px;
}
.tb_store_bg span
{
	float:left; line-height:48px; padding-right:10px;
}
.tb_order_bg
{
	width:574px;
	height:547px;
	background:url(../images/tb_order_bg.png) no-repeat;
}
.tb_title
{
	margin: 0 auto;
    padding-top: 55px;
    width: 90%;
	font-size:16px;
	font-weight:bold;
	color:#2e2e2e;
	position:relative;
}
.tb_line
{
	background:url(../images/footer_line_bg.png) repeat-x;
	width:100%;
	height:1px;
}
.tb_main
{
	width:90%;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	color:#5e5e5e;
}
.tb_main a.pay_list
{
	display:block;
	background-position:bottom;
	float:left;
}

.tb_main a.list_img_1
{
	width:116px;
	height:29px;
	margin:15px 50px 6px 0;
	/*background:url(../images/pay_list.png) 0 bottom no-repeat;
*/}
.tb_main a.list_img_1:hover
{
	background-position:0 top;
}
.tb_main a.list_img_2
{
	width:109px;
	height:36px;
	margin:9px 50px 5px 0;
	/*background:url(../images/pay_list.png) -126px bottom no-repeat;
*/}
.tb_main a.list_img_2:hover
{
	background-position:-126px top;
}
.tb_main a.list_img_3
{
	width:96px;
	height:31px;
	margin:14px 10px 5px 0;/*
	/*background:url(../images/pay_list.png) -245px bottom no-repeat;
*/}
.tb_main a.list_img_3:hover
{
	background-position:-245px top;
}
.tb_main a.list_img_4
{
	width:45px;
	height:35px;
	margin:10px 80px 15px 30px;
	/*background:url(../images/pay_list.png) -349px bottom no-repeat;
*/}
.tb_main a.list_img_4:hover
{
	background-position:-349px top;
}
.tb_main a.list_img_5
{
	width:43px;
	height:36px;
	margin:9px 80px 5px 0;
	/*background:url(../images/pay_list.png) -400px bottom no-repeat;
*/}
.tb_main a.list_img_5:hover
{
	background-position:-400px top;
}
.tb_main a.list_img_6
{
	width:47px;
	height:42px;
	margin:4px 80px 4px 0;
	/*background:url(../images/pay_list.png) -447px bottom no-repeat;
*/}
.tb_main a.list_img_6:hover
{
	background-position:-447px top;
}
.tb_main a.list_img_7
{
	width:33px;
	height:36px;
	margin:7px 0;
	/*background:url(../images/pay_list.png) -498px bottom no-repeat;
*/}
.tb_main a.list_img_7:hover
{
	background-position:-498px top;
}
.tb_main a.list_img_8
{
	width:75px;
	height:22px;
	margin:14px 20px 14px 15px;
	/*background:url(../images/pay_list.png) -534px bottom no-repeat;
*/}
.tb_main a.list_img_8:hover
{
	background-position:-534px top;
}
.tb_main a.list_img_9
{
	width:120px;
	height:29px;
	margin:11px 30px 10px 0;
	/*background:url(../images/pay_list.png) -614px bottom no-repeat;
*/}
.tb_main a.list_img_9:hover
{
	background-position:-614px top;
}
.tb_main a.list_img_10
{
	width:83px;
	height:25px;
	margin:13px 35px 12px 0;
	/*background:url(../images/pay_list.png) -734px bottom no-repeat;
*/}
.tb_main a.list_img_10:hover
{
	background-position:-734px top;
}
.tb_main a.list_img_11
{
	width:88px;
	height:31px;
	margin:9px 10px 10px 0;
	/*background:url(../images/pay_list.png) -820px bottom no-repeat;
*/}
.tb_main a.list_img_11:hover
{
	background-position:-820px top;
}
.tb_main a.list_img_12
{
	width:58px;
	height:35px;
	margin:9px 70px 6px 25px;
	/*background:url(../images/pay_list.png) -910px bottom no-repeat;
*/}
.tb_main a.list_img_12:hover
{
	background-position:-910px top;
}
.tb_main a.list_img_13
{
	width:49px;
	height:31px;
	margin:12px 55px 7px 0;
	/*background:url(../images/pay_list.png) -976px bottom no-repeat;
*/}
.tb_main a.list_img_13:hover
{
	background-position:-976px top;
}
.tb_main a.list_img_14
{
	width:84px;
	height:32px;
	margin:16px 45px 4px 0;
	/*background:url(../images/pay_list.png) -1037px bottom no-repeat;
*/}
.tb_main a.list_img_14:hover
{
	background-position:-1037px top;
}
.tb_main a.list_img_15
{
	width:75px;
	height:33px;
	margin:13px 10px 4px 0;
	/*background:url(../images/pay_list.png) -1132px bottom no-repeat;
*/}
.tb_main a.list_img_15:hover
{
	background-position:-1132px top;
}
.tb_main a.list_img_16
{
	width:57px;
	height:32px;
	margin:8px 10px 10px 24px;
	/*background:url(../images/pay_list.png) -1210px bottom no-repeat;
*/}
.tb_main a.list_img_16:hover
{
	background-position:-1210px top;
}
.code_bg
{
	position:relative;
	width:352px;
	height:242px;
	background:url(../images/codebg.jpg) no-repeat;
}
.code_bg .code_txt
{
	padding: 55px 25px 10px;
}
.code_bg .colse
{
	width:14px;
	height:14px;
	background:url(../images/colse.png) no-repeat;
	position:absolute;
	right:10px;
	top:10px;
	display:inline-block;
}