#content_container {padding: 20px 0 0 0;}

.logo_padding {padding: 30px 0 0 0;}

.spektrix-sub-nav {
    float: right;
    width: 252px;
    height: 52px;
    overflow: hidden;
    background: url(/img/sub-nav-shop/base.jpg) no-repeat left top;
    padding-left: 20px;
    margin-bottom: 15px;
}
.spektrix-sub-nav li {
    float: left;
    margin-right: 16px;
    margin-top: 15px;
}
.spektrix-sub-nav li a {
    display: block;
    height: 17px;
    text-indent: -10000px;
}
.spektrix-sub-nav li.basket a {
    background: url(/img/sub-nav-shop/basket.gif) no-repeat left top;
    width: 48px;
}
.spektrix-sub-nav li.checkout a {
    background: url(/img/sub-nav-shop/checkout.gif) no-repeat left top;
    width: 68px;
}
.spektrix-sub-nav li.account a {
    background: url(/img/sub-nav-shop/my-account.gif) no-repeat left top;
    width: 83px;
}

.spektrix-sub-nav li.active a {
    background-position: 0 -17px;
}
