/* --- Картинки для header ---	*/
#Header1 {background:url(/image/Header1.jpg) no-repeat left top;} 
#Header2 {background:url(/image/Header2.jpg) no-repeat left top;} 
#Header {background:url(/image/Header.jpg) repeat-x left top;} 
#Header3 {background:url(/image/Header3.jpg) no-repeat left top;} 
#fon_header {background:url(/image/fon_header.png) repeat-x left top;} 
#fon_down {background:url(/image/fon_down.png) repeat-x left bottom;} 
/* --- /Картинки для header ---	*/

#menu_fon {background:url(/image/menu/menu_fon.jpg) repeat-x left top;} 

#header_title
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18pt;
}

/* Экономный режим */
#UpL1 {background:url(/image/UpL1.png) no-repeat left top;} 
#UpL2 {background:url(/image/UpL2.png) no-repeat left top;} 
#UpC {background:url(/image/UpC.png) repeat-x left top;} 
#UpR2 {background:url(/image/UpR2.png) no-repeat left top;} 
#UpR1 {background:url(/image/UpR1.png) no-repeat left top;} 
#CL1 {background:url(/image/CL1.png) no-repeat left top;} 
#CL {background:url(/image/CL.png) repeat-y left top;} 
#CL2 {background:url(/image/CL2.png) no-repeat left top;} 
#CR1 {background:url(/image/CR1.png) no-repeat left top;} 
#CR {background:url(/image/CR.png) repeat-y left top;} 
#CR2 {background:url(/image/CR2.png) no-repeat left top;} 
#DR1 {background:url(/image/DR1.png) no-repeat left top;} 
#DR2 {background:url(/image/DR2.png) no-repeat left top;} 
#DR {background:url(/image/DR.png) repeat-x left top;} 
#DL2 {background:url(/image/DL2.png) no-repeat left top;} 
#DL1 {background:url(/image/DL1.png) no-repeat left top;} 

#Down1 {background:url(/image/Down1.png) no-repeat left top;} 
#Down2 {background:url(/image/Down2.png) no-repeat left top;} 
#Down {background:url(/image/Down.png) repeat-x left top;} 
#Down3 {background:url(/image/Down3.png) no-repeat left top;} 
#Down4 {background:url(/image/Down4.png) no-repeat left top;} 


#base_line{
width:100%;
height:24px;
background:url(/image/fir1.png) repeat-x left top;

}

.menu_li{
 line-height:1.2;
 padding-top:15px;
}

.menu_li_a{

font-size: 12pt; 

margin: 5%; /* Отступы вокруг элемента */
}

#DivList {
/*	border:1px solid black;
	overflow:auto;
	width:100%;
	height: 112%;
	background-color:'#FFFFFF';
*/
}


.ramka
{
	background:#FFFF99;
	border: 5px solid #FFFF8E;
}

a
{
	TEXT-DECORATION: none; 
	color:#0000A1;
}

a:link
{
	TEXT-DECORATION: none;
	color:#00007B;
}

a:visited
{
	color:#00007B;
}

a:hover
{
	color:red;
	TEXT-DECORATION: none;
}

a:active
 { position: relative; top: 1px; left: 1px; 
}

a IMG  
{
	border: none; /*  Убираем   границу  */
}

