body
{
	padding: 0px 0px 0px 50px;
	color: #282828;
	font-family: Arial;
	font-size: 10pt;
	line-height: 150%;
	background-color: #FFFFFF;
	margin: 0px;
	/*background-image: url('/images/ny2009/snow.gif');*/
}

h1, .title
{
	font-family: Georgia;
	font-size: 18pt;
	font-weight: normal;
	color: #000;
	margin: 25px 0px 20px;
	line-height: 150%;
}

.content h1, .content .title
{
	font-size: 16pt;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 span, .title span
{
	margin-left: -3px;
}

h2
{
	font-family: Georgia;
	font-size: 15pt;
	font-weight: normal;
	color: #000;
	margin: 10px 0px 0px 0px;
	line-height: 150%;
}

h2 a:link, h2 a:hover, h2 a:visited
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

h3
{
	font-family: Georgia;
	font-size: 13pt;
	font-weight: normal;
	color: #000;
	margin: 20px 0px 10px 0px;
}

.left {
	float: left
}

.clearing {
	clear: both;
	height: 0;
	font-size: 1px;
	overflow: hidden
}

.lh200 li {
	line-height: 200%;
}

.city
{
	font-family: Georgia;
	font-size: 15pt;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 3px 0px 5px 0px;
}

.title a
{
	border-bottom: 1px dashed;
	text-decoration: none;
}

a:link, a:hover, a:visited
{
	color: #0097e2;
}

.r_td p, .l_td p
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

#input_text
{
	border: 1px solid #a5a5a5;
	width: 155px;
	height: 18px;
}

input, textarea
{
	border: 1px solid #a5a5a5;
	padding: 2px;
	behavior: url('/templates/template2/input.htc');
}

input[type=text],
input[type=password],
textarea,
select
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus
{
	box-shadow: 0 0 7px rgba(10,10,10,.5);
	-moz-box-shadow: 0 0 7px rgba(10,10,10,.5);
	-webkit-box-shadow: 0 0 7px rgba(10,10,10,.5);
}

#input_image
{
	position: absolute;
	margin: -2px 0px 0px 15px;
	border: 0px;
}

.top_menu a:link, .top_menu a:hover, .top_menu a:visited
{
	color: #fff;
}

.top_menu ul, .top_menu li,
.right_block ul, .right_block li,
.r_td ul, .r_td li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
/*/ Основные стили /*/

.left_block
{
	float: left;
	width: 45%;
}

.right_block
{
	margin-left: 45%;
	// margin-left: 0px;
	// float: left;
}

.license
{
	position: absolute;
	align: center;
	width: 100%;
	margin-left: -50px;
	min-width: 950px;
	top: 0px;
}

.license span
{
	position: relative;
	font-family: Georgia;
	font-size: 13pt;
	color: #DB1905;
	top: 35px;
	// top: 37px;
}
/* =====
 Шапка
====== */
.header
{
	margin: 30px 0px 30px 0px;
	min-width: 950px;
}

.header #input_text, .header #input_image
{
	// margin-bottom: -10px;
	// top: 35px;
}
/*/ Шапка /*/

/* ============
 Верхнее меню
============= */
.top_menu
{
	position: relative;
	padding-right: 8px;
	clear: auto;
	width: 100%;
	height: 43px;
	background: url('/images/shadow_top_menu.gif') repeat-x 0 100%;
	background-color: #db1905;
	margin: 0px 0px 8px -8px;
	font-size: 10pt;
	min-width: 950px;
	white-space: nowrap;
}

.top_menu ul
{
	z-index: 100;
	padding: 0px 0px 0px 20px;
	float: left;
	white-space: nowrap;
}

.top_menu ul li
{
	position: relative;
	padding: 0px 31px 0px 5px;
	display: table-cell;
	_display: inline; /* huck 4 IE */
	border-left: 1px solid #fff;
	float: left;
}

.top_menu a
{
	color: #fff;
	position: relative;
	top: 4px;
}

.top_menu img
{
	color: #fff;
	position: relative;
	top: 2px;
	// top: 3px;
	margin-right: 20px;
}

/*/
 Выпадающие плашки
 /*/
 
.top_menu ul li .shadowed
{
	position: absolute;
	background-color: #db1905;	
	// left: 0px;
	top: 20px;	
	// top: 20px;
	margin-left: 5px;
	// margin-left: 11px;
	zoom: 1;
	z-index: 99;
	display: none;
} 

.top_menu ul li .shadowed .r
{
	position: absolute;
	font-size: 0;
	top: 0;
	left: 100%;
	background: url('/images/shadow-r.png') 0 0 repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-r.png', sizingmethod='scale');
	width: 23px;
	height: 100%;
	height: expression((parentElement.clientHeight) + "px");
}

.top_menu ul li .shadowed .br
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: 100%;
	background: url('/images/shadow-rb.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-rb.png');
	width: 23px;
	height: 21px;
}

