
.tx-indexedsearch img	{
	border: 0px;
}

/* -------------------- SEARCH FORM --------------------------- BEGIN ------------- */
.tx-indexedsearch select	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tx-indexedsearch-form	{
	vertical-align: middle;
	margin: 10px 0px 20px 0px;
}


.tx-indexedsearch-form-label	{
	text-align: right;
	width: 120px;
	font-weight: bold;
	padding: 8px;
	height: 30px;
}

.tx-indexedsearch-form-firstrow {
	height: 50px;
}

.tx-indexedsearch-form-switch a	{
	padding: 4px 0px 4px 6px;
	display: block;
	text-decoration: none;
}

.tx-indexedsearch-form-switch a:hover	{
	background-color: #c0d8e4;
	text-decoration: none;
}

.tx-indexedsearch-form-input	{
	padding: 8px;
}

.tx-indexedsearch-form	input	{
	border: 1px solid #808080;
	padding: 1px 0px 1px 0px;
	color: #504f4f;
}

.tx-indexedsearch-form-submit {
	width: 120px;
}

.tx-indexedsearch-form-submit	input	{
	font-weight: bold;
	width: 65px;
	color: white;
	border: 0px;
	padding: 1px 0px 1px 0px;
}

#extendedStatus	{
	display: none;
}

.tx-indexedsearch-whatis	{
	display: none;
}
/* -------------------- SEARCH FORM --------------------------- END ------------- */



/* -------------------- RESULT LISTING --------------------------- BEGIN ------------- */
div.tx-indexedsearch-res	{
	background-image: url(../img/punktipunkti.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div.indexed-result	{
	background-image: url(../img/punktipunkti.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px 0px 15px 0px;
	color: #696969;
	clear: both;
}
div.indexed-result div.icon	{
	float: left;
}
div.indexed-result div.relevance	{
	float: right;
	margin: 0px 0px 10px 10px;
}
div.indexed-result div.content	{
	margin: 0px 0px 0px 30px;
}
div.indexed-result div.content h1 a	{
	color: #696969;
	text-decoration: none;
}
div.indexed-result div.content h1 a:hover	{
	text-decoration: underline;
}
div.indexed-result div.content p.info	{
	margin: 8px 0px 5px 5px;
}
div.indexed-result div.content p span.morelink	{
	font-weight: bold;
}
/* -------------------- RESULT LISTING --------------------------- END ------------- */



/* -------------------- BROWSE BOX --------------------------- BEGIN ------------- */
.tx-indexedsearch-browsebox	{
	margin: 20px 0px 10px 0px;
}

.tx-indexedsearch-browsebox-strong	{
	font-weight: bold;
}

ul.browsebox	{
	margin: 10px 0px 20px 0px;
	display: block;
	height: 25px;
}
/*
div.via-content ul.browsebox li	{
	background-image: none;
}
*/
ul.browsebox img	{
	position: relative;
	top: 1px;
}
ul.browsebox a	{
	float: left;
	display: block;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
}
ul.browsebox li.prevnext a	{
	font-weight: bold;
}
ul.browsebox a:hover	{
	text-decoration: underline;
	
}
/* -------------------- BROWSE BOX --------------------------- END ------------- */


