#SpecialSearch form select, #SpecialSearch form input {
	padding:3px;
}

#title {
	display: none; 
}

/* form */
.deki-search-form .filters {
	padding: 8px;
	margin-top: 6px;
	border-top: solid 1px #000;
	background-color: #efefef;
	overflow: auto;
}
* html body .deki-search-form .filters {
	height: 30px;
}
.deki-search-form ul.sortby {
	display: inline;
	margin: 0 0 0 8px;
	padding: 0;
}
.deki-search-form span.sort,
.deki-search-form .sortby li {
	display: inline;
}
.deki-search-form div.language {
	float: right;
}
.deki-search-form ul.sortby li {
	margin-right: 8px;
}
.deki-search-form ul.sortby li a {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
.deki-search-form ul.sortby li a:hover {
	text-decoration: underline;	
}
.deki-search-form ul.sortby li.sort-asc a,
.deki-search-form ul.sortby li.sort-desc a {
	color: #000;
	border-bottom: 2px solid #000;
}

#deki-advanced-toggle { float: right; }
.deki-advanced-search-form { margin-bottom: 10px; }
.deki-advanced-search-form form label {
	display:block;
	margin:7px 0 1px 0;
	font-size:11px;
	color:#666;
}
.deki-advanced-search-form form h3 {
	border:0;
	border-bottom:1px dotted #ccc;
	padding:0 0 3px 0;
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin:20px 0 10px 0;
}
.deki-advanced-search-form .field {
    float: left;
    height: 55px;
    display: block;
    min-width: 200px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.deki-advanced-search-form hr {
    border:0;
	border-bottom:1px dotted #ccc;
}

/* results */
.ui-state-empty {
	padding: 18px 0;
	font-size: 14px;
}
.results-heading {
	overflow: auto;
	margin-top: 6px;
}
.results-ranking {
	display: inline;
}
.results-ranking a,
.results-ranking a:visited {
	background: url(/skins/common/icons/mindtouch-rank.png) no-repeat center left;
	padding: 2px 0 2px 21px;
	color: #444;
	text-decoration: none;
}
.results-ranking a:hover {
	text-decoration: underline;
}
.results-heading a:hover {
	text-decoration: underline;
	color: #000;
}
.results-heading .details {
	float: left;
	display: block;
	font-size: 11px;
	color: #444;
	text-transform: uppercase;
}
.results-heading .subscribe {
	float: right;
}
.results-heading .subscribe a {
	background: transparent url(/skins/common/icons/silk/feed.png) no-repeat left center;
	padding-left: 20px;
	color: #333;
	display: block;
	font-size: 11px;
}
.results-heading {
	padding: 0 8px;
}
* html body .results-heading {
	height: 20px;
}
.results {
	padding: 3px 8px 0 8px;	
}
.results .url {
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
ul.results li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.results li.result {
	margin-bottom: 12px;
}
.result .title {
	font-size: 16px;
	padding: 0;
	margin: 0 0 2px;
	border: none;
}
.result .title a {
	border-bottom: 1px solid #36c;
	text-decoration: none;
}
.result .title a:visited {
	border-bottom: 1px solid #5c85d6;
}
.result .title a:hover {
	border-bottom: 1px solid #004a80;
}
.result .title span.location {
	font-size: 12px; 
}
.result .meta {
	color: #777;
}
.result .meta .updated {
	padding: 0;
	background: none;	
}
.result .meta a {
	text-decoration: none;
	color: #3333ff;
}
.result .meta a:hover {
	text-decoration: underline;
}
.result .url {
	color: #339933;
}
.result .image, 
.result .result-comment {
	padding: 4px 0 0 18px; 
	margin-left: 4px;
}

.result .image img {
	border: 1px solid #ccc;
	padding: 4px;
}
.result .image a:hover img {
	border: 1px solid #000;
}
.result .comment a.link-user {
	background: url("/skins/common/icons/icon-user-s.gif") no-repeat scroll left center transparent;
	padding-left: 14px;
}
/* results footer */
.results-footer .deki-search-form {
	padding: 10px 0;
	border-top: solid 1px #000;
}
.results-footer .parsed-query {
	color: #ccc;
	font-size: 80%;
	margin-top: 12px;
}
.results-footer .parsed-query span.label {
	font-weight: bold;
}
.results-footer div.inputs {
	display: block;
}

/* error view */
#deki-search-results-error dl.error {
	border: solid 1px #999;
	background-color: #efefef;
	margin: 10px 0 20px;
	padding: 10px;	
}
#deki-search-results-error .message {
	font-weight: bold;	
}
#deki-search-results-error dd {
	padding-left: 10px;	
}
