/**
	note skin css
*/


.pointdevider {   width: 49%; margin-right: 1%;  }
.pointdevider table td {height:25px;}
.text-right {text-align:right;}

.sidebar_area {display:none;}
.main_area  {float:none; width:100%;}

.betting_area {margin:0 auto; width:1004px;}
.bet_box {overflow:hidden; background:#444; border:1px solid #c7c7c7;}
.bet_box li {overflow:hidden; float:left; width:272px; text-align:center;}
.bet_box li:last-child {width:186px;}
.bet_box li .box {overflow:hidden; height:68px; border:1px solid #c7c7c7; cursor:pointer}
.bet_box li .box:hover {background:#b31552;}
.bet_box li .box.on {background:#b31552;}
.bet_box li .mini_box {overflow:hidden; float:left; width:50%; height:68px; border:1px solid #c7c7c7;  cursor:pointer} 
.bet_box li .mini_box:hover {background:#b31552;}
.bet_box li .active {background:#b31552;}
.bet_box li .name {color:#eee; margin-top:10px;}
.bet_box li .name strong {color:#fff; font-size:17px;}
.bet_box li .point {color:#000; font-weight:bold; font-size:14px;}
.bet_box.pinball_box li {width:10%;}
.bet_box.pinball_box li .name {font-size:18px;font-weight:bold; color:#fff;}
.bet_box.pinball_box li .point {font-size:15px;}

.bet_action_box {overflow:hidden; background:#252525; width:1004px; height:156px; padding:10px; margin-top:10px;}
.bet_action_box .box {border:2px solid #fff; overflow:hidden; position:relative; height:136px;}
.bet_action_box .box .bet_time {overflow:hidden; float:left; text-align:center; padding:24px;}
.bet_action_box .box .bet_time dt {font-size:19px;color:#eee;}
.bet_action_box .box .bet_time dt strong {font-weight:bold; color:#ff992a;}
.bet_action_box .box .bet_time dd {color:#eee; font-size:25px; margin-top:5px; line-height:20px;}
.bet_action_box .box .bet_time dd .refresh {color:#eee; font-size:14px;}
.bet_action_box .box .money_data {position:absolute; top:5px; left:250px;}
.bet_action_box .box .money_data .point {float:left; color:#fff; font-size:15px; margin-left:50px;}
.bet_action_box .box .money_data .point strong {color:#ff992a; margin-left:10px;}
.bet_action_box .box .chip_box {overflow:hidden; float:left; }
.bet_action_box .box .chip_box li {float:left; margin-left:10px; cursor:pointer; margin-top:32px;}
.bet_action_box .box .chip_box li.del_btn {width:64px; height:64px; border-radius:100%; border:3px solid #fff; overflow:hidden; background:#000; text-align:center; margin-top:36px; margin-left:20px;}
.bet_action_box .box .chip_box li.del_btn .txt {color:#fff; font-weight:bold; font-size:16px; letter-spacing:-1px; margin-top:10px;}
.bet_action_box .box .chip_box li.del_btn .en {color:#444; font-weight:bold; font-size:11px; letter-spacing:-1px;}
.bet_action_box .box .chip_box li.bet_btn {width:110px; height:110px; border-radius:100%; border:3px solid #fff; overflow:hidden; background:#000; text-align:center; margin-top:10px; margin-left:20px;}
.bet_action_box .box .chip_box li.bet_btn .txt {color:#fff; font-weight:bold; font-size:21px; letter-spacing:-1px; margin-top:28px;}
.bet_action_box .box .chip_box li.bet_btn .en {color:#444; font-weight:bold; font-size:17px; letter-spacing:-1px;}
.bet_action_box .box .info {color:#d34b4b; position:absolute; bottom:5px; left:300px;}

.bet_list {overflow:hidden; border:2px solid #dbdbdb; width:1004px; margin:20px auto;}
.bet_list dt {overflow:hidden;}
.bet_list dt li {background:#dbdbdb; height:44px; line-height:44px; color:#000;}
.bet_list dd {overflow:hidden;}
.bet_list li {width:14.28%; float:left; text-align:center; height:36px; line-height:36px; color:#888; border-top:1px solid #dbdbdb}
.bet_list li .lose {color:#999; font-weight:bold;}
.bet_list li .success {color:#ff992a; font-weight:bold;}
.bet_list li .waiting {color:#000; font-weight:bold;}
.bet_list li .red_ball {background:#f51b6f; color:#fff; border-radius:100%; padding:4px 10px;}
.bet_list li .green_ball {background:#32bf61; color:#fff; border-radius:100%; padding:4px 10px;}
.bet_list li .black_ball {background:#3d3d3d; color:#fff; border-radius:100%; padding:4px 10px;}



