﻿#tabs, #tabs2  
{
    margin-bottom:20px; width:100%;
    background-image: url(/images/tabs-all-bottom.png);
    background-repeat:repeat-x;
}
#tabs ul, li{border:0; margin:0; padding:0; list-style:none;}
#tabs2 ul, li{border:0; margin:0; padding:0; list-style:none;}
#tabs ul, #tabs2 ul{ height:41px; }
#tabs ul li, #tabs2 ul li{float:left; margin-right:-1px;}
.tab a:link, .tab a:visited{
    background:url(/images/tabs-all.png) right 82px;
    color:#575757;
    display:block;
    font-weight:bold;
    height:41px;
    line-height:41px;
    text-decoration:none;
    font-family:Arial;
    font-size:13px;
}
.tabPrice a:link, .tabPrice a:visited{
    background:url(/images/tabs-all.png) right 82px;
    color:#575757;
    display:block;
    font-weight:bold;
    height:41px;
    line-height:41px;
    text-decoration:none;
    font-family:Arial;
    font-size:13px;
}
.tabDomains a:link, .tabDomains a:visited{
    background:url(/images/tabs-all.png) right 82px;
    color:#575757;
    display:block;
    font-weight:bold;
    height:41px;
    line-height:41px;
    text-decoration:none;
    font-family:Arial;
    font-size:13px;
}
.tab a span, .tabPrice a span{
    background:url(/images/tabs-all.png) left 82px;
    display:block;
    height:41px;
    margin-right:30px;
    padding-left:30px;
}
.tabDomains a span{
    background:url(/images/tabs-all.png) left 82px;
    display:block;
    height:41px;
    margin-right:20px;
    padding-left:20px;
}
.tab a:hover, .tabPrice a:hover, .tabDomains a:hover{
    background:url(/images/tabs-all.png) right 41px;
    display:block;
    color:#575757;
}
.tab a:hover span, .tabPrice a:hover span, .tabDomains a:hover span{
    background:url(/images/tabs-all.png) left 41px;
    display:block;
}
.active a:link, .active a:visited, .active a:visited, .active a:hover{
    color:#575757;
    background:url(/images/tabs-all.png) right 41px;
}
.active a span, .active a:hover span{
    background:url(/images/tabs-all.png) left 41px;
}
