/*@charset "utf-8";*/



/*탭버튼*/
.tabBtnWrap{height:60px;display:block;width:900px;background:#e4e4e4;border-bottom:1px solid #5e5e5e; text-align:center;margin-left:80px;color:black;}
.tabBtn{height:60px;min-width:900px; display:block;width:100%;background:#e4e4e4;border-bottom:1px solid #bfbfbf;}
.tabBtn li{float:left; border-right:1px solid #bfbfbf; height:60px;width:80px; text-align:center !important;line-height:60px;}
.tabBtn a{width:50px;padding-top:5px; display:block;margin:0px auto;}
.tabBtn a:hover{border:2px solid #196ada;height:53px;display:block;width:78px;text-align:center}
.tabBtn a.tab_active{border:2px solid #196ada;height:53px;display:block;width:78px;text-align:center }
.tabLeft{border-left:1px solid #bfbfbf;}

.tabBtn2{width:100%;margin-top:30px;color:#4e2b00;}
.tabBtn2 a{
	color:#333 !important;border-top:2px solid #5c3106;border-left:1px solid #a3a4a4;
	background:#efefef; padding:0px 10px;line-height:35px;width:80px; text-align:center;font-size:14px;  
	display: inline-block;border-radius:4px 4px 0px 0px;float:left;margin-right:2px;
}
.tabBtn2 a:hover{color:#fff !important;;background:#826b00;border-left:1px solid #3e2200; }
.tabBtn2 a.tab_active{color:#fff !important;;background:#5c3106;border-left:1px solid #3e2200; }

.tabBtnWrap2{height:60px;display:block;width:695px;background:#e4e4e4;border-bottom:1px solid #5e5e5e; text-align:center;margin-left:60px;color:black;}

.tabBtn_etc{height:60px;display:block;float:left;border-top:1px solid #000;border-right:1px solid #bfbfbf;}
.tabBtn_etc li{float:left; border-right:1px solid #bfbfbf; height:60px; text-align:center !important;line-height:60px;width:230px; background:#ddd;}
.tabBtn_etc a{display:inline-block; text-align:center; line-height:60px; font-weight:600;width:230px;color:#444 !important;}
.tabBtn_etc a:hover{border:1px solid #fff;height:58px;width:228px;text-align:center;}
.tabBtn_etc a.tab_active{border:1px solid #b98341;height:58px;width:228px;text-align:center;color:#fff !important; background:#633b0a;}


/*게임리스트*/
.gamelistWrap{width:900px; margin:0px auto; overflow: auto; text-align:center;}

/*다폴더*/
.dafloder_game{width:820px; border:0px solid #3b3c43; overflow:hidden;   display:block;text-align:center;padding-bottom:15px;margin-top:2px;}
.dafloder_game p{ display:block;padding:10px 15px; text-align:left;color:white;}
.dafloder_game td{padding:0px;border-radius:4px;}
.dafloder_game table{margin:0px auto; width:97%;}
.dafloder_game td.event{background:#111111;line-height:28px;color:#fff;margin-bottom:15px; text-align:left;padding:0px 10px;}
.dafloder_game td span{color:#ffea00;}
.dafloder_game td .givecnt{ display:inline-block; background:#424042; line-height:20px;width:50px; text-align:center;float:right;margin-top:5px;color:#fff !important;padding:0px 0px;font-size:11px;border-radius:4px;}

/*배팅리스트 css*/
.gameDivList {
    width: 860px;
    height: 33px;
    overflow: hidden;
    min-width: 800px;
    display: block;
    text-align: center;
    border: 0px solid blue;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.row {display: table-row;}
.game_type { display: table-cell;min-width:70px;text-align:center;margin-right:3px;font-size:13px;border:1px solid black;height:22px; }
.normal {display: table-cell;
		font-size:12px;
		text-align:left;
		width: calc(100% - 16px);
		padding: 0 8px;
		overflow: hidden;
		vertical-align: middle;
		font-weight:400;
		cursor:pointer;
		color:#fff;
		height: auto;
		line-height: 32px;
		background: #4b4b4b;
		border-radius: 5px;
		box-shadow: 1px 1px 1px rgba(255,255,255,0.3) inset, 1px 1px 3px rgba(0,0,0,0.5);
}
.normal:hover{
	background:linear-gradient(to top,#1b2c4e,#426293);

}

    .league {
      
      
        left:50%;
        width:830px;
        height: 38px;
        padding: 6px 3px;
        font-size: 14px;
        color: #fff88f;
        background: #404040;
        border: 1px solid #000000;
        box-sizing: border-box;
        border-radius: 5px;
        overflow: hidden;
    }

    .row .normal{
        width:234px;
       height:1px;
    }

.normal_Ready {display: table-cell;font-size:13px;text-align:left;width:32%; min-width:120px;vertical-align: middle;border:1px solid #a0a0a0;color:#333333;}
.normal_Readydark {display: table-cell;font-size:13px;text-align:left;width:32%; min-width:120px;vertical-align: middle;border:1px solid #707070;color:#e2e2e2 !important;}
.gamedate { display: table-cell;min-width:120px;text-align:center;margin-left:5px;font-size:13px; }
.gameName { display: table-cell;font-size:16px;font-weight:700;min-width:220px;margin-left:200px;height:46px;text-align:left;border:0px red solid;}
.blank {width:3px;}

/*게임 하위메뉴 펼침 버튼*/
.game_count { 
	width:20px;height:27px; 
	line-height:27px;margin-left:5px;margin-right:5px; padding:4px;font-size:13px;font-weight:700;border:solid 1px #707070;
	
	display: inline-block;
    height: 24px;
    margin: 0 2px;
    padding: 0 8px;
    line-height: 24px;
    background: #4b4b4b;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.3) inset, 1px 1px 3px rgba(0,0,0,0.5);
    overflow: hidden;

}


.vs{
	background: #4b4b4b;
	box-shadow: 1px 1px 1px rgba(255,255,255,0.3) inset, 1px 1px 3px rgba(0,0,0,0.5);
	width: 60px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
	overflow: hidden;
	color: white;
    cursor: pointer;
}
.plus{
	background: linear-gradient(to bottom, #b8a783 0%,#74633f 100%);
	box-shadow: 1px 1px 1px rgba(255,255,255,0.3) inset, 1px 1px 3px rgba(0,0,0,0.5);
	width: 60px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
	overflow: hidden;
	color: white;
    cursor: pointer;
}
.div_vs{

	padding-right: 7px;
	padding-left: 7px;
}


.vs_Ready{border:1px solid #a0a0a0;color:white;min-width:70px;border-radius:4px;margin-left:3px;margin-right:3px; padding:4px;font-size:13px;}
.org{
		height:22px;
		border:1px solid #e05a00;
		font-weight:700;cursor:pointer;
		color:#e05a00;padding:4px 10px;min-width:40px; 
	}
.green{border:1px solid #00a83f;color:#00a83f;padding:4px 10px;min-width:40px; }
.blue{border:1px solid #0063a8;color:#0063a8;padding:4px 10px;min-width:40px; }
/*배팅리스트*/
.gamelistmini{
	width:780px; height:100%;min-height:500px; border:0px solid #a3a4a4; overflow:hidden; display:block;
	text-align:center;padding:10px 0px;margin-top:1px;margin-bottom:10px;text-align:left;color:#a1a1a1;
}
/*배팅리스트*/
.gamelist{
	width:840px; height:100%;min-height:500px; border:0px solid #a3a4a4; overflow:hidden; background:#252525; display:block;
	text-align:center;padding:10px 0px;margin-top:1px;margin-bottom:10px;text-align:left;color:#a1a1a1;
}
.gamelist p{ display:block;padding:px 15px;text-align:left; font-size:16px;margin-left:15px;font-weight:700;}
.gamelist table{width:888px;margin:0px auto;}
.gamelist th{padding:4px ; text-align:left;color:#2b2b2b;font-size:13px;white-space:nowrap;min-width:110px;max-width:120px;width:8%; }
.gamelist td{font-size:13px; text-align:left;cursor:pointer;}
.gamelist td.org{border:1px solid #ff6600;color:#e05a00;padding:4px 10px;min-width:40px; }
.gamelist td.green{border:1px solid #00a83f;color:#1d650a;padding:4px 10px;min-width:40px; }
.gamelist::-webkit-scrollbar { width: 12px; }
.gamelist::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);border-radius: 10px;}
.gamelist::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);}
.gamelistLive {width:899px;height:100%;  overflow:hidden; background:#262323;min-width:880px;min-height:100px; display:block;text-align:center;padding:10px 0px;margin-bottom:10px;text-align:left;}
.gamelistLive p{ display:block;padding:10px 15px;text-align:left; font-size:16px;margin-left:15px;font-weight:700;color:#FF6 !important;}
.gamelistLive table{width:95%;margin:0px auto;}
.gamelistLive th{padding:4px ; text-align:left;color:#2b2b2b;font-size:13px;white-space:nowrap;min-width:110px;max-width:120px;width:8%;border:1px solid #707070 !important }
.gamelistLive td{border-radius:4px;font-size:13px; text-align:left;cursor:pointer; border:1px solid #707070 !important;color:#eee !important;}
.gamelistLive td.org{border:1px solid #ff6600;color:#e05a00;padding:4px 10px;min-width:40px; }
.gamelistLive td.green{border:1px solid #00a83f;color:#1d650a;padding:4px 10px;min-width:40px; }
.gamelistLive td.blue{border:1px solid #0063a8;color:#034384;padding:4px 10px;min-width:40px; }
.gamelistLive td.normal{border:1px solid #666;color:white;padding:4px 10px;min-width:40px; background:black;  }

.mouseover  { background:#6d6e55!important; } 
.selected   { background:linear-gradient(to top,#4295ff,#6eb8ff) !important; color:#fff !important; } 

.delay_no{float:right; display:inline-block; background:#a7a7a7;color:#fff;padding:0px 10px;font-size:12px;border-radius:2px;}
.delay_yes{float:right; display:inline-block; background:#d65c2c;color:#fff;padding:0px 10px;font-size:12px;border-radius:2px;}
.teamLeft{float:right; display:inline-block;margin-left:5px; }
.teamRight{float:right; display:inline-block;margin-right:5px;font-size:13px; }
.scoreRight{float:right; display:inline-block; color:white;margin-right:5px;}
.scoreLeft{float:left; display:inline-block; color:white;margin-left:5px;}
.scoreCenter{float:center; display:inline-block; color:white;margin-left:5px;}
.gamelist .noGame{line-height:80px; text-align:center; font-weight:700; color:#aaa;font-size:18px; padding:10px 0px !important; display:block;}

/*배팅리스트 유럽식css*/
.gameDivEuro {  display:inline-block;width:890px;height:500px;font-size:14px;border:0px solid black;color:#333333;}

.gameDivEuro .gameDivEuroLeft {position:absolute;height:1100px;overflow:auto; cursor:pointer; width:890px;background:black;}
.gameDivEuro .gameDivEuroLeft::-webkit-scrollbar { width: 12px; }
.gameDivEuro .gameDivEuroLeft::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);border-radius: 10px;}
.gameDivEuro .gameDivEuroLeft::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);}

.gameDivEuro .gameDivEuroRight {position:relative;height:100%;overflow:hidden; width:600px;left:100px;display:none;}


.gameDivEuroLeague {border:1px solid #a1a1f1;text-align:left;font-size:14px;background:white;margin-left:20px;margin-bottom:10px;font-family:noto sans kr,sans-serif;width:850px;min-height:150px;} 
.gameDivEuroLeague p  { line-height: normal;float:left;margin-top:4px;margin-left:5px;vertical-align:top;padding-top:5px;}
.gameDivEuroLeague .TeamName  {width:550px;text-overflow:ellipsis;margin-top:4px;margin-left:5px;vertical-align:middle;padding-top:5px;}
.gameDivEuroLeague .GameDate {text-align:center;width:150px;border:1px solid #a1a1a1;border-radius:4px;line-height:24px; display:inline-block;padding:3px; }
.gameDivEuroLeague .ViewOddsCount {line-height:16px;font-size:15px;font-weight:600;width:38px;height:16px;text-align:center;border:1px solid red;background:#ff5621;border-radius:4px;margin-left:5px;color:white;vertical-align:top}
.gameDivEuroLeague .ViewTeam1{clear:both;width:328px;height:60px;text-align:right;background:white;font-size:18px;font-weight:800}
.gameDivEuroLeague .ViewTeam2{width:328px;height:60px;text-align:left;background:white;font-size:18px;font-weight:800}
.gameDivEuroLeague .ViewLeague{width:80px;height:60px;text-align:center;background:white;}
.gameDivEuroLeague .ClearLeague{clear:both;}
.selectLeague {border:solid 2px red;}

.gameDivEuroContainer {width:600px;border:2px solid red; overflow:hidden;margin-bottom:20px;}
.gameDivEuroGameInfo {float:left;width:100%;margin-bottom:10px;}
.gameDivEuroGameInfo p { line-height: normal; margin-left:10px;font-weight:800;}
.gameDivEuroGameInfo  a {}
.gameDivEuroGameInfo .GameDate {text-align:center;width:150px;border:1px solid #a1a1a1;border-radius:4px;line-height:24px; float:right; display:inline-block;padding:3px; }
.gameDivEuroGameInfo .button_area {display:block; width:600px; margin:-10px 5px 0px 10px;}
.gameDivEuroGameInfo .button_area .button {font-family:noto sans kr,sans-serif;color:#606060;width:80px;height:17px;border:1px solid #a1a1a1;border-radius:4px 4px 4px 4px;text-align:center; display:inline-block; float:left; margin-left:18px; background:#eee;}

.gameDivEuroGameDetail {width:600px;overflow:hidden;height:100%;margin-bottom:20px;}
.gameDivEuroContent {  display: table-row;width:800px;height:100%;}
#gameListEuro {}
#ClockArea {width:100px;font-family:noto sans kr,sans-serif;font-size:14px;font-weight:500;color:#f0ff02;text-align:center; }

.blink {
    -webkit-animation: blink 1.3s linear infinite;
} 
 
 
@-webkit-keyframes blink {
    0% {  color: white; }
    33% {  color: #f99272; }
	50% { color :#ff5621; }
    66% {  color: #f9cbbc; }
    100% {  color: white; }
/*    from { background-color: red;}
    to {background-color: green;}  */
}
/*배팅리스트 유럽식css*/

/*경기결과*/
.gamelist2{width:90%; overflow:hidden;min-width:838px; display:block;text-align:center;padding:18px 0px 15px 0px;}
.gamelist2 p{ display:block;padding:10px 15px;text-align:left; font-size:16px;margin-left:15px;font-weight:700;color:#;}
.gamelist2 table{width:98%;margin:0px auto;}
.gamelist2 th{padding:4px ; text-align:left;color:#2b2b2b;font-size:13px;white-space:nowrap;min-width:110px;max-width:120px;width:8%; }
.gamelist2 td{border-radius:4px;font-size:13px; text-align:left;}
.gamelist2 td.normal{border:1px solid #666;color:#bfbfbf;padding:4px 10px;min-width:10px;background:black; }
.gamelist2 td.selected{border:1px solid #a3a4a4;padding:4px 10px;min-width:110px; background:#a3a4a4;color:#fff; }
.gamelist2 td.etc{border:1px solid #666;color:#ccc;padding:4px 5px; text-align:center;}
.gamelist2 td.vs{border:1px solid #666;color:#2a2a2a;padding:4px;min-width:70px; }
.gamelist2 td.gameName{font-size:16px;font-weight:700;}
.gamelist2 td hr{border-top:1px solid #ccc;border-bottom:0px;margin:10px 0px}

/*가상게임*/
.gameVirtual{width:100%; border:1px solid #a3a4a4; overflow:hidden; background:#fff;min-width:1000px; display:block;text-align:center;padding:18px 0px 15px 0px;}
.gameVirtual p{ display:block;padding:10px 15px;text-align:left; font-size:16px;margin-left:15px;font-weight:700;color:#;margin-left:100px;}
.gameVirtual table{width:80%;margin:0px auto;}
.gameVirtual th{padding:4px ; text-align:left;color:#2b2b2b;font-size:13px;white-space:nowrap;min-width:110px;max-width:120px;width:8%; }
.gameVirtual td{border-radius:4px;font-size:13px; text-align:left;}

.gameVirtual td.selected{border:1px solid #a3a4a4;  background:#a3a4a4;color:#fff; }
.gameVirtual td.etc{border:1px solid #666;color:#2a2a2a;padding:4px 5px; text-align:center;}
.gameVirtual td.vs{border:1px solid #666;color:#2a2a2a;padding:4px;min-width:70px; }
.gameVirtual td.gameName{font-size:16px;font-weight:700;}
.gameVirtual td hr{border-top:1px solid #ccc;border-bottom:0px;margin:10px 0px}


/*미니게임*/
.gameMini{overflow:hidden; background:#d4d4d4;width:888px; display:block;text-align:center;padding:25px 5px 5px 5px;margin:10px 0px;}
.gameMini p{ display:block;padding:10px 15px;text-align:left; font-size:16px;margin-left:15px;font-weight:700;color:#;}
.gameMini table{width:85%;margin:0px auto;}
.gameMini th{padding:4px ; text-align:left;color:#2b2b2b;font-size:13px;white-space:nowrap;min-width:110px;max-width:120px;width:8%; }
.gameMini td{border-radius:4px;font-size:13px; text-align:left;height:32px;}

.gameMini td.etc{border:1px solid #666;color:#2a2a2a;padding:4px 5px; text-align:center;}
.gameMini td.gameName{font-size:16px;font-weight:700;}
.gameMini td hr{border-top:1px solid #ccc;border-bottom:0px;margin:10px 0px}
.miniGameName{padding:5px 0px;width:85%; line-height:30px; height:30px;margin:0px auto;text-align:center; color:#fff;font-weight:700; background:#023ec5;border-radius:5px;}

/*카트*/
.CartOption {width:100%;text-align:center;margin-top:5px;}
.CartOption a {width:40%;text-align:center;margin-right:20px;}


/*테이블 */
.tb_Type1{width:100%; border-collapse:collapse; border-top:4px solid #000;margin:0px auto;border-left:1px solid #000;}
.tb_Type1 th{border-right:1px solid #000;color:#fff;line-height:40px;border-bottom:1px solid #000;background:#051716; text-align:left;padding-left:15px; }
.tb_Type1 td{border-right:1px solid #000;color:#efefef;line-height:20px;border-bottom:1px solid #000;padding:10px; text-align:center;font-size:14px; text-align:left;}
.tb_Type1 input[type=text]{border:1px solid #bbb;height:22px;margin:5px 0px}
.tb_Type1 input[type=password]{border:1px solid #bbb;height:22px;margin:5px 0px}
.tb_Type1 select{border:1px solid #bbb;height:30px;margin:5px 0px;padding:5px;}

/*배팅내역*/
.mybetList{width:100%; font-size:14px;border-spacing:separate; border-top:2px solid #0056e5;}
.mybetList th{text-align:center;line-height:40px;border-bottom:1px solid #999;border-right:1px solid #999; background:#fff;}
.mybetList td{height:40px;border-bottom:1px solid #b0b0b0;border-right:1px solid #b0b0b0;padding:3px 5px;background:#fff;}
.mybetList td.selected{background:#a3a4a4;color:#fff;border-bottom:1px solid #d2d2d2; }


.mybetBtn{ display:block; margin:10px 0px; clear:both; width:100%; text-align:left;}
.mybetBtn a{ display:inline-block; padding:3px 20px; color:#fff !important; background:#176af4; border-radius:2px; margin-right:10px; font-size:14px;}
.mybetBtn a:hover{  background:#1e62d1;}
.mybetInfo{ display:block;background:#e1e1e1;margin-top:0px;width:96%;}
.mybetInfo li{float:left; font-size:14px;  line-height:40px;padding-bottom:20px;padding-left:10px;}

/*외부게임불러오기*/
.playGame{width:838px;  background:#262323; padding:30px; margin:0px auto; text-align:left; overflow:hidden}
.playGame iframe{ display:block; margin:0px auto}
.playGame p{float:right; display:block; background:#3f3f3f; color:#fff;font-size:12px; padding:5px 15px;margin-top:30px;margin-right:153px;}

.miniName{border-top:2px solid #023ec5;border-left:1px solid #a4a4a4;border-right:1px solid #a4a4a4;padding:5px 0px;width:100%; line-height:30px; height:30px;margin-top:20px;text-align:center;border-bottom:0px; color:#fff;font-weight:700; background:#023ec5;}
.balltimeOver{ width:1200px;height:270px; background:rgba(102,102,102,0.7); text-align:center; font-size:24px; color:#fff; z-index:900; position:absolute; line-height:270px;}


.home_highlights {
	height: 236px;
	background-color: #000;
	margin: 0 0 6px 0;
	position:relative;
	width:735px;
	overflow:hidden;
}
.home_highlights .dark {
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 );
	width:735px;height: 236px;position:absolute;top:0;left:0;
}
#btnHighlightsLeft {position:absolute; top:99px; left:26px; cursor:pointer; opacity: .55;}
#btnHighlightsRight {position:absolute; top:99px; right:26px; cursor:pointer;opacity: .55;}
#btnHighlightsLeft:hover, #btnHighlightsRight:hover {opacity: 1;}
.home_highlights .nav {
	position:absolute; top:10px; right:10px;
	font-size:0;
}
.home_highlights .nav li {
	display:inline-block;
	border-radius:10px;
	webkit-border-radius:10px;
	width:12px;
	height:12px;
	background:rgba(255,255,255,0.6);
	cursor:pointer;
	margin:0 0 0 16px;
}.home_highlights .nav li.cur {
	background:rgba(255,255,255,1);
}
.home_highlights .betCont{
	position:absolute; top:175px; left:38px;
}.home_highlights .betCont .title{
	color:#fff;
	font: bold 13px Malgun Gothic, Dotum, sans-serif;
	padding:0 0 0 10px
}

.timeout{float:right;border-radius:4px;color:#fff; background-color:#808080;padding:0px 10px; line-height:2;margin-top:10px;width:200px;}



#ContentArea {text-align:center;width:100%;}
#wraps{ background:#2b2828; width:920px; padding:20px;border:1px solid #000 ; overflow: hidden;position:relative;text-align:center;}
#gameout{ background:url(/images/game_out.png) repeat left top;width:100%;height:100%; position:absolute; z-index:999;font-size:40px;color:#fff;margin:-20px 0px 0px -20px;text-align:center;font-weight:700;}
#gameout p{margin-top:40%;}
.top_order{width:920px; }
.top_order li {float:left;width:720px;}

	a.grayBtn{height:35px;line-height:35px;padding:0px 20px;border-radius:8px;color:#fff;font-size:14px; text-align:center;cursor:pointer;
				border:1px solid #686565; background:#5a5a5a; text-decoration:none;width:80px;margin-right:5px;}
	a.grayBtn:hover{border:1px solid #898383; background:#727272; text-decoration:none;cursor:pointer;}
	
	a.whiteBtn{height:35px;line-height:35px;padding:0px 20px;border-radius:8px;color:#000;font-size:16px; text-align:center;
					border:1px solid #fff; background:#dadada; text-decoration:none;width:160px;margin-right:5px;}
	a.whiteBtn:hover{border:1px solid #fff; background:#fff; text-decoration:none;}

.marR0{margin-right:0px !important;}

/*배팅금액출력*/
.betting_money{width:920px; text-align:left;padding:10px 0px;overflow: hidden;border-bottom:1px solid #515151;}		
.betting_money li{float:left; background:#120d0d; border:2px solid #000; line-height:24px;font-size:14px;padding:10px;margin-right:15px;height:45px;width:192px;color:#CCC;
			 text-align:left}
.betting_money li span{ display:block;font-size:18px !important;font-weight:700;color:#FF0;}
.gameWrap{width:920px;margin-top:10px; position:relative; padding-bottom:10; overflow: hidden;}
	.gameWrap li{float:left;margin:5px;font-size:14px;}
	.gameWrap span{ display:block;color:#eaff00;font-size:18px;}
	a.ball_blue{ background:url(/images/ball_blue.png?v=1) no-repeat left top;text-align:center;color:#fff;width:210px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_blue_selected{ background:url(/images/ball_blueov.png?v=2)  no-repeat left top;text-align:center;color:#fff;width:210px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_blue_clicked {background:url(/images/ball_black_b.png?v=2) no-repeat left top;text-align:center;color:#fff;width:210px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_red{ background:url(/images/ball_red.png) no-repeat left top;text-align:center;color:#fff;width:210px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_red_selected{ background:url(/images/ball_redov.png)  no-repeat left top;text-align:center;color:#fff;width:210px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_red_clicked{ background:url(/images/ball_black_r.png)  no-repeat left top;text-align:center;color:#fff;width:210px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	 
	a.ball_gray{ background:url(/images/ball_gray.png) no-repeat left top;text-align:center;color:#fff;width:133px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_gray_selected{ background:url(/images/ball_grayov.png?v=2)  no-repeat left top;text-align:center;color:#fff;width:133px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	a.ball_gray_clicked{ background:url(/images/ball_black_g.png)  no-repeat left top;text-align:center;color:#fff;width:133px;height:60px; display: inline-block;text-decoration:none;line-height:22px;padding:15px 0px 0px 10px;cursor:pointer;}
	
	
	.state_blue{ position:absolute; z-index:99;font-size:12px;margin:20px 0px 0px 15px; background:#0520f0;padding:10px; border-radius:0px; display:block;color:#fff;border-top:1px solid #2fccff;border-left:1px solid #2fccff;border-right:1px solid #0b286a;border-bottom:1px solid #0b286a;}
	.state_red{ position:absolute; z-index:99;font-size:12px;margin:20px 0px 0px 15px; background:#aa0002;padding:10px; border-radius:0px; display:block;color:#fff;border-top:1px solid #ff2e3b;border-left:1px solid #ff2e3b;border-right:1px solid #480408;border-bottom:1px solid #480408;}
	.state_large{ position:absolute; z-index:99;font-size:12px;margin:20px 0px 0px 15px; background:#000;padding:2px; border-radius:40px; display:block;color:#fff;width:30px;height:30px;line-height:30px;text-align:center}
	.state_middle{ position:absolute; z-index:99;font-size:12px;margin:20px 0px 0px 15px; background:#343434;padding:2px; border-radius:40px; display:block;color:#fff;width:30px;height:30px;line-height:30px;text-align:center}	
	.state_small{ position:absolute; z-index:99;font-size:12px;margin:20px 0px 0px 15px; background:#545454;padding:2px; border-radius:40px; display:block;color:#fff;width:30px;height:30px;line-height:30px;text-align:center}
	.state_tb{ position:absolute; z-index:99;font-size:14px;margin:-15px 0px 0px 5px; background:#3f5776;padding:2px; border-radius:20px; display:block;color:#fff;width:30px;height:30px;line-height:30px;text-align:center}
	.state_pw{ position:absolute; z-index:99;font-size:14px;margin:-15px 0px 0px 5px; background:#af0713;padding:2px; border-radius:20px; display:block;color:#fff;width:30px;height:30px;line-height:30px;text-align:center}
	
	
/*영수증출력 및 머니버튼*/
.game_result{width:920px; padding-top:15px; clear:both;border-top:1px solid #515151;}
	.receipt_power{float:left;width:50%;background:#d3d3d3;border:2px solid #ccc;border-radius:4px;padding:15px;height:160px;}
	.receipt_power p{ display:block;font-size:18px;line-height:45px; text-align:center;width:460px;font-weight:700; background:#aba8a8;margin-bottom:10px;color:#000;}
	.receipt_power li{border-bottom:1px dotted #464646;line-height:33px;color:#444;font-weight:700;font-size:14px; text-align:left;}
	.receipt_power span{float:right;color:#b10011;margin-left:10px;}
	
	/*파워볼 카트*/
	.order_money{
		float:right;width:40%;
		background:#d3d3d3;
		border:2px solid #ccc;
		border-radius:8px;padding:15px;
		height:180px;
	}
	
	.order_money li{float:left}
	a.moneyBtn{padding:10px;font-size:11px;color:#fff;
		background:#4d6ca4; display:inline-block; text-decoration:none;
		border-radius:8px; margin:3px;border:1px solid #00567e;text-align:center;
		width:90px;}
	a.moneyBtn:hover{background:#356dd2;;border:1px solid #00567e;}
	a.resetBtn{
		padding:10px;font-size:14px;color:#fff;background:#353b57;
		 display:inline-block; text-decoration:none;border-radius:8px; 
		 margin:3px;border:1px solid #1c1f2c;text-align:center;
		 width:90px; 
	}
	a.resetBtn:hover{background:#222740;border:1px solid #1c1f2c;}
	.order_money p{text-align:center; display:block;margin:3px;}
	a.goBetting{
		padding:10px;font-size:14px;color:#fff;background:#bd0012;
		 display:inline-block; text-decoration:none;border-radius:8px; 
		 margin:3px;
		 border-top:1px solid #ed0016;border-left:1px solid #ed0016;border-right:1px solid #290206;border-bottom:1px solid #290206; 
		 text-align:center;
		 width:90px; 
	}
	 
	a.goBetting:hover{ background:#ed0c21; }
	
		
/*파워볼하단테이블*/	
.powerballList{width:920px;clear:both;padding:15px 0px;}
.powerballList table{width:920px; border-top:2px dashed #9c9a9a; border-collapse:collapse; border-spacing:0px; clear:both}
.powerballList table th{background:#525050;border-right:1px solid #7d7d7d;border-bottom:1px solid #222;color:#fff;font-size:14px;line-height:35px;text-align:center}
.powerballList table td{background:#fff;border-right:1px solid #716b6b;border-bottom:1px solid #716b6b;color:#000;font-size:14px;line-height:50px; text-align:center;padding:2px;}


