/* dev by PROSPECT-IT */

/* Стили для объявлений */
.adv {
	font-size: 8pt;
	background-color: #F5F5F5;
	border: 1px dashed #999999;
	padding: 5px;
	margin-bottom: 10px;
}
.adv h3 {
	font-size: 9pt;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.adv h3  a {
	color: #000000;
	text-decoration: none;
}
.adv h3 span {
	font-size: 8pt;
	font-weight: normal;
	color: #797979;
}
.adv p {
	margin: 0px;
	font-size: 8pt;
}
.adv .fp {
	text-align: right;
	background-color: #E2E2E2;
}
.adv .fp a {
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}
/***********************
 Список элементов 
***********************/
/* Список */
.l {margin: 0px;padding: 0px;}
/* Группа элементов в списке */
.l .g {margin: 0px 0px 4px;}
.l h1 {
	font-size: 9pt;
	text-transform: none;
	margin: 0px 0px 2px;
}
.l h2 {
	font-size: 9pt;
	text-align: center;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
.l h2 a {
	text-decoration: none;
	color: #000000;
}
.l h3,.l h3 a {
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
	margin-bottom: 2px;
}

.l p {
	font-size: 9pt;
	margin: 0px 0px 2px;
}
/**********************************
 N-колоночная разметка 2
**********************************/
/* Блок */
.b2{
	float: left;
	width: 100%;
}
/* Элемент блока */
.b2 .c1{}
.b2 .c1 .g {float: left;padding: 5px;width:185px;}
.b2 h2{font-size: 9pt;}

