

/* Listings */

#listings {
}

#listings ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#listings li.listing {
	width:100%;
	clear:both;
	margin: 0;
	padding: 0;
}

/* Thumbnail images */

#listings a {
	margin:0;
	padding:0;
}

#listings .alpha-shadow {
	background-color: #fff;
	float: left;
	background: url("./images/shadow.gif") no-repeat bottom right;
	margin-right:1em;
}

#listings .alpha-shadow div {
	background: url("./images/shadow2.png") no-repeat left top !important;
	background: url("./images/shadow2.gif") no-repeat left top;
	padding: 0 0.3em 0 0;
}

#listings .alpha-shadow img {
	background-color: #fff;
	padding: 0.15em;
}

#listings img.thumb {
	height: 6em;
	width: 8em;
}

#listings img.thumbOver {
	background-color:#eeeeff;
}

/* Listings text */

#listings a.title:link,
#listings a.title:visited
{

}

#listings a.starred {
	font-weight: bold;
}

#listings a.starred:after {
	content:" " url('/farodp/images/star.png');
}

#listings p {
	margin: 0;
	padding: 0;
	line-height:1.5em;
}

#listings .url {
	font-size: 90%;
}

/* Listings from search */

#listings .categoryLabel {
	color: #808080;
	font-family: 'Verdana', "Arial sans";
	font-size: 85%;
	font-weight: bold;
	margin-right:0.5em;
}

#listings .breadcrumb {
	display:inline;
}

#listings .breadcrumb ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#listings .breadcrumb li {
	display: inline;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

#listings .breadcrumb li a {
	font-family: 'Verdana', "Arial sans";
}

#listings .breadcrumb li a:link {

}

#listings .breadcrumb li a:visited {

}

