/* Информация информационного элемента */
.is_info_block {
	font-size: 9pt;
	border: 1px solid #e3e3e3;
	padding: 3px 10px;
	margin-bottom: 30px;
	position: relative;
	width: 470px;
}

.is_info_block .tl,
.is_info_block .tr,
.is_info_block .br,
.is_info_block .bl {
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 1px;
}

.is_info_block .tl {
	background: url('/images/gray_block_tl.png') no-repeat 0 0;
	top: -1px;
	left: -1px;
}

.is_info_block  .tr {
	background: url('/images/gray_block_tr.png') no-repeat 0 0;
	top: -1px;
	right: -1px;
}

.is_info_block  .br {
	background: url('/images/gray_block_br.png') no-repeat 0 0;
	bottom: -1px;
	right: -1px;
}

.is_info_block  .bl {
	background: url('/images/gray_block_bl.png') no-repeat 0 0;
	bottom: -1px;
	left: -1px;
}

/* END Информация информационного элемента */

/* Метки */
.tags {
	font-style: italic;
	color: #a8a8a8;
	margin: 5px 15px 10px 0;
}

.tags img {
	margin: 0 5px -3px 0;
	text-align: left;
}

.tags a {
	color: #090;
}

/* END Метки */

/* ****************** */
#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 450px;
}

#message p
{
	margin: 0px;
	padding: 0px;
}

/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #d20a1c;
	background-color: #d20a1c;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}

#ShowAddComment
{
	margin: 20px 0px;
	font-size: 14pt;
}

/* ссылка "ответить" для комментария */
.c_u_l
{
	font-weight: bold;
}

/* Ответ на комментарий */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div для дерева комментариев */
.csd
{
	margin-left: 20px;
}

.comment {
	background: #F0EFEB;
	padding: 30px;
	margin-bottom: 10px;
	width: 450px;
	zoom: 1;
	position: relative;
	padding: 20px;
}

.comment input[type="text"],
.comment input[type="file"],
.comment textarea {
	width: 100% !important;
	width: auto;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}

.comment .tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/images/tl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tl_angle.png');
	width: 8px;
	height: 8px;
}

.comment .tr
{
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/tr_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tr_angle.png');
	width: 8px;
	height: 8px;
}

.comment .bl
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	left: 0px;
	background: url('/images/bl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bl_angle.png');
	width: 8px;
	height: 8px;
}

.comment .br
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/br_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/br_angle.png');
	width: 8px;
	height: 8px;
}

.stars
{
	margin: 0px;
	padding: 0px;
}

.stars li
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	cursor: pointer;
	list-style-type: none;
}

.stars .curr
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
}

.group_gallery
{
	float: left;
	position: relative;
	padding: 7px;
	margin: 0px 25px 25px 0px;
	background-color: #eee;
}

.group_gallery img
{
	padding: 1px;
	border: 1px solid #c6bea7;

}

.group_gallery .t
{
	position: absolute;
	top: -4px;
	left: 0px;
	background: url('/images/t_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t_fotogroup.png');
	width: 88px;
	height: 4px;
}

.group_gallery .r
{
	position: absolute;
	top: 0px;
	right: -4px;
	background: url('/images/r_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/r_fotogroup.png');
	width: 4px;
	height: 88px;
}

.group_gallery .b
{
	position: absolute;
	bottom: -4px;
	right: 0px;
	background: url('/images/b_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/b_fotogroup.png');
	width: 88px;
	height: 4px;
}

.group_gallery .l
{
	position: absolute;
	bottom: 0px;
	left: -4px;
	background: url('/images/l_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/l_fotogroup.png');
	width: 4px;
	height: 88px;
}

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}

/* Архив файлов */
.file_archive dd {
	margin: 5px 0px 15px 0px;
}

.file_archive dt a {
	font-weight: bold;
}

/* jQuery lightbox */
#gallery { clear: both; }
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img { /*border: 5px solid #3e3e3e; border-width: 5px 5px 20px;*/ }
#gallery ul a:hover img { /*border: 5px solid #fff;	border-width: 5px 5px 20px; color: #fff;*/ }
#gallery ul a:hover { color: #fff; }
/* /jQuery lightbox */

/* Validate */
.validate label.input_error { display:block; line-height:1.8; vertical-align:top; color: red; font-style: italic; }
.validate input.input_error { border: 1px dashed #DB1905; background-color: #FFFFD5; }
/* / Validate */




/*** custom ***/
html, body {
	background-color: #F8FFED;
	margin: 0;
}

strong {
	font-weight: bold;
}

.image {
	float: left;
	margin: 0 0.7em 1em 0;
	border: 1px solid #000;
}

table#layout {
	width: 930px;
}
td.spacer {
	width: 930px;
	height: 20px;
}

td.footer_td {
	height: 70px;
	background: url('/templates/template1/images/footer_bg.gif') repeat-x scroll;
}

h3 {
	margin: 0 0 0.5em 0;
}
p {
	text-indent: 0px;
	margin: 0px 0px 12px 0px;
}
ul {
	list-style-position: inside;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
.text {
	font-family: verdana, tahoma;
	font-size: 12px;	
	color: #000000;
}

.textsm {
	font-family: verdana, tahoma;
	font-size: 11px;	
	color: #ffffff;
}

.content table caption {
	font-weight: bold;
	text-align: center;
}

.content table td {
	padding: 3px 5px;
	border: 1px solid #000;
}

a:active, a:visited, a:link {text-decoration: none; color:#0000ff}
a:hover {text-decoration: underline; color:#0000ff}

a.mnu:active, a.mnu:visited, a.mnu:link {text-decoration: none; color:#ffffff}
a.mnu:hover {text-decoration: underline; color:#ffffff}


.front_page_block {
	padding: 10px;
	background-color: #ECF3CF;
}
.front_page_block .inner {
	padding: 10px;
	border: 1px solid #BFC897;
	background-color: #FFFFFF;
	font: 14px Arial,sans-serif;
}
.front_page_block div img{
	margin-right: 10px;
	float: left;
}

.menu {
	display: table;
/*	float: left;*/
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 2px solid #558b02;
}

.menu span {
	display: table-cell;
	list-style-type: none;
/*	float: left;*/
/*	width: 19%;*/
	font-size: 12pt;
	font-weight: bold;
	border-left: 2px solid #558b02;
}

.menu > span.first {
	border-left: none;
}

.menu span a {
	display: block;
	padding: 2px;
	color: #646e36;
}

.menu span a:hover,
.menu span.active a {
	color: #fff;
	background-color: #558b02;
	text-decoration: none;
}

.submenu {
	position: absolute;
	left: 0px;
	top: 0px;
/*	margin-left: -2px;*/
	z-index: 100;
/*	visibility: hidden;*/
	display: none;
}

.submenu span {
	display: block;
	float: none;
	font-size: 10pt;
	cursor: pointer;
	border: 1px solid #558b02;
}

.submenu span a {
	color: #fff;
	padding: 5px;
	background-color: #558b02;
	border: 1px solid #558b02;
}

.submenu span a:hover,
.submenu span.active a {
	color: #646e36;
	background-color: #F8FFED;
	border: 1px solid #558b02;
}