\#page-header {
    float: left;
}

#store-locator-container {
    float: left;
    margin-left: 0px;
    width: 100%;
    font-weight:normal;
    font-size: 12px;
    font-family:'Century Gothic',Halvetica,Arial,sans-serif !important;
    color: #333;
    border:1px solid #763474;
}

#store-locator-container #form-container {
    clear: left;
    float: left;
    margin-top: 15px;
    width: 100%;
}

#store-locator-container #map-container {
    clear: left;
    float: left;
    height: 530px;
    width: 100%;
    position:relative;
}

#store-locator-container #map-container a {
    color: #763474;
    text-decoration: none;
}

#store-locator-container #map-container a:hover,
#store-locator-container #map-container a:active {
    text-decoration: underline;
}

#store-locator-container #map-container .custom-marker {
    width: 32px;
    height: 37px;
    color: #fff;
    background: url(../../images/custom-marker.png) no-repeat;
    padding: 3px;
    cursor: pointer;
}

#store-locator-container #loc-list {
    float: left;
    width: 100%;
    height: 530px;
    overflow: auto;
    padding-top:40px;
 }
#loc-list .mCSB_container{
	
	width:95% !important;
	padding-right:0 !important;
	}
#loc-list .mCSB_container_wrapper{
	margin-right:0 !important;
	
	}
#map-container{ overflow-x:hidden; }
#map-container h3 {
    background: none repeat scroll 0 0 #763474;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 237px;
    text-align: center;
}

.loc-list-hide {
    display: none;
}

#store-locator-container #loc-list ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width:100%; 
}

#store-locator-container #loc-list ul li {
    display: block;
    clear: left;
    float: left;
    margin: 6px 5px 6px 5px;
    cursor: pointer;
    width: 97%;
    border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#store-locator-container #loc-list .list-label-location {
    float: left;
    margin: 10px 0 0 6px;
    padding: 2px 3px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width:21px; 
    height:34px;
}

#store-locator-container #loc-list .list-label {
    float: left;
    margin: 10px 0 0 6px;
    padding: 2px 3px;
    width: 17px;
    text-align: center;
    background: #451400;
    color: #fff;
    font-weight: bold;
}

#store-locator-container #loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 165px;
}

#store-locator-container #loc-list .list-details .list-content {
    padding: 10px;
}

#store-locator-container #loc-list .list-details .loc-dist {
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}

#store-locator-container #loc-list .list-focus {
    border: 1px solid rgba(82, 168, 236, 0.9);
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

#store-locator-container .loc-name {
    color: #763474;
    font-weight: bold;
}
#map .loc-name {
    margin-bottom:3px;
    border-bottom:1px solid #763474;	
	}
#store-locator-container #search-form {
    clear: left;
    float: left;
    height: 60px;
}

#store-locator-container #form-input {
    float: left;
    margin-top: 3px;
}

#store-locator-container #form-input label {
    font-weight: bold;
}

#store-locator-container #form-input input {
    padding: 4px;
    line-height: 16px;
    border: 1px solid #ccc;
}

#store-locator-container #address {
    margin: 0 0 0 10px;
}

#store-locator-container #submit {
    float: left;
    cursor: pointer;
    margin: 3px 0 0 10px;
    padding: 3px 6px;
    background: #ae2118;
    border: 1px solid #961f17;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#loading-map {
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background: url(../../images/ajax-loader.gif) no-repeat;
}

#store-locator-container #map {
    float: left;
    width: 1029px;
    height: 530px;
}

/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
    font-family:'Century Gothic',Halvetica,Arial,sans-serif !important;
}

/* Modal window */

#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(../../images/overlay-bg.png) repeat;
}

#overlay #modal-window {
    position: absolute;
    left: 50%;
    margin-left: -460px; /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
    height: 590px;
    z-index: 10010;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
}

#overlay #modal-window #modal-content {
    float: left;
    padding: 0 22px; /* there's already a margin on the top of the map-container div */
}

#overlay #modal-window #close-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #2c2c2c url(../../images/close-icon.png) 3px 3px no-repeat;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 3px #656565;
}

/* The following is for the geocode page and not the store locator */

#geocode-result {
    clear: left;
    float: left;
    margin-top: 30px;
    width: 100%;
}


#sidePaneToggle {
    background: url("../../images/list_toggle2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 104px;
    margin-top: -52px;
    position: absolute;
    right: -33px;
    top: 50%;
    width: 33px;
    z-index:999;
}
#sidePane{ width:238px; position:relative; float:left; }
.map_inner_holder{ width:1267px; position:relative; }
#loc-list .mCSB_scrollTools{ right:-4px; }
.noDisplay{ display:none;}


.transbox {
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.loaderDisplay {
	background: url("../../images/spin_loader.gif") no-repeat;
	position: absolute;
	z-index:1111;
	top: 50%;
	right: -33px;
	display: block;
}
.address_col label.required {
    max-width: 10% !important;
    min-width: 10%;
    width: 10% !important;
}
.address_col {
    margin-right: 3% !important;
    width: 74% !important;
}
.address_col .input_holder {
    width: 86%;
}
.distance_col {
    width: 23% !important;
}
.distance_col .input_holder {
    width: 36% !important;
}
.loc-hours {
    font-weight: bold;
    margin:0 0 3px;
    font-size:11px;
    overflow:hidden;
}
.loc-hours span{
	float:right;
	font-weight:normal;	
}
.loc-phone span{
	float:left;
	font-weight:normal;	
}
.loc-phone span img{
margin-right:5px;	
}
.loc-phone{
    font-weight: bold;
    margin:5px 0 3px;
    font-size:11px;
    overflow:hidden;
}
.loc-phone2 span{
	font-weight:normal;	
}
.loc-phone2 img{
	margin-right:5px;
}
.loc-phone2{
    font-weight: bold;
    margin:5px 0 3px;
    font-size:12px;
    overflow:hidden;
}
.loc-business-hours {
    border-bottom: 1px solid #232323;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:10px;
    font-size:12px;
    padding:0 0 5px;
}
.loc-address,
.loc-address2,
.loc-city-state{ font-size:12px;}
.gm-style-iw div{ display:block !important; overflow: visible !important; height:auto !important; }
.gm-style-iw{ height:auto !important; padding-bottom:15px;}
.gm-style-iw > div{ min-width:160px !important;}