﻿/* Tab Content - menucool.com */

ul.tabs
{
padding: 0;
  position: absolute;
  right: 7px;
  z-index: 5;
  width: 100px;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
  position: relative;
  float: left;
  background: #222;
  background: -webkit-linear-gradient(#333, #222);
  background: -moz-linear-gradient(#333, #222);
  background: -o-linear-gradient(#333, #222);
  background: -ms-linear-gradient(#333, #222);
  background: linear-gradient(#333, #222);
  border: 1px solid #444;
  box-shadow: 0 2px 0 #000;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 1px;
  margin-top: 1px;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
  position: relative;
  float: left;
  background: #222;
  background: -webkit-linear-gradient(#333, #222);
  background: -moz-linear-gradient(#333, #222);
  background: -o-linear-gradient(#333, #222);
  background: -ms-linear-gradient(#333, #222);
  background: linear-gradient(#333, #222);
  border: 1px solid #393;
  box-shadow: 0 2px 0 #000;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 1px;
  margin-top: 1px;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
  position: relative;
  float: left;
  background: #333;
  background: -webkit-linear-gradient(#484848, #333);
  background: -moz-linear-gradient(#484848, #333);
  background: -o-linear-gradient(#484848, #333);
  background: -ms-linear-gradient(#484848, #333);
  background: linear-gradient(#484848, #333);
  border: 1px solid #585858;
  box-shadow: 0 2px 0 #000;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 1px;
  margin-top: 1px;
}
        
        
ul.tabs li.selected a:hover
{
  position: relative;
  float: left;
  background: #333;
  background: -webkit-linear-gradient(#484848, #333);
  background: -moz-linear-gradient(#484848, #333);
  background: -o-linear-gradient(#484848, #333);
  background: -ms-linear-gradient(#484848, #333);
  background: linear-gradient(#484848, #333);
  border: 1px solid #393;
  box-shadow: 0 2px 0 #000;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 1px;
  margin-top: 1px;
}
     

div.tabcontents
{
  background: url(http://serbianforum.org/styles/sfblack/black_lozenge.png);
  background: -moz-linear-gradient(#1b1b1b, #111);
  background: -o-linear-gradient(#1b1b1b, #111);
  background: -ms-linear-gradient(#1b1b1b, #111);
  border: 1px solid #49A290;
  border-top: 0;
  box-shadow: 1px 0 1px rgb(0, 29, 34);
  display: inline-block;
  font-size: 0px;
  margin: 0;
  padding: 5px 115px 12px 7px;
  position: absolute;
  top: -5px;
  z-index: 5;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-transition: all 0.0s ease;
  -webkit-transition: all 0.0s ease-in-out;
  -o-transition: all 0.0s ease-in-out;
  -ms-transition: all 0.0s ease-in-out;
  transition: all 0.0s ease-in-out;
  overflow: hidden;
  height: 20px;
}

ul.tabs li a img{
  position: absolute;
  margin: 3px auto;
  left: 0;
  right: 0;
}