.lang_search_container{
	background-color: #f0699e;
	position: absolute;
	right: 0;
	bottom: 0;
}

.switch_lang{
	padding: 5px;
	
}


.switch_lang a{
	font-size: 11px;
	color: #656565;
}

.goog-te-gadget-simple{
	
}


.search_form_container{
	width: 160px;
	overflow: hidden;
	background: #f0699e;
	padding: 0;
	margin: 0px;
	border: solid 0px #dbdbdb;
	text-align: left;
	font-weight: bold;
	
}

/*
.switch_lang{
	position: absolute;
	left: 110px;
	bottom: 12px;
	text-transform: uppercase;
	color: #fffffe;
}

.switch_lang a{
	text-decoration: none;
	color: #fffffe;
}

.switch_lang #current_lang{
	color: #333;
}
*/


.current_search{
	color: #333;
	margin: 0px 0px 40px 0px;
	font-size: 11px;
}

.current_search .cufon{
	border-bottom: 1px solid #000;
}

/* Search */


.search_form_container p{
	margin: 0;
}

.search_input{
		
}

.search_input{
	color: #fff;
	background: transparent;
	font-weight: normal;
	width: 110px;
	padding: 10px;
	border: 0px solid #000;;
	font-size: 11px;
	margin: 0;
	text-transform: none;
}

.search_form_container:hover{
	
}


.search_input_focus{
	/* background-image: url(images/bg_search_focus.gif); */
	color: #666;
	background-color: #f0699e;
	font-weight: bold;
}

.search_input_focus .search_input {
	font-weight: bold;
}



.ac_results {
	padding: 5px 0px;
	border-top: 1px solid #f0699e;/* for borders */
	border-left: 0px solid #f1f1f2;
	border-right: 0px solid #f1f1f2;
	overflow: hidden;
	z-index: 99999;
	margin: 0px;
	margin-top: 0px;
	margin-left: -0px;
	position: absolute;
	float: left;
	/* background-image: url(images/nippel.gif); */
	background-color: #f0699e;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	color: #fff;
	margin: 0px;
	padding: 1px 10px;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid #f0699e;
	border-left: 0px solid #dbdbdb;
	border-right: 0px solid #dbdbdb;
	
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 18px;
	overflow: hidden;
}

.ac_loading {
	background: url(images/ajax-loader.gif) right center no-repeat;
}

.ac_odd {
	/* background-color: #fff; */
}

.ac_over {
	/* background-color: #eee; */
	border-bottom: 0px solid #dbdbdb; 
	color: #666;
	font-weight: bold;
}

.ac_even{
	/* background-color: #fff; */
}

#searchImage{
	float: right;
	padding: 0px;
	margin: 0 5px 0 0px;
	border: 0px;
	cursor: pointer;
}

.search_button{
	float: right;
}

.unsearch{
	background-image: url(images/unfilter.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 27px;
	height: 27px;
	display: block;
}

.unsearch_button{
	float: right;
	padding: 8px;
	margin: 0;
	border: 0;
}

.search_input:hover{
	
}


div.search_results{

	width: 773px;
}

div.search_results .cont_title a{

	padding: 0px 0px 5px 0px;
}


.results_odd{
	background-color: #ff0;
}

.results_even{
	background-color: #ff0;
}












/* small */
.search_form_container_small{
	border: 1px solid #000;
	background-color: #fff;
	padding: 1px;
	margin: 0px 0px 20px 0px;
	
}

.search_input_small{
	font-size: 11px;
	font-weight: normal;
	padding: 0px 8px 0px 10px;
	margin-left: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	width: 75%;
}




.search_form_container_small .ac_results li {
	border-color: #000;
}

.search_form_container_small .small .ac_odd {
	background-color: #eee;
}

.search_form_container_small .ac_over {
	background-color: #ff0;
	border-color: #000; 
	color: #000;
}

.search_form_container_small .results_odd{
	background-color: #eee;
}

.search_form_container_small .results_even{
	background-color: #fff;
}

/* End search */
