﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 3px 0;
    font-size: 16px;
    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:1px; /*distance between tabs*/
	
	
	
}
        
ul.tabs li a
{
    font: normal 18px 'Roboto Condensed';
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    
     border-bottom:#e85118 solid 4px ;
    color: #5e1d24;
   
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
     border-bottom:#5e1d24 solid 4px ;
	 color:#e85118
   
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
   
    
    border-bottom:#5e1d24 solid 4px ;
	color:#e85118
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
	
	padding: 30px;
   
    border-radius: 0 3px 3px 3px;
	max-height:290px; overflow:auto;
	background:#FFF
}

div.tabcontents p{
	
	color:#000000;
	direction:ltr;
	font-size:10pt;
	margin:0;
	font-family:Arial;
	padding-bottom:10px
}

div.tabcontents span { color: #e85118; font-size:18px; }