﻿#autocomplete 
{
	max-height : 300px;
	overflow-y : auto;
}
#autocomplete ul
{
	background : #eee;
}
#autocomplete ul li:hover 
{
	background : #eee;
	cursor : pointer;
}
#autocomplete ul li 
{
	background : #fff;
	height : 50px;
	overflow : hidden;
	margin-bottom : 1px;
	
}
#autocomplete ul li a 
{
    color : #333;
    text-decoration : none;
    font-size : 12px;
    font-family : Verdana, Arial, Sans-Serif;
    outline:none;
}
#search-results 
{
	display : none;
	background : transparent url(../images/search-result-main-bg.png) bottom no-repeat;
	position : absolute;
	margin : 2px 0 0 5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top : -20px;
	width : 412px;
}
#searchfield 
{
	background : transparent url(../images/search-field-bg.gif) no-repeat;
	height : 70px;
	width : 500px;
	padding : 10px;
	margin-bottom : 5px;
}
#searchfield a 
{
	color : #fff;
	outline:none;
}
#searchfield #showCloud 
{
	margin-left : 15px;
}
#searchfield .input 
{
	margin-left : 14px;
	margin-bottom : 9px;
}
#searchfield .inputSearch 
{
	font-size : 16px;
	width : 413px;
	height : 25px;
	background : transparent url(../images/search-field-field-bg.png) no-repeat;
	border : none;
}
#searchfield .inputButton 
{
	font-size : 16px;
	width : 39px;
	height : 26px;
	border : none;
	margin-left : 10px;
	vertical-align : bottom;
}
#cloud 
{
	display : none;
	background : #d1e4f6;
	padding : 10px;
	margin : -5px 0 10px 8px;
	width : 486px;
}
#cloud a 
{
	color : #333;
	
}
#cloud a:hover 
{
	text-decoration : underline;
}
h4 
{
	font-size : 16px;
	margin-bottom : 10px;
	font-weight : normal;
}

#right-puffar img 
{
	margin-bottom : 10px;
}