/*公用弹框*/
#ye_dialog_overlay {position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000;filter:alpha(opacity=25);-moz-opacity: 0.25;opacity: 0.25;z-index:1000; display:none;}

#ye_dialog_loading {background:#fff url(http://site.tongxueimg.com/v4/k/images/loading.gif) no-repeat 1px 1px;width:34px;height:34px;position:fixed;top:50%;left:50%;margin:-32px 0 0 -32px;z-index:1001; display:none;}

#ye_dialog_window{background-color:#fff;z-index:1002;position:fixed;top:50%;left:50%;border:1px solid #666;width:300px;height:150px; display:none;
-webkit-border-radius:5px;-moz-border-radius:5px;padding-bottom:8px;}
#ye_dialog_window_w {position:relative;left:-3px;top:-3px;}


#ye_dialog_title {height:28px; line-height:25px;padding:0 10px;font-size:14px;color:#333;font-weight:bold; text-align:left}
#ye_dialog_body {width:100%;}
#ye_dialog_iframe {width:100%;height:100%;border:0 none;}
#ye_dialog_close {position:absolute; width:13px; height:13px; display:block; color:#000; right:9px; top:7px; text-decoration:none; background:url(http://site.tongxueimg.com/v4/k/images/leku_dialog_close.gif) no-repeat;}

/*MsgBox*/
.ye_msg_window {padding:0;position:fixed; top:50%; left:50%; z-index:1100; width:250px;}

