* {  margin: 0;
  padding: 0;
}

body {  background-image: url('/img/user/background.gif');
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, MS, Times, Helvetica, Sans-serif;
  text-align: justify;
  color: #000000;
  font-size: 12px;
}

h1 {  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;  font-size: 22px;
  text-align: left;
}

h2 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #003081;
}

a {  color: #003081;
  text-decoration: none;}

a:hover {  color: #001F54;
  text-decoration: underline;
}

p {  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

p.note {  text-align: justify;
  font-size: 11px;}

div.content_proper p {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

input, textarea {  margin: 2px;
  padding: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #003081;
  background-color: #FFFFFF;
  font-family: Courier, Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

select {  margin: 2px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #003081;
  background-color: #FFFFFF;
  font-family: Courier, Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

table.framework {  border-collapse: collapse;  background-color: #FFFFFF;
  border-top: none;
  border-bottom: none;
  border-left: #D6DCE2 solid 1px;
  border-right: #D6DCE2 solid 1px;
  width: 780px;}

input.button {  width: 100px;  border-top-color: #D6DCE2;
  border-left-color: #D6DCE2;
  border-bottom-color: #003081;
  border-right-color: #003081;
  background-color: #B6C1CB;
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, MS, Times, Helvetica, Sans-serif;}

input.button_high {
  width: 100px;
  border-top-color: #D6DCE2;
  border-left-color: #D6DCE2;
  border-bottom-color: #003081;
  border-right-color: #003081;
  background-color: #D6DCE2;
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, MS, Times, Helvetica, Sans-serif;
}

input.password_std_width {  width: 340px;  font-family: Tahoma, Arial, Trebuchet MS, Verdana, MS, Times, Helvetica, Sans-serif;}

input.std_width, textarea.std_width {  width: 340px;}

select.std_width {  width: 344px;}

select.number {  width: 50px;}

table.listing {  border-style: solid;
  border-color: #003081;
  border-width: 2px;
  border-collapse: collapse;
}

table.listing th {  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-style: solid;
  border-color: #003081;
  border-width: 1px;
  font-weight: bold;
  text-align: center;
  background-color: #879AA9;
}

table.listing td {  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-style: solid;
  border-color: #003081;
  border-width: 1px;}

table.listing td.even {
  background-color: #FFFFFF;
}

table.listing td.odd {  background-color: #D6DCE2;}

table.properties {  border-style: none;
  border-collapse: collapse;
}

table.properties td, table.properties th {  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;
  border-right-style: none;
  border-left-style: none;
}

table.properties td {  text-align: left;}

table.properties th {  text-align: center;
  font-weight: bold;
  background-color: #879AA9;}

table.properties td.even {
  background-color: #D6DCE2;
}

table.properties td.odd {  font-weight: bold;  white-space: nowrap;
  padding-right: 1em;
  background-color: #B6C1CB;
  border-right-style: solid;
  width: 10%;
}

img {  font-size: 11px;  text-align: center;}
img.listing {  margin: 2px;
  padding: 0px;
  border: #B6C1CB solid 1px;
}

img.item {
  padding: 0px;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 2px;
  float: left;
  border: #B6C1CB solid 1px;
}

td.collage_left {  font-size: 0px;  text-align: left;
  vertical-align: bottom;  background-color: #879AA9;
  background-image: url('/img/user/collage-gradient-left.gif');
  background-repeat: no-repeat;
  background-position: right center;
  height: 128px;
}

td.collage_left img.camera {  margin-left: 4px;
  margin-top: 0px;  border-style: none;
  width: 172px;
  height: 126px;}

td.collage_right {
  text-align: right;
  vertical-align: top;
  background-color: #879AA9;
  background-image: url('/img/user/collage-gradient-right.gif');
  background-repeat: no-repeat;
  background-position: left center;
  height: 128px;
}

td.collage_right img.address {
  margin-right: 4px;
  margin-top: 4px;
  border-style: none;
  width: 184px;
  height: 65px;
}

.std_margin {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.block_margin {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.listing td.even div.error_message {  width: 344px;
  margin: 2px;
  color: #FF0000;
  font-weight: bold;
}

p.error_message {  color: #FF0000;
  font-weight: bold;}

table.invisible {  border-style: none;
}

table.invisible td {  border-style: none;
}

li {
  margin-left: 25px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 0.5em;
}

div.content_proper li {
  margin-left: 20px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 0.5em;
}

li.last, div.content_proper li.last {  margin-bottom: 2px;}

hr {  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #003081;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #003081;
  background: #003081;
  height: 1px;}

/* Стили для горизонтально расположенного меню */

td.horizontal_menu {
  vertical-align: middle;
  background-image: url('/img/user/collage-bottom.gif');
  background-position: 4px top;
  background-repeat: no-repeat;
  background-color: #879AA9;
  height: 24px;
}

td.hor_menu_item {  font-weight: bold;
  text-align: center;
  background-color: #B6C1CB;
  height: 16px;}

td.hor_menu_item_sel {  font-weight: bold;
  text-align: center;
  background-color: #D6DCE2;
  height: 16px;}

td.hmenu_left_edge {
  background-image: url('/img/user/hmenu-left-edge.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
}

td.hmenu_right_edge {
  background-image: url('/img/user/hmenu-right-edge.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
}

td.hmenu_left_edge_sel {
  background-image: url('/img/user/hmenu-left-edge-sel.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
}

td.hmenu_right_edge_sel {
  background-image: url('/img/user/hmenu-right-edge-sel.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
}

/* Стили для вертикально расположенного меню */

td.vertical_menu_block {
  vertical-align: top;
  width: 220px;
  height: 340px;
}

table.vertical_menu {
  vertical-align: top;
  border-collapse: collapse;
  border-style: none;
  width: 208px;
}

table.vertical_menu th {  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background-color: #B6C1CB;
  background-image: url('/img/user/vert-menu-top-corner.gif');
  background-repeat: no-repeat;
  background-position: center right;
  height: 20px;}

table.vertical_menu td {  background-color: #B6C1CB;}

table.vertical_menu td.footer {  background-image: url('/img/user/vert-menu-bottom-corner.gif');
  background-repeat: no-repeat;
  background-position: center right;
  height: 10px;
}

table.vertical_menu td.menu_items {  vertical-align: top;
  background-image: url('/img/user/vert-menu-gradient.gif');
  background-repeat: repeat-x;
  height: 128px;}

table.vertical_menu td.menu_items div {  padding-left: 9px;
  padding-right: 9px;
  margin-top: 2px;
  margin-bottom: 2px;
}

table.vertical_menu td.menu_items div.spacer {
  height: 3px;
}

table.vertical_menu td.menu_items div.item {  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

table.vertical_menu td.menu_items div.item_sel {  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-image: url('/img/user/vmenu-item-gradient.gif');
  background-repeat: repeat-y;
  background-position: center center;
}

table.vertical_menu td.menu_items div.splitter {  font-size: 0;  background-image: url('/img/user/vert-menu-splitter.gif');
  background-repeat: no-repeat;
  background-position: center center;
  height: 3px;
}

td.content {  vertical-align: top;
  text-align: justify;  height: 400px;}

div.content_proper {  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: justify;}

/* Стили для навигации типа 'хлебные крошки' */

div.navigation_path {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0.5em;
}

table.navigation_path {  margin: 0px;
  padding: 0px;  border-style: none;
  border-collapse: collapse;
  background-image: url('/img/user/navigation-path-gradient.gif');
  background-repeat: repeat-y;
  width: 100%;
}

table.navigation_path td.path {  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;}

table.navigation_path td.top_corner {  background-image: url('/img/user/navigation-path-top.gif');
  background-repeat: no-repeat;
  background-position: top left;
  width: 10px;
  height: 10px;}

table.navigation_path td.bottom_corner {  background-image: url('/img/user/navigation-path-bottom.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 10px;
  height: 10px;
}

dt {
  font-style: italic;
}

dd {
  margin-left: 25px;
  margin-right: 5px;
}

div.content_proper dd {  margin-left: 20px;
  margin-right: 0px;
}

td.error_404 {  vertical-align: top;
  text-align: center;
  height: 400px;}

td.error_404 h1 {  text-align: center;}

/* Стили для многоколоночного списка */

table.multi_listing {
  border-style: none;
  border-collapse: collapse;
  width: 100%;
}

table.multi_listing td {  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
  text-align: left;
}

table.multi_listing td.even {
  background-color: #FFFFFF;
}

table.multi_listing td.odd {
  background-color: #D6DCE2;
}

/* Стили для списка изделий */

table.item_listing {
  border-style: none;
  border-collapse: collapse;
  width: 100%;
}

table.item_listing td {  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}

table.item_listing td.even {
  background-color: #FFFFFF;
}

table.item_listing td.odd {
  background-color: #D6DCE2;
}

/* Стили для пейджинга */

table.paging {
  border-style: none;
  border-collapse: collapse;
  background-color: #D6DCE2;
  width: 100%;
}

table.paging td {  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}

table.paging td.selected {  font-weight: bold;
  background-color: #B6C1CB;
}

/* Стили для частых вопросов */

table.faq {
  border-style: none;
  border-collapse: collapse;
  width: 100%;
}

table.faq td {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}

table.faq td.answer {
  background-color: #FFFFFF;
  padding-bottom: 14px;
}

table.faq td.question {
  background-color: #D6DCE2;
  font-weight: bold;
}

table.faq td.index {
  background-color: #D6DCE2;
  font-weight: bold;
  width: 12px;
}

td.footer {  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;  font-weight: bold;  text-align: left;
  vertical-align: middle;
  background-color: #879AA9;
  height: 20px;}