.trutec_select_type { overflow: hidden; border-bottom: 3px solid #00905b; margin-bottom: 25px; }
 .trutec_select_type a { background: url("../../images/backgrounds/bg_mainnav.jpg") repeat-x #e5e5e5;
  float: left; font-size: 17px; height: 39px;line-height: 39px; margin-right: 2px; padding: 0 12px;
    text-align: center; color: #fff;
 } 
 .trutec_select_type a.active { background-image: url("../../images/backgrounds/bg_mainnav_active.jpg"); }
 .trutec_select_type a:first-child { border-radius: 6px 0 0; }
 .trutec_select_type a:last-of-type { border-radius: 0 6px 0 0; }
 .trutec_select_type a:hover, .trutec_select_type a.active:hover { background: #e5e5e5; color: #00905b; }
 
#trutec_techcontainer { min-height: 60px; position: relative; }
  #trutec_overlay, #trutec_overlay_loading {
    display: none; height: 100%; width: 100%; left: 0; top: 0; position: absolute; z-index: 5;
  }
  #trutec_overlay { background: #fff; opacity: 0.75; }
  #trutec_overlay_loading { z-index: 6; background: url("../../images/icons/ajax.gif") no-repeat center center; }
  
#trutec_city_select { margin-bottom: 20px; }  
  #trutec_city_select option { padding-right: 40px; font-size: 14px; }
  #trutec_city_select label { padding-right: 10px; }
 
.trutec_single_item { padding: 10px; margin-bottom: 10px; background: #e5e5e5; }
  .trutec_single_item h3 { font-size: 18px; color: #00905b; }
  
.trutec_single_address, .trutec_single_communication { margin-bottom: 10px; }  

@media screen and (max-width: 400px) {
.trutec_select_type a { height: 32px; line-height: 32px; padding: 0 6px; margin-right: 1px; 
font-size: 15px; }
}

@media screen and (max-width: 360px) {
#trutec_city_select select { display: block; margin-top: 4px; }
}