﻿/* Tab Content - menucool.com */

body {
    background-color: rgb(246, 249, 252);
    background-position: center center;
    background-repeat: repeat-y;
    font-family: Georgia,serif;
	font-size: 1em;
}


.main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
  border:2px solid #ddd;
}


h1 {
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
}

.optBorder {
    border: 3px solid #ddd;
	padding: 8px;
}

.footer {
    text-align: center;
	font-size: .8em;

}

.foot1 {
	/*background-color: #F0EBAF;*/
	padding: 8px;
	border-radius: 5px;
    border: 2px solid #ddd;
}


/* Tab area */
ul.tabs
{
    padding: 8px 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*/
	border-bottom:1px solid #ddd;
}
        
ul.tabs li
{
    display: inline;
}
        
ul.tabs li a
{
    font: normal 18px Georgia;
    text-decoration: none;
    position: relative;
    padding: 8px 26px;
    color: #000;
    background: #FFF;
    outline:none;
	border-bottom:1px solid #ddd;
} 
       
                
ul.tabs li a:hover
{
    text-decoration: none;
    color:#888;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    /*font-weight:bold;*/
    /*background: #F4EA81;*/
    color: Black;
	border-top: 3px solid Orange;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
        
        
div.tabcontents
{
    padding: 30px;
    background-color:#FFF;
}

li{
  margin: 8px 0;
}
