html, body
  {
    width: 100%;
    height: 100%;
  }

body
  {
    margin: 0;
    padding: 0;
    color: black;
    background: white;
    font-family: "Arial";
    font-size: 10pt;
    position: relative;
  }

img
  {
    border: 0;
    vertical-align: bottom;
  }

.catalog_name
  {
    padding: 0 0 0 15px;
    text-decoration: none;
  }

.catalog_name a:link, .catalog_name a:visited
  {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
  }

.catalog_name a:hover, .catalog_name a:visited:hover
  {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
  }

#header
  {
    width: 100%;
    height: 50px;
    position: absolute;
      top: 0;
      left: 0;
    text-align: center;
    background: gray;
  }

#main_table
  {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
  }

#footer
  {
    width: 100%;
    height: 30px;
    background: gray;
    text-align: center;
  }

#page_left
  {
    width: 300px;
    vertical-align: top;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: left;
  }

#page_center
  {
    vertical-align: top;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: left;
  }

.rubric
  {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
  }

.rubric li
  {
    margin: 0;
    padding: 0;
  }


.clear
  {
    clear: both;
  }

.main_position
  {
    clear: both;
    padding: 10px 0 20px 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

.position_name
  {
    outline: none;
    border: 1;
  }

.price
  {
    width: 100px;
    overflow: hidden;
    clear: left;
    float: left;
    padding: 10px 0 10px 0;
  }

.position_image
  {
    display: block;
    overflow: hidden;
    float: left;
    padding: 10px 0 0 10px;
    outline: none;
    cursor: move;
  }

.pages
  {
    padding: 10px;
  }

.pages a:link, .pages a:visited, .pages a:hover, .pages a:active, .pages a:visited:hover, .pages a:visited:active
  {
    text-decoration: none;
  }

.position_detail
  {
    padding: 0 10px;
  }

.position_detail_image
  {
    overflow: hidden;
    float: left;
    padding: 10px;
  }

.position_description
  {
    padding: 0 10px;
  }

.position_detail_price
  {
    font-size: 14pt;
    padding: 0 0 0 10px;
  }

.series_materials_table
  {
    margin: 0;
    padding: 0 0 0 50px;
  }

.series_materials_table td
  {
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
  }

.series_materials_table .middot
  {
    font-weight: bold;
  }

.bread_crumbs
  {
    padding: 10px;
  }

.series_materials_table_detail
  {
    margin: 0;
    padding: 0;
  }

.series_materials_table_detail td
  {
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
  }

.series_materials_table_detail .middot
  {
    font-weight: bold;
  }

#filters
  {
    width: 220px;
    margin: 50px 10px 0;
    padding: 10px;
    border: 2px groove gray;
  }

#filters select
  {
    width: 200px;
    margin: 0 0 10px 0;
  }

.filter_header
  {
    padding: 2px;
    font-weight: bold;
  }

a.add_to_compare:link, a.add_to_compare:visited
  {
    text-decoration: none;
  }

a.add_to_compare:hover, a.add_to_compare:hover:visited
  {
    text-decoration: underline;
  }

a.del_from_compare:link, a.del_from_compare:visited
  {
    text-decoration: none;
  }

a.del_from_compare:hover, a.del_from_compare:hover:visited
  {
    text-decoration: underline;
  }
