.tabs-hide {
        display: none;
    }
#tab1 li { list-style: none; padding: 1px 15px 2px 10px; line-height: 15px; background: url('../images/arrow.gif') no-repeat left 5px; }
#tab1 li a {color: #575757; font-size: 12px; text-decoration: none; }
#tab1 li a:hover {color:#000;}
#tab2 li { list-style: none; padding: 1px 15px 2px 10px; line-height: 15px; background: url('../images/arrow.gif') no-repeat left 5px; }
#tab2 li a {color: #575757; font-size: 12px; text-decoration: none; }
#tab2 li a:hover {color:#000;}

/* Skin */
.tabs-nav {
    list-style: none;
    width: 250px;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	width: 250px;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
.tabs-nav li h6{ padding:0; margin:0; font:bold 16px Arial, Helvetica, sans-serif;}

#tab .tabs-nav{height:60px; border-bottom:1px dotted #2d2d2d;clear:both;}
#tab .tabs-nav a{ padding:0; margin:0; width:auto;}
#tab .tabs-nav a span{ padding:0; margin:0; width:auto; min-width:inherit;}
#tab .tabs-nav li{ list-style:none; padding:0; margin:0; width:auto; min-width:inherit; padding: 0 10px;}
#tab .tabs-nav h6{ text-transform:uppercase; color:#2b2b2b;}
#tab .tabs-nav a{ text-decoration:none; padding:0; margin:0; display: block; float:left; width:60px; height:50px; position:relative; padding:0 0 10px;}
#tab .tabs-nav a span{ display:block; width:100%; text-align:center; float:none;}
#tab .tabs-nav a span.icon{ width:40px; height:35px; margin:0 auto;}
#tab span.title{color:#1C1C1C;font-size:16px; float:none; width:100%; text-align:center; text-transform:uppercase;}
#tab .tabs-nav a span.bullet{ display:block; position:absolute; width:10px !important; height:10px !important; left:50%; bottom:-13px; padding:0; margin:0 0 0 -5px; background:url(../images/tab_normal.gif) 0 0 no-repeat; overflow:hidden; font-size:1px !important; line-height:1px !important; text-indent:-999em; border:0px solid red; padding:0;}
#tab .tabs-nav a:hover span.bullet{  background:url(../images/tab_active.gif) 0 0 no-repeat; }
#tab .tabs-nav li.tabs-selected a span.bullet{  background:url(../images/tab_active.gif) 0 0 no-repeat; }
