
/* root element for tabs  */
.tabs {  
    margin:0 !important; 
    padding:0;
    height:30px;
}

/* single tab */
.tabs li {  
    float:left;	 
    padding:0; 
    margin:0;  
    list-style-type:none;	
}

/* link inside the tab. uses a background image */
.tabs a { 
    float:left;
    font-size:13px;	
    text-decoration:none;
    height:18px;
    margin-right:2px;
    position:relative;
    top:1px;	
    outline:0;
    -moz-border-radius:4px 4px 0 0;	
}

.tabs a:hover {
}
	
/* selected tab */
.tabs a.current {
    color:#15AFAB;	
    cursor:default;
}

	
/* tab pane */
.panes div {
}
