/*
***********************************************************
Title:     Extensions
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";
/* Search ////////////////////////////////////////////////////////////////////////////////*/
#search {
	font-size: 90%;
	font-family: arial,helvetica,sans-serif;
	right: -12px;
	top: -28px;
	position: absolute;
}

#search form, #search p {
	display: inline;
}

#search input, .tx-indexedsearch-form input {
	background: url(../images/bg_search_input.gif) #FFFFFF repeat-x;
	border: 1px solid #AAAAAA;
	color: #333333;
	font-family: 'lucida grande','lucida sans',verdana,arial,helvetica,sans-serif;
	font-size: 110%;
	line-height: 0.8em;
	width: 106px;
}

#search input#search-button {
	background: none;
	border: none;
	cursor: pointer;
	height: 21px;
	vertical-align: middle;
	width: 8px;
}

/* Indexed Search /////////////////////////////////////////////////*/

.tx-indexedsearch-form input {
width: 230px;
}

.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
display: inline;
float: left;
width: 240px;
} 

.tx-indexedsearch-search-submit {
background: url(../images/bg_a_arrow.gif) no-repeat left;
padding-left: 10px;
width: 80px;
}

.tx-indexedsearch-search-submit input {
cursor: pointer;
}

.tx-indexedsearch-res h3 {
border-top: 1px dashed #CCCCCC;
}

.tx-indexedsearch-searchbox label {
display: block;
width: 150px;
}

.tx-indexedsearch-browsebox li {
        display: inline;
	list-style: none;
        margin-right: 1.3em;
}

.tx-indexedsearch-browsebox ul a {
	color: #666;
	text-decoration: none;
}

.tx-indexedsearch a, #center .tx-indexedsearch-res a {
	color: #EC0C9A;
	text-decoration: none;
}

.tx-indexedsearch a:hover {
	text-decoration: underline;
}

.tx-indexedsearch-res table {
	border-top: 1px dashed #CCC;
        padding-top: 1.3em;
}

.tx-indexedsearch-title {
        padding-top: 1.3em;
}










