.mainsearch .line{
	height: 33px;
}

.mainsearch .line .name{
	float: left;
	width: 110px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
	color: #346fa7;
	padding-top: 2px;
}

.mainsearch .line .else{
	float: left;
}

.mainsearch select{
	float: left;
	background: #f5f5f5;
	width: 148px;
	padding-left: 6px;
	height: 19px;
	padding-top: 1px;
	border-top: 1px solid #66798d;
	border-left: 1px solid #66798d;
	border-bottom: 1px solid #cdd3da;
	border-right: 1px solid #cdd3da;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	color: #346fa7;	
}

.mainsearch input.text{
	background: #f5f5f5;
	width: 140px;
	padding-left: 6px;
	height: 15px;
	padding-top: 2px;
	border-top: 1px solid #66798d;
	border-left: 1px solid #66798d;
	border-bottom: 1px solid #cdd3da;
	border-right: 1px solid #cdd3da;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	color: #94b6cc;
	float: left;
}

* html .mainsearch input.text{
	width: 138px;
}

.mainsearch input.image{
	float: left;
	display: inline;
	margin-left: 7px;
}

.found_item{
	background: url(../images/delim_blue.gif) left bottom repeat-x;
	padding-bottom: 11px;
	padding-top: 17px;
}

.found_item strong.head{
	margin-bottom: 10px;
	display: block;
}

.found_item strong.head a{
	font-weight: normal;
	color: #346fa7;
}

.found_item .text{
	line-height: 1.4em;
	margin-bottom: 5px;
}

.found_item .source{
	text-align: right;
	font-size: 11px;
}

.found_item .source a{
	color: #346fa7;
}