.menu a{color:#E3BC4E;}
.menu a:hover{color:red;}

.crumb{
           width:100%;height:25;
           background:#FCFDCF;
}
/* ----------------------------------------------------------------------------------------------------------*/
/* ---------- Для меню  ----------------------------------------------------------------------------------*/

.menu_panel{
	position:absolute;
	top:150px;
}

a:focus {
	outline: none;
}
.left{
    float:left;  
	width:300px;
}
/*
.panel{
    width:0px;    
	background: #ccc;
	background: url(/image/menu/DU.png) no-repeat left top;
	height: 485px;
	display: none;
}
*/

.panel{
    width:0px;    
	background: #ccc;
	background: url(/image/menu/DU_big_720.png) no-repeat left top;
	height: 720px;
	display: none;
}

.left .slide {
    border-left:solid 4px #aaa; 
	margin: 0;
	padding: 0;
	background: url(/image/menu/btn-slide-left.gif) no-repeat left center;
	height: 265px;
	width:38px;
	float:left;
}
.left .panel{
	float:left;
}

.left .btn-slide {
	background: url(/image/menu/white-arrow-hor.gif) no-repeat -45px 80px;
	text-indent: -9000%;
	display: block;
	height: 265px;
	width:38px;
}

.left .active {
	background-position: 10px 80px;
}

.panel ul {
    list-style:none;
    border-bottom:1px solid #333;
    padding:10px;
    margin:0;
}

.panel ul a{
    font-weight:bold;
    color: #333;
    white-space: nowrap;
}


/* ----------------------------------------------------------------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 18pt;
	font-family: Times new roman;
	line-height: 140%;
/*	color: #525252;*/
	font-size: 14pt; 
}

/* Теги */
img {
	border: 0;
}

h1, .h1, .title {
	font-size: 18pt;
}

h2, .h2 {
	font-size: 16pt;
}

h1, .h1, h2, .h2 {
	margin: 25px 0 10px 0;
	padding: 0;
}

p {
	margin: 3px 0 7px 0;
	padding: 0;
}

input, textarea
{
	border: 1px solid #a5a5a5;
	padding: 1px 2px 2px 2px;
}

.container {
	display: table;
	width: 100%; 
}

/* Позиционирование */
.left  {
	float: left;
	position: relative;
}

.right {
	float: right;
}

.nofloat {
	clear: both;
}

.clearing {
	clear: both;
	height: 0;
	font-size: 1px;
}

/* Форматирование */

.mp {
	margin: 0;
	padding: 0;
}

.inline li {
	display: inline;
}

/* Шапка сайта */
.header {
	padding: 28px 50px 40px 75px;
	min-width: 875px;
}

.icon_menu li {
	padding-right: 15px;
}