.top_menu ul li .shadowed .b
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: 0;
	background: url('/images/shadow-b.png') 0 0 repeat-x !important;
	background: url('/images/spacer.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-b.png', sizingmethod='scale');
	width: 100%;
	height: 21px;
	width: expression((parentElement.clientWidth) + "px");
}

.top_menu ul li .shadowed .bl
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: -12px;
	background: url('/images/shadow-lb.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-lb.png');
	width: 12px;
	height: 21px;
}

.top_menu ul li .shadowed .l
{
	position: absolute;
	font-size: 0;
	top: 0;
	left: -12px;
	background: url('/images/shadow-l.png') 0 0 repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-l.png', sizingmethod='scale');
	width: 12px;
	height: 100%;
	height: expression((parentElement.clientHeight) + "px");
}

.top_menu ul li ul
{
	position: relative;
	padding: 3px 7px 7px 5px;
	margin: 0px 0px 0px -3px;
}

.top_menu ul li ul li 
{
	padding: 0px 0px 2px 14px;
	display: block;
	border-left: none;
	background: url('/images/menu_arr.gif') no-repeat 0 11px;
	clear: both;
}
 /* -end- Выпадающие плашки */
/* -END- Верхнее меню */

.left_menu
{
	margin-top: 0px;
	width: 180px;
}

.left_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.left_menu a:hover, .left_menu a:link, .left_menu a:visited
{
	color: #000;
}

.left_menu ul ul
{
	padding: 0px 0px 0px 20px;
}

.left_menu ul li
{
	padding: 3px 0px;
}

.left_menu a
{
	color: #333;
}

/* ================
 Таблица контента
================= */
.content
{
	min-width: 950px;
}

.content td 
{
	vertical-align: top;
}

/* Первая строка */
.red_block, .orange_block, .yellow_block
{
	width: 137px;
	height: 30px;
	margin-bottom: 15px;
	padding-top: 3px;
}

.red_block
{
	background: url('/images/block_red.gif') no-repeat 0 0;
}

.orange_block
{
	background: url('/images/block_orange.gif') no-repeat 0 0;
}

.yellow_block
{
	background: url('/images/block_yellow.gif') no-repeat 0 0;
}

.red_block a:link, .red_block a:hover, .red_block a:visited,
.orange_block a:link, .orange_block a:hover, .orange_block a:visited,
.yellow_block a:link, .yellow_block a:hover, .yellow_block a:visited
{
	color: #fff;
	padding-top: 4px;
	font-size: 13pt;
	font-family: Tahoma;
}
 
.content .pad_tr_1 .right_block .oval
{
	position: relative;
	zoom: 1;
	color: #56523e;
	font-size: 16pt;
	font-family: Georgia;
	top: -15px;
	padding: 30px 0px 0px 33px;
	background: url('/images/oval.gif') no-repeat 0 0;
	height: 40px;
	width: 199px;
	z-index: 1;
}

.content .pad_tr_1 .right_block .oval2
{
	position: relative;
	color: #56523e;
	font-size: 16pt;
	font-family: Georgia;
	top: -20px;
	padding: 30px 0px 0px 30px;
	background: url('/images/oval2.gif') no-repeat 0 0;
	height: 40px;
	width: 263px;
	margin-left: -40px;
	_z-index: -1;
}

.content .pad_tr_1 .right_block .oval3
{
	position: relative;
	color: #56523e;
	font-size: 16pt;
	font-family: Georgia;
	top: -15px;
	padding: 30px 0px 0px 25px;
	background: url('/images/oval.gif') no-repeat 0 0;
	height: 40px;
	width: 199px;
	_z-index: -1;
}

.content .pad_tr_1 .right_block ul
{
	padding-left: 10px;
	position: relative;
	color: #56523e;
	top: -15px;
	font-family: Georgia;
	font-size: 9pt;
}

.content .pad_tr_1 .right_block ul li
{
	background: url('/images/mdash.gif') no-repeat 0 22px;
	padding: 6px 0px 0px 24px;
}

.content .pad_tr_1 .right_block ul li span
{
	font-size: 17pt;
	margin-left: 4px;
}

.content .pad_tr_1 .l_td
{
	padding-right: 10px;
	padding-bottom: 20px;
}

.content .pad_tr_1 .p_mdash
{
	position: absolute;
	background: url('/images/mdash.gif') no-repeat 0 9px;
	margin-left: -32px;
	margin-top: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}

.content .pad_tr_1_inland td
{
	padding: 0px 20px 15px 0px;
	font-size: 8pt;
	color: #a3a3a3;
	line-height: 135%;
}

.content .pad_tr_1_inland .l_td
{
	padding: 0px 50px 15px 0px;
}

/* -END- */

/*/
 Вторая строка
 /*/
.content .pad_tr_2
{
	background: url('/images/shadow_top_menu.gif') repeat-x 0 100%;
	background-color: #EFEEEA;
}

.content .pad_tr_2 .r_td
{
	/*background: url('/images/main_rt_corner.gif') no-repeat 100% 0;*/
}

