#productTabs .tabscont {
    
   display: none;
     clear: both;
    
}

#tabarea .tabscont,
.tabarea .tabscont {
    
   display: none;
    clear: both;
    
}

#tabsList,
.tabsList {
    
    margin: 0; padding: 0;
    margin-top: 5px;
}
#tabsList li,
.tabsList li {
    
    float: left;
   background: url(bg_tabs.png);
    width: 160px;
    margin: 0; 
    margin-right: 10px;
    padding: 5px 0 ;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
 
}

#tabarea #tabsList li,
.tabarea .tabsList li {
    
    float: left;
    background: url(bg_tabs.png);
    width: 105px;
    margin: 0; 
    margin-right: 2px;
    padding: 5px 0 ;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    font-size: 10px;
    margin-top: 3px;
 
}

#tabsList li.current,
.tabsList li.current {
   border: 1px solid #cd0000;
   border-bottom: none;
  background: url(bg_atabs.png) !important;
  
}

#tabarea #tabsList li.current,
.tabarea .tabsList li.current {
   border: 1px solid #cd0000;
   border-bottom: none;
    background: url(bg_atabs.png);
      height: 20px;
 margin-top: 0px;
 
}

#ask a {
   
   background: none;
   color: #CB1010;
   
}

#tabsList li.current a,
.tabsList li.current a{
        text-decoration: none;
       color: white;
}

#tabarea #tabsList li.current a
.tabarea .tabsList li.current a {
        text-decoration: none;
       color: white;
      
}

.tabscont {
    border: 1px solid #ddd;
    padding: 10px;
}


 