.tool-tip-box{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 9001;
    display:none;
    box-shadow: 0px 0px 2px gray;
    border-radius:2px;
    max-width: 200px;
    background: url("/images/categoriesBackground.jpg") repeat-x scroll 0 bottom #696969;
}

.tool-tip-box-content{
    color:white;
    text-align: center;
    margin:2px 5px;
}

.tool-tip-box-arrow{
    position: absolute;
    bottom:-5px;
    left:50%;
    margin:0 0 0 -5px;
}

.debugDot{
    position: absolute;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: -5px 0 0 -5px;
}

img{
    position: relative;
    display:block;
}

.varaint-hint-box{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 9001;
    background:red;
    display:none;
    box-shadow: 0px 0px 2px gray;
    border-radius:2px;
    max-width: 400px;
}

.varaint-hint-box-content{
    color:white;
    text-align: center;
    margin:2px 5px;
}

.varaint-hint-box2{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 9001;
    background:green;
    display:none;
    box-shadow: 0px 0px 2px gray;
    border-radius:2px;
    max-width: 400px;
}

.varaint-hint-box2-content{
    color:white;
    text-align: center;
    margin:2px 5px;
}

.varaint-hint-box3{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 9001;
    background:blue;
    display:none;
    box-shadow: 0px 0px 2px gray;
    border-radius:2px;
    max-width: 400px;
}

.varaint-hint-box3-content{
    color:white;
    text-align: center;
    margin:2px 5px;
}
.productsPriceOld span{
	
}


.deliveryHintText{
	cursor: pointer;
}

.deliveryHint{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 19001;
    display:none;
    box-shadow: 0px 0px 2px gray;
    border-radius:2px;
    max-width: 300px;
    background: url("/images/categoriesBackground.jpg") repeat-x scroll 0 bottom #696969;
}

.deliveryHint-content{
    color:white;
    text-align: center;
    margin:2px 5px;
}

.deliveryHint-arrow{
    position: absolute;
    bottom:-5px;
    left:50%;
    margin:0 0 0 -5px;
}