
/* root element for tabs  */
ul.css-tabs {
    margin:0 !important;
    padding:0;
    height:30px;
   
    margin-left:500px;
  
  
}

/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
   
   
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:13px;
    display:block;
  
    text-decoration:none;
   text-align:right;
    border-bottom:0px;
    border-top:0px;
    border-right:0px;
    height:18px;
   
    color:#fff;
    margin-right:13px;
    position:relative;
    top:0px;
    outline:0;
    -moz-border-radius:4px 4px 0 0;
}

ul.css-tabs a:hover 
{
   
    border-bottom:0px;
 
    color:#fff;
}

/* selected tab */
ul.css-tabs a.current {
  
    
    border-bottom:0px solid #53b4ae;
    color:#fff;
    cursor:auto;
}


/* tab pane */
.css-tabs skin2
{
    text-align:right;
}
.css-panes div {
    display:none;
    border-bottom:1px solid #ffffff;
   
    border-width: 0px 0px 1px 0px;
    min-height:150px;
    padding:5px 5px;
  
}

ul.skin2 a {
   
    color:#fff !important;
    font-weight:600;
    font-size:14px;
    
 
   
}

/* mouseover state */
ul.skin2 a:hover {
   
      
      color:#fff !important;
}

/* active tab */
ul.skin2 a.current {
    
  
 
  
}

/* tab pane with background gradient */
div.skin2 div {
    min-height:301px;
    color:#ffffff;
  

    /* IE6 does not support PNG24 images natively */
  
}

