.infoBox {
    background-image: none;
    width: auto;
	position:absolute;
	visibility: visible;
	left: 100px;
	top: 90px;
	width:450px;
}

.infoBox p {
	font-size:12px;
	}

.mapArray {
    background-color: #FFFFFF;
    border: 2px solid #3e3e3e;
    border-radius: 15px;
    padding:15px;
	width:200px;
	min-height:250px;
	position:relative;
	z-index:5;

}



.mapArray#price {
    background-color: #3e3e3e;
    border: none;
	font-weight:bold;
	position:absolute;
	min-height:210px;
	z-index:4;
	margin:0 0 0 210px;

	color:#ffffff;
	top:0;
}

.glare {
	position:absolute;
	border-radius: 0 15px 0 0;
	z-index:10;
	right:0;
	top:0;
	width:75px;
	height:205px;
	background:url("images/glare-2.png") no-repeat;
}

.mapArray h4 {
    border-bottom: 1px solid #575757;
    display: block;
    font-size: 1.2em;
    margin: 0 0 10px;
    text-align: center;
}
.mapArray .locationName {
    float: left;
    margin-bottom: 10px;
    width: 190px;
}

.mapArray .locationName p {
	font-size:14px;
	line-height:16px;
}
.mapArray .locationName img {
    height: auto;
    padding:0;
	margin:0 10px 0 0;
    width: auto;
}
.mapArray .locationName h3 {
    float: left;
    font-size: 18px;
	font-weight:bold;
    padding-top: 0;
    width: 142px;
}
.mapArray .locationName .icon {
    float: left;
}
.mapArray .locationName .description {
    float: left;
    width: 142px;
}
.mapArray .locationName .description .offersLink {
    clear: both;
    display: block;
	text-decoration:none;
	font-size:12px;
	line-height:16px;
}
.mapArray .locationPrices {
    margin-left: 20px;
    text-align: center;
	width:auto;
}
.mapArray .locationPrices p {
    clear: both;
    display: block;
    line-height: 1.1em;
    padding-bottom: 5px;
}
.mapArray .locationPrices img {
    display: inline;
    float: none;
}
.mapArray .locationPrices .regPrice, .mapArray .locationPrices .yourPrice {
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
}
.mapArray .locationPrices span.dollarSign {
    float: left;
    padding: 42px 0 0 0;
}
.mapArray .locationPrices .priceBox {
    background-color: none;
    color: #FFFFFF;
    float: left;
    height: 75px;
    width: 160px;
}
.mapArray .locationFoot {
    padding-top: 5px;

}
.mapArray .locationFoot p {
    padding-bottom: 0;
	font-weight:normal;
}


.clear {
	clear:both;
}

.popup-info { 
	background:#f1f1f1;
	/*padding:10px;*/
	border-radius:5px;
}

.popup-info h3 {
	font-weight:bold;
	font-size:12px;
}

.popup-info p {
	line-height:14px;
}

.popup-icons {
	margin:5px 0; 
	width:100%; 
	height:29px; 
}

.popup-icons img {
	margin:0 5px 0 0;
}




/*Map CSS*/

.map-fpo {
	width:590px;
	height:460px;
	background:url("images/map-fpo.jpg") no-repeat;
	position:relative;
}


