/* BEGIN STORE LOCATOR GLOBAL CONTENT SYTLES */	
#containerStoreLocator {
	width:1000px;
	min-height:690px;
    float:left;
	overflow:hidden;
	background-repeat:repeat-y;
	}
	
#storeLocatorLeftColumn {
	float:left;
	width:250px;
	min-height:690px;
	max-height:100%;
	background-color:#e5e5e5;
	background-image:url(../images/store_locator/store_locator_left_bg.gif);
	background-repeat:repeat-y;
	}
	
#storeLocatorRightColumn {
	float:right;
	width:750px;
	min-height:600px;
	overflow:hidden;
	background-color: #FFFFFF;
	}
	
.storeLocatorTitle {
	margin-top:30px;
	}

.storeLocatorFormText {
	font-size:10px;
	color:#232323;
	margin-top:15px;
	margin-bottom:3px;
	}
	
.storeLocatorFormInput {
	margin-bottom:3px;
	}
	
.storeLocatorGrayLine {
	margin-top:15px;
	border-top-color:#808080;
	border-top-style:solid;
	border-top-width:1px;
	width:150px;
	}	
	
.storeLocatorButton {
	margin-top:15px;
	margin-bottom:15px;
	}

#storeLocatorFormElements {
	padding-left:45px;
	clear:left;
	}

#storeLocatorResultsContentArea {
	padding:20px;
	}
	
.storeLocatorResultsPromo {
	float: left;
	padding-left: 110px;
	}
	
.storeLocatorResultsTitle {
	padding-top:15px;
	font-weight:bold;
	color:#af263a;
	margin-bottom:15px;
	text-align:center;
	clear:left;
	}
	
.storeLocatorResultsTitleCity {	
	text-transform:uppercase;
	}
	
.storeLocatorResultsGrayLine {
	border-top-color:#bfbfbf;
	border-top-style:solid;
	border-top-width:1px;
	clear:left;
	}
	
#storeLocatorResultsText {
	float:left;
	clear:left;
	width:600px;
	padding-left:50px;
	padding-right:50px;
	}
	
.storeLocatorResultsTextBold {
	font-weight:bold;
	}
	
.storeLocatorResultsTextDistanceMiles {
	padding-bottom:10px;
	}
	
.storeLocatorResultsTextHoursBold {
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	}

.storeLocatorResultsStore {
	float:left;
	width:350px;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.storeLocatorResultsHours{
	float:left;
	margin-left:50px;
	padding-bottom:15px;
	margin-top:15px;
	width:150px;
	}
	
.storeLocatorResultsDayTime{
	float:left;
	clear:left;
	width:150px;
	}
	
.storeLocatorResultsDay{
	float:left;
	}
	
.storeLocatorResultsTime{
	float:right;
	}
	
.errorText {
	font-size:8px;
	font-style:italic;
	font-weight:bold;
	color:#ae3638;
	}

.requiredField {
	font-size:10px;
	font-weight:bold;
	color:#9f191a;
	vertical-align:middle;
	}
	
/* END STORE LOCATOR GLOBAL CONTENT SYTLES */



