@charset "utf-8";
/* base {{{ */
body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
    margin: 0;
    padding: 0;
    border-collapse:collapse;
    border-spacing:0;
	font-family: "Arial", "Times New Roman", "Times", "serif";
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.clear {
	clear:both;
}
#container {
	width: 1040px;
	height: 770px;
}
#container #lft {
	width: 780px;
	height: 770px;
	background-image:url('/img/common/tools/exam/bg_01.png');
	background-color:#fff;
	float: left;
}

#container #lft div#btn_close {
	width: 740px;
	height: 43px;
	text-align: right;
	padding-top: 17px;
}
#container #lft div#layer_section {
	padding: 31px 0px 0px 30px;
	color: #fff;
	font-size: 18px;
}
#container #lft div#test {
	width: 725px;
	height: 600px;
	margin-left: 30px;
	margin-top: 30px;
	overflow: scroll;
	overflow-x:hidden;
	position:relative;
}
#container #lft div#test div#layer {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	text-align:center;
}

#container #lft div#test div#layer #question {
	margin-top: 10px;
	min-height:500px;
}

#container #lft div#test div#layer #question ul li {
	float: left;
	width: 680px;
	text-align:left;
	font-size: 13px;
	padding: 10px 12px;
}
#container #lft div#test div#layer #question ul li table th {
	color: #ab6b36;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
	padding-bottom: 5px;
}
#container #lft div#test div#layer #question ul li table th.q_no {
	text-align:center;
	vertical-align:top;
}

#container #lft div#test div#layer #question ul li table td {
	padding: 2px 0px 2px 2px;
	font-size: 13px;
}

#container #lft div#test div#layer #question ul li table td.a_no {
	padding: 2px 2px 2px 17px;
	height:100%;
	text-align:right;
	vertical-align:top;
}

#container #rgt {
	width: 243px;
	height: 740px;
	background-image:url('/img/common/tools/exam/bg_02.png');
	background-color:#3f2c16;
	float: left;
	padding: 10px 0px 20px 10px;
}

#rgt div.dot_line {
	background-image:url('/img/common/tools/exam/line_dot.png');
	width: 220px;
	height: 5px;
	margin: 3px 0px 3px 5px;
}

#rgt div#area_logo {
	width: 235px;
	height: 115px;
	background-image:url('/img/common/tools/exam/logo_title.png');
}

#rgt div#area_select {
	overflow: auto; /* ½ºÅ©·Ñ »ç¿ë½Ã scroll */
	overflow-x:hidden;
	width: 220px;
	height: 460px;
}
#rgt div#area_select table {
	border: 1px solid #4c351d;
	margin-left: 10px;
	
}
#rgt div#area_select table tr {
	border: 1px solid #4c351d;
}
#rgt div#area_select table td.box_no {
	text-align: center;
	color: #f2bc83;
	background-color: #745332;
	width: 50px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
}
#rgt div#area_select table td.box_select {
	background-color: #65462a;
	width: 160px; /* ½ºÅ©·Ñ »ç¿ë½Ã 135px; */
}
#rgt div#area_select table td.box_select ul li {
	float: left;
	margin-left: 5px;
}
#rgt div#area_select table td.box_select ul li.first {
	margin-left: 10px;
}
#rgt div#area_select table td.box_select ul li img {
	vertical-align: middle;
}

#rgt div#area_btn {
	margin-top: 7px;
}
#rgt div#area_btn ul li {
	float: left;
	margin-right: 13px;
}

#rgt div#area_player {
	height: 30px;
	width: 217px;
	margin-top: 7px;
	margin-left: 5px;
}
#rgt div#area_player audio {
	height: 30px;
	width: 217px;
}
#rgt div#area_player #player_embed {
	height: 25px;
	width: 217px;
}

#rgt div#area_timer {
	margin-top: 7px;
	margin-left: 8px;
	background-image:url('/img/common/tools/exam/bg_timer.png');
	width: 214px;
	height: 49px;
}
#rgt div#area_timer #timer {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0px 0px 65px;
}
#rgt div#area_timer #timer #countdown div {
	float: left;
}

/* button */
img.button {
	cursor: pointer;
}

/* result */

#result {
	background-image:url('/img/common/tools/exam/result.png');
	width: 413px;
	height: 500px;
	padding: 0px 0px 0px 15px;
	position: absolute;
	display:none;
	z-index: 100;
	top: 150px;
	left: 180px;
}
#result div.result_close {
	height: 109px;
	width: 100%;
	text-align: right;
}
#result div.result_close img {
	margin: 10px 10px 0px 0px;
}
#result table {
	width: 398px;
	height: 332px;
	border: 1px solid #956636;
}
#result table th {
	background-color: #956636;
	color: #fff;
	height: 30px;
	font-size: 12px;
}
#result table th.no {
	background-color: #a97442;
	color: #facc2c;
}
#result table th.even {
	background-color: #9e6c3b;
}

#result table td {
	text-align: center;
	border-bottom: 1px solid #f9e9dc;
	border-top: 1px solid #fdf7f2;
	background-color: #fff;
}
#result table td.no {
	background-color: #fdf6f0;
	font-weight: bold;
}
#result table td.odd {
	background-color: #fdf6f0;
}
#result table tr.list td {
	height: 25px;
}
#result div.result_finish {
	width: 100%;
	text-align: right;
}
#result div.result_finish img {
	margin: 10px 35px 10px 0px;
}