/* search index.php */

#directoryBrowse h2 {
	font-size: 12px;
	margin: 0px;
	color: #3E5A8E;
}
#directoryBrowse {
	width: 540px;
}
#directoryBrowseLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;
}
#directoryBrowseRight {
	float: right;
	width: 260px;
	padding: 0px;
}
td.featuredLogo {
	width: 180px;
	height: 120px;
	vertical-align:top;
}
td.featuredData {
	padding-top: 10px;
	padding-left: 20px;
	vertical-align:top;
}


/* search listing_view.php */
#tableListing {
	width: 540px;
}

#tableListing td.logo {
	width: 210px;
	vertical-align: top;
	text-align: center;
}

#tableListing td.data {
	width: 330px;
	vertical-align: top;
}

#tableListingData h2 {
	margin: 0px;
}

#tableListingData td {
	width: 320px;
	padding-left: 10px;
}

#tableListingGallery {
	width: 540px;
}
#tableListingGallery table td {
	width: 250px;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10p
}


/* search_category.php */
#tableDisplayResults {
	width: 540px;
}
#tableDisplayResults td.displayInfo {
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tableDisplayResults td.displayPagingLetters {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tableDisplayResults ul {
	list-style:none;
}
#categories {
	list-style:none;
}
#tableDisplayResults select, #tableDisplayResults option {
	font-size: 10px;
	color: #666666;
	background-color: #F0F0F0;
}
