#tabs {
   width: 660px;
   font-family: Verdana, Arial, sans-serif;
}
#tabs a {
   font-family: Verdana, Arial, sans-serif;
}
   #tabs .bottom_brd {
      background: url(/image/layout/tabs_bottom.gif) 0 100% no-repeat;
      margin: 0;
      padding: 0;
      height: 12px;
      width: 660px;
   }
   #tabs .cont {
      border-left: 1px solid #D5DADD;
      border-right: 1px solid #D5DADD;
      background-color: #FFF;
      margin: 0;
   }
   #tabs .place1 {
      background-image: url(/image/layout/tabs_0.gif);
      background-position: 0 0;
      background-repeat: no-repeat;
   }
   #tabs .place2 {
      background-image: url(/image/layout/tabs_1.gif);
      background-position: 0 0;
      background-repeat: no-repeat;
   }
   #tabs .place3 {
      background-image: url(/image/layout/tabs_2.gif);
      background-position: 0 0;
      background-repeat: no-repeat;
   }
   #tabs .head_cont  {
      height: 45px;
      padding-top: 10px;
      font-family: Arial, sans-serif;
   }
      #tabs .head_cont a {
         margin-left: 40px;
         text-align: center;
         font-family: Arial, sans-serif;
         text-decoration: none;
         color: #777467;
         outline-style: none;
         font-size: 225%;
      }
      #tabs .head_cont a.tab1_a { margin-left: /* 30px */60px; margin-right: 10px; }
      #tabs .head_cont a.tab2_a { margin-left: /* 30px */115px; margin-right: 10px; }
      #tabs .head_cont a.tab3_a { margin-left: /* 50px */85px; margin-right: 10px; }
      /*#tabs .head_cont a { border: 1px solid red; }*/
      #tabs a.selected {
         color: #158bd0;
      }
   #tabs .left_col p, #tabs .left_col h2, #tabs .left_col ul {
      margin-left: 20px;
   }
   #tabs .top_brd {
      padding-bottom: 10px;
      width: 660px;
      background: url(/image/layout/tabs_top.gif?) 100% 100% no-repeat;
   }


