#googlemapscontainer .proFormList {
	overflow: hidden;
}


/*
	Itemlists - styles for itemlists
	--------------------------------------------------
*/
table.searchresult {
    width: 100%;
	margin: 1em 0;
	padding: 0.5em;
}

table.searchresult thead tr th {
	border: 1px solid #DDDDDD;
}

table.searchresult thead tr th.distance {
	text-align: right;
}

table.searchresult tbody tr.clickable td {
	cursor: pointer; /* needed for IE7: gets even slower when changing cursor on hover states */
	border: 1px solid #DDDDDD;
}

/* row hover */
table.searchresult tbody tr.clickable:hover td,
table.searchresult tbody tr.active td {
	background-color: #f2f2f2;
}

table.searchresult tbody tr td.distance {
	text-align: right;
}

table.searchoptions thead tr th {
	border: 1px solid #DDDDDD;
}

table.searchoptions tbody tr.active td {
	background-color: #f2f2f2;
}

table.searchoptions tbody tr.clickable td {
	cursor: pointer; /* needed for IE7: gets even slower when changing cursor on hover states */
	border: 1px solid #DDDDDD;
}

/* row hover */
table.searchoptions tbody tr.clickable:hover td {
	background-color: #f2f2f2;
}

table.routedescription tbody tr.fromaddress th {
	padding: 5px 2px;
}

table.routedescription tbody tr.fromaddress th.print {
	text-align: center;
}

table.routedescription tbody tr.fromaddress th.print img:hover {
	cursor: pointer; /* needed for IE7: gets even slower when changing cursor on hover states */
}

table.routedescription tbody tr.clickable td {
	border-top: 1px solid #DDDDDD;
}

table.routedescription tbody tr.clickable td {
	cursor: pointer; /* needed for IE7: gets even slower when changing cursor on hover states */
	padding: 5px 2px;
}

table.routedescription tbody tr.clickable:hover td {
	background-color: #f2f2f2;
}

table.routedescription tbody tr td.distance {
	text-align: right;
}

table.routedescription tbody tr.last {
	border-bottom: 1px solid #DDDDDD;
}

table.routedescription tbody tr.toaddress td {
	padding: 5px 2px;
}
