@CHARSET "UTF-8";

/* GENERAL */
body {
	font-family:arial,helvetica,sans-serif;
}

.grey-header {
	font-size:20px;
	color:#6a6b65;
}

.orange-subhead {
	font-size:20px;
	color:#ffbc43;
	/* margin-bottom:30px; */
}

/* MAIN WRAPPER */
.wrapper {
	width:750px;
}

/* LEFT COLUMN */
.left-column {
	width:300px;
	float:left;
}

/* RIGHT COLUMN */
.right-column {
	width:420px;
	margin-left:20px;
	float:left;
}

/* LOCATIONS */
.locations {
	font-size:12px;
	font-weight:bold;
	color:#6A6B65;
	width:360px;
}

.locations .nav {
	float:right;
}

.locations .nav a {
	text-decoration:none;
	color:#6a6b65;
}

.locations .nav li {
	display:inline;
}

.locations .nav #previous {
	background-image:url(../img/left-bracket.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	float:left;
}

.locations .nav #previous a {
	display:block;
	padding-left:14px;
}

.locations .nav #previous a:hover {
	text-decoration:underline;
}

.locations .nav #divider {
	padding-left:4px;
	padding-right:4px;
	float:left;
}

.locations .nav #next {
	background-image:url(../img/right-bracket.gif);
	background-repeat:no-repeat;
	background-position:32px 2px;
	float:left;
}

.locations .nav #next a {
	display:block;
	padding-right:14px;
}

.locations .nav #next a:hover {
	text-decoration:underline;
}

/* LOCATIONS CONTAINER */
.locations-container {
	border-top:1px solid #e3e3e3;
	position:relative;
}

.locations-container .location-item {
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	padding:6px;
	width:346px;
	min-height:72px;
	clear:both;
	float:left;
}

.locations-container .location-item .number {
	background-image:url(../img/list-background.gif);
	background-repeat:no-repeat;
	width:22px;
	height:30px;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-top:4px;
	float:left;
}

.locations-container .location-item .miles {
	font-size:12px;
	width:50px;
	color:#6a6b65;
	float:left;
}

.locations-container .location-item .store {
	font-size:12px;
	color:#6a6b65;
	width:172px;
	margin-left:6px;
	float:left;
}

.locations-container .location-item .store .name {
	font-weight:bold;
}

.locations-container .location-item .store .phone {
	font-weight:bold;
	color:#6a6b65;
}

.locations-container .location-item .store .directions a {
	color:#868686;
	text-decoration:none;
}

.locations-container .location-item .store .directions a:hover {	
	color:#868686;
	text-decoration:underline;
}

.locations-container .location-item .logo {
	text-align:center;
	float:left;
}

/* MAP */
.map-container {
	clear:both;
	/* padding-top:30px; */
}

.map-container .map {
	border:1px solid #868686;
	width:738px;
	margin-top:15px;
}

.map-container .map-links {
	font-size:12px;
	float:right;
}

.map-container .map-links a {
	color:#868686;
	text-decoration:none;
	padding-right:10px;
}

.map-container .map-links a:hover {
	text-decoration:underline;
}
