#searchOptions { float: left; }
#search { width: 35em; padding: 20px; margin-bottom: 20px; border: 1px solid #ddd; background: #eee; -moz-border-radius: 5px; }
#search input[type="text"] { width: 25em; }
#search em { display: block; }

#tagsearch { width: 35em; margin: 20px; }

#topRated { float: right; width: 250px; line-height: 16px; }
#topRated h3 { font-family: Lucida Grande, Tahoma, sans-serif; text-transform: uppercase; font-size: 11px; font-weight: bold; }
#topRated ol { margin-bottom: 20px; }
#topRated li { margin-bottom: 6px; }

#results ol, #results ul { list-style: none; margin: 0; padding: 0; }

#resultType { margin: 0 10px; }
#resultType li { float: left; margin-right: 5px; }
#resultType a { color: #000; display: block; -moz-border-radius: 5px 5px 0 0; background: #f7f7f7; margin-bottom: 0; padding: 2px 10px; border: 1px solid #333; border-width: 2px 1px 0; border-color: #ccc #ddd; }
/*#resultType .services a { background: #eef; }
#resultType .articles a { background: #efe; }*/
.all #resultType .all a, .articles #resultType .articles a, .services #resultType .services a { margin-bottom: -1px; padding-bottom: 3px; background: #eee; }

#sortFilter { clear: both; padding: 10px 18px; border: 1px solid #ddd; background: #eee; }
/*.services #sortFilter { background: #eef; }
.articles #sortFilter { background: #efe; }*/
#sorting span { float: left; }
#sorting li { float: left; padding: 0 10px; border-right: 1px solid #ddd; font-weight: bold; }
#sorting a { font-weight: normal; border-bottom: none; }
#sorting.dateSort #dateSort a, #sorting.ratingSort #ratingSort a, #sorting.viewsSort #viewsSort a { font-weight: bold; color: #000; }

#cityFilter { float: left; padding-left: 40px; }

.showing { display: block; padding: 10px 20px; }



.type { text-transform: uppercase; color: #666; font-size: 11px; font-family: Lucida Grande, Tahoma, sans-serif; }


.result { padding: 20px; border: 1px solid #ddd; border-top-color: #eee; border-width: 1px 0; clear: both; }
.result.service { background: #eef; }
.result.article { background: #efe; }

.result h2 { margin-bottom: 10px; font-size: 18px; line-height: 20px; font-weight: bold; }
.result h2 a { border-bottom: none; }
.result h2 a:hover { border-bottom: 1px dotted; }
.result h2 a:visited { color: #333; }
.result .contact, .result .address {  float: right; margin-left: 40px;  }
.result .links { clear: left; }
.result .links a { margin-right: 20px; }

#pagination { clear: both; padding: 10px 18px; border: 1px solid #ddd; border-width: 0 1px 1px ; -moz-border-radius: 0 0 5px 5px; background: #eee; }
.services #pagination { background: #eef; }
.articles #pagination { background: #efe; }
#pagination span { float: left; margin-right: 10px; }
#pagination a { display: block; float: left; margin-right: 10px; height:18px; padding: 0 5px; text-align: center; text-decoration: none; border: 1px solid #aaa; background: #fff; }
#pagination strong { display: block; float: left; margin-right: 10px; height:18px; padding: 0 5px; text-align: center; text-decoration: none; border: 1px solid #eee; background: #eee; }


