#map {
	height:350px;
	border:1px solid #444;
}

/** Locations List */
#locations {
	clear:both;
}

#locations .error_empty {
}

#locations .row {
	clear:both;
}

#locations .col_divider {
}

#locations .row_divider {
	clear:both;
	min-height:10px;
	height:10px;
}

#locations .details_box {
	width:180px;
	float:left;
	padding:5px;
}

#locations .details {
}

#locations .details .title {
}
#locations .details .title a {
	font-weight:bold;
	font-size:13px;
}

#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 {
}

#location_details .title {
	padding:5px;
	background-color:#eee;
	border-top:1px solid #444;
	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 .info_box_wrapper {
	padding:10px 0;
	clear:both;
}

#location_details .info_box_left {
	float:left;
	width:300px;
}
#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 {
}

#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 {

}

#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;
	width:248px;
}
#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;
}