.content .pad_tr_2 .title
{
	margin: 18px 0px 19px 0px;
}

.content .pad_tr_2 ul
{
	padding: 0px 30px 0px 5px;
}
.content .pad_tr_2 ul li
{
	background: url('/images/mdash.gif') no-repeat 0 9px;
	padding: 0px 0px 17px 31px;
}

.content .pad_tr_2_inland .r_td
{
	color: #727272;
	padding: 10px 0px 0px 0px;
}

.content .pad_tr_2_inland .r_td p
{
	margin-bottom: 10px;
}
/* -END- */

/*/
 Третья строка 
 /*/
.content .pad_tr_3 td
{
	padding: 0px 0px 15px 0px;
}

.content .pad_tr_3 .l_td p.title
{
	padding: 0px 45px 0px 0px;
}

.content .pad_tr_3 .l_td p
{
	padding: 0px 45px 10px 0px;
}

.link_title
{
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Georgia;
}

.content .pad_tr_3 p
{
	margin-bottom: 5px;
}

.content .pad_tr_3 .r_td p
{
	padding: 0px 20px 0px 0px;
}

.mdash_list
{
	padding-left: 0px;
	margin: 5px 0px 14px 4px;
}

.mdash_list li
{
	background: url('/images/mdash.gif') no-repeat 0 11px;
	padding: 0px 0px 5px 26px;
	list-style-type: none;
}

.content .pad_tr_3 .r_td .mdash_list, .pad_tr_3 .mdash_list
{
	background: url('/images/red_cloud.gif') no-repeat 170px 0;
}

.description_news, .description_news p
{
	margin: 0px;
	padding: 0px;
}

.content .pad_tr_3 .title
{
	margin-top: 15px;
	margin-bottom: 5px;
}

.content .pad_tr_3 .left_block .title
{
	margin-bottom: 22px;
}

.content .pad_tr_3 .right_block
{
	padding-right: 20px;
}
/* -END- */

.news_block
{
	margin-bottom: 35px;
}

.news_block p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.news_block .tags
{
	margin: 10px 0px 0px 0px;
}

.date
{
	color: #686868;
	font-size: 8pt;
	line-height: 70%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}


.news_title
{
	font-family: Georgia;
	font-size: 13pt;
	padding: 0px;
	margin: 0px 0px 3px 0px;	
}

.rss_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index:-1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rss/rss_2.0.png');
}

.tags a:link, .tags a:hover, .tags a:visited
{
	color: #999;
}

.content .pad_tr_3 .left_block .news
{
	margin-bottom: 15px;
}

.mdash
{
	color: #aaa;
}

/* -END- Таблица контента */

/* ============
 Подвал сайта
============= */

#directory
{
	border: 1px solid #EFEEEA;
	border-right: none;
	margin: 5px 0px 10px -15px;
	border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
}

#directory div.column
{
	/*width: 200px;*/
	margin: 7px 25px 7px 15px;
	float: left;
}

#directory,
#directory a,
#directory .d1
{
	font-size: 8pt;
	color: #6a6a6a;
	line-height: 160%;
	text-decoration: none;
}

#directory .d1
{
	font-weight: bold;
}

#directory ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.content .footer
{
	font-size: 8pt;
	color: #6a6a6a;
	line-height: 160%;
}

.content .footer td
{
	padding: 10px 0px 15px 0px;
	/*border-top: 1px solid #EFEEEA;*/
	vertical-align: middle;
}
/*END/ Подвал сайта */

.content_inland
{
	padding: 0px 20px 20px 0px;
	font-size: 10pt;
	line-height: 150%;
}

.content_inland h1, .content_inland .title
{
	padding: 0px;
	margin: 10px 0px;
}

.content_inland td
{
	font-size: 10pt;
}

.content_inland .pad_tr_2
{
	background: url('/images/shadow_top_menu.gif') repeat-x 0 100%;
	background-color: #EFEEEA;
}

.content_inland .pad_tr_2 .r_td
{
	position: relative;
	background: url('/images/main_rt_corner.gif') no-repeat 100% 0;		
}

