/* @group header */

#header {
	
}

/* @end */

/* @group main */

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main #search_blok {
	width: 1000px;
	background: url(../img/search_result.png) no-repeat;
	margin-top: 50px;
	height: 110px;
}

#main #search_blok #main_logo {
	border-radius: 5px;
	width: 220px;
	float: left;
	margin-right: 20px;
	height: 78px;
}

#main #search_blok #search{
	width: 655px;
	float: left;
	height: 70px;
}

#main #search_blok #cat_menu{
	height: 20px;
	padding-top: 6px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#main #search_blok #cat_menu a{
	font-weight: normal;
	font-style: normal;
	margin-left: 7px;
	text-shadow: rgba(213,213,213,0.71) 0 0 0;
}

#main #search_blok #search input{
	width: 640px;
	height: 28px;
	border-style: hidden;
	margin-left: 5px;
		font-size: 14px;
	line-height: 16px;
	color: #212121;
}

#main #search_blok #button{
	border-radius: 5px;
	width: 84px;
	height: 33px;
	float: left;
	margin-left: 19px;
	margin-top: 25px;
}


#main #search_blok #res_count{
	margin-top: 5px;
	margin-left: 10px;
	font-size: 11px;
	color: #1b1b1b;
	float: none;
	text-shadow: rgba(234,234,234,0.98) 1px 1px 0;
}

#main #search_blok #res_count b{
	
}

#main #search_blok #res_count b span{
	color: #ff5023;
}



#main  #result{
	width: 700px;
	float: left;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
	text-align: justify;
}




#main  #result ul{
	margin-right: 15px;
}




#main  #result ul li{
	list-style-type: decimal;
	list-style-position: outside;
	opacity: 1;

	font-size: 11px;
	color: #c8c7c9;
	margin-bottom: 5px;
}



.result_move{
	background-color: rgba(210,210,210,0.1);
	margin-bottom: 20px;
	text-align: center;
}

.result_move iframe{
	margin-right: 5px;
}

#main  #result ul .result_img{
	float: left;
	list-style-type: none;
	width: 55px;
	height: 80px;
	clear: none;
}


#main  #result ul .result_img img{

	width: 40px;
	background-color: #dfdfdf;
	border: 1px solid #b1b0b2;
	height: 40px;
}

#main  #result ul li:hover .result_img img{
	border: 1px solid #ff393f;
	width: 40px;
	height: 40px;
}


#main  #result ul .result_post{
}
#main  #result ul li a{
	color: #0e6eb8;
}

#main  #result ul li a:hover{
	text-decoration: none;
	color: #ffab34;

}
#main  #result ul li  h2 {
	text-align: left;
}

#main  #result ul li  h2 a{
	font: 16px/22px Verdana;
	text-align: left;
	text-shadow: rgba(213,213,213,0.3) 1px 1px 0;
	background: url(../img/z.png) no-repeat right;
	padding-right: 22px;
	color: #00c;
}

#main  #result ul li h2 a:hover{
	background: url(../img/z_hover.png) no-repeat right;
	padding-right: 22px;
}

#main  #result ul li p{
	color: #424242;
}
#main #reclam{
	width: 240px;
	float: left;
	text-align: left;
}

#main #reclam h3{
	margin-bottom: 10px;
	width: 160px;
}


#main #reclam img{
	border: 1px solid #a9a9a9;
	padding: 2px;
}

#main #reclam img:hover{
	border: 1px solid #ff2600;
}

#main #reclam .text{
	width: 160px;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}

#main #other{
	padding-left: 10px;
	color: #343434;
	margin-bottom: 22px;
	margin-left: 45px;
}


#main #other h3{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}


#main #other ul{
	list-style-type: none;
	list-style-position: inside;
}

#main #other ul li{
	list-style-type: none;
	margin-bottom: 2px;
}


#main #other ul li a{
	font-size: 12px;
	color: #00c;
}


#main #pages{
	margin-top: 5px;
	padding-left: 10px;
	margin-left: 72px;
}


#main #pages a {
	line-height: 16px;
	font-size: 14px;
}

#main #pages h3{
	font-size: 17px;
	color: #1a1a1a;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	text-shadow: #f2f2f2 1px 1px 0;
}
/* @end */

/* @group footer */

#footer {
	background: url(../img/footer_hr.png) repeat-x;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	margin-top: 10px;
}

/* @end */

body {
	background-color: #feffff;
	color: #5e5e5e;
	margin: 0;
	padding: 0;
	font: 11px/14px Verdana;
}

.clear {
	clear: both;
	width: 600px;
}