html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
div#header {
    width:900px;
    margin: 0 auto;
}
div#header h1 {
    position: absolute;
    top: 30px;
    font-size:18px;
}
#map {
    position: absolute;
    top:80px;
    width: 100%;
    margin: 0px;
    padding: 0px
}
#map-canvas {
    margin: 0px 0px 40px 0px;
    padding: 0px
}
.marker-holder {
    height: 10px;
    left: 0;
    position: relative;
    width: 10px;
}
.marker-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    bottom: -172px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(0, 0, 0, 0.1);
    left: -72px;
    position: absolute;
    width: 250px;
    z-index: 5;
}
.map-item-info {
    padding: 3px 10px 6px;
}
.with-image .map-item-info {
    text-align: center;
}
.map-item-info .title {
    border-bottom: 1px dotted #DCDCDC;
    color: #333333;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.map-item-info .address {
    color: #333333;
    font-size: 11px;
}
.map-item-info .address p {
    line-height: 1.4em;
}
.marker-content img.imagepp {
    opacity: 1;
    position: relative;
    transition: all 400ms ease-out 0s;
    margin: 0 20px;
}
.marker-content img:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.marker-content .arrow {
    background: url("/images/map-pin-description.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -21px;
    height: 22px;
    left: 28px;
    position: absolute;
    width: 37px;
}
.marker-content .popupclose {
    /*background: url("/images/close.png") no-repeat scroll center center #FFFFFF;*/
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    height: 10px;
    margin: auto;
    padding: 4px;
    position: absolute;
    right: -9px;
    top: -9px;
    width: 10px;
    z-index: 1000;
    box-sizing: content-box;
}
.marker-content:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    bottom: -28px;
    content: "";
    height: 0;
    left: 96px;
    position: absolute;
    width: 0;
}
.marker-content:hover .map-item-info a.more-button {
    display: inline-block;
    opacity: 1;
    transition: all 900ms ease-out 0s;
}

.map-item-info a.more-button {
    background: linear-gradient(#207DDA, #1E75CD) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #1D70C4;
    box-shadow: 0 1px 0 #4091E3 inset;
    color: #FFFFFF;
    display: none;
    font-size: 10px;
    font-weight: bold;
    left: 64px;
    opacity: 0;
    padding: 3px 10px;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 0 #17599C;
    top: 69px;
    transition: all 900ms ease-out 0s;
}
.map-item-info a.more-button:hover {
    background: linear-gradient(#207DDA, #1B69B6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #1963AE;
    box-shadow: 0 1px 0 #569EE6 inset;
    display: inline-block;
    text-shadow: 1px 1px 0 #144D86;
}

.draggable-toggle-button {
    background-color: #FFFFFF;
    bottom: 20px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1000;
}
.marker-overlay {
    cursor: pointer;
}
.marker-image {
    line-height: 0;
    position: relative;
    top: 0;
    transition: all 400ms ease-out 0s;
    z-index: 2;
}
.marker-image:hover {
    top: -5px;
    transition: all 400ms ease-out 0s;
    z-index: 4;
}
.marker-image > img {
    border-radius: 83px;
    box-shadow: 0 0 0 4px #FFFFFF, 0 0 1px 4px rgba(0, 0, 0, 0.2);
    width: 80px;
    height: 80px;
}
.marker-image:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 18px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px 18px 0;
    content: "";
    height: 0;
    left: 22px;
    position: absolute;
    top: 80px;
    width: 0;
    z-index: 1;
}
.marker-image:after {
    background: url("/images/ombre-marker.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 25px;
    left: -30px;
    position: absolute;
    top: 90px;
    width: 150px;
    z-index: 0;
}
.marker-rating {
    background: none repeat scroll 0 0 #207DDA;
    border-radius: 25px;
    bottom: 3px;
    box-shadow: 0 9px 0 0 rgba(255, 255, 255, 0.16) inset, 0 1px 0 0 rgba(0, 0, 0, 0.21) inset;
    display: inline-block;
    left: -4px;
    padding: 2px 0 3px 4px;
    position: absolute;
    width: 80px;
    z-index: 5;
}