.printme {
	display: block;
	padding: 4px 0 4px 26px;
	margin: 2px 12px 0 20px;
	background: transparent url(/images/locations/print.gif) left center no-repeat;
	font-weight: bold;
}

#map, #directions {
	background: white;
	width: 600px;
	height: 320px;
	float: left;
	border: 1px solid #9c9ea1;
	margin-top: 10px;
}
#map {
	/*
float: right;
*/
}

#directions {
	-moz-box-sizing: border-box;
}

.your-address {
	clear: both;
}

#fromAddress{
	border: 1px solid #9c9ea1;
	width: 350px;
	height: 1.2em;
}


#directions {
	width: 600px;
	height: 320px;
	margin-right: 10px;
	float: left;
	overflow: auto;
}

label { cursor: pointer; }

.map-container input  { float: left;}

.map-container .address-field {
	margin-left: 5px;
	width: 317px;
	padding: 5px;
	border: 1px solid #9c9ea1;
}

.map-container .itemized-directions {
	overflow: auto;
	height: 255px;
	float: left;
	width: 100%;
	padding: 0 !important;
	border: 1px solid #9c9ea1;
	background: #E6E6E6;
}

.map-container .itemized-directions li {
	border-bottom: 1px solid #9c9ea1;
	padding: 5px;
}

.map-container {
	margin-top: 35px;
	float: left;
}

.table-description a {
	color: #ffffff !important;
	margin: -15px 5px 0px 0px;
}

.table-description a:hover { color: #553C16 !important;}

.hide-scrollers .itemized-directions {
	visibility: hidden !important;
	overflow: hidden !important;
}body {

}