.login_block {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

/* Левая колонка */
.left_block {
	width: 230px;
	padding: 0 30px 0 30px; 
	left: 0;
	float: left
}

/* Контент */
.logo {
	font-size: 18pt;
	font-style: italic;
	margin-bottom: 60px;
}

.logo a {
	text-decoration: none;	
}

.logo img {
	margin: 0 5px -2px 0;
}

.top_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top_menu li  {
	margin: 0 8px 0 0;
	font-size: 11pt;
	float: left;
	height: 27px;
}


.top_menu li div {
	#display: inline;
	zoom: 1;
}

.top_menu li div div {
	padding: 3px 17px 5px 17px;
	height: 19px;
}

.top_menu li:hover, .red_li {
	background: #f71909 url('/images/red_grad.gif') repeat-y 0 0;
}

.top_menu li:hover div, .red_li div {
	background: url('/images/top_menu_l.gif') no-repeat 0 0;
}

.top_menu li:hover div div, .red_li div div {
	background: url('/images/top_menu_r.gif') no-repeat 100% 0;
}

.top_menu li:hover a, .red_li a {
	color: #fff;
}

/* Левое меню */
.left_menu {
	/*list-style-type: none;*/
	line-height: 155%;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

.left_menu ul {
	/*list-style-type: none;*/
	font-size: 9pt;
	/*margin-left: 10px;*/
}

.news_list dt {
	color: #a8a8a8;
	font-size: 10pt;
}

.news_list dd {
	margin: 2px 0 7px 30px;
}

/* Блок данных */
.main {
	margin-left: 590px;
	min-width: 410px;
	zoom: 1;
}

.main .left_row {
	padding: 0;
	margin: 0 300px 0 -300px;
	width: 100%;
}

.main .right_row {
	width: 220px;
	padding: 0 50px 0 30px;
	margin-left: -300px;
}

.main_img {
	height: 170px;
	border-left: 4px solid #d4100b;
	background: url('/images/img.jpg') no-repeat 0 0;
	margin-bottom: 20px;
	background-color: #e1e1e1; 
}

.shop_item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0 20px 0;
}

/* Правый блок */
.right_block {
	width: 220px;
	padding-right: 50px;
	float: right;
}

.tag {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 130%;
	*line-height: 150%;
}

.tag a {
	font-family: 'Times New Roman';
	text-decoration: none;
} 

.tag a:link, .tag a:hover, .tag a:visited
{
	padding: 2px;
}

.tag a:hover
{
	background-color: #f71909;
	color: #fff;
}

.tag li {
	display: inline;
	margin: 0;
	position: relative;
}

.contact_block dt {
		color: #8a8a8a;
}
.contact_block dd {
	margin: 0px 0 6px 35px;
	line-height: 110%;
}

.phone {
	font-size: 11pt;
}

.phone span {
	font-size: 16pt;
}

.red_block {
	background: #f81909 url('/images/red_grad.gif') repeat-y 0 0;
	padding: 10px 18px;
	position: relative;
	margin-top: 30px;
}

.red_block  form {
	margin: 0;
}

.red_block  .tl, .red_block  .tr, .red_block  .br, .red_block  .bl {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

.red_block  .tl {
	background: url('/images/red_block_tl.gif') no-repeat 0 0;
	top: 0;
	left: 0;
}

.red_block  .tr {
	background: url('/images/red_block_tr.gif') no-repeat 0 0;
	top: 0;
	right: 0;
}

.red_block  .br {
	background: url('/images/red_block_br.gif') no-repeat 0 0;
	bottom: 0;
	right: 0;
}

.red_block  .bl {
	background: url('/images/red_block_bl.gif') no-repeat 0 0;
	bottom: 0;
	left: 0;
}

.red_block  .tail {
	position: absolute;
	width: 6px;
	height: 9px;
	background: url('/images/tail.gif') no-repeat 0 0;
	bottom: -9px;
	left: 30px;
	font-size: 1px;
}

.search
{
	height: 20px;
}

.search input {
	border: 0;
	padding: 0;
}

.search .text {
	border: 0;
	width: 150px;
	height: 14px;
	color: #a8a8a8;
	font-weight: bold;
	font-size: 9pt;
	padding: 2px;
	margin-right: 13px;
}

.survey_block  form {
	margin: 0px 0 0 15px;
}

.survey_block  input {
	border: 0;
	padding: 0;
}

.survey {
	font-weight: bold;
	color: #fff;
	line-height: 130%;
	font-style: italic;
	text-align: center;
	font-size: 9pt;
	padding: 4px 18px;
	width: 184px;
}

.gray_button {
	background: url('/images/gray_button_l.gif') no-repeat 0 0;
	margin: 15px 0;
	height: 27px;
}

.gray_button div {
	background: url('/images/gray_button_r.gif') no-repeat 100% 0;
	height: 27px;
	float: left;
	padding-right: 10px;
}

.gray_button input {
	border: 0;
	color: #fff;
	font-family: Georgia;
	height: 27px;
	padding: 0 5px 3px 0;
	background-color: #a8a8a8;
	margin-left: 10px;
}

.footer {
	height: 80px;
	background-color: #eee;
	clear: both;
	position: relative;
	margin: 60px 0px 0px 0px;
	font-size: 8pt;
	min-width: 940px;
}

.footer .counter {
	float: left;
	padding: 25px 0 0px 50px;
	width: 210px;
}

.footer .copyryght {
	padding: 20px 0 0 0px;
	line-height: 125%;
	float: left;
}

.footer .search {
	float: right;
	padding: 30px 40px 0 0;
}

.footer .search .text {
	border: 1px solid #969696;
	width: 153px;
}

.date {
	color: #8a8a8a;
}

.image
{
	border: 1px solid #DADADA;
}

/* Информация информационного элемента */
.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 0 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;
}

/* Стили для форумов */
/* Таблица груп форумов */
.table_group_forums
{
	width: 100%; 
	padding: 2px; 
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	vertical-align: middle;
}

/*Ячейка таблицы групп форумов*/
.table_group_forums td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	vertical-align: middle;
}
.table_group_title td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0px;
	border-color: #E3E1DA;
	border-style: solid;
	background-color: #EFEEEA;
	color: #000000;
	vertical-align: middle;
}
/*Заголовок группы форумов*/
.title_group_forums
{
	font-weight: bold;
}

