@charset "utf-8";
/* CSS Document */
#locations { width: 900px; padding-bottom: 150px; }
#locationListA
,#locationListB {
	width: 260px;
	float: left;
	display: inline;
}
#locationListB { margin-left: 100px; }
#locationListA .locationItem,
#locationListB .locationItem{
	width:260px;
	min-height:75px;
	height:auto!important;
	height:75px;
	margin:0px 0px 10px 0px;
	float: left;
	display: inline;
}

.locationItem .locationItemDetail{
	float:left;
	display:inline;
	width:150px;
}
.locationItem .locationImage{
	float:left;
	display:inline;
	width:100px;
	margin-left: 10px;
}
.locationItem .locationsFloatDivider{ clear:both;width:400px;height:1px;}
.locationItemTitle{
	font-weight:bold;
}