.ye_msg_wrap {padding:10px 20px;border:1px solid #666;background-color:#fff; font-size:14px;-webkit-border-radius:5px;-moz-border-radius:5px;text-align:left;}
.ye_msg_autoclose { height:20px; line-height:20px; color:#666; font-size:12px; text-align:left;}
.ye_msg_ico_1,
.ye_msg_ico_2,
.ye_msg_ico_3,
.ye_msg_ico_4,
.ye_msg_ico_5 {background:#fff no-repeat 20px center;padding-left:90px;}
.ye_msg_ico_1 {background-image:url(http://site.tongxueimg.com/v4/k/images/leku_dialog_msgtype_ico_1.gif);}
.ye_msg_ico_2 {background-image:url(http://site.tongxueimg.com/v4/k/images/leku_dialog_msgtype_ico_2.gif);}
.ye_msg_ico_3 {background-image:url(http://site.tongxueimg.com/v4/k/images/leku_dialog_msgtype_ico_3.gif);}
.ye_msg_ico_4 {background-image:url(http://site.tongxueimg.com/v4/k/images/leku_dialog_msgtype_ico_4.gif);}
.ye_msg_ico_5 {background-image:url(http://site.tongxueimg.com/v4/k/images/leku_dialog_msgtype_ico_5.gif);}

/*tips*/
#ye_tips {height:23px;position:absolute;top:0;left:0;visibility:hidden; width:150px;}
#ye_tips_body {height:23px;line-height:23px; background:url(http://site.tongxueimg.com/v4/k/images/tips_bg.png) repeat-x 0 -23px; padding:0 7px; font-size:12px; color:#000; float:left; width:144px; white-space:nowrap; overflow:hidden; text-align:center;}
.ye_tips_u {background-image:url(http://site.tongxueimg.com/v4/k/images/tips_bg.png);width:3px;height:23px;overflow:hidden;}
.ye_tips_u_left {float:left;background-position:0 -46px;}
.ye_tips_u_right {float:right;background-position:-3px -46px;}

#ye_tips_arr {background:url(http://site.tongxueimg.com/v4/k/images/tips_bg.png) no-repeat 0 -92px;width:7px;height:6px;top:21px;position:absolute;overflow:hidden;}
.ye_tips_arr_left {left:8px;}
.ye_tips_arr_center {left:50%;margin-left:-3px;}
.ye_tips_arr_right {right:8px;}

/*表单提示*/
.formTips {position:absolute; z-index:1200; top:0; left:0; font-size:12px; height:18px; line-height:18px; padding:0 5px 0 20px; background-image:url(http://site.tongxueimg.com/v4/k/images/formtips_ico.gif); border:1px solid; color:#000; background-repeat:no-repeat;}
.formTips_tips {border-color:#EBD092; background-color:#FFEFCE;background-position:3px 0;}
.formTips_err  {border-color:#EA7373; background-color:#FBE3E3;background-position:3px -36px;}
.formTips_ok   {border-color:#ABDCAC; background-color:#DDF0DD;background-position:3px -18px;padding:0 0 0 20px;}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(http://site.tongxueimg.com/v4/k/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(http://site.tongxueimg.com/v4/k/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(http://site.tongxueimg.com/v4/k/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
/*ye_dialog.js  popup_order_XY{}*/
.f_layer_popup {
padding:10px;
width:490px;
text-align:left;
z-index:100;
}

.f_layer_popup tr.td_bg td {
background:#D3EAF4 none repeat scroll 0%;
height:10px;
opacity:0.6;
}

.f_layer_popup td.td_bg2 {
background:#D3EAF4 none repeat scroll 0%;
opacity:0.6;
width:10px;
}

.f_layer_popup .conBox {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #BED6DF;
color:#909090;
line-height:20px;
padding:20px;
width:430px;
}

.f_layer_popup .conBox .close {
margin-right:-12px;
margin-top:-12px;
text-align:right;
height:20px;
}
.f_layer_popup .conBox .close a{
	display:block;
	float:right;
	width:20px;
	height:20px;
	background: url(http://site.tongxueimg.com/v4/k/images/presence_start_closer.gif) 3px 3px;}
.f_layer_popup .conBox .title {
color:#333333;
margin-top:5px;
}
.f_layer_popup tr.td_bg td{background:#D3EAF4;filter:alpha(opacity=60);-moz-opacity:0.6; height:10px;}
.f_layer_popup td.td_bg2{background:#D3EAF4;filter:alpha(opacity=60);-moz-opacity:0.6;width:10px;}

/*vip show img read more*/
.read_more_toper_box{
	width:100px;  background:blue; position:relative; top:0px; left:26px; *left:-44px;
	
}
.read_more_toper{
	position:absolute;
	display:block;
	width:188px;
	height:70px;
	left:0px;
	top:0px;
	background-color:#00C9D7;
	color:#ccc;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0; 
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	text-align:center;
	text-decoration:none;
}
.read_more_toper:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	text-decoration:none;
}
.read_more_toper b{
	font-size:14px;
	text-align:center;
	font-weight:400;
	display:block;
	margin-top:10px;
}

/*whirl img bar*/
.blogPicOri{
	height:26px;
	border:1px solid #999;
	position:absolute;
	top:0px;
	z-index:100;
	left:0px;
	background:#F8F8F8;
	overflow:hidden;
	width:220px; padding-left:10px;
}
.blogPicOri .oriPicOption{
	line-height:20px;
	margin:4px;
	text-align:left;
	font-size:12px;
}
.blogPicOri cite.cls, .blogPicOri cite.imgL, .blogPicOri cite.imgR, .blogPicOri cite.preview {
	background:transparent url(http://simg.sinajs.cn/miniblog/images/common/feed_ico.png) no-repeat scroll 0pt -78px;
	margin-left:11px;
	padding-left:10px;
}
.blogPicOri cite.line {
	color:#D0D0D0;
	margin:0pt 12px;
}
.blogPicOri cite.preview {
	background-position:0pt -98px;
	margin-left:0px;
	padding-left:13px;
}
.blogPicOri cite.imgL {
	background-position:0pt -118px;
	margin-left:0px;
	padding-left:12px;
}
.blogPicOri cite.imgR {
	background-position:right -139px;
	margin-left:10px;
	padding-right:12px;
}
.blogPicOri cite {
	font-style:normal;
	font-weight:normal;
}