/* Map stylesheet for CompletelyRetail.co.uk  
 * Written by Andy Wardley <abw@wardley.org> for Squeeze Ltd.
 */


#map,
#sidemap {
    background: #e6e4e0 url('/images/icons/throb_e6e4e0.gif') no-repeat center center;
}

#map p.loading {
    padding: 10px;
    font-size: 14px;
}

#map div.popup {
    margin: -5px;
}

#map div.popup h4 {
    color: #444;
}

#map div.popup h4.name {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    color: #541C70;
    margin: 5px 0 4px;
    padding: 0;
}

#map div.popup h4.push {
    margin-top: 12px;
}

#map div.popup img.picture {
    float: left;
    margin-bottom: 10px;
}

#map div.popup img.logo {
    float: right;
    margin-right: 14px;
}

#map div.popup div.address {
    margin: 0 0 6px 0;
    font-size: 12px;
}

#map div.popup div.category {
    margin: 0 0 6px 0;
    font-size: 12px;
}

#map div.popup a.link {
    display: block;
    color: #F9A51A;
    font-size: 12px;
    margin-top: 10px;
}

#map div.popup div.line {
    display: block;
    clear: both;
    border-top: 2px solid #F9A51A;
    margin: 10px 0;
}

#map div.popup div.icon {
    clear: both;
    height: 22px;
    padding-left: 50px;
    padding-top: 18px;
    background-position: top left;
    background-repeat: no-repeat;
    color: #444;
}

#poi_panel {
    position: relative;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px 0px 5px 10px;
}

#poi_panel form.mapcheck {
    margin: 0;
    padding: 0;
    opacity: 0.5;
}

#poi_panel h4.caption {
    margin: -5px 0px 0px 0px;
    float: right;
    width: 109px;
    height:37px;
    padding:10px 0px 0px 10px;
    color:#fff;
}

.HS #poi_panel h4.caption {background:#F9A51A;}
.SC #poi_panel h4.caption {background:#A21D2D;}
.RW #poi_panel h4.caption {background:#0488B4;}

#poi_panel.active h4.caption {
    opacity: 0.5;
}

#poi_panel.active form.mapcheck {
    opacity: 1;
}

#poi_panel p.map_dots_info {
    width:600px;padding-left:18px;font-size:11px;clear:both;margin:10px 0px 0px 0px;
}

form.mapcheck div.check {
    display: block; float: left;
    width: 110px; height: 40px;
    margin: 0 0 0 20px; padding: 8px 0 0 0;
    background-position: 22px 2px;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 18px;
}

form.mapcheck div.food_store {
    width:70px;
}

form.mapcheck div.SC {
    width:100px;
}

form.mapcheck div.input {
}

#map div.popup div.SC,
form.mapcheck div.SC {
    background-image: url('../images/map/poi_sc.png');
}

#map div.popup div.RW,
form.mapcheck div.RW {
    background-image: url('../images/map/poi_rw.png');
}

#map div.popup div.food_store,
form.mapcheck div.food_store {
    background-image: url('../images/map/poi_food_store.png');
    background-position: 25px -5px;
}

#map div.popup div.department,
form.mapcheck div.department {
    background-image: url('../images/map/poi_department.png');
    background-position: 25px -5px;
}

div.markerLabel {
    display: block;
    padding: 0px;
    text-align: center;
    color: white;
    width: 28px;
    letter-spacing: 0px;
    font-size: 10px;
    font-family: Arial;
}