/* Для 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 #db1905;
	background-color: #db1905;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}

.portfolio
{
	border: 3px solid #e1e1e1;
	position: relative;
	width: 200px;
	margin-bottom: 5px;
	_z-index: -1;
	zoom: 1;
}

.portfolio div
{
	position: absolute;
	width: 7px;
	height: 7px;
}

.portfolio .tl
{
	top: -3px;
	left: -3px;
	background: url('/images/portfolio_lt.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portfolio_lt.png');	
}

.portfolio .tr
{
	top: -3px;
	right: -3px;
	background: url('/images/portfolio_rt.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portfolio_rt.png');
}

.portfolio .br
{
	bottom: -3px !important;
	bottom: -4px;
	right: -3px;
	background: url('/images/portfolio_rb.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portfolio_rb.png');
}

.portfolio .bl
{
	bottom: -3px !important;
	bottom: -4px;
	left: -3px;
	background: url('/images/portfolio_lb.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portfolio_lb.png');
}


.sites_hostcms
{
	position: relative;
	background-color: #f3f3f3;
	padding: 7px;
	width: 156px;
	margin: 0px 40px 40px 0px;
	float: left;
}

.sites_hostcms .t
{
	position: absolute;
	width: 86px;
	height: 5px;
	background: url('/images/t_sites_border.gif') no-repeat 0 0;
	top: -5px;
	left: 0px;
}

.sites_hostcms .r
{
	position: absolute;
	width: 5px;
	height: 86px;
	background: url('/images/r_sites_border.gif') no-repeat 0 0;
	top: 0px;
	right: -5px;
}

.sites_hostcms .b
{
	position: absolute;
	width: 86px;
	height: 5px;
	background: url('/images/b_sites_border.gif') no-repeat 0 0;
	bottom: -5px;
	right: 0px;
	_bottom: -16px;
}

.sites_hostcms .l
{
	position: absolute;
	width: 5px;
	height: 86px;
	background: url('/images/l_sites_border.gif') no-repeat 0 0;
	bottom: 0px;
	left: -5px;
}

/* стили кабинета пользователя */
.large_input
{
	font-size: 16pt;
}

textarea.input_error,
input.input_error
{
	border: 1px dashed #DB1905;
	background-color: #FFFFD5;
}

label.input_error
{
	display: block;
	color: #DB1905;
}

/* Стили для форумов */
.underline {
text-decoration: underline;
}
.line-throught {
text-decoration: line-through;
}
.bbedit-toolbar, .bbedit-smileybar {
line-height: 22px;
font-size: 10px;
}
.bbedit-toolbar {
margin-bottom: 5px;
}
.bbedit-smileybar {
margin-top: 5px;
}
.bbedit-toolbar span {
padding: 4px 9px;
border: 1px solid #B2B2B2;
background-color: #F0F0F0;
cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.bbedit-toolbar span.hover,
.bbedit-toolbar span:hover {
border-color: #777777;
background-color: #E5E5E5;
}
.bbedit-smileybar img {
margin-right: 3px;
cursor: pointer;
}
.bbedit-b {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat 0px 0;
}
.bbedit-i {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -60px 0;
}
.bbedit-u {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -140px 0;
}
.bbedit-s {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -120px 0;
}
.bbedit-url {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -500px 0;
}
.bbedit-img {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -380px 0;
}
.bbedit-code {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -180px 0;
}
.bbedit-quote {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -220px 0;
}
.bbedit-font {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -720px 0;
}
.bbedit-olist {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -80px 0;
}
.bbedit-ulist {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -20px 0;
}
.bbedit-sup {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -620px 0;
}
.bbedit-sub {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -600px 0;
}

/* Таблица груп форумов */
.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 { }

/*Таблица тем в таблице текущего форума*/
.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;
	margin-bottom: 5px;
}

/*Ячейка таблицы сообщений*/
.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: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
	border-collapse: collapse;
	border: 1px solid #E3E1DA;
	background-color: #EFEEEA;
	padding: 5px;
}
/*Таблица параметров сообщения*/
.table_message_parameters
{
	width: 100%;
}
/*Ячейка таблицы параметров сообщения*/
.table_message_parameters td
{
	border-width: 0px;
}
/* Таблица добавления нового сообщения */
.add_message_table
{	
	border: 1px solid #E3E1DA;
	color: #000000;
	background-color: #EFEEEA;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.add_message_table div.add_row
{
	margin-bottom: 5px;
}
.add_message_table div.add_row div.row_block
{
	/*width: 150px;*/
	margin-right: 20px;
	float: left;
}
.add_message_table div.add_row input[type=checkbox]
{
	margin-bottom: -3px;
	border-width: 0px;
}
/*Таблица информации об авторе*/
.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;
}
/* Конец стилей для форума */

.partner_table
{
	/*cellpadding*/
	padding: 2px;

	/*cellspacing*/
	border-spacing: 0px;

	/*color: #000000;*/

	border-collapse: collapse;
	empty-cells: show;
}

.partner_table td
{
	/*cellpadding*/
	padding: 3px;
	
	/*cellspacing*/
	border-spacing: 0px;

	border-collapse: collapse;
	empty-cells: show;
	
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
}

.partner_table_title
{
	background-color: #EFEEEA;
	font-weight: bold;
	/*text-align:center;*/
	height: 25px;
	width: 100px;
	padding-left: 10px;
}

.partner_table_title td
{
	color: #000000;
}

.partner_table_2_td
{
	background-color: #F9F9F9;
}

.partnet_information_div
{
	border: 1px solid #dadada;
	padding:10px;
	width: 600px;
	background-color: #fcfcfc;
}

.partner_div
{
	color: #454545;
}

.partner_div a:link, .partner_div a:hover, .partner_div a:visited
{
	color: #0089C6;
	text-decoration: underline;
}

