@charset "UTF-8";
/* CSS Document */

#locationsHead {
	float:right;
	text-align:right;
	}

.clearLeft {
	clear:left;
	}

.stateWrapper {
	clear:left;
	margin-top:15px;
	}

.locationWrapper {
	float:left;
	clear:left;
	border-left: 1px dotted #cccccc;
	width:500px;
	overflow:hidden;
	padding-left:15px;
	margin-top:15px;
	}
	
.storeAddress {
	float:left;
	width:300px;
	font-size:11px;
	}
	
.storeHours {
	float:right;
	width:170px;
	font-size:11px;
	}
