﻿/* 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: 400 13px Roboto, Verdana, Tahoma;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #454545;
    background: #F0F0F0;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#B7B7B7;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight: 700;
	color: #454545;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border-top: 1px solid #B7B7B7;
	padding-top: 10px;
}


/* Tabs 2 */

ul.tabs2
{
    width: 100%;
    font-size: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    display: block;
}
        
ul.tabs2 li
{
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}
        
ul.tabs2 li a
{
    background: #f4f2f2;
    width: 100%;
    font: 400 18px "Open Sans", Verdana, Tahoma;
    text-decoration: none;
    text-transform: uppercase;
    text-align:  center;
    vertical-align:  middle;
    position: relative;
    color: #323232;
    display:  block;
    padding: 10px 0;
}
        
ul.tabs2 li a:visited
{
    color: #323232;
}

ul.tabs2 li.selected a, ul.tabs2 li.selected a:hover
{
    position: relative;
    top: 0px;
	color: #FFF;
    background: #c21927;
}
        
ul.tabs2 li .arr
{
    background: url(../images/arrwd-red.png) center 7px no-repeat;
    width: 100%;
    height: 7px;
    display: block;
}

ul.tabs2 li.selected > .arr
{
    background: url(../images/arrwd-red.png) center 0px no-repeat;
}

ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents2
{
    width: 100%;
	margin-top: 10px;
    float: left;
}