﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 15px;
    font-size: 0;
    margin-left:45%;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
.tabs li
{
	width:19px;
	height:19px;
	background:url(../savagemen-packages/lib3/bullets.png) no-repeat left top;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
	float:left;
}
.selected{background:url(../savagemen-packages/lib3/bullets.png) no-repeat right top !important;}

.tabs div{min-width:19px; min-height:19px;}
        
ul.tabs li a
{
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;


}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
}


.bottom-tabs{background:none !important; clear:both; font-family:"caviar_dreamsregular";}
.bottom-tabs a{color:#ffffff; font-size:11px;}
.bottom-tabs{margin-left:32% !important;}
.bottom-tabs li{width:100px !important;}

.bottom-tabs div{text-align:center; color:#00deff; background-color:#11072c; padding:5px 0px 0px 0px; cursor:pointer;}



ul.tabs
{
    padding: 15px;
    font-size: 0;
    margin-left:45%;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}

@media all and (max-width:640px) {

.bottom-tabs{background:none !important; clear:both; font-family:"caviar_dreamsregular";}
.bottom-tabs a{color:#ffffff; font-size:11px;}
.bottom-tabs{margin-left:0% !important;}
.bottom-tabs li{width:30% !important;}

.bottom-tabs div{text-align:center; color:#00deff; background-color:#11072c; padding:5px 0px 0px 0px; cursor:pointer;}
}