.tabberlive .tabbertabhide {
 display:none;
}

.tabber {}

.tabberlive {
 margin-top:10px;
}

ul.tabbernav
{
 margin: 0 8px 0 0;
 padding: 0;
 font: bold 0.90em Verdana, sans-serif;
 float:right
}

ul.tabbernav li
{
 list-style: none;
 display: inline;
 width:88px
}

ul.tabbernav li a
{
 padding: 4px 0 2px 0;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
 background:transparent url(../images/layout/car-test-drive.gif) top left no-repeat; 
 color:#000;
 width:88px; 
 line-height:15px;
 float:left;
 text-align:center
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #7FBFFB;
 background:#082B8F url(../images/layout/car-details.gif) top left no-repeat
}

ul.tabbernav li.tabberactive a
{
 background:#1846B4 url(../images/layout/car-details.gif) top left no-repeat;
 color:#fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 min-height:80px;
 background:transparent url(../images/layout/infoboxborders.gif) top left repeat-y

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.tabbertab P { text-align:left !important; padding:6px }

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
