.duel-close{width:21px; height:21px; background-image:url(/static/img/modules/avtodrive/close_icon.png);margin-right: 10px; text-align:center;cursor: pointer;float:right;}
.duel-fade{position:absolute; width:586px; height:453px; background-image:url(/static/img/duel/fade.png); z-index:1}
.fade_popup_header {position:absolute; width:240px; height:30px;background-color: #A6C700;padding-left:20px;color:black;z-index:1000;}
.fade_popup {margin-top:25px;position:absolute; width:240px; height:453px; background-image:url(/static/img/duel/duel_inv_popup.png); z-index:1000;padding-top:120px;padding-left:20px;color:black;}
.fade_quest {margin-top:140px; font-family:Arian AMU, Arial AMU, Sylfaen; margin-left:auto; margin-right:auto; width:450px;}
.fade_quest_txt {color:#FFFFFF; font-size:18px; font-weight:bold; text-align:center; line-height:25px;}
.fade_quest_txt_popup {color:black; font-size:18px; font-weight:bold; text-align:center; line-height:25px;padding-left:20px;}
.fade_count {width:200px; margin-left:auto; margin-right:auto; margin-top:15px; margin-bottom:20px; text-align:center;}
.fade_clock {color:#FFD800;  font-size:25px; font-weight:bold;}
.fade_or_big_button_res {width:166px; height:31px; background-image:url(/static/img/duel/or_big_butt.png); text-align:center; padding-top:5px; }
.fade_or_big_button_res a {font-size:18px; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.fade_or_big_button_res_small {width:73px; height:19px; background-image:url(/static/img/duel/duel_yellow_button.png); text-align:center; padding-top:0px; }
.fade_or_big_button_res_small a {font-size:12px; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.gift_inp {background-color:#FFF8A7; border:1px solid #BDB33A; padding:5px; font-size:15px; font-weight:bold; margin-right:5px; width:75px;}
.gift_tbl {margin-top:15px; margin-bottom:10px;}
.pom_con{background-color: #FFDC10;border: 1px solid #A18B0A;color: #000000;padding: 2px;}
.middle_block_duel_minimized {
	background:url(/static/img/duel/duel_inv_minimized.png) no-repeat scroll 0 0 transparent;
	bottom: 0px;
	display: none;
	height: 27px;
	left: 15px;
	position: fixed;
	width:161px;
	cursor:pointer;
}

#duel_game{
	width:584px;
	height:454px;
	border: 1px solid white;
	overflow: hidden;
	margin-top: 1px;
	z-index: 1;
	background-image:url(/static/img/duel/main_bg.jpg);
}

body.controller-duel  a.close-duel {
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: url('/static/img/duel/btn_green-bg.png');
	padding: 4px 5px;
	line-height: 22px;
	height: 22px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

body.controller-duel .game-main-container {
	padding: 20px 56px;
	background-color: #f5f5f5;
	float: left;
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}

.duel_minimized_name{
	float:left;
	position: relative;
	padding-top:4px;
	padding-left:4px;
	font-weight: bold;
}
.duel_minimize_icon{
	float:right;
	font-size:12px;
	color:white;
	position:absolute;
	top:0px;
	right:22px;
	padding-top:7px;
	cursor:pointer;
}
.duel_close_icon{
	float:right;
	font-size:12px;
	color:white;
	position:absolute;
	top:0px;
	right:7px;
	padding-top:3px;
	cursor:pointer;
}

.middle_block_duel{
	width: 260px;
	position: fixed;
	bottom: 0px;
	height: 273px;
	left: 15px;
	position: fixed;
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) ;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.answer_text,.answer_cl{
	outline: 0 !important;
}

.fade_clock span{
	z-index: 10000;
}

.game-box-content{
	margin-left: 20px;
	margin-top: 20px;
}

a.choseduelanswer:hover{
	text-decoration: none;
}


.game-box-shadow{
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) ; -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);}

.games-list tr td{
	padding-bottom: 40px;
}

div.game div.text{
	width: 190px;
}