@charset "utf-8";
/* CSS Document */
.locations .locationListColLeft{ width:45%;float:left;display:inline;margin:0px 0px 0px 0px; }
.locations .locationListColRight{ width:45%;float:right;display:inline;margin:0px 0px 0px 0px; }
.locations .locationItem{
	clear:both;
	width:443px;
	min-height:75px;
	height:auto!important;
	height:75px;
	margin:0px 0px 10px 0px;

}

.locations .locationItem .locationItemDetail{
	float:left;
	display:inline;
	width:320px;
}
.locations .locationItem .locationImage{
	float:left;
	display:inline;
	width:100px;
}
.locations .locationItem .locationsFloatDivider{ clear:both;width:400px;height:1px;}
.locations .locationItemTitle{
	font-weight:bold;
}

@media(max-width:992px){
.locations .locationListColLeft{ width:100%;float:none;display:block;margin:0px 0px 0px 0px; }
.locations .locationListColRight{ width:100%;float:none;display:block;margin:0px 0px 0px 0px; }
}