*
{
  color: #000;
  font-size: 12pt;
}

@media screen {
  #page_layer
  {
    text-align: center;
  }
  #page
  {
    text-align: left;
    margin: 0 auto;
    padding: 10px;
    width: 800px !important;
    border: 1px solid #eee;
    position: relative;
  }
  
  #page_title
  {
    display: none;
  }
  
}

#header,
#menu,
#buy,
.path,
#additional_images,
#availability,
.button_container,
TD .wares_layer,
.recommend_header,
#add_info,
#counters,
#footer STRONG,
#action,
#configs,
.short_featpar,
#calc_layer,
#full_desc .more,
.calc_link,
.print_link
{
  display: none !important;
}


#price
{
  position: absolute;
  top: 1cm;
  right: 0;
  font-size: 16pt;
  line-height: .4em;
}

#price .price,
#price .price .prc_val
{
  font-size: 20pt;
}

#footer
{
  border-top: 1px solid #eee;
  margin-top: 0.5cm;
  padding-top: .5cm;
}

#footer P
{
  margin: 0;
  padding: 0;
}


.ftrs .path
{
  display: block;
}


  #ware_features TD
  {
    widgth: 50%;
    margin: 0;
    padding: 0;
    padding-top: 6px !important;
    vertical-align: bottom !important;
    border-bottom: 1px solid #eee;
    line-height: 1em;
  }
  
  #ware_features .float_left
  {
    float: left;
  }
  
  #ware_features TABLE
  {
    padding-right: .2cm;
    width: 50%;
  }
  
  #ware_features .group_title
  {
    border: none;
    padding: 15px 0 0px 0 !important;
    vertical-align: top !important;
  }
  
  #ware_features .group_title
  {
    color: #000;
    font-weight: bold;
    position: static;
    padding-right: 0;
  }
  
  #ware_features .feature_group STRONG
  {
    display: none;
  }
  
  #ware_features .value
  {
    text-align: left;
    border: none !important;
    padding-left: 4px !important;
    vertical-align: bottom !important;
  }
  
  #ware_features SPAN
  {
    position: relative;
    bottom: -3px;
    padding-right: 1px;
    background: #fff;
  }
  
  #ware_features SPAN
  {
    padding-right: 0;
  }
  
  .ware
  {
    clear: both;
  }
  
  .short_features
  {
    display: none;
  }
  
  #add_configs 
  {
    clear: both !important;
    margin-top: .5cm;
  }
  
  #add_configs .image_layer
  {
    float: left;
    padding-right: 10px;
  }
  
  #add_configs .price
  {
    margin-left: 10px;
  }
  
  #recommend H3
  {
    margin-left: 0 !important;
  }
  
  #recommend .image_layer
  {
    float: left;
    padding-right: 10px;
  }
  
  #recommend .ware_container
  {
    position: relative;
    clear: both;
  }
  
  #recommend .ware_container .price
  {
    position: absolute;
    top: 0;
    right: 2cm;
  }
  .clear
  {
    clear: both;
  }
  
  h1,
  h3
  {
    overflow: hidden;
    font-size: 20pt;
  }
  
  IMG
  {
    border: none;
  }
  
  A
  {
    text-decoration: none;
  }