/* SEARCH FORM
------------------------------------------------------- */
.search-form-wrapper {
	padding-left:20px;
}
#search-form {
	width:600px;
}
#search-form a {
	color:white;
	color:#3c4958;
	text-decoration:underline;
}
#search-form a:hover {
	color:#636d78;
}
#search-form td#td1 {
	width:183px;
	padding-right:10px;
}
#search-form td#td2 {
	padding-left:20px;
	vertical-align:bottom;
}
#search-form td#td3 {
	
}
#search-form .splitter {
	background-image:url(../img/search-splitter.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#search-form .one {
	
}
#search-form .two {
	padding-left:20px;
}
#search-form .three {
	text-align:right;
	vertical-align:bottom;
}

#search-form .title {
	color:white;
	color:#3c4958;
	/* font-family:"Times New Roman"; */
	font-size:13px;
	font-weight:bold;
	/* text-transform:uppercase; */
	letter-spacing:1px;
	padding-bottom:3px;
}
#search-form .desc {
	color:white;
	color:#3c4958;
	font-size:11px;
	display:block;
	padding-bottom:4px;
}

#search-form td.fields input,
#search-form td.fields select {
	border:1px solid red;
	border-top:1px solid #929292;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #d0d0d0;
	margin-bottom:6px;
	margin-right:6px;
	font-size:11px;
	color:#363636;
	padding:3px;
}
#search-form td.fields #searchword {
	width:170px;
}
#search-form td.fields #adverbs {
	width:170px;
}
#search-form input.submit-button {
	background:none;
	border:0px;
	background-image:url(../img/btn-leita.gif);
	height:21px;
	width:44px;
	cursor:hand;
}

#search-form input.reset-button {
	background:none;
	border:0px;
	background-image:url(../img/btn-hreinsa.gif);
	height:21px;
	width:59px;
	cursor:hand;
}

/* SEARCH RESULTS
------------------------------------------------------- */
#search-results {
	width:100%;
}
span.resutls-title {
	display:block;
	color:#363636;
	font-weight:bold;
}
#search-results a {
	color: #2866b3;
	text-decoration:none;
}
#search-results a:hover {
	text-decoration:underline;
}
#search-results td {
	padding:6px 5px;
	border-bottom: 1px solid #DADADA;
}
#search-results thead td {
	/*background-color:#ececec; */
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#363636;
	font-weight:bold;
}
