#map {
	height:350px;
	border:1px solid #444;
}

/** Locations List */
#locations {
	/* clear:both; */
	margin: 0 -40px;
}

#locations .error_empty {
}

#locations .row {
	/* clear:both; */
}

#locations .col_divider {
}

#locations .row_divider {
	/* clear:both; */
	min-height:10px;
	height:10px;
}

#locations .details_box {
	width:240px;
	float:left;
	padding:5px;
}

#locations .details {
	color: #535353;
	padding-bottom: 12px;
}

#locations .details .title {
}
#locations .details .title a {
	font-weight:bold;
	font-size:13px;
	color: #0e2b8e;
}

#locations .details .address {
	padding-top:5px;
}

#locations .details dl.contact {
	/* clear:both; */
	padding:0;
	margin:0;
}
#locations .details dl.contact dt {
	padding:0;
	margin:0;
	float:left;
	width:50px;
}
#locations .details dl.distance dd {
	padding:0;
	margin:0;
}

#locations .details dl.distance {
	/* clear:both; */
	padding:0;
	margin:0;
	color:#cc0000;
}
#locations .details dl.distance dt {
	padding:0;
	margin:0;
	float:left;
	width:50px;
}

#locations .details .maphours {
}
#locations .details .maphours a {
}

#frmDistance {
	padding-bottom:10px;
}
#frmDistance .error {
	color:#cc0000;
	background-color:#f7f7f7;
	text-align:center;
	border:1px solid #999999;
	margin-bottom:5px;
}

/** Single location */
#location_details {
	margin: 0 -40px;
}

#location_details .title {
	padding:5px;
	font-weight:bold;
	font-size:18px;
}

#location_details  .sub_title {
	font-weight:bold;
	font-size:14px;
	padding:10px 0 0 0;
	margin:0;
}

#location_details .back {
	padding:5px;
	/* clear:both; */
}

#location_details .back a {
	color:#535353;
}

#location_details .info_box_wrapper {
	padding:10px 0;
	/* clear:both; */
}

#location_details .info_box_left {
	float:left;
	width:300px;
	color:#535353;
}
#location_details .info_box_center {
	float:left;
	width:150px;
}
#location_details .info_box_center dl.contact {
}
#location_details .info_box_center dl.contact dt {
	font-weight:bold;
}
#location_details .info_box_center dl.contact dd {
}

#location_details .info_box_right {
	float:right;
	width:250px;
}

#location_details .item_value {
	color:#535353;
}

#location_details dl.contact {
	/* clear:both; */
	padding:0;
	margin:0;
}
#location_details  dl.contact dt {
	padding:0;
	margin:0;
	float:left;
	width:50px;
}

#location_details  .location_map {
	/* clear:both; */
}
#location_details #map {

}
#location_details .btn_link a {
	margin-top: 15px;
	width: 100px;
}



#frmDirections {
	padding-bottom:5px;
}
#frmDirections .error {
	color:#cc0000;
	background-color:#f7f7f7;
	text-align:center;
	border:1px solid #999999;
	margin-bottom:5px;
	display:none;
}

#location_details .location_hours_outer_table {
	background-color:#f7f7f7;
	border:1px solid #ccc;
}
#location_details .location_hours_outer_td {
}
#location_details .location_hours_inner_table {
}
#location_details .location_hours_inner_table .day {
	font-weight:bold;
}
#location_details .location_hours_inner_table .time {
	padding:0 5px;
}
