/* Контакты */
div.contacts
{
	width: 515px;
	padding-left: 30px;
}


a.map
{
	clear: both;
	background: url(../img/ico_map.gif) no-repeat left;
	padding: 0 0 0 15px;
	border: none !important;
	text-decoration: underline !important;
}
a.map:hover
{
	border: none !important;
}

div.hr
{
	margin: 17px 0;
	width: 515px;
	padding-left: 30px;
}
div.hr hr
{
	color: #cacaca;
	height: 1px;
}
a.contacts
{
	clear: both;
	background: url(../img/contacts.gif) no-repeat left;
	padding: 0 0 0 17px;
	border: none !important;
	text-decoration: underline !important;
}
a.contacts:hover
{
	border: none !important;
}
/* Конец Контакты */

/* Страница типовых документов */
/* Конец Страница типовых документов */

/* Новости */

table.news
{
	width: 100%;
}
table.news td
{
	width: 33%;
	padding-right: 40px;
	padding-bottom: 40px;
	vertical-align: top;
}
table.news td div.news
{
	width: 112px;
	height: 23px;
	background: url(../img/date_bg.gif) no-repeat;
	color: #5f5f5f;
	font-size: 11px;
	text-align: center;
	line-height: 23px;
	margin-bottom: 17px;
}
table.news td div.news span
{
	color: #5f5f5f;
	font-weight:bold;
	font-size: 14px;
}
table.news td div.link
{
	padding-left: 6px;
}


table.news_content
{
	width: 100%;
}
table.news_content td.news_left
{
	width: 200px;
	padding-right: 30px;
	vertical-align: top;
	padding-top: 40px;
}


table.news_content td.news_right
{
	vertical-align: top;
}


table.news_content td.news_right div.news
{
	width: 112px;
	height: 23px;
	background: url(../img/date_bg.gif) no-repeat;
	color: #5f5f5f;
	font-size: 11px;
	text-align: center;
	line-height: 23px;
	margin-bottom: 10px;
}
table.news_content td.news_right div.news span
{
	color: #5f5f5f;
	font-weight:bold;
	font-size: 14px;
}

table.news_content td.news_left div
{
	padding: 12px 27px 12px 13px;
	border-bottom: 1px solid #cecece;
	font-size: 85%;
}
table.news_content td.news_left div.prev_active
{
	border-bottom: none !important;
}
table.news_content td.news_left div.active
{
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	color: #626262;
}

a.back
{
	clear: both;
	float: left;
	font-size: 11px !important;
	color: #555 !important;
	background: url(../img/back.gif) no-repeat left;
	padding-left: 18px;
	border: none !important;
}
a.back:hover
{
	color: #555 !important;
	border: none !important;
	text-decoration: underline !important;
}

/* FAQ */
div.question
{
	margin: 15px 0;
}
div.question b
{
	color: #28166f;
}
div.answer
{
	margin-bottom: 15px;
}
div.answer b
{
	color: #28166f;
}
hr
{
	color: #28166f;
	height: 1px;
}
/* Конец FAQ */

div.warning
{
	padding: 20px 0 20px 65px;
	height: 55px;
	background: url(../img/warning.gif) no-repeat left;
}
