/* CSS for search results pages goes here */


ul#search-filter-tabs {
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
	width:100%;
	border-bottom:solid 1px #0b0e5b;	
}

ul#search-filter-tabs li {
	float:left;
	display:block;
	width:150px;
	height:25px;
}

ul#search-filter-tabs li a:link, ul#search-filter-tabs li a:visited, ul#search-filter-tabs li a:focus, ul#search-filter-tabs li a:active {
	display:block;
	padding:4px 4px 4px 8px;
	width:138px;
	height:17px;
	background:transparent url(/img/search/search-tab-sprite.gif) no-repeat 0 0;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	outline:none;
}
ul#search-filter-tabs li a:hover {
	color:#0b0e5b;
}

ul#search-filter-tabs li a:link.selected, ul#search-filter-tabs li a:visited.selected, ul#search-filter-tabs.selected li a:focus, ul#search-filter-tabs.selected li a:active {
	background:transparent url(/img/search/search-tab-sprite.gif) no-repeat 0 -25px;
}
ul#search-filter-tabs li a:hover.selected {
	color:#ffffff;
}

p#result-summary {
	clear:both;
	font-size: 0.9em;
	text-align: right;
	margin: 0;
	padding:15px 10px 0 0;
}

/* search reaults list */
dl#search-results {
	clear:both;
	margin:15px 0 30px 0;
	padding:0;
	line-height: 1.6em;
}

dl#search-results div.type {
	border-top:solid 1px #eee;
	padding:0 0 0 80px;
	margin-bottom:10px;
}

dl#search-results div.type.library {
	background:transparent url(/img/search/library.gif) no-repeat scroll left 10px;
}
dl#search-results div.type.web-pages {
	background:transparent url(/img/search/site-pages.gif) no-repeat scroll left 10px;
}
dl#search-results div.type.near-you {
	background:transparent url(/img/search/near-you.gif) no-repeat scroll left 10px;
}

dl#search-results dt {
	margin:0;
	padding-top:10px;
	font-weight: bold;
	font-size: 1.1em;
	color:#63B4E1;
}

dl#search-results dd {
	display:inline;
	margin:0;
	color:#666;
	padding-right:5px;
	border-right:dotted 1px #63B4E1;
	margin-right:5px;
}

dl#search-results dd.last{
	border-right:none;
}
dl#search-results dd.result-link {
	display:block;
	padding-left: 15px;
	background:transparent url(/img/near-you/small-arrow.gif) no-repeat scroll left center;
	border-right: none;
}

dl#search-results dd em {
}

dl#search-results dd a:link, dl#search-results dd a:visited, dl#search-results dd a:focus, dl#search-results dd a:active {
	display: block;
	padding-right:0;
	border-right:none;
	margin-right:0;
	color:#0D147E;
}
dl#search-results dd a:hover {
	color:#000;
}	

/* pagination */
div.paginationControl {
	text-align: right;
	border-top:solid 1px #ccc;
	padding:10px 10px 20px 0;
}

div.paginationControl span {
	color:#999;
}
div.paginationControl a:link, div.paginationControl a:visited, div.paginationControl a:focus, div.paginationControl a:active {
	color:#0D147E;
}
div.paginationControl a:hover {
	color:#000;
}

/* search again form */
div#search-again {	
	border:solid 1px #ccc;
	background:#f6f6f6;
	padding:0 10px 10px 10px;
}

div#search-again h2 {	
	padding-bottom:5px;
	border-bottom: solid 1px #ddd;
}

div#search-again form label {	
	font-weight: bold;
}










