/*
***********************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* search //////////////////////////////////////////////*/

#search form {
padding: 0;
}

#search input {
	background: #DBDCDD;
	height: 15px;
	margin-right: 12px;
}

#search input.button {
	background: url(../images/arrow-grey.gif) no-repeat left;
	margin-right: 0;
}

.tx-indexedsearch-descr {
	border-bottom: 1px dashed #A6A8AA;
	margin-bottom: 1.3em;
	padding-bottom: 1.3em;
}

.tx-indexedsearch-title a {
font-size:1em;
font-weight:bold;
text-decoration: none;
}


