/* created by jevgeni dot virves at regio dot ee 2012-09-30 */


.header>.search {
	padding: 10px 20px;
}

.header>.search input[type="text"] {
	display: inline-block;
	float: none;
	clear: none;
	margin: 0;
	padding: 4px 0 2px 0;
	width: 500px;
	height: 18px;
	clear: none;
	float: none;
	border: solid 1px #0772a1;
	border-right: none;
	border-radius: 2px 0 0 2px;
	background: #fff;
	line-height: 16px;
	text-indent: 7px;
	color: #333;
}
.header>.search input[type="text"]:focus {
	border: solid 1px #4f9bc6;
}

.header>.search input[name="search-submit"] {
	display: inline-block;
	position: absolute;
	left: 530px;
	float: none;
	clear: none;
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 26px;
	clear: none;
	float: none;
	background: #ffe780;
	line-height: 16px;
	color: #000;
	cursor: pointer;
    font-weight: bold;
}
.header>.search input[name="search-submit"]:hover {
	background: #024a68;
}

.header>.search input[name="search-clear"] {
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 491px;
	padding: 1px 0 4px 0;
	width: 30px;
	height: 24px;
	clear: none;
	float: none;
	border: none;
	background: #fff;
	border: solid 1px transparent;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}

.header>.search input[type="text"].empty {
	font-style: italic;
	color: #999;
}

.wrapper > .content > .sidebar > .tabs-content > .search .header {
	height: 70px;
}


.wrapper > .content > .sidebar > .tabs-content > .search .header h4 small {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 70%;
	line-height: 100%;
	vertical-align: middle;
}
.wrapper > .content > .sidebar > .tabs-content > .search .header h4 small.hidden {
	display: none;
}

.wrapper > .content > .sidebar > .tabs-content > .search .header p {
	padding-left: 20px;
	font-style: italic;
}
.wrapper > .content > .sidebar > .tabs-content > .search .header input {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
	cursor: pointer;
    padding-left: 10px;
    background: url(../img/sulge_pisim.png) no-repeat left center;
}

.wrapper > .content > .sidebar > .tabs-content > .search .footer {
	display: none;
}

.tabs-content > .search > .content {
	top: 100px;
	bottom: 0;
}

.search-results {
	display: none;
}

.search-results li {
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.search-results li:hover {
	background: #ffd773;
}
.search-results li.active {
	background: #ffbd73;
}

.search-results li span {
	display: none;
}

.search-results li span.mark {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: #f7460f;
	border: solid 3px #c33b0d;
	border-radius: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.search-results li span.name {
	display: block;
	position: absolute;
	left: 45px;
	top: 16px;
	right: 10px;
	line-height: 100%;
	white-space: nowrap;
	overflow: hiddden;
}

.search-results li.object span.address {
	display: block;
	position: absolute;
	left: 45px;
	top: 32px;
	right: 10px;
	line-height: 100%;
	font-size: 85%;
	color: #777;
	white-space: nowrap;
	overflow: hiddden;
}

/*
.search-results li span.mark,
.search-results li span.name,
.search-results li span.address {
	display: inline-block;
	clear: both;
}
*/
.search-results li span.address {
	font-size: 90%;
}

.tabs-content .search-clear {
	position: absolute;
	top: 5px;
	right: 5px;
}

.search-clear {
	display: none;
}

.search-default-text.hidden {
	display: none;
}