.listingMore {
    text-align: right;
}


/* LISTINGS (contains links to detail pages) */
.listingList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.listingList li {
    margin: 20px 0;
    border-bottom: dashed 1px #40627c;
}
.listingList li p.description {
    text-align: right;
}



/* DETAILED LISTINGS (contains details of items in listing) */
h4.detailedListingHeader {
    margin: 0;
}
.detailedListingList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.detailedListingList li {
    padding: 4px 0;
    border-bottom: dashed 1px #40627c;
}
.detailedListingList li.last {
    border-bottom-style: none;
}
.detailedListingList li h6 {
    margin: 0;
}
.detailedListingList li .detailedListingSection {
    margin: 0 0 2px;
}
.detailedListingList li a, .detailedListingList li a:link, .detailedListingList li a:visited {
    text-decoration: none;
}
.detailedListingList li a:hover, .detailedListingList li a:active {
    text-decoration: underline;
}
.detailedListingList li a.case {
    background-image: url(/r/i/case.gif);
    background-repeat: no-repeat;
    padding: 0 0 2px 20px;
    text-transform: lowercase;
}

/* LISTING TOOLS */
h4.listingToolHeader {
    color: #d0a825;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 1px;
    border-bottom: dashed 1px #999;
}
ol.listingToolList, ul.listingToolList, ul.tagsList, ol.tagsList {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
.listingToolList ol, .listingToolList ul {
    margin: 0 0 4px 22px;
    padding: 0;
    list-style-type: none;
}

.listingToolList a, .listingToolList a:link, .listingToolList a:visited,
.tagsList a, .tagsList a:link, .tagsList a:visited {
    color: #f3f5f7;
    text-decoration: none;
}
.listingToolList a:hover, .listingToolList a:active,  
.tagsList a:hover, .tagsList a:active {
    color: #dbb052;
    text-decoration: underline;
}
.listingToolList li a.expanded, .listingToolList li span {
    padding-left: 16px;
    background-image: url(/r/i/arrow-gold.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    color: #dbb052;
    font-weight: bold;
}
.tagsList li a.expanded, .tagsList li span  {
    color: #dbb052;
    font-weight: bold;
}

.tagsList li {
    display: inline;
    margin: 0 2px 0 0;
}
.subscribeList li {
    margin: 5px 0;
}
.subscribeList li a {
    background-image: url(/r/i/sites/blog/rss.gif);
    background-repeat: no-repeat;
    padding: 1px 0 4px 20px;
}

.tagPopularity1 {
    font-size: 100%;
    line-height: 110%;
}
.tagPopularity2 {
    font-size: 105%;
    line-height: 110%;
}
.tagPopularity3 {
    font-size: 115%;
    line-height: 110%;
}
.tagPopularity4 {
    font-size: 130%;
    line-height: 110%;
}
.tagPopularity5 {
    font-size: 150%;
    line-height: 110%;
}

.searchResultsList li h4, .searchResultsList li p {
    margin: 0 0 6px;
}
.searchResultsList li .address {
    font-size: 11px;
    margin-bottom : 2px;
}
.searchResultsList li .rank {
    font-size: 11px;
    color: #759475;
}

/* PAGING */
.listPager 
{
	margin: 2px 10px 20px;
	font-size: 11px;
	color: #79a0b3;
	text-transform: lowercase;
}
@media screen {	
	.listPager .transport 
	{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
	}
	.listPager .options 
	{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		text-align: right;
		font-weight: bold;
		color: #daba51;
	}
	.listPager .transport .control, 
	.listPager .transport .page 
	{
		margin: 0 1px;
	}
	.listPager .options .option 
	{
		margin: 0 1px;
	}
	.listPager .transport a, 
	.listPager .transport a:link, 
	.listPager .transport a:visited
	{
		color: #333636;
	} 
	.listPager .transport a:hover, 
	.listPager .transport a:active
	{
		color: #d0a825;
	}
	.listPager .options .option,
	.listPager .options a,
	.listPager .options a:link,
	.listPager .options a:visited
	{
		color: #4d4f4f;
		font-weight: normal;
	}
	.listPager .options a:hover,
	.listPager .options a:active
	{
		color: #d0a825;
		font-weight: normal;
	}
}/* 3/16/2010 9:15:45 PM */