/* Search dialog styling */
#ters {
	border: 1px solid #bcd;
	border-bottom: 0;
	background: #cde;
	padding: 9px 11px 8px 11px;
	margin-top: 5px;
}
#tersSearch {
	width: 320px;
	padding-left: 8px;
}
#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 */
.directory_browse {
	border-top: 2px solid #abc;
	background: #bcd;
	padding: 8px 11px;
}
.dirctory_top{
	float: left;
	width: 31%;
	margin: 10px 2% 0px 0;
	border-bottom: 1px dotted #fff;
}
.dirctory_top a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	/*border-bottom: 1px dotted #fff;*/
	padding: 3px 0 3px 10px;
	margin-top: 5px;
}
.dirctory_top a:hover {
	background: #cde;
}
.dirctory_sub a, a.view_more {
	font-size:11px;
	padding: 3px 0 3px 25px;
	margin-top: 0;
}
a.view_more {
	color: #678;
	text-align: right;
	border-top: 2px solid #abc;
	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;
}
.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: 9px 0px;
	font-size: 13px;
}
#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;
}

a#dircat {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#dircat_content {
	
}

