/*==== MENU TABS ===*/
.glowingtabs{
background: url(../img/fun_side1.jpg) no-repeat left bottom;
margin-left: 10px;
float:left;
width: 14%;
min-height: 266px;
max-height: 350px;
line-height:normal;
padding: 0 0 10px 0;
margin: -10px 3% 0px 15px;
}
.icon_fm{
background: url(../img/icn_fm.jpg) no-repeat left;
float: left;
display: inline;
width: 100%;
height: 100px;
}
.icon_ringback_tune{
background: url(../img/icn_rbt.jpg) no-repeat left;
float: left;
display: inline;
width: 100%;
height: 100px;
}
.icon_planet{
background: url(../img/icn_planet.jpg) no-repeat left;
float: left;
display: inline;
width: 100%;
height: 105px;
}
.icon_gamer{
background: url(../img/icn_game.jpg) no-repeat left;
float: left;
display: inline;
width: 100%;
height: 98px;
}
.icon_video{
background: url(../img/icn_video.jpg) no-repeat left;
float: left;
display: inline;
width: 100%;
height: 90px;
}
.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 12px;
margin-top: 110px;
padding:0;
}
.glowingtabs li{
display:inline;
margin:0;
padding:0;
}
.glowingtabs a{
float:left;
margin:0;
text-decoration:none;
}
.glowingtabs a span{
width: 100px;
float:left;
display:block;
padding: 2px 12px 2px 0px;
}
.glowingtabs a span {
font: 13px Arial, sans-serif;
color: #000;
float:left;
text-shadow: #000 0px 0px 1px;
}
.glowingtabs a:hover span {
background: url(../img/hover_fun.png) no-repeat left;
color: #e80119;
padding: 2px 0px 2px 12px;
text-shadow: #e80119 0px 0px 1px;
}
.glowingtabs a.current{
background: url(../img/hover_fun.png) no-repeat left;
color: #e80119;
padding: 2px 0px 2px 0px;
text-shadow: #e80119 0px 0px 1px;
}
.glowingtabs a.current span{
padding: 1px 0px 1px 12px;
color: #e80119;
text-shadow: #e80119 0px 0px 1px;
}
.glowingtabs a:hover span{
background-position:0px;
}
.tabcontainer{
float: left;
min-height: 120px;
width:100%; /*width of 2nd level sub menus*/
}
.tabcontent{
/*display:none;*/
}