/*
CSS for MOD_SEARCH
*/

.example{
	color : #03424A;
}
a.search_params_ref {
	border-bottom: dashed 1px #005581;
	text-decoration:none;
	position:relative;
	color: #005581 !important;
}
.query_params {
	float:left;
	width:203px;
	padding-top: 10px;
	border-right: solid 1px #E0F3F3;
}
.query_params UL {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.query_params UL LI.item_title {
	font-weight: bold;
}
.query_params UL LI {
	padding-bottom: 7px;
}
.query_params UL LI.active{
	font-size:13px;
	font-weight: bold;
	color: #005C80;
	text-decoration: none;
}
.query_params UL LI.item_link a {
	color: #888888;
	text-decoration: underline;
}
.query_result OL LI {
	padding-bottom: 20px;
	padding-left: 4px;
}
.query_result .result_ref {
	color: #005581;
	font-size: 16px;
}
.query_result a.result_ref:visited {
	color: #800080 !important;
}
.query_result a.result_ref:hover {
	color: #FF0000 !important;
}
.query_result .video-item-wrapper {
	position: relative;
	height: 90px;
}
.query_result .video-item {
	width: 130px;
	text-align:left;
	padding-left: 0px;
	float:left;
}
.query_result .video-item .thumb {
	width: 120px;
	height: 80px;
}
.query_result .video-item .thumb .button {
	background: url("/_img/modules/video/button.png") no-repeat left top transparent;
	position:relative;
	width: 24px;
	height: 16px;
	top: 60px;
	left: 90px;
}
.query_result .video-item .thumb .duration {
	background: url("/_img/modules/video/duration_bg.png") no-repeat left top transparent;
	position:relative;
	width: 34px;
	height: 16px;
	top: -14px;
	left: 80px;
	text-align:center;
	padding-top: 2px;
}
.query_result .video-item .thumb .duration A {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
.query_result .video-item .descr  {
	padding-right: 10px;
}
.query_result .video-item .descr .date {
	color: #005581;
}
.query_result .video-item .descr A {
	color: #555555;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.query_result .video-item .descr .views {
	color: #005581;
}

.block_weather_search {
	padding-left: 62px;
}
.block_weather_search .weather_title {
	color: #005581;
	font-size: 16px;
}
.block_weather_search .weather_more_ref {
	text-decoration:underline;
	color: #005581;
}
.block_weather_search .weather_current_t {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.block_weather_search .weather_item {
	background-color: #F3FAFA;
	padding: 15px;
}
.block_weather_search .weather_item .head {
	color: #005A52;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}
.block_weather_search .weather_item .redtext {
	color: #FF0000 !important;
}
.block_weather_search .weather_item .weather_10days {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #005A52;
}

.search_form_shift {
	margin-left:133px;
}

.search_form {
	padding: 0;
	width:70%;
}

.search_form_inner {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

