﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0 0 40px 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
{
   
    position: relative;
    color: #fff;
    background:url(../images/idlethumb.png) no-repeat;
	height: 64px;
	width:69px;
	float:left;
	display:block;
    outline:none;
}

	
	

        
ul.tabs li a:visited
{
    color: #fff;
}
        
ul.tabs li a:hover
{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    border-bottom-color: white;
	background:url(../images/activethumb.png) no-repeat;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
     

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 10px; height:160px;
	width:392px;
    background-color:#000;
    border-radius: 0 3px 3px 3px;
	color:#fff;
	*padding: 10px;
	*width:393px;
	*margin-top:-15px;
	position:relative;
	top:20px;
	*top:15px;
}

.tabcontents h2 {
	color:#EC1C24;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

