﻿/* Tab Content - menucool.com */

div.tab-system-01
{
width: 90%;
margin: 0 auto;
padding: 120px 0 40px;   
}


ul.tabs
{
    padding: 1.0em 0 7px;
    margin:0;
    font-size: 80%;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    background: #048;
    border:1px solid #CCC;
    border-bottom:none;
    border-radius: 6px 6px 0 0;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-left: 0.3em;;/*distance between tabs*/
    font: normal ;
}
        
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    padding: 0.6em 0.90em;
    color: #fff;
    border-radius: 6px 6px 0 0;
    outline:none;
}
  
        
ul.tabs li a:hover
{
    text-decoration: underline;
    color: #fff;
}
        
ul.tabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #FFF;
    border: 1px solid #AAA;
    border-bottom: 1px solid #FFF;
    color: #000;
}
        
        
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
    font-size: 90%;
    border: 1px solid #CCC; padding: 2.0em;
    border-top-color:#AAA;
    background-color:#FFF;
    border-radius: 0 0 6px 6px;
    height: 24em;
    overflow-y: scroll;
}
