body {
    background: url('/images/interface/bg-main.jpg');
    padding-bottom: 70px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.checkbox-inline, .checkbox {
    line-height: 1.9;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-10 {margin-top:10px;}
.margin-top-5 {margin-top:5px;}

.panel-bulk {
    -webkit-box-shadow: 1px 2px 3px 1px #6E6E6E;
    box-shadow: 1px 2px 3px 1px #6E6E6E;
}

/* top navigation */
#top {
    min-height: 78px;
    background: #fff url('/images/interface/top.png') repeat-x;
    padding-left: 15px;
    margin-bottom: 0px;
}

#top .container-fluid {
    padding-left: 15px;
    padding-right: 45px;
}

#top .nav-tabs {
    margin-top: 6px;
}

/* topmenu */
.nav-bn li a {
    padding: 4px 10px;
}

.nav-bn {
    padding-left: 15px;
    border: none;
}

/* page */
.page-content {
    padding-top:30px;
    margin-top:30px;
}

#hit-slider {
    margin-bottom: 10px;
}

/* catalog */

.categories-list {
    font-size:14px;
    margin-top: -15px;
}

.categories-list dt {
    margin-top: 10px;
    font-size: 11px;
}

.upper-pagination .pagination {
    margin-top: 0px;
}

.bottom-pagination .pagination {
    margin-top: 0px;
}


ul.pagination {
    -webkit-box-shadow: 1px 2px 3px 1px #6E6E6E;
    box-shadow: 1px 2px 3px 1px #6E6E6E;
}

div.letters-container {
    margin-top: 10px;
}

div.letters a {
    background-color:#fff;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    width: 19px;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    text-decoration: underline;
    color: #525252;
}

div.letters a:hover {
    background-color: #eee;
}

div.letters a.active {
    font-weight: bold;
    text-decoration: none;
    background-color: #337ab7;
    color: white;
}

div.letters a.letters-margin,
div.letters a.letters-margin:active {
    margin-left: 10px;
}

img.cover-small {
    width: 64px;
    height: 64px;
    background-color:#eee;
}

td.barcode {
    font-size: 9px;
}

td.barcode img {
    vertical-align: middle;

}

td.barcode .badge.small-badge {
    font-size: 9px;
}

table.products-listing {
    font-size: 10px;
}

table.table.products-listing td {
    vertical-align: middle;
}

table.products-listing td.price {
    font-size:14px;
    color: #9e1e00;
}

table.products-listing td.thumb {
    width: 80px;
}

table.products-listing .out-cont {
    font-size: 11px;
}

.nav.nav-tabs.nav-tabs-no-border {
    border-bottom: transparent;
}

/* product detail */
img.cover-big {
    width: 160px;
    height: 160px;
}

.nav-tabs.albums li a {background-color: #eee;}
.nav-tabs.albums li.active a {background-color: white;}

.panel-title .panel-heading-link {
    color: #337ab7;
}
.input-group-addon > * {vertical-align: middle; }

/* search */
#search-form label {font-weight: normal; display: inline;}

#search-hints {
    background: white;
   /* margin-left:65px;*/
    position:absolute;
    border: 1px solid #ddd;
    padding: 5px 10px;
    display: none;
    z-index: 98;
    font-size:10px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#search-hints dd a {
    color: #999;
}

#search-hints dd span.highlight {
    color: #337ab7;
    font-weight: bold;
}

#search-hints small {
    font-size: 80%;
}



.panel-title .panel-heading-link-white {
    color: white;
    border-color: white;
}

.albums-panel {
    background: white;
    min-height: 10px;
}

/* styles panel */

.style-panel {
    font-size: 10px;
}

.style-panel .letter {
    font-weight: bold;
    margin-bottom: 5px;
}

.style-panel sup {
    margin-right: 5px;
    margin-left: 2px;
}

.style-panel .panel-body {
    padding: 5px;
}

/* cart */

#cart-container {
    position: absolute;
    width: 100%;
    pointer-events: none;
}

input.quantity {color:black;width:30px;line-height:10px;}

.cart-content table tr td {
    font-size:10px;
    padding:3px;
    line-height: 10px;
    vertical-align: middle;
}

.cart-content small {
    font-size: 80%;
    color: #ddd;
}

.cart-content table tr td a.product-name {
    color: white;
    text-decoration: underline;
}

.cart-content table tr.heavy td {
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    line-height: 12px;
    vertical-align: middle;
}

.cart-badge, .cart-content {
    pointer-events: auto;
}

li.cart-badge a,
li.cart-badge a:hover,
li.cart-badge a:focus
{
    padding: 5px 10px;
    background-color: #6995b3;
    color:white;
    border-color: #ddd;
    border-top: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px 0 #6E6E6E;
    box-shadow: 0 1px 1px 0 #6E6E6E;
}

.cart-content {
    background: #6995b3;
    height: 9px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px 0 #6E6E6E;
    box-shadow: 0 1px 1px 0 #6E6E6E;
    overflow: hidden;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.cart-content.expanded {
    height: 50px;
}


/* custom tabs */
.tabs-below > .nav-tabs {
    border-bottom: 0px;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #6995b3;
    border-top: none;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #6995b3;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #6995b3 #6995b3 #6995b3;
}

/* helpers */
.margin-left-30 {
    margin-left: 30px;
}

/* footer */
.footer {
    border-top: 1px solid #ddd;
    background: #fff url('/images/interface/top.png') repeat-x;
    height:30px;
    min-height: 30px;
    width: 100%;
}

.footer .navbar-text {
    margin-top:0px;
    padding-top:5px;
    line-height: 20px;
}

.footer li a {
    padding-top:5px;
}


.form-horizontal .panel-body .form-group {
    margin-right: 0;
    margin-left: 0;
}