.path_arrow
{
	color: #0097e2;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

.table_border_hostcms, .table_border_hostcms td
{
	padding: 2px; 
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #E3E1DA;
	vertical-align: middle;
	color: #3D3D3D;
}

.table_border_hostcms a:link, .table_border_hostcms a:hover, .table_border_hostcms a:visited
{
	color: #3D3D3D;
}

.host_url a
{
	color: #5D5D5D;
}

.average_grade
{
	display: inline; 
	margin-left: 8px; 
	padding-top: 8px; 
	width: 16px; 
	height: 23px; 
	background: url('/hostcmsfiles/images/hosting_stars.gif') no-repeat
}

.average_grade img 
{
	width: 16px;
	height: 24px
}

.tr_hostcms_title
{
	background-color: #EFEEEA;
	color: #000000;
	font-weight: bold;
}

.screen
{
	border: #E1E1E1 1px solid;
	margin: 10px 0px;
}

.breadcrumb
{
	margin: 0px 0px 15px 0px;
	vertical-align: middle;
}

.breadcrumb, .breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:visited, .breadcrumb .path_arrow
{
	color: #999999;
}

/*
.inner_content_inland .content_inland p,
.inner_content_inland .content_inland ul,
.inner_content_inland .content_inland ol
{
	margin-left: 30px;
}*/

#unix
{
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
	background-color: #EFEEEA;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
	padding: 5px;
}

/*/
 Медали
 /*/
.medals
{
	position: relative;
	left: 20px;
	float: left;
}
.medals img
{
	filter: alpha(opacity=0);
}

.medals div
{
	position: relative;
	float: left;
	width: 33px;
	height: 33px;
	margin-left: -12px;
	margin-top: -5px;
}

.medals  .gold_dealer
{
	background: url('/images/medal/gold_dealer.png') no-repeat 0 0 !important; 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/medal/gold_dealer.png');
}

.medals .silver_dealer
{
	background: url('/images/medal/silver_dealer.png') no-repeat 0 0; 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/medal/silver_dealer.png');
}

.medals .bronze_dealer
{
	background: url('/images/medal/bronze_dealer.png') no-repeat 0 0; 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/medal/bronze_dealer.png');
}
/* -end- медали*/

.updates_gray,
.updates_gray a:link, .updates_gray a:hover, .updates_gray a:visited
{
	color: #555555;
}

hr
{
	border: 0;
	height: 1px;
	color: #dadada;
	background-color: #dadada;
}

#ShowAddComment
{
	margin: 10px 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 p
{
	margin: 0 0 5px 0;
}

.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;
}

#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 solid;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hostcms_table
{
	padding: 2px;
	border-spacing: 0px;
	color: #000000;
	border-collapse: collapse;
	empty-cells: show;
}

.hostcms_table td
{
	padding: 3px;
	border-spacing: 0px;
	color: #000000;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
}

.hostcms_tr_title
{
	background-color: #EFEEEA;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
}

.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 #666;
}

.span_message
{
	font-size: 120%;
	font-family: Georgia;
	color: #999;
	font-weight: bold;
	line-height: 1.5em;
}

.span_message_link1:link, .span_message_link1:hover, .span_message_link1:visited
{
	color: #DB1905;
}

.span_message_link2:link, .span_message_link2:hover, .span_message_link2:visited
{
	color: #E25B01;
}

.span_message_link3:link, .span_message_link3:hover, .span_message_link3:visited
{
	color: #EBAB16;
}

.message_block
{
	background-color: #EFEEEA;
	padding: 1px 1px 1px 49px;
	margin: 0px 0px 10px -49px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.application_area_right, .application_area_left
{
	width: 155px;
	color: #777;
	font-size: 80%;
	background-color: #ffffff;
	padding: 0px 5px;
}

.application_area_right img, .application_area_left img
{
	border: #E1E1E1 1px solid;
}

.application_area_right
{
	float: right;
	margin: 0px 0px 10px 30px;
}

.application_area_left
{
	float: left;
	margin: 0px 30px 10px 0px;
}

span.redspan
{
	color: #DB1905;
}

.gray
{
	color: #999999;
}

.gray h1, .gray h2, .gray h3, .gray h4, .gray h5
{
	color: #888888;
}

.gray h1 a:link, .gray h1 a:hover, .gray h1 a:visited,
.gray h2 a:link, .gray h2 a:hover, .gray h2 a:visited,
.gray h3 a:link, .gray h3 a:hover, .gray h3 a:visited
{
	color: #888888;
	border-bottom: 1px dashed #888888;
	text-decoration: none;
}

.gray a:link, .gray a:hover, .gray a:visited
{
	color: #888888;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 solid;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 450px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#gray_message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #999999 solid;
	color: #777777;
	background: url('/hostcmsfiles/images/lock.gif') no-repeat 5px 50%;
	width: 450px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.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;
}

.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;
}

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}

.shop_item_title
{
	font-family: Georgia;
	font-size: 13pt;
	padding: 0px;
	margin: 0px 0px 3px 0px;	
}

.shop_group_title, .shop_group_title:link, .shop_group_title:hover, .shop_group_title:visited
{
	font-family: Georgia;
	font-size: 13pt;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}

