		#content div.filter {
			background-color:#eee;
			padding:10px;
			margin: 0;
			border-bottom: none;
		}
			#content div.filter div.rssicon {
				width: 110px;
				position: relative;
				float: right;
				top: 0px;
				margin: auto 0;
				padding: 0px;
			}

				#content div.filter div.rssicon a.text {
					position: relative;
					font-size: 60%;
					padding: 0px;
					width: 80px;
					margin: 0px;
					color: #888;
					text-decoration: none;

					float: left;
				}

					#content div.filter div.rssicon a.text:hover {
						color: #888;
						text-decoration: underline;
					}

				#content div.filter div.rssicon a.logo {
					position: relative;
					float: right;
					padding: 0px;
					margin: 0px;
					vertical-align: center;
				}

			#content div.filter form {
				margin:0;
			}
				#content div.filter h4 {
					font-size:90%;
font-weight:bold;
					margin:18px 50px 0 0;
					text-transform:uppercase;
					float: left;
				}
				#content div.filter form p {
					font-size:75%;
					margin:0 10px 0 0;
					padding: 0px 10px 0px 0;
					border-right: 1px solid #999;
					float: left;
				}
					#content div.filter form p input {
						margin:0 2px 0 6px;
					}

	a.add, a.email, a.map, a.pdf, a.remove, a.streetview, a.website {
		background-repeat: no-repeat;
		padding: 1px 0 10px 20px;
		text-decoration: none;
		display:block;
	}
	a.add {
		background-image: url(images/icons/add.gif);
	}
	a.email {
		background-image: url(images/icons/email.gif);
	}
	a.map {
		background-image: url(images/icons/map.gif);
	}
	a.pdf {
		background-image: url(images/icons/pdf.gif);
	}
	a.website {
		background-image: url(images/icons/website.gif);
	}
	a.remove {
		background-image: url(images/icons/remove.gif);
	}
	a.streetview {
		background-image: url('images/streetview-icon.gif');
	}
		a.add:hover, a.email:hover, a.map:hover, a.pdf:hover, a.remove:hover, a.website:hover {
			text-decoration: underline;
		}


#content div.list p.streetview  {
	margin-top: 0px;
	padding-top: 10px;
	clear: left;
}



