.map_marker {

}
.map_marker .picture {
    width:61px;
    height:41px;
    background:url(/skin/frontend/regiondo/default/images/gmap/blank.png) no-repeat;
    float:left;
    padding:5px 0px 0px 5px;
}
.map_marker .description {
    height:46px;
    margin-left:70px;
    font-size:13px;
    font-weight:bold;
}
.map_marker .description a {
    color:#4b8b95;
}
.map_marker .sep {
    height:1px;
    clear:both;
    background:url(/skin/frontend/regiondo/default/images/gmap/sep.png) repeat-x;
    margin:1px 0px 14px 0px;
}
.map_marker .rating_gmap {
    float:left;
    margin-top:3px;
}
.map_marker .rating_gmap .red,
.map_marker .rating_gmap .gray {
    width:17px;
    height:16px;
    float:left;
    margin-top:2px;
}
.map_marker .rating_gmap .red {
    background:url(/skin/frontend/regiondo/default/images/gmap/rate.png) no-repeat 0px 0px;
}
.map_marker .rating_gmap .gray {
    background:url(/skin/frontend/regiondo/default/images/gmap/rate.png) no-repeat 0px -16px;
}
.map_marker .rating_gmap .amount {
    float:left;
    padding-left:6px;
    font-size:14px;
    color:#aaafaa;
}
.map_marker .price {
    float:right;
    font-size:16px;
    font-weight:bold;
}
.map_marker .foot_sep {
    clear:both;
}

div.rating_gmap div.rating-box { margin-right: 6px; margin-top: 2px; }
div.rating_gmap div.ratings p.rating-links { font-size: 14px; color: #AAAFAA; }

