.activ_quiz{
	
	border:1px solid #DBDBDB;
	margin-bottom:15px;
	padding: 5px;
	/*background-color: #E8FFE3;*/
}
.activ_quiz .qtit{
	/*color: #015D0D;*/
	font-weight: bold;
}
.progr_td{
	width: 180px;
}
.progress{
	 background-image: url('../../img/progres.jpg');
	 background-position: left;
	 background-repeat: repeat-x;
	 /*float: left;*/
	 display: block;
	 height: 14px;
}
.empty_progress{
	display: block;
	height: 14px;
}
.prg_size{
	/*float: right;*/
	position: absolute;
	/*margin-top: 3px;*/
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #666;
	width: 180px;
	text-align: right;
}
.prg_size span{
	padding-right: 3px;
}
.tot{
	font-weight: bold;
}
.othq{
	background-image:url(../../img/content_bg2.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #EEEEEE;
	display:block;
	margin:0px 0px 10px 0px;
}
.othq p.t{
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
        color: #047895;
}

.othq div.close{
	display: none;
}
.othq div.open{
	display: block;
	padding: 3px;
}
.innerq td, .innerq span, .innerq div, .innerq p{
	color: #333;
}

.inner_questions {
        width: 580px;
        /*padding: 10px;*/
}

.inner_questions td{
        padding-top: 10px;
}
