.qtip-scroll {
    overflow-y: scroll;
    max-height: 400px
}

.loading {
    background-image: url(//rolling.hu/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center
}

.loading-min200h {
    min-height: 200px
}

.search-result .list .row {
    background-image: -moz-linear-gradient(50% 0% -90deg, #fff 0%, #eee 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 87%, color-stop(0, #fff), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(-90deg, #fff 0%, #eee 100%);
    background-image: -o-linear-gradient(-90deg, #fff 0%, #eee 100%);
    background-image: -ms-linear-gradient(-90deg, #fff 0%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 0%, #eee 100%);
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee, GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#26000000, Positive=true);
    margin-bottom: 7px;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    transition: all linear 0.25s
}

.search-result .th {
    border: 0;
    font-weight: bolder;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    background: white;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 7px;
    z-index: 99
}

.search-result .th .clear {
    background-image: -moz-linear-gradient(50% 0% -90deg, #8ba4be 0%, #9abccb 8%, #547287 39%, #9abccb 69%, #547287 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #8ba4be), color-stop(0.08, #9abccb), color-stop(0.39, #547287), color-stop(0.69, #9abccb), color-stop(1, #547287));
    background-image: -webkit-linear-gradient(-90deg, #8ba4be 0%, #9abccb 8%, #547287 39%, #9abccb 69%, #547287 100%);
    background-image: -o-linear-gradient(-90deg, #8ba4be 0%, #9abccb 8%, #547287 39%, #9abccb 69%, #547287 100%);
    background-image: -ms-linear-gradient(-90deg, #8ba4be 0%, #9abccb 8%, #547287 39%, #9abccb 69%, #547287 100%);
    background-image: linear-gradient(180deg, #8ba4be 0%, #9abccb 8%, #547287 39%, #9abccb 69%, #547287 100%);
    height: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ba4be,endColorstr=#ff547287,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ba4be, endColorstr=#ff547287, GradientType=0);
    top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    left: -10px
}

.search-result .list .clear.bdr {
    border-top: 1px solid #E1E3E4;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.search-result .thumbnail {
    display: block
}

.search-result .thumbnail img {
    border-color: #aaa;
    border-width: 1px;
    border-style: solid;
    width: auto;
    max-width: 100%
}

.search-result .keszl .inputbox {
    border-bottom-left-radius: 5px;
    border-color: #b4b6b7;
    border-style: solid;
    border-top-left-radius: 5px;
    border-width: 1px 0 1px 1px;
    float: right;
    height: 18px;
    margin: 0 0 0 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: center;
    width: 35px
}

.search-result .keszl .hand {
    background: #fff
}

.search-result button {
    background: transparent;
    border: 0;
    float: right;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}

.search-result .row .unique-offer {
    float: right;
    position: relative;
    line-height: 130%;
    color: #ff870f;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 13px 2px 15px 47px;
    width: 84px;
    height: 30px;
    background-image: -moz-linear-gradient(89% 39% 176deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, 89% 39%, 5% 27%, color-stop(0, #fff), color-stop(1, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(176deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(176deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(176deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-86deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-color: #e2e4e5;
    border-width: 1px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border-style: solid;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff,GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff, endColorstr=#ffffffff, GradientType=1);
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    transition: all linear 0.25s
}

.search-result .row .unique-offer:hover {
    background-image: -moz-linear-gradient(89% 39% -171deg, #fea449 0%, #fe8205 100%);
    background-image: -webkit-gradient(linear, 89% 39%, 6% 68%, color-stop(0, #fea449), color-stop(1, #fe8205));
    background-image: -webkit-linear-gradient(-171deg, #fea449 0%, #fe8205 100%);
    background-image: -o-linear-gradient(-171deg, #fea449 0%, #fe8205 100%);
    background-image: -ms-linear-gradient(-171deg, #fea449 0%, #fe8205 100%);
    background-image: linear-gradient(261deg, #fea449 0%, #fe8205 100%);
    border-color: #fe8205;
    color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffea449,endColorstr=#fffe8205,GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffea449, endColorstr=#fffe8205, GradientType=1)
}

.search-result .row .unique-offer .wand-icon {
    position: absolute;
    background: url(../../images/search-unique-offer-wand.png) 0 0 no-repeat;
    width: 32px;
    height: 43px;
    top: 11px;
    left: 14px;
    display: block;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    transition: all linear 0.25s
}

.search-result .row .unique-offer:hover .wand-icon {
    background: url(../../images/search-unique-offer-wand-hover.png) 0 0 no-repeat
}

.search-result .row .current-hover {
    line-height: 14px;
    padding-top: 8px;
    position: relative
}

.search-result .row .current-hover div {
    line-height: 14px
}

.search-result .row:hover .current-hover {
    background: #FFE599
}

.cart-container {
    width: 33.4%
}

.search-result .infobox {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-image: -moz-linear-gradient(11% 39% 178deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, 11% 39%, 95% 27%, color-stop(0, #fff), color-stop(1, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(178deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(178deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(178deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-88deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    padding: 7px 3%;
    width: 93%;
    border-color: #e2e4e5;
    border-width: 1px;
    border-style: solid;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff,GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff, endColorstr=#ffffffff, GradientType=1);
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase
}

.search-result .infobox b {
    color: #0672b9;
    font-weight: normal
}

.search-result .foundbycolor {
    color: #910101 !important
}

.txt-green {
    color: #698C00
}

.txt-red {
    color: #FF2626
}

.fs13px {
    font-size: 13px
}

.search-result .infimage {
    position: relative;
    top: 2px;
    margin-top: -4px;
    display: inline-block
}

.search-result .current-hover a {
    text-decoration: underline;
    color: #0057A8
}

.search-btn-interchange {
    display: block;
    padding-bottom: 50px;
    width: 500px;
    height: 40px;
    text-align: center
}

.search-btn-interchange-icon {
    float: left;
    margin: 5px
}

.search-btn-interchange-text {
    color: #4086C9;
    font-size: 32px;
    margin-top: 25px
}

.search-go-to-cart {
    background-image: url(images/cartpopup_bg.png);
    height: 34px;
    width: 270px;
    padding-top: 10px;
    position: relative;
    top: -5px
}

.search-go-to-cart a {
    background-position: right bottom;
    background-image: none;
    color: #FFF;
    text-align: right;
    padding-left: 40px;
    width: 230px;
    height: 34px;
    display: block
}

.search-go-to-cart a:hover {
    background-image: url(images/cartpopup_btn_ov.png)
}

.interchange {
    float: left;
    width: 100%;
    height: auto
}

.interchange-article-number {
    float: left;
    min-width: 228px;
    width: 22.1%;
    padding-left: 5px
}

.interchange-manufacturer {
    float: left;
    min-width: 70px;
    width: 7%
}

.interchange-match-comment {
    float: left;
    min-width: 300px;
    width: 30%
}

.interchange-details {
    float: left;
    min-width: 100px;
    width: 7%
}

.interchange-discount-price {
    float: right;
    min-width: 78px;
    width: 7%;
    text-align: right
}

.interchange-cart-container {
    float: right;
    min-width: 208px;
    width: 14%;
    padding-right: 4px
}

.interchange-cart-container.cart-row:hover {
    background: none;
    border: 1px solid transparent;
    color: #000
}

.interchange-cart-container.cart-row .cart {
    min-width: 130px;
    width: 7%;
    top: -2px
}

.interchange-stock {
    float: left;
    width: 60px;
    text-align: right;
    padding-right: 5px
}

.interchange-short .interchange-article-number {
    min-width: 120px
}

.interchange-short .interchange-manufacturer {
    min-width: 70px
}

.interchange-short .interchange-details {
    min-width: 90px
}

.search-result .interchange-icon {
    display: inline-block
}

#simplemodal-container a.modalCloseImg {
    background-image: url("fancybox_sprite.png");
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    visibility: visible
}

.simplemodal-data {
    height: 100%;
    overflow-y: scroll
}

.current-hover .cart-row {
    padding-top: 8px;
    margin-top: -8px
}

.cart-row {
    border: 1px solid transparent
}

.cart-row:hover {
    color: #ffffff;
    background-image: -moz-linear-gradient(50% 0% -90deg, #fea449 0%, #fe8205 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #fea449), color-stop(1, #fe8205));
    background-image: -webkit-linear-gradient(-90deg, #fea449 0%, #fe8205 100%);
    background-image: -o-linear-gradient(-90deg, #fea449 0%, #fe8205 100%);
    background-image: -ms-linear-gradient(-90deg, #fea449 0%, #fe8205 100%);
    background-image: linear-gradient(180deg, #fea449 0%, #fe8205 100%);
    border-color: #fe8205;
    border-width: 1px;
    border-style: solid;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffea449,endColorstr=#fffe8205,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffea449, endColorstr=#fffe8205, GradientType=0)
}

.cart-row .cart {
    top: 3px;
    position: relative
}

.current-hover .cart-row .cart {
    top: -5px
}

.cart-row .cart input {
    margin-left: 5%;
    border: 1px solid #c1cdd5;
    background: #ffffff;
    width: 32px;
    height: 20px;
    float: left;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-align: center
}

.cart-row .cart button {
    float: left;
    background-image: url(../../images/search-cart-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #c1cdd5;
    border: 1px solid #c1cdd5;
    width: 23px;
    height: 22px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    transition: all linear 0.25s
}

.cart-row .cart button:hover {
    background-image: url(../../images/search-cart-btn-hover.png)
}

.cart-row.raktar-kondorosi .cart input {
    border-color: #e4c8c6
}

.cart-row.raktar-kondorosi .cart button {
    border-color: #e4c8c6;
    background-color: #e4c8c6
}

.cart-row.raktar-megadyne .cart input {
    border-color: #ee193a
}

.cart-row.raktar-megadyne .cart button {
    border-color: #ee193a;
    background-color: #ee193a
}

.cart-row.raktar-kulso .cart input {
    border-color: #e6d9ac
}

.cart-row.raktar-kulso .cart button {
    border-color: #e6d9ac;
    background-color: #e6d9ac
}

.cart-row .callus {
    margin: 4px auto 0
}

.cart-row:hover .txt-red, .cart-row:hover .txt-green {
    color: #ffffff
}

.last-cart-items {
    padding: 5px 0 10px 0;
    margin-bottom: 10px;
    border-radius: 5px 0 5px 5px;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#26000000, Positive=true);
    width: 208px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #cecece 100%);
    background: -webkit-linear-gradient(top, #ececec 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ececec 0%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#cecece', GradientType=0);
    display: none
}

.summary-totals .summary-total-value {
    float: left;
    padding-top: 10px;
    width: 350px;
    text-align: right
}

.summary-totals.summary-totals-no-vat .summary-total-value {
    width: 250px
}
