.activ_quiz{
	
	border: 1px solid #A3D7FF;/*#CCE5F9;*/
	margin-bottom:15px;
	padding: 5px;
	background-color: #F6FBFF;
}
.activ_quiz .qtit{
	/*color: #1C93E5;*/
	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;
	 margin: 0px;
	 padding: 0px;
}
.empty_progress{
	display: block;
	height: 14px;
}
.prg_size{
	/*float: right;*/
	 margin: 0px;
	 padding: 0px;
	position: absolute;
	/*margin-top: 3px;*/
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #A3D7FF;
	width: 180px;
	text-align: right;
}
.prg_size span{
	padding-right: 3px;
}
.tot{
	font-weight: bold;
}
.othq{
	background-image:url(../../img/itemSep.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	display:block;
	margin:0px 0px 10px 0px;
	padding-bottom: 6px;
}
.othq p.t{
	font-weight: normal;
	padding: 3px;
	cursor: pointer;
	color: #1C93E5;
}

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