/*this is alert_fullbg use01*/
.alert_fullbg { height: 100%; width: 100%; top: 0; left: 0; position: fixed; _position: absolute; z-index: 100000; filter: alpha(opacity=30); opacity: 0.3; background-color: #000; _filter: alpha(opacity=100); _background-color: none;  _filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
 _top:expression(eval(document.documentElement.scrollTop));
display: none; }
/*alert by mumian start use02*/
.alert_bg {
	position:absolute;
	top:400px;
	left:50%;
	padding:6px 6px 6px 6px;
	height:auto;
	overflow:hidden;
	position: fixed!important;/*FF IE7*/
	position: absolute;/*IE6*/
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0,endColorstr=#99a0a0a0);
	z-index:100009;
	display:none;
}
.alert_bg1 {
	position:absolute;
	top:400px;
	left:50%;
	padding:6px 6px 6px 6px;
	height:auto;
	overflow:hidden;
	position: fixed!important;/*FF IE7*/
	position: absolute;/*IE6*/
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0,endColorstr=#99a0a0a0);
	z-index:100009;
	display:none;
}
.alert_bg1 .alert_box { border: 1px solid #C2C2C2; height: auto; overflow: hidden; }
.alert_bg1 .alert_box .alert_top { height: 36px; background: #f0f1f2; text-indent: 15px; font-size: 14px; line-height: 36px; position: relative; }
.alert_bg1 .alert_box .alert_top span { float: left; }
.alert_bg1 .alert_box .alert_top .alert_close { height: 22px; width: 22px; background: url(../images/total_alert.gif) no-repeat -175px -722px; display: block; float: right; margin-top: 6px; margin-right: 6px; _margin-right: 2px; }
.alert_bg1 .alert_box .alert_top .alert_close:hover { background-position: -203px -722px; }
.alert_bg .alert_box { border: 1px solid #C2C2C2; height: auto; overflow: hidden; }
.alert_bg .alert_box .alert_top { height: 36px; background: #f0f1f2; text-indent: 15px; font-size: 14px; line-height: 36px; position: relative; }
.alert_bg .alert_box .alert_top span { float: left; font-weight:bold }
.alert_bg .alert_box .alert_top a, .alert_bg .alert_box .close { height: 22px; width: 22px; background: url(../images/total_alert.gif) no-repeat -175px -722px; display: block; float: right; margin-top: 6px; margin-right: 6px; _margin-right: 2px; }
.alert_bg .alert_box .alert_top a:hover, .alert_bg .alert_box a.close:hover { background-position: -203px -722px; }
.alert_content { background-color: #FFFFFF; font-size: 12px; height: auto; overflow: hidden; }

.alert_report .alert_box { border: 1px solid #E6E6E6; }
.alert_report .alert_content { font-size: 12px; line-height: 35px; padding: 20px; }
.alert_report .alert_content .text { border: #CCC solid 1px; clear: both; color: #666666; font-size: 12px; height: 16px; line-height: 16px; margin-top: 0px; padding: 5px 5px; width: 220px; }
.alert_report .selectClass { width: 300px; color: #999; padding: 4px; }
.alert_report .alert_content .smt { background: url(../images/total_alert.gif) no-repeat scroll 0 -30px transparent; border: medium none; color: #FFFFFF; cursor: pointer; float: left; font-size: 14px; font-weight: bold; margin: 15px 0 5px 160px; padding: 8px 0 6px; width: 140px; }
.alert_report .bottom { text-align: center; background-color: #f7f7f7; height: 25px; font-size: 12px; color: #F00; padding-top: 10px; margin-top: -15px; clear: both; }

/* 专题页面提示 */
.alert_soldout .alert_content { width:420px; height:160px; padding-top:20px; text-align:center; background:#fff; font-size:16px; line-height:40px; color:#999; }
.alert_soldout .alert_content .timer { height: 32px; margin: 0; overflow: hidden; text-align: center; padding-right: 15px; }
.alert_soldout .alert_content .timer em { color: #009900; font-family: arial; font-size: 22px; margin: 0 5px; }
.alert_soldout .alert_content .layer_but { border-radius: 2px; padding:3px 15px; color:#fff; font-size:15px; border:1px solid #e25f07; background:#ff6600; text-shadow: 1px 1px 0 rgba(0, 0, 0, .2); }
.alert_soldout .alert_content .layer_but:hover { background:#ff7e00; text-decoration:none }