.shop_table
{
	padding-bottom: 7px;
	margin-bottom: 15px;
	margin-right: 10px;
	border-bottom: 1px solid #dadada;
}

.shop_add_cart, .shop_add_cart:link, .shop_add_cart:hover, .shop_add_cart:visited
{
	color: #60A02C;
	/*font-weight: bold;*/

	text-decoration: none;
	border-bottom: 1px dashed #60A02C;
	font-size: 13pt;
}

.shop_cart_table
{
	width: 100%;
}

.shop_cart_table td, shop_cart_table_result td
{
	margin-bottom: 15px;
	margin-right: 10px;
	border-bottom: 1px solid #dadada;
	vertical-align: middle;
	padding: 10px 10px 12px 0px;
	font-size: 11pt;
//	white-space: nowrap;
}

.shop_cart_table_title td
{
	/*background-color: #EFEEEA;*/
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 10px 12px 0px;
	font-family: Georgia;
}

.shop_cart_table_result td
{
	font-size: 11pt;
	font-weight: bold;
}

.shop_button_block input, .shop_button_block div
{
	font-family: Tahoma;
	font-size: 10pt;
	padding: 0px 10px 3px 18px;
	font-weight: bold;
	border: 0px;
	color: #fff;
	height: 25px;
	margin-right: 4px;
	cursor: default;
}

.gray_button_block
{
	padding-right: 4px;
	background: #999 url('/images/gray_button_r.gif') no-repeat 100% 0;
}

.gray_button_block input
{
	background: #999 url('/images/gray_button_l.gif') no-repeat 0 0;
}

.red_button_block
{
	background: #DB1905 url('/images/red_button_r.gif') no-repeat 100% 0;
}

.red_button_block input, .red_button_block div
{
	background: #DB1905 url('/images/red_button_l.gif') no-repeat 0 0;
}

.red_star
{
	color: #DB1905; 
	font-size: 20pt !important; 
	font-family: Georgia;
}

.shop_navigation_table
{
	color: #999;
	margin-top: 10px;
}

.shop_navigation_table td
{
	padding: 4px 10px 4px 10px;
}

#shop_navigation, #shop_navigation_current

{
	padding: 3px 13px 3px 13px;

}

#shop_navigation
{
	border: 1px solid #999;
	color: #999;
}

#shop_navigation_current
{
	border: 1px solid #999;
	color: #433212;
}

.little_cart, #little_cart
{
	margin-right: 15px;
}

.dashed_link, .dashed_link:link, .dashed_link:hover, .dashed_link:visited
{
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

.shadowed
{
	zoom: 1;
	z-index: 998;
	position: absolute;
	margin-top: 10px;
	background-color: #fff;
	font-size: 9pt;
	color: #000;
	padding: 0;
} 

.shadowed .tl
{
	position: absolute;
	font-size: 0;
	top: -15px;
	left: -17px;
	background: url('/hostcmsfiles/images/shadow-lt.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-lt.png');
	width: 17px;
	height: 15px;
}

.shadowed .t
{
	position: absolute;
	font-size: 0;
	top: -15px;
	left: 0;
	background: url('/hostcmsfiles/images/shadow-t.png') 0 0 repeat-x !important;
	background: url('/hostcmsfiles/images/spacer.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-t.png', sizingmethod='scale');
	width: 100%;
	height: 15px;
	/* border: 1px solid; */
}

.shadowed .tr
{
	position: absolute;
	font-size: 0;
	top: -15px;
	left: 100%;
	background: url('/hostcmsfiles/images/shadow-rt.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-rt.png');
	width: 17px;
	height: 15px;
}

.shadowed .r
{
	position: absolute;
	font-size: 0;
	top: 0;
	left: 100%;
	background: url('/hostcmsfiles/images/shadow-r.png') 0 0 repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-r.png', sizingmethod='scale');
	width: 17px;
	height: 100%;
}

.shadowed .br
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: 100%;
	background: url('/hostcmsfiles/images/shadow-rb.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-rb.png');
	width: 17px;
	height: 21px;
}

.shadowed .b
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: 0;
	background: url('/hostcmsfiles/images/shadow-b.png') 0 0 repeat-x !important;
	background: url('/hostcmsfiles/images/spacer.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-b.png', sizingmethod='scale');
	width: 100%;
	height: 21px;
}

.shadowed .bl
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: -17px;
	background: url('/hostcmsfiles/images/shadow-lb.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-lb.png');
	width: 17px;
	height: 21px;
}

.shadowed .l
{
	position: absolute;
	font-size: 0;
	top: 0;
	left: -17px;
	background: url('/hostcmsfiles/images/shadow-l.png') 0 0 repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/shadow-l.png', sizingmethod='scale');
	width: 17px;
	height: 100%;
}

.img_line
{
	margin-bottom: -3px; 
}

/* Таблица сравнения редакций */
.redaction_table
{
	width: 100%;
}

.redaction_table td
{
	font-size: 110%;
}

