/* Стили сайта. http://vitalik.info/design */

body, p, div, td, ul, ol, dl, dd, dir, form, center {
 color: #000000;
 font-family: tahoma,arial,helvetica,geneva,sans-serif;
}
body, p, td {
 font-size: 9pt;
}
ul, dd, dl {
 list-style-type: disc;
}
a:link {
 color: #1261E0;
}
a:visited {
 color: #1261E0;
}
a:active {
 color: #D9261C;
}
a:hover {
 color: #D9261C;
 text-decoration: none;
}

.tline {
 color: #7A7A7A;
 font-size: 8pt;
}
.marquee {
 color: #6BC7EB;
 font-weight: bold;
 padding: 0px 20px 0px 20px;
}
/* меню слева - навигация */
.p_menu {
 padding: 0px 10px 0px 5px;
 color: #FFFFFF;
 font-size: 9pt;
 font-weight: bold;
 border-top: solid 2px #FFFFFF;
}
.p_menu a:link, .p_menu a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
.p_menu a:hover, .p_menu a:active {
 color: #A8DCFF;
}
/* подменю */
.p_submenu {
 padding: 5px 10px 5px 10px;
 color: #64A6D1;
 font-size: 8pt;
}
.p_submenu a:link, .p_submenu a:visited {
 color: #000000;
 text-decoration: none;
}
.p_submenu a:hover, .p_submenu a:active {
 color: #0D649E;
}
/* выбранное подменю */
.p_submenu li {
 border-bottom: solid 1px #B8B8B8;
 padding: 3px 0px 3px 0px;
}
li#thisitem a:link, li#thisitem a:visited {
 font-weight: bold;
 color: #0D649E;
}
li#thisitem a:hover, li#thisitem a:active {
 color: #004878;
}

/* низ страницы */
.b_line {
 padding: 5px 0px 5px 0px;
 color: #000000;
 font-size: 8pt;
}
.b_line a:link, .b_line a:visited {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}
.b_line a:hover, .b_line a:active {
 color: #0D649E;
}
/* мелкие надписи внизу */
.b_line small {
 color: #666666;
}
.b_line small a:link, .b_line small a:visited {
 color: #666666;
 font-weight: normal;
 text-decoration: none;
}
.b_line small a:hover, .b_line small a:active {
 color: #000000;
}
.b_line small.sape {
 font-size: 7pt;
}
/* ссылки над нижней полосой */
.b_link {
 padding: 10px 10px 5px 0px;
 color: #666666;
 font-size: 7pt;
}
.b_link a:link, .b_link a:visited {
 color: #666666;
 text-decoration: none;
}
.b_link a:hover, .b_link a:active {
 color: #000000;
}

h1 {
 font-size: 11pt;
 font-weight: bold;
 margin-bottom: 5px;
}
h1 b {
 color: red;
}
h2 {
 color: #2582BE;
 font-weight: bold;
 font-size: 11pt;
 margin-bottom: 5px;
}
h3 {
 font-weight: bold;
 font-size: 10pt;
 margin-bottom: 0px;
}
h4,h5,h6 {
 font-weight: bold;
 font-size: 10pt;
 margin-bottom: 0px;
}

/* таблица выбора производителя */
TR.producer TD {
 background: #F4F4F4;
 border-top: solid 1px #B8B8B8;
 border-bottom: solid 1px #B8B8B8;
 font-size: 9pt;
 text-align: center;
 padding: 2px 3px 2px 3px;
}
TR.producer TD.cur {
 background: #FFFFFF;
 font-weight: bold;
}
TR.producer TD a:link, TR.producer TD a:visited {
 text-decoration: none;
}
TR.producer TD a:hover, TR.producer TD a:active {
 color: #000000;
}
/* таблица цен */
.pricefilter {
 background: #F5F5F5;
 border: solid 1px #B8B8B8;
 padding: 5px 2px 5px 5px;
 margin: 2px 0px 2px 0px;
 font-size: 8pt;
 color: #666666;
}
TR.price_h TD {
 background: #4693C7;
 border-left: solid 1px #2481BF;
 font-size: 8pt;
 padding: 4px 3px 4px 3px;
 color: #FFFFFF;
}
TR.price_h TD a:link, TR.price_h TD a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
TR.price_h TD a:hover, TR.price_h TD a:active {
 color: #000000;
}
TR.price_r TD {
 border-left: solid 1px #B8B8B8;
 font-size: 8pt;
 padding: 2px 3px 2px 3px;
}
/* раздел каталога */
TD.price_c {
 background: #B9D7EB;
 border-top: solid 3px #FFFFFF;
 border-bottom: solid 1px #B8B8B8;
 color: #666666;
 font-size: 8pt;
 font-weight: bold;
 padding: 2px 0px 2px 10px;
}
TR.price_r TD a:link {
 color: #000000;
 text-decoration: none;
}
TR.price_r TD a:visited {
 color: #0B3D8C;
 text-decoration: none;
}
TR.price_r TD a:hover {
 color: #D9261C;
 text-decoration: underline;
}

