/* block top search */ 

#header_right #search_block_top {
	position: relative;
	
    float: left;
	padding: 7px;
	border: 1px solid #e5e6e7; 

}

#header_right #search_block_top label, 
#header_right #search_block_top input { 
    float: left 
}

#header_right #search_block_top input.buttonnier { 
 
	mergin-left: -5px;
	display: block;
	border-top: 1px solid #e5e6e7; 
	border-right: 1px solid #e5e6e7; 
	border-bottom: 1px solid #e5e6e7; 
	border-left: none; 
	color: #888888;
	background: #F4F4F4 url(../../../img/newparure/search-40-bi.png) no-repeat center 0;

	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	
	
	width: 40px;
	height: 40px;

	cursor: pointer;  
} 

#header_right #search_block_top input.buttonnier:hover { 
	background: #F4F4F4 url(../../../img/newparure/search-40-bi.png) no-repeat center -40px;
}



#header_right #search_block_top .fond-search { 	   

	background: transparent; 
	height: 40px; 	
	
	 
}

#header_right #search_block_top .search_query { 	  

    background: #F4F4F4;
	border: 1px solid #e5e6e7;

	font-size: 15px;
    color: #C2C2C2;
    height: 28px;
    line-height: 28px;
    padding: 5px 90px 5px 10px;

	font-style: italic;	
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}	


#header_right #search_block_top .search_query:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
  



/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left .search_query { width: 11em }
#search_button { display: inline }