.r1, .r2, .r3, .r4, .r5
{
	width: 25px;
}

.r1
{
	border-bottom: 1px solid #FAB920;
	background-color: #D79812;
}

.r2
{
	border-bottom: 1px solid #EA9113;
	background-color: #E28501;
}

.r3
{
	border-bottom: 1px solid #F37520;
	background-color: #E25B01;
}

.r4
{
	border-bottom: 1px solid #F2571C;
	background-color: #DB4005;
}

.r5
{
	border-bottom: 1px solid #FD3D2A;
	background-color: #DB1905;
}

.r1, .r1 a:link, .r1 a:hover, .r1 a:visited,
.r2, .r2 a:link, .r2 a:hover, .r2 a:visited,
.r3, .r3 a:link, .r3 a:hover, .r3 a:visited,
.r4, .r4 a:link, .r4 a:hover, .r4 a:visited,
.r5, .r5 a:link, .r5 a:hover, .r5 a:visited
{
	color: #FFF;
}

.rXb
{
	border-bottom: 5px solid #FFF;
}

.rXr
{
	border-right: 5px solid #FFF;
}

.diler_ltd
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-size:120%;
	font-weight: bold
}

.diler_ltd1
{
	width: 40%;
	background-color: #D79812;
	border-bottom: 1px solid #FAB920;
}

.diler_ltd2
{
	width: 60%;
	background-color: #E25B01;
	border-bottom: 1px solid #F37520;
}

.diler_ltd3
{
	width: 80%;
	background-color: #DB1905;
	border-bottom:1px solid #FD3D2A;
}

.diler_rtd
{
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}

.diler_rtd1
{
	color: #D79812;
}

.diler_rtd2
{
	color: #E25B01;
}

.diler_rtd3
{
	color: #DB1905;
}

/* Рамка для картинок спсика макетов */
.bord_img {
 padding: 6px;
 position: relative;
 border: 1px solid #e0e0e0;
 margin-right: 12px;
 margin-bottom: 12px;
 zoom: 1;
 float: left;
}

.bord_img .tl,
.bord_img .tr,
.bord_img .br,
.bord_img .bl {
 z-index: 3;
 position: absolute;
 font-size: 1px;
}

.bord_img .t,
.bord_img .r,
.bord_img .b,
.bord_img .l {
 z-index: 2;
 position: absolute;
 font-size: 1px;
}

.bord_img .t,
.bord_img .b {
 width: 100% !important;
 width: auto;
 width: expression((parentElement.clientWidth) + 'px');
}

.bord_img .r,
.bord_img .l {
 height: 100% !important;
 height: auto;
 height: expression((parentElement.clientHeight) + "px");
}

.bord_img .tl {
 background: url('/images/bord_img_tl.gif') no-repeat 0 0;
 top: -7px;
 left: -7px;
 width: 13px;
 height: 14px;
}

.bord_img .t {
 background: url('/images/bord_img_t.gif') repeat-x 0 0;
 top: -7px;
 left: 0;
 height: 7px;
}

.bord_img .tr {
 background: url('/images/bord_img_tr.gif') no-repeat 0 0;
 top: -7px;
 right: -8px;
 width: 15px;
 height: 14px;
}

.bord_img .r {
 background: url('/images/bord_img_r.gif') repeat-y 0 0;
 top: 0px;
 right: -8px;
 width: 8px;
}

.bord_img .br {
 background: url('/images/bord_img_br.gif') no-repeat 0 0;
 bottom: -9px;
 right: -8px;
 width: 15px;
 height: 16px;
}

.bord_img .b {
 background: url('/images/bord_img_b.gif') repeat-x 0 0;
 bottom: -9px;
 left: 0px;
 height: 9px;
}

.bord_img .bl {
 background: url('/images/bord_img_bl.gif') no-repeat 0 0;
 bottom: -9px;
 left: -7px;
 width: 13px;
 height: 16px;
}

.bord_img .l {
 background: url('/images/bord_img_l.gif') repeat-y 0 0;
 top: 0px;
 left: -7px;
 width: 7px;
}

.bord_img .bottom
{
 position: absolute;
 width: 100%;
 bottom: 5px;
}

.bord_img .bottom span
{
 color: #777777;
 font-size: 90%;
 font-style: italic;
}

