.fleft{float:left;margin:4px 20px 10px 0}
.fright{float:right;margin:4px 0 10px 20px}
.rounded-border{display:block;
    -webkit-border-radius: 19px;
    -moz-border-radius:    19px;
    border-radius:         19px;
}

.content ul{padding-bottom:20px}
.content ul li{padding-left:16px;background:url(images/li.png) 0 8px no-repeat}

.footer-menu ul li{
    margin-right:8px;
}

.product-item-left {
    /* float: left; */
    /* width: 245px; */
}

.product-item-gallery {

    margin-bottom: 20px;
}

.product-item-gallery .product-item-loader {
    position: absolute;
    z-index: 2;
    zoom: 1;
    top: 187px;
    left: 102px;
    display: none;
    width: 42px;
    height: 42px;
    overflow: hidden;
}

.product-item-gallery .product-item-image {
    display: block;
    width: 245px;
}

.product-item-volumes {
    height: 90px;
    text-align: center;
    overflow: visible;
}

.center {
    display: inline-block;
    text-align: left;
}

.one_price_in {
    float: left;
    margin-right: 12px;
}

.product-item-volumes a.product-item-volume-item {
    display: block;
    float: left;
    width: 58px;
    height: 43px;
    margin-right: 10px;
    padding-top: 15px;
    background: #009CDA;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
}

.product-item-volumes a.product-item-volume-item {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

.product-item-volumes a.product-item-volume-selected {
    background: #005E8A;
    color: #FFF;
    text-decoration: none;
    cursor: default;
}

a.product-item-volume-item:hover {
    background: #005E8A;
    color: #FFF !important;
    text-decoration: none;
}

.price_in {
    font-size: 22px;
    clear: both;
    padding-top: 10px;
}

.content .products-list ul li a .products-list-volumes, .products-selector, .product-item-volumes {display:none!important}