/* таблица просмотра */
table.t_view {
 border-collapse: collapse;
 width: 100%;
}
table.t_view td {
 padding: 2px;
}
.f_item {
 vertical-align: top;
 background: #FFFFFF;
 border-top: solid 1px #B0B0B0;
 border-bottom: solid 1px #B0B0B0;
 font-size: 8pt;
}
.f_field {
 vertical-align: top;
 background: white;
 border-top: solid 1px #B0B0B0;
 border-bottom: solid 1px #B0B0B0;
}
.f_header {
 vertical-align: top;
 background: #F2F2F2;
 border-top: solid 1px #B0B0B0;
 font-weight: bold;
 color: #2582BE;
}
.f_footer {
 background: #E0F4FF;
 border-top: solid 2px #B0B0B0;
 border-bottom: solid 1px #B0B0B0;
}
.f_button {
 background: #E0F4FF;
 border-top: solid 2px #B0B0B0;
 border-bottom: solid 1px #B0B0B0;
}
.form_tip {
 color: #666666;
}

/* просмотр фотографий */
TD.showphoto {
 padding: 2px 0px 3px 0px;
 border-top: solid 1px #B0B0B0;
}
.showphoto a:link img, .showphoto a:visited img {
 border: solid 1px #B0B0B0;
}
.showphoto a:hover img {
 border: solid 1px #DA251D;
}
.showphoto a:active img {
 border: solid 1px #2582BE;
}

/* модуль показа публикаций */
.pub_path {
 margin: 5px 0px 0px 0px;
 border-top: solid 1px #B4B4B4;
}
.pub_files {
 border: solid 1px #B4B4B4;
 padding: 3px 5px 3px 5px;
 margin: 5px 0px 3px 0px;
 background: #F2F2F2;
}
small.pub_filesize,small.pub_filetype {
 color: #929292;
}
.pub_seealso {
 border: solid 1px #B4B4B4;
 border-top: solid 3px #B4B4B4;
 padding: 3px 5px 3px 5px;
 margin: 10px 0px 3px 0px;
}

hr {
 color: #CACACA;
 height: 1px;
}
big {
 font-weight: bold;
 font-size: 12pt;
 color: #5984D4;
 font-family: "Trebuchet MS","Tahoma",arial,helvetica,geneva,sans-serif;
}
small {
 font-family: tahoma,arial,helvetica,geneva,sans-serif;
 font-size: 8pt;
}
small li {
 font-size: 8pt;
}
strong, dt, th, caption {
 font-weight: bold;
 color: #248760;
 font-size: 10pt;
 font-family: tahoma,arial,helvetica,geneva,sans-serif;
}
/* заголовки разделов */
.hline {
 color: #1252A6;
 font-family: tahoma,arial,helvetica,geneva,sans-serif;
 font-size: 9pt;
}
.content {
 font-family: tahoma,arial,helvetica,geneva,sans-serif;
 font-size: 9pt;
}
.panel {
 font-family: tahoma,arial,helvetica,geneva,sans-serif;
 font-size: 8pt;
 color: #ffffff;
}
/* информационные сообщения */
.msg_box {
 background: #E0F4FF;
 border: solid 1px #3C8BB5;
 padding: 15px 15px 15px 15px;
 margin-bottom: 10px;
 font-size: 10pt;
 color: #000000;
}
.msg_ok {
 background: #E0FFE6;
 border: solid 1px green;
 padding: 10px 10px 10px 10px;
 margin-bottom: 10px;
 font-size: 10pt;
 color: green;
}
.msg_ok em {
 color: green;
 font-size: 12pt;
 font-weight: bold;
 font-style: normal;
}
.msg_error {
 background: #FFE0E0;
 border: 1px solid brown;
 padding: 10px 10px 10px 10px;
 margin-bottom: 10px;
 font-size: 10pt;
 color: brown;
}
.msg_error em {
 color: red;
 font-size: 12pt;
 font-weight: bold;
 font-style: normal;
}

.pub_path {
 margin: 10px 0px 0px 0px;
 border-top: solid 1px #B4B4B4;
}
.pub_files {
 border: solid 1px #B4B4B4;
 padding: 3px 5px 3px 5px;
 margin: 5px 0px 3px 0px;
 background: #F2F2F2;
}
small.pub_filesize,small.pub_filetype {
 color: #929292;
}
.pub_seealso {
 border: solid 1px #B4B4B4;
 padding: 3px 5px 3px 5px;
 margin: 5px 0px 3px 0px;
 background: #F2F2F2;
}
.pub_seealso small {
 text-decoration: underline;
}

em {
 font-weight: bold;
 font-style: italic;
}
/* маркер обязательного поля */
em.mark {
 color: red;
 font-size: 10pt;
 font-style: normal;
 font-weight: bold;
}
pre, tt, samp {
 font-weight: bold;
 font-size: 10pt;
 color: #555588;
 font-family: courier,monospace;
}
input.bgform {
 background: transparent;
}
form {
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 2px;
 margin-bottom: 2px;
}
input, select, textarea {
 background: #F8F8F8;
 font-size: 8pt;
 color: #333333;
 font-family: verdana,tahoma,arial,helvetica,geneva,sans-serif;
}

.sbutton {
 height: 30px;
 font-weight: bold;
 text-align: left;
 padding: 5px;
 margin: 5px;
}