.news_img { margin: 5px 10px 0px 0px; border: 1px solid #d1d1d1 }

/* //// */

div.area { width: 150px; text-align: center; margin-right: 15px; float: left }
div.area div
{
	background-color: #EFEEEA;
	margin: 0px;
	padding: 2px;
	border-radius: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 6px;
	min-height: 40px;
}
div.area div a { color: #75736C }

.video
{
	background-color: #EFEEEA;
	width: 200px;
	float: right;
	padding: 10px 15px 10px 45px;
	margin-top: 15px;
	margin-left: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #E9E8E2 1px 1px 1px;
	-webkit-box-shadow: #E9E8E2 1px 1px 1px;
	box-shadow: #E9E8E2 1px 1px 1px;
}
.video, .video a { color: #75736C }
.video img { margin: 5px 0px -8px -38px; float: left }

.download
{
	background-color: #EFEEEA;
	width: 42%;
	padding: 10px 0px 10px 45px;
	margin-top: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #E9E8E2 1px 1px 1px;
	-webkit-box-shadow: #E9E8E2 1px 1px 1px;
	box-shadow: #E9E8E2 1px 1px 1px;
}
.download_left { float: left }
.download_right { float: right }
.download, .download a { color: #75736C }
.download a { font-size: 120% }
.download p { margin: 7px 0px }
.download p img { margin-bottom: -7px }
.download img.left { margin: -5px 0px -5px -38px; float: left }

div.integration {
	width: 100%;
	background: #F0EFEB;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

.integration input[type="text"], select, textarea { padding:4px }
.integration span { font-weight: bold; padding:4px 0 }
.integration .fl { float:left; margin-right:10px; width: 190px }

.integrationlist 
{
	margin-left: -15px;
	margin-bottom: 5px;
	padding: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.integrationlist .l1, .integrationlist .price, .integrationlist  h1
{
	font-size: 150%;
	line-height:1.5em;
	margin: 0px;
}

.integrationlist .l1, .integrationlist .price
{
	font-family:Tahoma;
}

.integrationlist .titlel1
{
	float: left;
	padding-right: 200px
}

.integrationlist .text
{
	line-height:1.5em;
}

.integrationlist .l1
{
	/*color:#666666;
	color: #DB1905;*/
	/*font-weight: bold;*/
	/*border-bottom:1px dashed;
	text-decoration:none;*/
}

.integrationlist .crm_more
{
	color:#0097e2;
	padding-left:10px;
}

.integrationlist .price
{
	float: right;
	margin-left: -200px
}

.integrationlist .sub
{
	margin-top: 10px;
}

.integrationlist .sub span
{
	padding: 0px 20px;
}

table.integration_properties td
{
	padding: 2px 5px 2px 0px; 
	border-collapse: collapse;
	empty-cells: show;
	border-bottom: 1px solid #E3E1DA;
	vertical-align: middle;
	color: #3D3D3D;
}

table.integration_properties img
{
	margin-bottom: -3px;
}

.img_list, .img_list2
{
	min-height: 45px;
	padding-top: 10px;
}

.img_list2
{
	background-color: #FAFAFA;
}

.img_list div.inner_img
{
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 0px 15px;
}

.img_list div.inner_txt
{
	float: left;
	padding: 5px 0px;
	margin-left: 62px;
	font-size: 120%;
	font-weight: bold;
	font-family: 'Myriad pro',Corbel,Arial,Helvetica,sans-serif;
}

.img_list div.inner_txt .gray,
.img_list div.inner_txt .gray a
{
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
}

.img_list div.inner_txt .gray a
{
	text-decoration: underline;
}

.img_list div.inner_txt a
{
	text-decoration: none;
	color: #555555;
}

.img_list div.inner_txt_right
{
	float: right;
	color: #999999;
	width: 50px;
}

#right_copyright_link,
#right_copyright_link a
{
	margin-top: 15px;
	text-align: right;
	color: #999999;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}

/* Страница дилеров */
#rating_1,
#rating_2 {
	font-size: 14pt;
	padding: 5px 25px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

#rating_1 {
	margin-right: 35px;
}

.rating_1 ul {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.rating_1 li {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 15px;
	font-size: 12pt;
	font-family: Georgia, Sans-serif;
	border-left: 7px solid #efeeea;
	color: #777;
}

.rating_1 li a {
	color: #555;
	font-size: 13pt;
	margin-right: 7px;
}

.rating_1 li acronym {
	font-weight: bold;
	font-size: 7pt;
	color: #999;
	background-color: #efeeea;
	margin-left: 10px;
	padding: 2px 6px 1px 6px;
	border-bottom: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.rating_1 div.info {
	font-size: 9pt;
	margin: 10px 0 0px 15px;
}

.rating_1 div.info a {
	font-size: 9pt;
}

.rating_1 div.info p {
	padding: 0;
	margin: 0;
}

.rating_2 {
	display: none;
	font-family: Georgia;
	color: #777;
}

.active_rating {
	background-color: #efeeea;
}

.not_active_rating {
	background-color: none;
	color: #999;
}

.not_active_rating span {
	border-bottom: 1px dashed #999;
	cursor: pointer;
}

/* Функции модулей */
.function li {
	line-height: 200%;
}
.function h2 {
	width: 200px;
	font-size: 13pt;
	float: left;
	color: #333;
	margin-bottom: 19px;
}

.function hr {
	border: 0;
	height: 1px;
	background-color: #ddd;
	clear: both;
	margin-top: 19px;
}

.function .position_right {
	margin-top: 17px;
	margin-left: 200px;
}

.function div.position_left {
	clear: both; float: left; margin-top: -14px; margin-bottom: 19px
}
/* END Функции модулей */