/*Описание группы форумов*/
.desc_group_forums
{
	/*font-size: 10px;*/
}

/*Строка заголовка группы форумов*/
.row_title_group_forums
{
	background-color: #EFEEEA;
	color: #000000;
	font-weight: bold;
}

/*Таблица идентификации пользователя*/
.table_identification
{
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;	
	border-style: solid;
	border-color: #E3E1DA;
	/*background-color: #F7F7F7;*/
}

/*Ячейка таблицы идентификации пользователя*/
.table_identification td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	vertical-align: middle;
}
/*Имя залогинившегося пользователя*/
.name_users
{
	color: #DB1905;	
}

/*Строка заголовка таблицы идентификации пользователя*/
.row_title_identification
{
	color: #000000;
	background-color: #EFEEEA;
	font-weight: bold;
}

/*Таблица текущего форума*/
.table_forum
{
	width: 100%;
	padding: 2px;
	border: 0px; 
}

/*Таблица добавление сообщения */
.table_forum_message
{
	width: 100%;
	color: #000000;
	padding: 2px;
	border-collapse: collapse;	
	empty-cells: show;
	border-width: 1px; 
	border-color: #E3E1DA;
	border-style: solid;
	background-color: #EFEEEA;
}

.table_forum_message td
{
	color: #000000;
	empty-cells: show;
	border-width: 1px; 
	border-color: #E3E1DA;
	border-style: solid;	
	vertical-align: middle;
}

/*Ячейка таблицы текущего форума*/
.table_forum td
{
	vertical-align: middle;
}
/*Строка заголовка форума*/
.row_title_forum
{
	/*background-color: #F7F7F7;	*/
	padding-top: 5px;
}
/*Таблица заголовка форума*/
.table_title_forum
{
	width: 100%;
	color: #000000;
}

/*Ячейка таблицы заголовка форума*/
.table_title_forum td
{
	border: none;
}

/*Заголовок форума*/
.title_forum
{
	color: #000000;
	font-weight: bold;
}

/*Описание форума*/
.desc_forum
{
 /* font-size: 10px;*/
}

/*Таблица тем в таблице текущего форума*/
.table_themes
{
	width: 100%;

	/*cellpadding*/
	padding: 2px;
	/*cellspacing*/
	border-spacing: 0px;

	color: #000000;

	border-collapse: collapse;
	empty-cells: show;
}

/*Таблица тем в таблице текущего форума*/
.table_themes td
{
	/*cellpadding*/
	padding: 3px;
	
	/*cellspacing*/
	border-spacing: 0px;

	color: #000000;

	border-collapse: collapse;
	empty-cells: show;
	
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
}

/*Строка имён параметров тем форума*/
.row_title_themes
{
	background-color: #EFEEEA;
	font-weight: bold;
	/*text-align:center;*/
	height: 25px;
	width: 100px;
	padding-left: 10px;
}
.row_title_themes td
{
	color: #000000;
}

.row_title_themes_message
{
	height: 25px;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #EFEEEA;
}
.row_title_themes_message label
{
	color:#000000;
}

