@charset "utf-8";
/* CSS Document */
.all {
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    width: 860px;
}

.c_black{
	height:25px;
	line-height:25px;
	padding:0 10px;
	border-bottom:solid 1px #ccc;
}
.head_top{
	margin:10px;
	height:62px;
	border:solid 1px #ccc;
}
.wh_data,.wh_name{
	float:left;
}
.wh_name {
	background: url("../images/head_info_bg.gif") no-repeat scroll 0 0 transparent;
	background-position: 0 -138px;
    background-repeat: repeat-x;
    border-right: 1px solid #CBCBCB;
    float: left;
    height: 47px;
    padding: 15px 12px 0;
    text-align: center;
	font-weight:normal;
}
.wh_data {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    text-align: center;
}
.wh_data1 {
    padding: 12px 0 0 10px;
}
.wh_name span {
    font-family: "黑体";
    font-size: 18px;
    text-decoration: underline;
}
.market_nav ul li.on b {
    background: url("../images/tab_bg1.gif") no-repeat scroll 0 -28px transparent;
    width: 18px;
}
.wh_data1 .current_green{
	color: #006600;
    font-size: 32px;
    font-weight: bold;
}
.head_top .more {
    padding: 12px 0 0 10px;
}
.wh_data table td {
    padding-bottom: 7px;
    text-align: left;
}
.wh_data span.red {
    color: #DC0000;
}
.head_top .more span {
    padding-left: 6px;
    padding-right: 12px;
}
.wh_data span.green {
    color: #006600;
}
.market_box{
	padding-top:10px;
	margin:10px;
}
.market_nav {
    background: url("../images/tab_bg1.gif") repeat-x scroll 0 0 transparent;
    height: 25px;
    overflow: hidden;
    padding-right: 40px;
}
.market_nav ul li {
    background: url("../images/tab_bg1.gif") no-repeat scroll right -56px transparent;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-right: 14px;
}
.market_nav ul li.on {
    background-position: right -28px;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}
.market_nav ul li b {
    float: left;
    height: 25px;
    overflow: hidden;
    width: 10px;
}
.market_nav ul li.on b {
    background: url("../images/tab_bg1.gif") no-repeat scroll 0 -28px transparent;
    width: 18px;
}
#img_box li{
	display:none;
}
#img_box li.show{
	display:block;
}

.overlaydiv
{
 position: fixed;
 z-index:100;
 top: 0px;
 left: 0px;
 height:100%;
 width:100%;
 background-color:#000;
 filter:alpha(opacity=30);
 -moz-opacity: 0.76;
 opacity: 0.1; 
}
.loadingimg{
 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 */
}
 
.infospan{
    font-size: 12px;
}
