/*1*/
#photobank {
    width: 640px;
    margin-left: 19px;
    margin-top: 0;
    position: relative;
    height: auto;
    /* height: 156px;
    overflow: hidden; */
}

#breadcrumbs nobr {
    color: #999999;
    font-size: 10pt;
    line-height: 60px;
}

#photobank #photo_list img {
    width: 101px;
    height: 75px;
    padding: 2px 2px 0px 1px;
    margin: 0px;
    display: block;
    float: left;
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-position: center;
}

#photobank  #photo_list .opacity-img {
    width: 151px;
    height: 102px;
    padding: 0px 0px 0px 0px;
    margin: 110px 469px;
    position: absolute;
    background: rgba(23, 141, 202, 0.6);
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#photobank #photo_list .opacity-img:hover {
    background: rgba(38, 126, 147, 0.51);
}

#photobank #photo_list .opacity-img .opacity-text {
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
    display: block;
    margin: 25px 0px;
}

#product .right .score {
    border-top: 1px solid #D3D3D3;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

#product .right .score .stars {
    width: 320px;
    float: left;
    border-bottom: 1px solid #D3D3D3;
    padding: 12px 0 11px 0;
}

#product .right .score .feedback_count {
    margin-left: 15px;
    vertical-align: 4px;
}

#product .right .desc {
    clear: both;
    padding-top: 15px;
    margin: 0;
    margin-left: 20px;
}

#product .right .price_block {
    background-color: #f8f9fb;
    border-top: 1px solid #D3D3D3;
    padding: 15px 0 0 0;
    margin-left: 20px;
    border-radius: 0;
    margin-top: 18px;
}

#product .right .price_block .price {
    font-style: italic;
    color: #d42244;
    text-align: left;
    width: 300px;
    height: auto;
    min-height: 76px;
    position: relative;
    font-size: 45px !important;
    vertical-align: 40px;
    font-weight: bold;
    border-bottom: 1px solid #D3D3D3;
    line-height: 76px;
    padding-bottom: 20px;
    float: left;
}

#product .right .price_block .new_price {
    font-style: italic;
    color: #d42244;
    text-align: left;
    width: 300px;
    min-height: 59px;
    font-size: 39px !important;
    font-weight: bold;
    border-bottom: 1px solid #D3D3D3;
    line-height: 38px;
    padding: 0;
    float: left;
    background: none;
    margin-left: 5px;
}

#product .right .price_block .new_price  span {
    text-decoration: line-through;
    display: inline-block;
    font-size: 45px;
}

#product .right .price_block .old_price  span {
    text-decoration: line-through;
    display: inline-block;
    font-size: 20px;
}

#product .right .price_block .old_price {
    font-style: italic;
    color: #775E53;
    float: left;
    width: 100px;
    font-size: 22px;
    height: 25px;
    text-align: center;
    position: relative;
    line-height: 20px;
    margin-top: 8px;
    font-weight: bold;
    text-decoration: line-through;
}

#product .right .price_block .img-sell-main {
    height: 81px;
    width: 100px;
    background: url("/images/A-07_Bed_page446_03.png") no-repeat;
    float: left;
    position: relative;
    left: 217px;
    top: -27px;
}

#product .right .price_block .img-sell-text-main {
    color: #e8b120;
    width: 60px;
    height: 30px;
    text-align: center;
    position: relative;
    font-size: 19px;
    top: 27px;
    left: 13px;
}

#product .right .price_block .price-skidka {
    font-style: italic;
    color: #90908e;
    text-align: left;
    width: 300px;
    height: 60px;
    position: relative;
    text-decoration: line-through;
    font-size: 15px !important;
    vertical-align: 40px;
    line-height: 15px;
    float: left;
}



.right .greyblue_button {
    margin-bottom: 20px;
    color: #fff !important;
    background: #3ba7d5; /* Old browsers */
    background: -moz-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ba7d5), color-stop(100%,#2c8cc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3ba7d5 0%, #2c8cc5 100%); /* W3C */
}

.right .greyblue_button:hover{
    margin: 10px 0px 20px 0px;
    background: #3594bd; /* Old browsers */
    background: -moz-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ba7d5), color-stop(100%,#2c8cc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3594bd 0%, #2c8cc5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3594bd', endColorstr='#2c8cc5',GradientType=0 ); /* IE6-9 */
}




#product .right .price_block .greyblue_button {
    margin-bottom: 20px;
    color: #fff !important;
    background: #3ba7d5; /* Old browsers */
    background: -moz-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ba7d5), color-stop(100%,#2c8cc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3ba7d5 0%, #2c8cc5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3ba7d5 0%, #2c8cc5 100%); /* W3C */
}

#product .right .price_block .greyblue_button:hover{
    margin: 10px 0px 20px 0px;
    background: #3594bd; /* Old browsers */
    background: -moz-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ba7d5), color-stop(100%,#2c8cc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3594bd 0%, #2c8cc5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3594bd 0%, #2c8cc5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3594bd', endColorstr='#2c8cc5',GradientType=0 ); /* IE6-9 */
}

#product .right .price_block .blue_button {
    background: #36a81d; /* Old browsers */
    background: -moz-linear-gradient(top, #36a81d 0%, #36a51d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36a81d), color-stop(100%, #36a51d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #36a81d 0%, #36a51d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #36a81d 0%, #36a51d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #36a81d 0%, #36a51d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #36a81d 0%, #36a51d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba8d4', endColorstr='#2c8cc5',GradientType=0 ); /* IE6-9 */
}

#product .right .price_block .blue_button:hover{
    margin: 10px 0px 10px 0px;
    background: #35971e; /* Old browsers */
    background: -moz-linear-gradient(top, #35971e 0%, #36a51d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35971e), color-stop(100%, #36a51d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #35971e 0%, #36a51d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #35971e 0%, #36a51d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #35971e 0%, #36a51d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #35971e 0%, #36a51d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35971e', endColorstr='#2c8cc5',GradientType=0 ); /* IE6-9 */
    color: #EEEEEE;
}

#product #sostav {
    margin-left: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
}