@CHARSET "UTF-8";
.body-wrap{
	position: relative;
    max-width: 980px;
    max-width: 100%;
    height: 80%;
    clear: both;
}
.time_img{
	padding-left:5px;
	vertical-align: middle;
    display: inline-table;
    width: 15px;
    height: 15px;
    /*background-image: url(../img/img05.png);*/
    background-repeat: no-repeat;
}
#chart1{
	margin: 20px;
	width: 670px;
    height: 280px;
    position: relative;
}

#gpDisp{
margin-top:20px;
}

.data-lists dl dt{
	padding-left:5px;
	font-weight: bold;
}

.data-lists dl dt span{
	background-image: url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0px 0px;
    width: 15px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-right:5px;
}

.data-lists dl dd{
	margin: 0;
}

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.main_stock_box1{
	position: relative;
    width: 900px;
    margin: 20px 0;
}

.main_stock_box1 ul{
	display: table-cell;
}

.main_stock_box1 ul li{
	list-style: none;
}

.main_stock_box1 ul li span{
	padding-left: 10px;
}
.main_stock_box1_title ul:nth-child(2){
	width: 275px;
    padding: 0px 5px;
    position: absolute;
    left: 360px;
    top: 5px;
    padding: 0px 5px;
}


.main_stock_box1_title ul .main_stock_box1_title1{
	width: 295px;
    padding: 10px 20px;
    background: #252525;
    font-size: 20px;
    color: #fff;
    font-weight: bold;

}
.main_stock_box1_title ul .main_stock_box1_title2{
	background-color: #fff;
	width: 295px;
    text-align: right;
    font-size: 42px;
    color: #333;
    padding: 25px 20px;
}

.main_stock_box1_title ul .main_stock_box1_title2 .CurJuka{
	position: absolute;
    top: 69px;
    left: 70px;
	display: inline-block;
    padding: 3px;
    margin-right: 22px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #ed5647;
    vertical-align: middle;
}

.main_stock_box1_title ul .main_stock_box1_contn{
	padding: 7px 15px;
	width: 100%;
}

.main_stock_box1_title ul .main_stock_box1_contn .title{
	font-size: 97%;
	font-weight: bold;
    background-color: #252525;
    padding: 0px 10px;
    color: #fff;
	float: none;
}
.main_stock_box1_title ul .main_stock_box1_contn span{
	padding-left: 30px;
	float: right;
}

.main_stock_box1_title ul .main_stock_box1_contn span .up{
	padding: 0px;
	float: none;
	color:#FF4848;
}

.main_stock_box1_title ul .main_stock_box1_contn span .down{
	padding: 0px;
	float: none;
	color: #2478FF;
}

table, .tab_content table{
	position: relative;
	min-width: 900px;
    margin: 20px 0;
    padding: 0 40px;
    border-spacing: 0;
}
table tr th{
    padding: 9px 10px;
    font-weight: normal;
    background-color: #252525;
    color: #fff;
    border-left: 1px solid #252525;
    border-top: 1px solid #252525;
    font-size: 93%;
}
table tr td:first-child{

}
table tr td:last-child{

}
table tr td{
	
	padding: 9px 10px 17px;
    font-weight: normal;
    background:#fff url("/layouts/default/image/common/back.gif") repeat-x scroll 0 bottom;
    text-align:right;
    font-size: 93%;

}
/*table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}*/
#stockInfo tr:last-child td{
	border-bottom: 1px solid #dbdbdb;
}

#stockInfo, #member_trade, #Hoga{
	padding: 0 40px;
}

#stockInfo tr th{
	width: 75px;
	background: #fcfcfc;
	border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    color: #333333;
}

#stockInfo tr:last-child th{
	border-bottom: 1px solid #dbdbdb;
}

#stockInfo tr td{
	width: 110px;
	padding: 9px 10px;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
	background:#fff;
}
#stockInfo tr td:last-child{

    border-right: 1px solid #dbdbdb;
}
#stockInfo tr th:first-child{
	width: 160px;
}

#member_trade tr td, #Hoga tr td{
	text-align:center;
}


table tr td .up{
	float: left;
	color:#FF4848;
}
table tr td .down{
	float:left;
	color:#2478FF;
}
table tr td .bohab{
	float:left;
}

.footer-wrap{
	position: relative;
    width: 100%;
    clear: both;
}

ul.tabs {
	margin: 0 0 20px 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px;
	border-left: 1px solid #D6D6D6;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #D6D6D6;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #EAEAEA;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}


.tab_content {
	padding: 25px 0;
}