#directions {
	margin-top: 20px;
}

#directions,
#directions * {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px !important;
	line-height: 13px;
}

#directions-hours,
#directions-address,
#directions-link {
	padding: 0 10px 10px;
}

#directions-hours *,
#directions-address *,
#directions-link * {
	font-size: 14px;
	line-height: 18px;
	color: #554;
}

#directions-hours {
	padding-bottom: 0;
}

#directions-hours * {
	font-weight: bold;
}

#directions-map {
	width: 135px;
	height: 235px;
	border-top: 1px dotted #ccb;
	border-bottom: 1px dotted #ccb;
	overflow: hidden;
}

#directions-link {
	background-image: url(/site/images/directions-link-background.png);
	background-repeat: repeat-x;
	height: 21px;
	padding: 10px;
}

	#directions-link * {
		font-weight: bold;
		font-size: 12px;
		color: #586;
	}

