/* Search Module */
#Search-module .search_field {
	color: #777;
	display: inline;
}

#Search-module .search_field:hover {

}

#Search-module .search_field:focus {
	color: #999;
}

#Search-module .search_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#Search-module .search_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#Search-module .search_button:active {
	position:relative;
	top:1px;
}
#resultsBox{margin:50px 50px 0px 50px;}
#pagination{margin:0px 0px 30px 0px ;padding:0px 0px 10px 0px ; border-bottom: 1px solid #ccc;text-align: center;}
#pagination #prev_results span,#pagination #next_results span{display: inline;cursor: pointer;font-weight: bold;color:#1122CC; width:auto; }
#pagination span{margin:0 4px;}
.result-item{font-size: .9em;line-height: 1.24}
.result-item em{font-weight: bold;}
.result-item a.page-name{color:#1122CC;cursor:pointer;font-size: medium;font-weight: bold;text-decoration: underline;}
.paging_number{cursor: pointer;}
.search-container .module-wrapper form{float:right;}
@media only screen and (max-width: 769px){
	.search-container .module-wrapper form{float:none;text-align: center;}
}
@media only screen and (max-width: 480px) {
   #Search-module .search_field{width: 200px;}
   
 
}

/*yandex search*/
.yandex-search-nbr span{
	display: inline-block;
	background: url(../gfx/yandex-search-logo.png) no-repeat 0 0;
	width: 48px;
	text-indent: -99999px;
	margin-right: 3px;
	position: relative;
	top: -3px;
}
.search_result_highlight{
	font-weight: bold;
	color: #000;
	padding: 0 2px;
}
.yandex-search-error{
text-align: center;
margin: 10px 0;
font-weight: bold;
}
.pagination{
	text-align: center;
}
.pagination li{
	display: inline-block;
	margin: 0 3px;
}
.pagination li a{
	text-decoration: none;
}

