@charset "windows-1251";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
img {border:0}
html {background:#FFFFFF;}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	color:#FFFFFF;
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header div {height:52px; background:url(/i/headlinebg.gif) repeat-x; line-height:52px; text-align:center;}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color:#FFFFFF;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 232px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
h4 {color:#3383BE; font-weight:bold; font-size:12px;}
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ФОРМАТИРОВАНИЕ МОДУЛЕЙ */
/* Примечание: параметр модуля (стиль модуля) - параметр функции 
вывода модуля в шаблоне - mosLoadModules ( 'позиция', параметр); */
.module {} /* Форматирование модулей, выводимых с параметром -3 */
table.moduletable {} /* Форматирование модулей, выводимых с параметром 0 или 1*/
table.moduletable td {} /* Форматирование текста модуля table.moduletable */
div.moduletableblue {background:#0089C3; border-bottom:#FFFFFF solid 1px;} /* Форматирование модулей, выводимых с параметром -2 */
div.moduletableblue table td, div.moduletablegray table td {background: url(/i/menuitembg.gif) left no-repeat; padding-left:28px; font-size:12px; line-height:26px;}
div.moduletableblue h3, div.moduletablegray h3{background:url(/i/menuheadbg.gif) left no-repeat; padding:0 0 0 28px; margin:0; text-align:left; line-height:40px; font-size:16px; font-weight:bold;} /* Форматирование заголовка модуля div.moduletable */
div.moduletablegray {background:#57585D; border-bottom:#FFFFFF solid 1px;} /* Форматирование модулей, выводимых с параметром -2 */

a.mainlevelleftmenu{ font-size:12px; color:#FFFFFF;} /* форматирование ГЛАВНЫХ(main, не вложенных) элементов меню */
a.mainlevelleftmenu:link {font-size:12px; color:#FFFFFF; text-decoration:none;}
a.mainlevelleftmenu:visited {font-size:12px; color:#FFFFFF; text-decoration:none;}
a.mainlevelleftmenu:hover {font-size:12px; color:#FFFFFF; text-decoration:underline;}

#active_menuleftmenu {font-size:12px; color:#FFFFFF; text-decoration:underline;} /* форматирование для элемента меню, когда оно активно, даже в позиции main/sub*/

/*Форматирование главной страницы*/
.blog-main {font-size:12px; text-align:justify;}
/*background:url(/i/carbg.jpg) bottom right no-repeat;*/
table.blog-main tr td div { padding: 0 0 100px 0;}
table.blog-main tr td div table.contentpaneopen-main tr td.contentheading-main { color:#3383BE; font-weight:bold; font-size:16px; line-height:36px;}
table.contentpaneopen-main td{padding:0 42px 0 26px;}
tr td table tr td table.contentpaneopen-main tr td.contentheading-main {color:#FFFFFF; line-height:36px; font-weight:bold; font-size:14px; background:url(/i/podrobnbg.jpg) no-repeat; width:768px;}
img.newsleft { border-right:#FFFFFF solid 22px;}
.readon-main {background:url(/i/podrob.gif) left no-repeat; padding:8px 0 8px 28px; font-size:10px; line-height:36px;}
a.readon-main:link, a.readon-main:visited, a.readon-main:hover {text-decoration:none; color:#FFFFFF; font-weight:bold;}
.podr-main {background:url(/i/podrobnbg.jpg) no-repeat right;}
/*Форматирование главной страницы*/

/*.blog {padding:20px 42px 0 26px}*/
h1,.componentheading {color:#3383BE; font-weight:bold; font-size:16px; padding: 15px 0 15px 26px;}
h2,.contentheading,a.contentheading:link,a.contentheading:visited,
.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {color:#3383BE; font-weight:bold; font-size:14px; line-height:36px;}
.contentpaneopen, .contentpaneopen td{text-align:justify; padding:0 42px 0 26px;}
.back_button {padding-left:26px;}

.contentpane {margin-left:20px;}

/*Форматирование таблицы комплектующих*/
#komplekt {padding:0; margin:0;}
#komplekt td {padding:5px; margin:0;}
#komplekt .TD1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
font-weight: bold;
 font-style: normal; color: #000066;
 background-color: #FFFFFF; border-color: #CCCCCC #CCCCCC #999999 #999999; text-decoration: none; text-align: center;
 border-style: none; border-top-width: medium; border-right-width: medium; border-bottom-width: thick; border-left-width: thick;
}
#komplekt .TD9 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
 font-weight: bold;
  font-style: normal; color: #336699;
 background-color: #FFFFFF;
 text-align: justify; text-indent: 12pt;
 border: thin #CCCCCC double;
}