﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding:0 0px 40px 0px;
    font-size: 14px; line-height:35px; font-weight:600;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline-block;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
    margin-bottom:5px;
}
@media only screen and (max-width: 767px) {
ul.tabs li
{
    width:49%;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
    margin-bottom:5px;
}	
}
@media only screen and (max-width: 599px) {
ul.tabs li
{
    width:100%;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
    margin-bottom:5px;
}	
}
        
ul.tabs li a
{
    
    text-decoration: none;
    position: relative;
    padding: 0px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none; display:block;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    /*border-bottom-color: white;*/
}
        
ul.tabs li.selected a:hover{text-decoration:none;}
div.tabcontents{}