@import url('/css/yanone/stylesheet.css');

.rborder {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.next10 {
    margin-top: 10px;
}

.next20 {
    margin-top: 20px;
}

#categories_block_top .navbar-inner .nav > li > a > span {

    border-bottom-color: transparent !important;
}

#categories_block_top .navbar-inner .nav > li.active > a > span {

    border-bottom-color: #002955 !important;
}

.coverback {
    -o-background-size: cover !important; /* opera ≥ 9.5 */
    -webkit-background-size: cover !important; /* Safari ≥ 5.0, Chrome ≥ 4.0 */
    -khtml-background-size: cover !important; /* Konqueror ≥ 3.5.4 */
    -moz-background-size: cover !important; /* Firefox ≥ 3.6 */
    background-size: cover !important; /* браузеры с поддержкой CSS3: FF ≥ 4, Opera ≥ 10.53, IE ≥ 9.0 */
}

.cke_dialog input[type=text] {
    font-size: 13px;
    padding: 0 5px;
}

.dashed {
    border-bottom: 1px dashed #666;
    color: #666;
    font-size: 11pt;
    cursor: pointer;
}


.product_list .pricetag {
    background-color: #eee;
    padding: 2px 0;
    margin: 5px 0;
}

.product_list .pricetag.discount {
    background-color: #FFD700;
}

#product_finder .product_list > li > a {
    position: relative;
}

.product_list li .img {
    height: 300px;
    line-height: 300px;
    text-align: center;
}

.product_list li img {
    max-height: 300px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product_list li .actions {
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 1;
}

.product_list li .actions .action {
    text-align: right;
}

.product_list li .action > * {
    background-color: #ffd700b3;
    color: black !important;
    display: inline-block;
    padding: 0 10px;
    font-size: 11pt;
}

.product_list li .action > .noStock {
    background-color: rgba(140, 113, 113, 0.7);
    color: #fff !important;
}

.product_list .buttons {
    margin-top: -50px;
    margin-bottom: 50px;
    padding-top: 5px;
}

.product_list li .cart.btn {
    width: auto;
    height: auto;
    padding: 5px 10px 5px 30px;
    display: inline-block;
    background-image: url("/i/cart.png");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-size: 20px;
}

.product_list li .cart.btn:hover {

}

.popup {
    display: none;
}

.distributor {
    padding: 50px 0;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    /*background: url("/themes/axome/css/../img/product-bg-slides.jpg") repeat-x scroll 0px 0px #FFF;	*/
    /*background: /*url("/themes/axome/css/../img/halo-white.png") no-repeat scroll 50% 100%,
                url("/themes/axome/img/home-bg-paper-01.jpg");*/

}


.blog-post .header {
    padding: 15px 0;
    color: #002955;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
}

.blog-post .title {
    padding: 15px 0 5px 0;
    color: #002955;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.2em;
    font-weight: 400;
}

.blog-post * > .title:first-child {
    padding-top: 0;
}