body
{
	padding: 0px;
	margin: 0px;
	background-image: url('/images/body_bg.gif');
	background-repeat: repeat-x;
}
html,body,div,p,table,td,form,img,h1,h2,h3,h4,h5,h6,input
{
	font-size: 12px;
	color: #494738;
	font-family:Verdana,Tahoma,Segoe,sans-serif;
}
img
{
    border-width: 0px;
}
form 
{
    margin: 0px;
    padding: 0px;
}
ul,h1,h2,h3,h4,h5,h6
{
    margin: 0px;
	padding: 0px;
    list-style-type: none;
    color: Black;	
}
a
{
	text-decoration: underline;
	color: #666;
}
a:hover
{
	text-decoration: underline;
	color: #f60;
}

a.w
{
	color: #fff;
}
a.w:hover
{
	color: #eee;
}
a.blue
{
	color:#0033cc;
}
a.blue:hover
{
	color: #f60;
	text-decoration: underline;
}
a.blue2
{
	color: #6189b2;
}
a.blue:hover
{
	color: #f60;
	text-decoration: underline;
}
a.green
{
	color:green;
}
a.green:hover
{
	color: #f60;
	text-decoration: underline;
}
/**********************************************************************************************/

#top
{
	height: 68px;
	min-width: 970px;
}
#top #logo
{
	height: 34px;
	margin-top: 18px;
	margin-left: 20px;
	float: left;
}
#bottom
{
	border-top: #dee7c8 1px solid;
	border-bottom: #dee7c8 1px solid;
	background-color: #f1f5ee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#bottom div
{
	font-size: 11px;
}
#hover_box
{
	display: none;
}
#add_fav
{
	text-align: right; 
	top: 25px; 
	right: 25px;
	position:absolute;
}

/**********************************autocomplete************************************************************/

.ac_results {
	padding: 0px;
	border: 1px solid #6189b2;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	height: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
	margin: 0px;
}
.ac_results li div.text
{
	float: left;
	font-size:12px;
}
.ac_results li div.count
{
	color: #f90;
	float: right;
	font-size:11px;
	font-weight: bold;
}
.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
	background-position-x: 307px;
}

.ac_odd {
	background-color: #f6f9fd;
	margin: 0px;
}

.ac_over {
	background-color: #6189B2;
	color: white;
}
.ac_over div{
	color: #fff;
}
.ac_over div.text, .ac_over div.count
{
	color: #fff;
}
#search_top_728x90
{
	/*display:none*/
}