/* Az egyszerű keresőmező stíluslapjai */
div.quicksearch {
    display: block;
	float: left;
	height: 18px;
	width: auto;
	position: absolute;
	top: 85px;
	left: 25px;
}

.quicksearch .inputbox{
	background-image:url(../corrad.hu/images/loginbg3.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:transparent;
	border:medium none;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	height:22px;
	line-height:20px;
	margin:0;
	padding:0;
	text-indent:2px;
	width:119px;
}

.quicksearch .submitbutton{
	background-color:transparent;
	background-image:url(../corrad.hu/images/submitbg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	color:#35717C;
	float:left;
	font-size:9px;
	font-weight:bold;
	height:21px;
	line-height:21px;
	margin-left:7px;
	padding-bottom:3px;
	width:70px;
}

p.search_result{
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 100%;
	margin-left: 15px;
}

/*
*html div.quicksearch {
	margin-left: 13px;
	margin-top: 54px;
}

div.quicksearch p {
	display: block;
	width: auto;
    background-image: url(../corrad.hu/images/searchbg.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}

div.quicksearch div.legend {
	display: none;
}

div.quicksearch input.inputbox {
	padding: 0px;
	color: #000;
	width: 120px;
	height: 18px;
	border: none;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

div.quicksearch input.submitbutton {
	width : 70px;
    background-color: transparent;
	border: none;
	color: #FFF;
	font-weight: bold;
   	height: 18px;
	line-height: 18px;
	font-size: 9px;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

*html div.quicksearch input.submitbutton {
	font-size: 11px;
}

*+html div.quicksearch input.submitbutton {
	font-size: 11px;
}

*/
/* A találati lista stíluslapjai */
/*
div.search_result div.results{
  text-align	: left;
  margin-top 	: 10px;
  margin-bottom	: 15px;
}

div.search_result div.paginator{
  text-align	: center;
}

div.search_result div.resultblock h1.legend{
}

div.search_result div.results p.resultrow{
}
*/


