/* Search dialog styling */
#ters {
/*	
	border: 1px solid #bcd;
	background: #cde;
	padding: 9px 11px 8px 11px;
*/	
	padding: 9px 0px 8px 0px;
	border-bottom: 0;
	margin-top: 5px;
}
#tersSearch {
	width: 380px;
	padding-left: 8px;
	font-size: 1.4em;
}
#directory_holder {
/*	
	border-top: 2px solid #abc;
	background: #bcd;
*/	
	padding: 0px 0px 4px 10px;
	margin-bottom: 10px;
}
#directory_holder select, #directory_holder input {
	margin: 5px 10px 2px 0;
	float: left;
}

/* Browse Category styling */
.cookieBack {
	height: 36px;
	display: block;
}
.cookieBack a {
	text-decoration: none;
	display: block;
	padding: 3px 0 2px 19px;
	margin: 0 0 2px 5px;
	background: transparent url('../../../../../../../images/unisite/directories-layout2-back.png') no-repeat left;
}
.directory_browse {
	
	border-top: 2px solid #c2b2bd;
	background: #d3c3ce;
	
	width: 140px;
	padding: 0;
	/*margin-top: 34px;*/
}
a#dircat {
	font-weight: bold;
	color: #6f4c5e;
	text-decoration: none;
	padding: 10px;
	display: block;
	text-align: center;
	/*border-bottom: 1px solid #fff;*/
	background: transparent url('../../../../../../../images/unisite/directories-layout2-img1.gif') repeat-x top;
}
#dircat_content {
	padding: 10px 10px 15px 10px;
}
.dirctory_top{
	/*float: left;*/
	/*width: 31%;*/
	width: 100%;
	margin: 0px 0 0px 0;
	border-bottom: 1px dotted #fff;
}
.dirctory_top a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	/*border-bottom: 1px dotted #fff;*/
	padding: 5px 10px 4px 13px;
	margin: 0px;
	color: #86707e;
}
.dirctory_top a:hover {
	background: #e5d5e0;
	color: #9b8b96;
}
.dirctory_sub a, a.view_more {
	font-size:11px;
	padding: 3px 0 3px 25px;
	margin-top: 0;
}
a.view_more {
	color: #86707e;
	text-align: right;
	border-top: 2px solid #c2b2bd;
	border-bottom: 0;
}

/* Results styling */
.directory_list{
	clear:both;
}

.directory_result {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0 6px 16px;
}
.result_title a {
	font-size: 15px;
	text-decoration: none;
	line-height: 17px;
	padding: 0 10px;
}
.result_title a:hover {
	background: #eef;
}
.result_description {
	font-size: 12px;
	line-height: 21px;
	font-weight: normal !important;
}

#serchResults{
	margin: 0px 0 10px 0;
}

#cookieTrail {
	/*
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 7px 15px;
	margin-bottom: 10px;
	*/
	clear: both;
	padding: 2px 0px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
#cookieTrail a {
	text-decoration: none;
}
#cookieTrail a:hover {
	text-decoration: underline;
}



/* directory Quick Links styling */

ul#d2tools {
	margin: 0;
	padding: 0;
	display: block;
	height: 2.4em;
}
ul#d2tools li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul#d2tools li a {
	display: block;
	float: left;
	width: auto;
	height: 15px;
	padding: 0.3em 1.3em 0.2em 1.8em;
	text-decoration: none;
}

a#tool_addDir {
	padding-left: 1.7em !important;
	background: transparent url('../images/tool-user.gif') no-repeat left;
}
a#tool_addPro {
	padding-left: 2.1em !important;
	background: transparent url('../images/tool-prod.gif') no-repeat left;
}
a#tool_addPage {
	padding-left: 1.9em !important;
	background: transparent url('../images/tool-page.gif') no-repeat left;
}
a#tool_dirStr {
	padding-left: 2.0em !important;
	background: transparent url('../images/tool-struc.gif') no-repeat left;
}

.directory_title h2 {
	font-family: "Georgia", "Times", sans-serif !important;
	font-size: 28px !important;
	color: #666 !important;
}
#directory_search_button {
	display: block !important;
	width: 123px !important;
	height: 0px !important;
	padding-top: 30px !important;
	overflow: hidden !important;
	border: 0 !important;
	background: transparent url('../images/dir-search-button.gif') no-repeat 0 0 !important;
}
