/**
 * Search css file
 */ 
.searchElemList {
    width:175px;
}
	.searchElemList .searchElem {
		display: block;
		float: left;
		text-transform: uppercase;
		margin-right: 2px;
		background: url('../imgs/btn_bkg_nact.png') repeat-x;
		height: 20px;
		line-height: 20px;
		padding: 2px 5px 0;
		font-size: 10px;
		color: #4e5455;
		text-decoration: none;
	}	
	#MAIN #LEFT #encarts .searchElemList .searchElemAct {
		background: url('../imgs/btn_bkg.png') repeat-x;
		color: #FFF;
	}
.searchBox {
	border: 1px solid #bdbab4;
	padding: 5px;
	margin-right: 15px;
}
	.searchBox input {
		border: 1px solid #c8c8c8;
		border-right: 0;
		width: 123px;
		height: 15px;
	}
	.searchBox .submit {
		border: 0;
		background: url('../imgs/btn_ok.png') no-repeat 0 2px;
		height: 19px;
		width: 21px;
	}
	 
.tx-indexedsearch-browsebox {
}
	.tx-indexedsearch-browsebox ul.browsebox {
		float: right;
		margin-bottom: 15px;
	}
		.tx-indexedsearch-browsebox ul.browsebox li {
			float: left;
		}
			.tx-indexedsearch-browsebox ul.browsebox li a {
				display: block;
				float: left;
				height: 16px;
				line-height: 15px;
				min-width: 12px;
				_width: 12px;
				padding: 0 2px;
				color: #fff;
				background: #a0a0a0;
				text-decoration: none;
				text-align: center;
			}
			.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
				background: #00457d;
				font-weight: normal;
			}
		
		
.tx-indexedsearch-res {
	clear: right;
	margin-bottom: 20px;
}
	.tx-indexedsearch-res .searchResult {
		padding: 10px;
		border: 1px solid #d7d7d7;
		font-size: 13px;
	}
		.tx-indexedsearch-res .searchResult .title a {
			display: block;
			float: left;
			width: 409px;
            color: #363a3b;
			font-weight: bold;
			text-decoration: none;
			line-height: 18px;
		}
		.tx-indexedsearch-res .searchResult .title a:hover {
			text-decoration: underline;
		}
		.tx-indexedsearch-res .searchResult .percent {
			display: block;
			float: left;
			width: 51px;
			height: 18px;
			line-height: 18px;
			text-align: center;
			color: #fff;
			margin-left: 15px;
		}
		.tx-indexedsearch-res .searchResult .descr {
			margin-top: 5px;
		}
		
.form_content .searchInput {
	float: left;
	height: 18px;
	line-height: 18px;
	width: 244px;
	border: 1px solid #c2c6c6;
}		
.form_content .searchSubmit {
	float: left;
	height: 20px;
	width: 35px;
	border: 0;
	margin-left: 10px;
	border: 0;
	background: url('../imgs/btn_ok.png') no-repeat 0 2px;
	height: 19px;
	width: 21px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	font-size: 15px;
	color: #363a3b;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
	.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
		font-style: normal;
	}