/*********** SEARCH *******************/


.tx-indexedsearch-searchbox-sword {

	border: 1px solid #bad6ba;
height: 16px;
}

.tx-indexedsearch-searchbox {
	margin: 20px 0 0 0;

}

.tx-indexedsearch-searchbox form {
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-searchbox .form_line {
	margin-bottom: 10px;
	clear: both;
}
.tx-indexedsearch-searchbox label {

	width: 180px;
	display: block;
	float: left;

}

.tx-indexedsearch-rules {
	font-size: 80%;
	position: relative;
}
		


a.rules_link {

	height: 20px;
	overflow: hidden;
	display: block;
	cursor: hand;
	cursor: pointer;
}

a.rules_link:hover {
	width: 580px;
	overflow: auto;
	color: #dc0067;
}

.rules_link p {
	font-weight: normal;
	background-color: #e2f1e2;
	width: 420px;
	position: absolute;
	top: 0px;
	left: 120px;
	text-decoration: none;
	display: none;
	border: 5px solid #e2f1e2;
}

.rules_link:hover p {
	display: block;
	visiblity: visible;
	text-decoration: none;
}

input {
	width: 140px;
	/*border: 0;*/
	font-size: 12px;
	font-family: Arial;
	background-color: white;


}
select {
	width: 140px;
	border: 0;
	font-size: 12px;
	font-family: Arial;

}

input.submit {
height: 18px;
	color: #dc0067;
	width: 140px;
	padding: 0;
	background-color: #ffffff;
	margin: 0;
	border: 1px solid #dc0067;
}

.tx-indexedsearch-whatis p {
	padding: 0;
	margin: 10px 0 0 120px;

}

.tx-indexedsearch-browsebox p {
	padding: 0;
	margin: 0 0 0 120px;
}


.tx-indexedsearch-browsebox ul.browsebox {
	margin: 10px 0 20px 120px;
	padding: 0;
	list-style: none;
}

.tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 10px;
}

.tx-indexedsearch-res {
	clear: both;
	margin-bottom: 10px;
	margin-right: 5px;
}

.tx-indexedsearch-icon {
	width: 120px;
	height: 20px;
	text-align: right;
	float: left;
}

.tx-indexedsearch-result-number {
	height: 30px;
	float: left;
}

.tx-indexedsearch-title {
	margin-top: 20px;
	height: 30px;
	font-weight: bold;
}

.tx-indexedsearch-percent {
	height: 30px;
	width: 60px;
	text-align: right;
	float: right;
}

.tx-indexedsearch-descr {
	margin: 0 0 0 120px;
}

.tx-indexedsearch-info {
	margin: 0 0 0 120px;
	font-size: 80%;
}

.tx-indexedsearch-path {
	margin: 0 0 0 120px;
}

.tx-indexedsearch-redMarkup {
	color: #dc0067;
}
