/* ÿ÷åéêè ñ çêãîëîâêàìè */

  td.price_header_left
  {
    height: 30px;
    background-color: #EAF3FA;    
    border-left: 0px;
    border-right: 0px;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    text-align: left;        
    font-size: 10pt;
    color: #000000;
  }
  
  td.price_header_center
  {
    height: 30px;
    background-color: #EAF3FA;    
    border-left: 0px;
    border-right: 0px;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    text-align: center;        
    font-size: 10pt;
    color: #000000;
  }
  
/* ÿ÷åéêè ñ äàííûìè*/

  td.price_value_not_hint_left
  {
    height: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px dashed #c0c0c0;
    text-align: left;        
    font-size: 10pt;
    color: #000000;
  }
  
  td.price_value_not_hint_center
  {
    height: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px dashed #c0c0c0;
    text-align: center;    
    font-size: 10pt;
    color: #000000;
  }  
  
  td.price_value_hint_left
  {
    height: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px dashed #c0c0c0;
    text-align: left;    
    font-size: 10pt;
    color: #0074C5;    
  }
  
  td.price_value_hint_center
  {
    height: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px dashed #c0c0c0;
    text-align: center;    
    font-size: 10pt;
    color: #0074C5;    
  }
