/*
 *  Copyright 2010 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
#service-search-wrapper h3 {
}

#service-search-wrapper form.search {
	padding: 10px 0 0 10px;
}

#service-search-wrapper form.search .field {
	clear: left;
	overflow: auto;
	padding-bottom: 3px;
	margin-bottom:5px;
}

#service-search-wrapper form.search .label {
	width: 170px;
	float: left;
}

#service-search-wrapper form label {
	color: #404040;
	margin-right: 10px;
	margin-bottom:5px;
}

#service-search-wrapper form span.error {
	color: #FF0000;
	margin-left: 170px;
	font-weight:bold;
}


#service-search-wrapper form label.checkbox {
}

#service-search-wrapper form input {
	color: #404040;
	width: 250px;
}

#service-search-wrapper form input.checkbox {
	width: auto;
	margin-left: 120px;
}

#service-search-wrapper form select {
	color: #404040;
	width: 260px;
	margin-bottom:5px;
}

#service-search-wrapper .back {
	padding-bottom: 10px;
}

#service-search-wrapper .no-result {
	padding: 10px 0 10px 10px;
}

#service-search-wrapper .results {
}

#service-search-wrapper .search-hits {
}

#service-search-wrapper .search-hits .results {
}

#service-search-wrapper .search-hits dt {
	padding: 5px 10px 0px 10px;
	overflow: auto;
}

#service-search-wrapper .search-hits dd {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px 10px 5px 10px;
}

#service-search-wrapper .search-hits dd span.site {
	color: #404040;
	font-size: 0.9em;
	font-style: italic;
}

#service-search-wrapper .search-hits .even {
	background-color:#F6F6F6;
}

#service-search-wrapper .search-hits img.icon{
	float: left;
	margin-right: 10px;
}

#service-search-wrapper .search-hits span.size {
}

#service-search-wrapper div.date {
	color: #404040;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

#service-search-wrapper .button {
	padding-bottom: 10px;
}

#service-search-wrapper .pagination, #service-search-wrapper .results-sort {
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	padding: 5px 0 5px 0;
	color: #404040;
	height: 20px;
}

#service-search-wrapper .results-sort {
	margin-top: 10px;
}



#service-search-wrapper .pagination p, #service-search-wrapper .results-sort p {
	float: left;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: right;
}

#service-search-wrapper .ctypes-filter ul.ctypes {
	list-style-type:none;
	margin:0;
	padding:10px 0;
	text-align:center;
}

#service-search-wrapper .pagination ul.nav, #service-search-wrapper .results-sort ul.sort {
	padding: 0;
	margin: 0;
	text-align: right;
}

#service-search-wrapper .ctypes-filter {
	color: #404040;
}

#service-search-wrapper .pagination ul.nav li, 
#service-search-wrapper .results-sort ul.sort li,
#service-search-wrapper .ctypes-filter ul.ctypes li {
	display: inline;
	padding:0 2px;
	margin-right: 3px;
}

#service-search-wrapper .ctypes-filter ul.ctypes li span {
	font-size: 0.9em;
}

#service-search-wrapper .ctypes-filter ul.ctypes li input,
#service-search-wrapper .results-sort ul.sort li input, 
#service-search-wrapper .pagination ul.nav li input {
	border: none;
	background:none;
	cursor: pointer;
	padding: 0;
	width: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
}

#service-search-wrapper .ctypes-filter p.number {
	float: right;
	margin: 0;
}

#service-search-wrapper .ctypes-filter p.number span {
	font-size: 1.8em;
}