/*Ячейка таблицы тем атрибут*/
.theme_td_attribute
{
	width: 20px;	
}
/*Ячейка таблицы тем заголовок*/
.theme_td_title
{
		
}
/*Ячейка таблицы тем автор*/
.theme_td_author
{
	width: 120px;
}
/*Ячейка таблицы тем дата создания*/
.theme_td_create_date
{
	width: 80px;
}
/*Ячейка таблицы тем количество ответов*/
.theme_td_count_answer
{
	width: 50px;
}
/*Ячейка таблицы тем последнее сообщение*/
.theme_td_last_message
{
	width: 120px;
}
/*Ячейка таблицы тем действие*/
.theme_td_action
{
	width: 140px;
}
.color_hidden_theme
{
	background-color: #ECE9DB;
}
.color_2_theme
{
	background-color: #F9F9F9;
}
.current_page_link:visited
{
	/*color: #6C5722;*/
}

.add_theme_table
{
	width: 100%;
	border-collapse: collapse;
	background-color: #EFEEEA;
	color: #000000;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}
.add_theme_table td
{
	background-color: #EFEEEA;
	border-width: 8px;
}
/*Таблица сообщений*/
.table_messages
{
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}

/*Ячейка таблицы сообщений*/
.table_messages td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
}
/*Строка темы сообщения*/
.row_title_messages
{
	background-color: #EFEEEA;
	font-weight: bold;
	color:#000000;
}
/*Таблица темы сообщения*/
.table_title_message
{
	width: 100%;
}
/*Ячейка таблицы темы сообщения*/
.table_title_message td
{
	border: none;
}
/*Тема сообщения*/
.title_messages
{
	color: #000000;
}
/*Имя автора сообщения*/
.author_name
{
	font-weight: bold;
	cursor: pointer;
}
/*Статус автора сообщения*/
.author_status
{
}
/*Ссылка на цитировать выделенное*/
.selectedquote
{
	color: #0089C6;
	text-decoration: underline;
	cursor:pointer;
}
/*Стиль для BBcode - цитировать*/
.quotestyle
{
	background-color: #EFEEEA;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
	padding: 5px;
}

/*Стиль для BBcode - code*/
.codestyle
{
	font-family: monospace;
	border-collapse: collapse;
	border: 1px solid #E3E1DA;
	background-color: #EFEEEA;
	padding: 5px;
}
/*Строка добавления нового сообщения*/
.row_add_message
{
	color: #000000;
	/*font-weight: bold;*/
}
/*Таблица параметров сообщения*/
.table_message_parameters
{
	width: 100%;
}
/*Ячейка таблицы параметров сообщения*/
.table_message_parameters td
{
	border-width: 0px;
}
/* Таблица добавления нового сообщения */
.add_message_table
{	
	border: 1px solid #E3E1DA;
	color: #000000;
	background-color: #EFEEEA;
}
.add_message_table td
{
	border-width: 0px;
}
.add_message_bbcode_table td
{
	border-collapse: collapse;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	cursor:pointer;	
}
/*Таблица информации об авторе*/
.table_user_info
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}
/*Ячейка таблицы информации об авторе сообщения*/
.table_user_info td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}
/*Строка имени пользователя*/
.row_user_name
{
	background-color: #EFEEEA;
	font-weight: bold;
	color: #000000;
}
/*Строка заголовка параметров пользователя*/
.row_user_parameters
{
	background-color: #EFEEEA;
	font-weight: bold;
	color: #000000;
}
/*Таблица дополнительных параметров пользователя*/
.table_extra_properties
{
	
}
/*Ячейка таблицы дополнительных параметров пользователя*/
.table_extra_properties td
{
	border: none;
}

/* Ячейка смайликов */
.smiles_td td
{
	border: none;
}
/* Конец стилей для форума */

/* стили кабинета пользователя */

.large_input
{
	font-size: 16pt;
}

.users_list
{
	margin: 0px;
	padding: 0px;
}

.users_list li
{
	list-style-type: none;
	padding: 5px 0px 11px 45px;
	margin: 0px 0px 6px 0px;   
	background-repeat: no-repeat;   
	background-position: 10px 6px;  
	width: 230px;
}

