#center .test .box .box_content {
	width: 445px;
	font-size: 1.1em;
	background: #66835a;
	padding: 10px;
}
.test .counter {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 1.0909em;
	color: #c9171e;
	font-weight: bold;
}
.test .question {
	font-size: 1.45454em;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}
.test .result,
.test .answer {
	font-size: 1.0909em;
	color: #000;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2em;
}
.test hr {
	border: none;
	height: 1px;
	color: #4a6042;
	background-color: #4a6042;
	margin-top: 15px;
}
.test .result {
	margin-bottom: 0.5em;
}
.test .img_answer {
	width: 351px;
	height: 165px;
	background-repeat: no-repeat;
	background-position: top left;
}

.test .img_answer ul {
	list-style-type: none;
}
.test .img_answer ul li{
	float: left;
}

.test .img_answer ul li {
	width: 82px;
	height: 77px;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 11px;
}
.test .img_answer ul li a {
	width: 100%;
	height: 100%;
	display: block;

}
.test .img_answer ul li a.selected {
	background: url('/media/dsg/game_bg.png');
}
.test .img_answer ul li.last {
	margin-right: 0px;
}
.test .img_answer ul li.second {
	margin-right: 7px;
}
.test .question {
	font-size: 1.45454em;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}
.test .game {
	position: relative;
	padding-bottom: 20px;
}
.test .game .black_title {
	position: absolute;
	bottom: -25px;
	right: 0px;
}
#center .test .game h1.black_title {
	width: auto;
	margin-top: -10px;
	padding-right: 10px;
}
#center .test .game h1.surr {
	left: 0px;
}
.test ul li.selected {
	font-weight: bold;
}
.test #game_menu {
	list-style-type: none;

}
.test #game_menu li {
	float: left;
	width: 20px;
	height: 36px;
	margin-left: 5px;
	background: url('/media/dsg/pagination_selected.png') no-repeat top left;
}
.test #game_menu li.selected {
	background: url('/media/dsg/pagination_notselected.png') no-repeat top left;
}
.test #game_back,
.test #game_forward {
	float: left;
	font-size: 1.0909em;
}
.test #game_back {
	margin-top: 9px;
	margin-right: 3px;
}
.test #game_forward {
	margin-top: 4px;
	margin-left: 10px;
}
.test hr.in_game {
	margin-bottom: 10px;
}
