#b_ctr {
   margin-top: -15px;
}

#autotab div.tabs {
   position: relative;
   height: 261px;

   border: 1px solid #005478;
   overflow: hidden;
   clear: right;
}

#autotab div.tabs > div {
   position: absolute;
   display: none;

   clear: both;
   padding: 10px 1.4em 0 1.4em;
   height: 251px;
   width: 867px;

   -moz-border-radius-bottomleft: 0;
   -moz-border-radius-bottomright: 0;
}

#autotab div.tabs a {
   color: #0094d2;
}

#adults {
   color: #000;
   background: #f7fbea url('img/tab_adults.jpg') no-repeat top right;
}

#students {
   color: #000;
   background: #f0f9fb url('img/tab_students.jpg') no-repeat top right;
}

#pros {
   color: #000;
   background: #ebebeb url('img/tab_pros.jpg') no-repeat top right;
}

#adults h2 {
   color: #85be4a;
}

#students h2 {
   color: #f99a25;
}

#pros h2 {
   color: #0094d2;
}

#pros a {
   color: #0094d2;
}

#autotab {
   padding: 0;
   margin-bottom: 1em;

   font-size: 1.0em;

   background: transparent;
   border: 0;
}

#autotab .content {
   position: absolute;

   width: 40%;
   padding: 0 0 0 1.5em;
}

#autotab h2 {
   margin: 0.5em 0;

   font: normal 42px/42px Verdana,sans-serif;
}

#autotab ul {
   position: relative;
   left: 94px;

   float: right;
   padding: 0;
   margin: 0;
   height: 38px;

   list-style: none;
}

#autotab .ui-widget-header {
   background: transparent;
   border: 0;
}

#autotab ul li {
   position: relative;
   top: 1px;

   float: left;

   height: 38px;
   margin: 0;
   padding: 0;

   -moz-border-radius-topleft: 0;
   -moz-border-radius-topright: 0;
}

#autotab ul a {
   position: relative;
   display: block;
   height: 38px;

   font: normal 12px/44px Verdana,sans-serif;
   text-decoration: none;
   text-align: center;

   color: #fff;
}

#autotab .current {
   padding-bottom: 0;
   border: 0;

   z-index: 10;
}

#autotab a.current {
   font-weight: normal;
}


#l_adults a {
   position: relative;
   width: 237px;
   left: 66px;

   background: transparent url('img/tab_adults.png') no-repeat bottom left;

   z-index: 3;
}

#l_adults a.current {
   color: #85be4a;
   background: transparent url('img/tab_adults_on.png') no-repeat bottom left;
}

#l_students a {
   position: relative;
   left: -9px;

   width: 208px;
   padding-left: 20px;
   margin-left: 30px;

   background: transparent url('img/tab_students.png') no-repeat bottom left;

   z-index: 2;
}

#l_students a.current {
   color: #f99a25;
   background: transparent url('img/tab_students_on.png') no-repeat bottom left;
}

#l_pros a {
   position:  relative;
   left: -94px;

   width: 203px;
   padding-left: 30px;
   margin-left: 40px;

   background: transparent url('img/tab_pros.png') no-repeat bottom left;

   z-index: 3;
}

#l_pros a.current {
   color: #0094d2;
   background: transparent url('img/tab_pros_on.png') no-repeat bottom left;
}