.users_list li a:link, .users_list li a:hover, .users_list li a:visited 
{
	color: #666;
	font-size: 14pt;
	font-family: Georgia;
	text-decoration: none;
	+border-bottom: 1px dashed #0097E2;
	border-bottom: 1px dashed #666;
}

/* Конец стилей кабинета пользователя */

.path_arrow
{
	color: #0096AA;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

/* Стили для магазина */

.shop_cart_table
{
	/* width: 100%; */
	border-spacing: 2px;
}

.shop_cart_table, .shop_cart_table td
{
	empty-cells: show;
}

.shop_cart_table td, .shop_cart_table th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table th
{
	text-align: left;
	border-bottom: 1px solid #d20a1c;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
}

.hit {
	width: 40px;
	height: 40px;
	background: url('/images/hit.png') no-repeat 0 0 !important;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hit.png');
}

/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #ccc;
	background: #EEE;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.shop_block input, .shop_block select {
	border: 1px solid #969696;
}

.shop_block .gray_button input {
	border-width: 0;
}

.arrow_up,
.arrow_up_gray,
.arrow_down,
.arrow_down_gray {
	width: 16px;
	height: 16px;
	z-index: 1;
	float: left;
}

.arrow_up img,
.arrow_up_gray img,
.arrow_down img,
.arrow_down_gray img {
	filter: alpha(opacity=0);
}


.arrow_up
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
}

.arrow_up_gray
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}

.shop_navigation {
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
}

.shop_navigation li {
	float: left;
	padding-right: 10px;
}

.shop_navigation span {
	margin-right: 10px;
	border-bottom: 1px solid #d20a1c;
}

.shop_navigation_current span {
	color: #525252;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #d20a1c;
}
/* END стили для магазина */

/* Для 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;
text-align: center;
}

/* ссылка "ответить" для комментария */
.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;
margin-left: auto; margin-right: 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;
}

.comment .mceEditor {
	width: 442px;
}

.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;
}

.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;
}

.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;
}

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}

/* Helpdesk */
.helpdesk_status_1
{
	color: #999999;
}

.helpdesk_status_2
{
	color: #000000;
}

.helpdesk_hour div, .helpdesk_wt_0, .helpdesk_wt_1, .helpdesk_wt_2
{
	color: #6A6A6A;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 1px 1px 0px;
	/*border: 1px solid #777;*/
}

.helpdesk_wt_0
{
	background-color: #EFEEEA;
}

.helpdesk_wt_1
{
	background-color: #a6bd4a;
}

.helpdesk_wt_2
{
	background-color: #DF5910;
}

.helpdesk_day
{
	color: #6A6A6A;
	width: 100px;
}

.helpdesk_day div
{
	height: 19px;
	/*border: 1px solid #e3d6cc;*/
	margin: 0px 1px 1px 0px;
	padding: 1px 0px 0px 5px;
}


.helpdesk_legend
{
	margin: 15px 0px 0px 30px;
}

.helpdesk_hour
{
	text-align: center;
}
/* /Helpdesk */


.table_border_hostcms {
	border-spacing: 2px;
}
.table_border_hostcms td
{
	padding: 6px 20px 5px 6px;
}


.table_border_hostcms th
{
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #D20A1C;
	text-align: left;
}

hr
{
	border: 0;
	height: 1px;
	color: #dadada;
	background-color: #dadada;
}

.rss_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index:-1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rss/rss_2.0.png');
}

.archives_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index:-1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/archives.png');
}

/* Архив файлов */
.file_archive dd {
	margin: 5px 0px 15px 0px;
}

.file_archive dt a {
	font-weight: bold;
}

/* Стили для блогов */

.blogs_table
{
	margin-bottom: 0px;
	border-top: 1px solid #ccc;
}

.blogs_table .head td
{
	vertical-align: bottom;
	height: 16px;
}

