.tx-indexedsearch-searchbox {
	padding-left:15px;
	padding-bottom:20px;
}
.tx-indexedsearch-whatis {
	padding-left:15px;
	font-weight:bold;
}

.browsebox {
	display:inline;	
	margin:0px 0px 0px 20px !important;
	padding:0px !important;
}
.browsebox li {
	margin:0px !important;
	padding:0px 15px 0px 0px !important;
	display:inline;
	list-style:none;
	background:none !important;
}

.search-title a {
	color:#002564 !important;
	font-size:110%;
	font-weight:bold;
	
}


.search-res-desc {
	color:#777;
}
.search-res-desc strong {
	color:#000;
}



/* SEACH PAGEBROWSER */

.search-browsebox1 table {
	border-bottom:1px solid #3ba8db;
}

.search-browsebox2 table {
	border-top:1px solid #3ba8db;
	margin-top:5px;
}

.search-pagebrowser {
	margin-right:0px;
}


.search-pagebrowser-prev a, .search-pagebrowser-next a {
	display:block;
	overflow:hidden;
	text-indent:-500px;
	width:24px;
	height:24px;
	float:right;
	border:none !important;
	margin-left:5px;
}

.search-pagebrowser-prev a {
	background:url('../images/search/prev.gif') bottom left no-repeat;
}

.search-pagebrowser-prev a:hover {
	background:url('../images/search/prev.gif') top left no-repeat #FFF !important;
}

.search-pagebrowser-next a {
	background:url('../images/search/next.gif') bottom left no-repeat;
}
.search-pagebrowser-next a:hover {
	background:url('../images/search/next.gif') top left  no-repeat #FFF !important;
}
