@charset "utf-8";
/*Global*/
body, td, th ,div, ul, li, p{ 
	color:#666; 
	font-size:12px;
	font-family:Arial;
	} 
body {
	margin-left:0; 
	margin-top:0; 
	margin-right:0; 
	margin-bottom:0; 
	} 
ul, li, p, dl, dt, dd, h1,h2,h3,h4,h5,h6, form{ 
	list-style-type:none; 
	padding:0; 
	margin:0; 
	} 
img{
	padding:0; 
	margin:0; 
	border:0;
	}
a:link { 
	color:#0D59A0; 
	font-size:12px; 
	font-family:Arial; 
	text-decoration:none;
	} 
a:visited { 
	color:#0D59A0; 
	font-size:12px; 
	font-family:Arial; 
	text-decoration:none;
	} 
a:hover {
	color:#0A5AAD;
	font-size:12px; 
	text-decoration:underline; 
	font-family:Arial; 
	} 
.clear{
	clear:both;
	}
	
.wrapper {
	height:100%;
	margin:0px auto;
    width:995px;
}


/*Page Description*/
.meta{
    display:none;
	height:24px;
	overflow:hidden;
	clear:both;
	}
.metainner{
	color:#999;
	float:left;
	width:100%;
	height:24px;
	line-height:24px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:5px;
	text-overflow:ellipsis;
	margin:0px auto;
	}
	

/*Head*/
.header{
	background:url(../images/head_bg.gif) left bottom repeat-x;
	width:100%;
	height:103px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
	}
/*Nav*/
.nav{
	background:url(../images/nav_bg.gif) left top repeat-x;
	width:100%;
	height:30px;
	margin:0px auto;
	overflow:hidden;
	padding:0;
	clear:both;
	}
/*Body*/
.main{
	width:100%;
	margin:0px auto;
	clear:both;
	border-top:0;
	border-bottom:0;
	height:100%;
	}
/*home_left*/
.main .home_left{
	height:220px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 20px!important;
	margin:10px 0 0 10px;
	overflow:hidden;
	}
.main .left{
	width:221px;
	float:left;
	overflow:hidden;
	height:100%;
	margin:10px 0;
	}
/*home_right*/
.main .home_right{
	width:281px;
	height:210px;
	float:right;
	overflow:hidden;
	margin:10px 20px 0 0!important;
	margin:10px 10px 0 0;
	}
.main .right{
	width:764px;
	float:right;
	overflow:hidden;
	height:100%;
	margin:10px 0;
	}

/*footer*/
.footer{
	background:url(../images/foot_bg.gif) left top repeat-x;
	width:100%;
	margin-bottom:10px!important;
	margin-bottom:5px;
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
/*about*/
.about{
	height:100%;
	}
.list{
	height:100%;
	}
/*MessageBox 错误信息模块*/
.error {
	background: url(../images/icon_error.gif) no-repeat 5px 3px;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	color:#e04023;
	margin-top:2px;
	}
.success {
	background:#eff6e4 url(../images/icon_success.gif) no-repeat 5px 3px;
	border:1px solid #cae2a4;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	}
.alert {
	background:#fffbd1 url(../images/icon_alert.gif) no-repeat 5px 3px;
	border:1px solid #fddc9b;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	}
.successa{
	border:1px solid #cae2a4;
	padding:15px 10px 15px 60px;
	margin:20px 0;
	background:#f7faf1 url(../images/successa.gif) 15px 15px no-repeat;
	color:#2a9917;
	font-size:14px;
	line-height:30px;
	}
.errora{
	border:1px solid #fac5c7;
	padding:15px 10px 15px 60px;
	margin:20px 0;
	background:#fef0f0 url(../images/errora.gif) 15px 15px no-repeat;
	color:#CC0000;
	font-size:14px;
	line-height:30px;
	}	
.quickminiimgbox{
	visibility:hidden;
	position:absolute;left:0;
	top:0;
	z-index:301;
	}
.quickminiimgbox .iconlayer{
	height:100%;
	}
.quickminiimgbox .iconlayer a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none !important;
	}
.quickminiimgbox .maskbox{
	float:left;
	width:100px;
	height:100px;
	border:none;
	overflow:hidden;
	background:url(../images/quickview_blank.gif) repeat;
	}
.quickminiimgbox .dartbox{
	float:left;
	width:16px;
	height:100px;
	background:url(../images/quickview_dart.gif) no-repeat right center;
	}
.quickinfobox{
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:125px;
	height:125px;
	background-color:#d1e3f5;
	padding:8px 8px 4px;
	text-align:center;
	border:1px solid #adcfea;
	z-index:300;
	}
.quickinfobox .largeimg{
	width:120px;height:120px;
	background-color:#ffffff;
	padding:5px;
	border:1px solid #4e89c4;
	}
.quickinfobox .largeimg a{
	display:table-cell;
	width:120px;
	height:120px;
	*display:block;
	vertical-align:middle;
	outline:none;
	}
.quickinfobox .largeimg img{
	vertical-align:middle;
	border:0;
	}
