
.etabs { 
  height: 40px;
  margin: 0; 
  padding: 0; 
}
ul.etabs li.tab {
  height: 40px;
  background: none;
  border: none; 
  zoom:1; 
  display: inline-block;
  *display: inline;
}
ul.etabs li.tab.list_tab {
  top: 0;
}
ul.etabs li.tab.active {
  background: #fafbfc;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  padding: 0;
  position: relative; 
  top: 0;
}
ul.etabs li a {
  color: #bcbaba;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  line-height: 38px;
  display: block;
  padding: 0 20px; 
  outline: none;
}
ul.etabs li:hover a {
  color: #444444;
  text-decoration: none;
}

ul.etabs li.tab.active a {
  background: #fafbfc;
  color: #444444;
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  font-weight: normal;
}
ul.etabs li.tab.list_tab.active a {
  background: url(../images/list_tab_bg.png) repeat-x transparent;
  color: #444444;
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  font-weight: normal;
  height: 41px;
  display: inline-block;
}
ul.etabs li#active_garage_tab_handle.active a {
  background: url(../images/list_tab_bg.png) repeat-x transparent;
  color: #444444;
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  font-weight: normal;
  height: 41px;
  display: inline-block;
}

/* tabs content */

.tab-container .panel-container {
  background: #fafbfc;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  /*  padding: 18px;*/
}
.panel-container { 
  margin-bottom: 10px; 
}