/**
 * @overview regions styles
 */
#content_list_area.regions .map_top {
    float:left;
    padding:80px 0 0 0;
    width:100%;
    background: transparent url(../../images/css_images/list_regions.jpg) no-repeat;
}

.en #content_list_area.regions .map_top {/* IF LANG = EN */
    background: transparent url(../../images/css_images/list_regions_en.jpg) no-repeat;
}

#region_select {
    clear:both;
    margin:0 0 0 205px;
}

#region_select p {
    display:inline;
    margin-right:20px;
    text-transform:capitalize;
}

#map_ct {
    clear:both;
    position:relative;
    padding:11px 14px 50px 14px;
    background: url(../../images/css_images/regions_map_background.gif) 0 0 no-repeat;

}

/**
 * Original region_map styles from style.css
 * @author Jesse Sutherland
 */
/*
div.region_map {
    position:relative;
    padding-top:140px;
    background: url(../../images/css_images/list_regions.jpg) 0 0 no-repeat;
}
*/




/**
 * bq-region-map
 * @author Chris Scott
 */
.x-panel.bq-region-map {
}

.x-panel.bq-region-map img {

}
.x-panel.bq-region-map .x-panel-body {
    border:0;
    background:none;
}
.x-panel.bq-regions-bubble .x-panel-header-text {
   color: #125092;
   font-weight: bold;
   display: block;
   padding: 25px 0 0 10px;
   text-transform:uppercase;
   font-size:10px;
   width:180px;
}

.x-panel.bq-regions-bubble .x-panel-header {
    background: url(../../images/css_images/region_panel_header.gif) no-repeat;
    height: 49px;
    padding: 0;
    border: 0;
}
.x-panel.bq-regions-bubble .x-panel-body {
    background: transparent url(../../images/css_images/region_panel.gif) no-repeat;
    padding-left: 10px;
}

.bq-regions-bubble .stats {
    margin-top:5px;
}

.bq-regions-bubble .stats li {
    padding:0 0 0 12px;
    font-size:77%;
    font-weight:bold;
    line-height:150%;
}

.bq-map-marker {
    position: absolute;
    background: transparent url(../../images/css_images/map_marker.png) no-repeat;
    height: 38px;
    width: 24px;

    background: transparent url(../../images/icons/flag_red.png) no-repeat;
    height: 16px;
    width: 16px;
}

#explorez_area .gmap {
    margin-left:20px;
    padding:10px;
    width:900px;
    background:#fff;
}