.blogs_table td
{
	height: 40px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.blogs_table .rate_value
{
	padding: 0px 20px;
}

.blogs_table .position
{
	padding: 0px 10px;
	font-weight: bold;
}

.top_comment_blogs
{
	color: #0096aa;
}

.top_comment_blogs td
{
	padding: 8px 10px
}

/* Ссылки управления блогами */
.links_nav_blog
{
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

.links_nav_blog li
{
	padding: 0px 15px 0px 0px;
	font-size: 13pt;
	list-style-type: none;
	display: inline;
}

.forms_blog td {
	padding: 10px 40px 10px 0;
	font-size: 9pt;
	border-bottom: 1px solid #ccc;
}

.forms_blog th {
	font-size: 11pt;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 10px 40px 10px 0;
}

.forms_blog .checklist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.forms_blog .checklist li {
	margin: 0;
	padding:  3px 0;
}

.forms_blog div {
	padding: 5px 0 0px 0;
	font-style: oblique;
	font-size: 8pt;
	height: 16px;
}

.forms_blog div.error {
	color: #f00;
}

.forms_blog div.green
{
	color: #2d9e00;
}

/* Список записей блога */
.blog_date

{
	font-size: 9pt;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 12px;
	color: #8a8a8a;
}

.blog_post_title
{
	font-size: 11pt;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

.blog_post_text
{
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

.blog_post_text p
{
	margin: 4px 0px;
	padding: 0px;
}

.comm_cloud
{
	position: relative;
	height: 24px;
	background: url('/images/comm_cloud_r.gif') no-repeat 100% 0;
	float: left;
	padding: 1px 10px 0px 3px;
	margin: 0px 10px 0px 7px;
	font-size: 10pt;
	font-weight: bold;
}

.comm_cloud .l
{
	position: absolute;
	background: url('/images/comm_cloud_l.gif') no-repeat 0 0;
	width: 7px;
	height: 24px;
	left: -7px;
	top: 0px;
}

.red_star
{
	color: #DB1905; 
	font-size: 20pt !important; 
	font-family: Georgia;
}

/* 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 */

/* Стили для социальных сетей */
.user_blog_table td
{
	padding: 3px 3px 3px 0px;
}

.user_blog_theme_table td
{
font-size:16pt;
font-family:Georgia;
width:auto;
margin: 5px;
padding: 4px;
width:60%;
}

.user_blog_theme_table_2  a
{

	font-size: 10pt;
	font-weight: normal;
	font-family: arial;
}

.user_blog_theme_table_3  
{
	border-bottom: 1px solid rgb(215, 199, 185);
}

.user_blog_table th {
	padding: 3px 3px 3px 0px;
	text-align: left;
	color: #4f3327;
	border-bottom: 1px solid #ccc;
}

.sns_admin_block {
	border-bottom: 1px solid #d7c7b9;
	padding: 6px 0px 3px 0px;
}

.sns_admin_title_block img {
	border: 1px solid #b8aa9d;
	padding: 1px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.sns_admin_link_action_block {
	line-height: 150%;
	/*border-bottom: 1px solid #d7c7b9;*/
	color: #8a8a8a;
	font-size: 10pt;
	font-family: Arial;
}

.sns_admin_link_action_block  .alert_link {
	color: #e85200;
}
/* END Стили для социальных сетей */

/* --- Гармошка ---	*/

.accordion {
	width: 550px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding:  10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

#accordion_h1
{
	color:#990000;
	font-weight:bold;
	font-size:13pt;
	background-color:#FFFFF0;
	padding:5px;
	text-align:center;
}

.accordion_div
{
	display:block;
	padding-bottom:10px;
}
/* --- /Гармошка --- */

.block_news_image{
    margin-right: 10px;
    margin-bottom: 20px;
    float:left;
    border:2px solid #A03E19;
    border-radius: 10px;
    padding: 10px;
    min-height: 120px;
    background-color: #FCFDCF;
    max-width: 40%;
}
.block_news_image:hover{
    border:2px solid green;
}
.test{border:1px solid red;}
.tableLayoutFixed{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.fon_site{
    background: #e9e7e7 url(/images/fon.jpg);
}