.rp_container {
	margin: 20px 0px;
}

.print {
	background: url('../images/print.png') no-repeat top left;
	height: 23px;
	padding-left: 20px;
}

.addthis_button {
	background: url('../images/share_large_icon.png') no-repeat top left;
	height: 30px;
	padding-left: 26px;
}

#results_map_planning_page {
	width: 100%;
	height: 350px;
	overflow: hidden;
	border: 5px solid #c4c4c4;
}

#results_direction {
	margin-top: 10px;
	width: 100%;
	padding: 0px 5px 0px 5px;
	height: 350px;
	overflow-x: auto;
}

#properties_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.address {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.city {
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}

.open_house {
	color: #CCCCCC;
	font-size: 11px;
}

.trash_can {
	vertical-align: top;
	text-align: right;
}

#properties_list img {
	padding-right: 5px;
}

#properties_list li {
	padding: 5px 0px 5px 0px;
}

.route_header {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bolder;
}

.route_sub_header {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
	padding: 10px 0px;
}

#map_route {
	width: 154px;
	height: 30px;
	display: block;
	cursor: pointer;
	background: url('../images/map_route.png') no-repeat center top;
	margin: 10px 0px;
}

#map_route.on {
	background: url('../images/map_route_on.png') no-repeat;
}

.start_address, .end_address {
	font-size: 14px;
	padding: 5px 0px;
	color: #CCCCCC;
}
.start_address input, .end_address input {
	width: 100%;
}

li.sortme {
	cursor:move;
}

#back_to_favorites {
	border-bottom: 1px solid #5A5A5A;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

a.back_to_favorites {
	color: #FFCC00;
	font-size: 20px;
	background: url('../images/back_to_favorites.png') no-repeat left center;
	height: 17px;
	padding-left: 17px;
}

a:hover.back_to_favorites {
	color: #FFFFFF;
	font-size: 20px;
	background: url('../images/back_to_favorites.png') no-repeat left center;
	height: 17px;
	padding-left: 17px;
}

li.selected {
	background-color: #6A9390;
}
.delete {
	cursor: pointer;
}
.optional{
	color: #4c4c4c;
}

.directions {
	background: url('../images/buttons/directions_small_on.png') no-repeat left center;
	padding-left: 15px;
}

.directions_on {
	background: url('../images/buttons/directions_small.png') no-repeat left center;
	color: #999999;
	padding-left: 15px;
}


#route_sublinks {
	font-size: 11px;
}
#b_share {
	padding: 5px 13px 5px 0px;
	border-right: 1px solid #CCCCCC;
}
#b_print {
	margin-left: 10px;
	padding: 5px 0px 5px 3px;
}
#b_send {
	margin-left: 10px;
	padding: 5px 0px 5px 20px;
	background: url('../images/send_icon.png') no-repeat 0px 3px;
}
