﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none; 
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
   /* border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;*/
    color: #000;
    background: #fff /*url(tabbg.gif) 0 0 repeat-x*/;
    border-radius: 3px 3px 0 0;
    outline:none;
	display:inline;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    /*border: 1px solid #B7B7B7;*/
    background:#fff /*url(tabbg.gif) 0 -36px repeat-x*/;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{color: #fff; font-family:'open_sansbold',Arial, Helvetica, sans-serif;
    position: relative; font-size:16px;
    top: 0px;
    font-weight:bold;
    background: #ed6126;
    /*border: 1px solid #B7B7B7;
    border-bottom-color: white;*/
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
   /* border: 1px solid #B7B7B7;*/ padding: 3%;
    background-color:#ed6126;
    border-radius: 0 5px 5px 5px;
}

div.tabinner{ width:92%; padding:4%;  background:#FFF;  }

.tabinner table{ width:100%; padding:0; margin:0;}

.tabinner td{ padding:3px;}

.tabinner td img{ width:100%; height:auto;}

/*.tabinner:hover td{ background:#FFF;}*/

.tabinner table h2{ text-transform:uppercase; color:#000; font-size:14px;
padding:0 0 3px 0; margin:0; font-family:'open_sansbold',Arial, Helvetica, sans-serif;}