.dealerRatingPreview {
    overflow: hidden;
    padding: 2px;
    border: 1px solid #666;
    display: block;
    width: 100px;
    color: white !important;
    text-decoration: none !important;
    position: relative;
    color: #333 !important;
}

.dealerRatingPreview:hover {
    cursor: pointer;
    border: 1px solid #333;
    text-decoration: none !important;
    color: #666 !important;
}

.dealerRatingPreview .smilie {
    float: left;
    margin-left: 5px;
}

.dealerRatingPreview .imgWrap {
    overflow: hidden;
    margin: 0 auto;
    width: 60px;
}

.dealerRatingPreview .imgWrap .img {
    width: 5px;
    height: 5px;
    border: 1px solid #999;
    margin-right: 3px;
    float: left;
}

.dealerRatingPreview .imgWrap .colored {
    background-color: greenyellow;
}

.dealerRatingPreview .imgWrap .uncolored {
    background-color: #fff;
}

.dealerRatingPreview .cnt {
    overflow: hidden;
    width: 60px;
    text-align: center;
    text-decoration: none !important;
    position: absolute;
    right: 0;
    line-height: 15px;
    bottom: 3px;
    color: #fff; 
       
}





.dealerRatingPreview_ProductList {
    overflow: hidden;
    display: block;
    width: 106px;
    color: #333 !important;
    text-decoration: none !important;
    position: relative;
    color: #333 !important;
}

.dealerRatingPreview_ProductList:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.dealerRatingPreview_ProductList .smilie {
    float: left;
}

.dealerRatingPreview_ProductList .cnt {
    overflow: hidden;
    width: 65px;
    text-decoration: none !important;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
       
}

.rateShopReferenceWrapper_productList {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    text-align: left;
}

.rateShopReferenceWrapper_productList > .icon {
    
}

.rateShopReferenceWrapper_productList > .icon:hover {
    text-decoration: none;
    
}

.rateShopReferenceWrapper_productList > .tooltip {
    display: none;
    position: absolute;
    left: -130px;
    top: -50px;
    padding: 10px;
    background-color: #fef0bf;
    border: 1px solid #000;
    z-index: 1000;
}

.rateShopReferenceWrapper_productList > .tooltip > .closeBtn {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #ff0000;
    width: 5px;
    height: 5px;
    font-size: 0.7em;
    overflow: hidden;
}