#search-wrap {
	float:left;
}
#search-wrap input{
	width:270px; 	 	
	padding:3px 0px 3px 5px; 
	margin: 0px 0px 0px 5px;
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight:bold;
    font-style:italic;
	color:#808080;
    text-align: left;
}
#results_wrapper{
	display:none;
	background: #eeeeee;	
}
#results{
	width:350px; 	
	display:none;
	background: #eeeeee;	
	border: 1px solid #9c9c9c;
	z-index: 2005;
	position: absolute;
	top: 100px;
    left: 265px;
	padding: 1px;
}

#results ul, #results li{
	padding:0; 
	margin:0; 
	border:0; 
	list-style:none;
	font-weight: normal;
}
#results li.headliner{
	background: url(../images/headline_bg.gif) top left repeat-x;	
	height: 28px;
	
}
#results li.headliner span{ 
	font-family: Verdana;
	font-size: 11px;
	color: #e25e34;
	font-weight: bold;
	padding: 0px 30px 0px 10px;
}

#results li.headliner a, #results li.headliner a:visited,#results li.headliner a:active, #results li.headliner a:hover{ 
	width: 160px; 
	display: inline; 
	font-weight: bold;
	font-size: 10px;
	font-family: tahoma;
	background: url(../images/headline_a.gif) left center no-repeat;
	padding: 0px 0px 0px 10px;
}

#results li.masodik {
	background: #dcdcdc;
}
#results li a{	
	display:block; 
	padding:4px; 
	text-decoration:none; 
	color:#236085;
	font-weight: normal;
	
}
#results li a small{
	display:block;
	text-decoration:none;
	color:#999999;
	font-weight:normal;
}
#results li a:hover{
	background:#f9f9f9;
}
#results li.headliner a:hover { background: url(../images/headline_a.gif) left center no-repeat; padding: 0px 0px 0px 10px;}

#results ul {
	padding:6px 0px;
}

#results li img{
	border:3px solid #fff;
	padding:1px;
	background:#9c9c9c;	
		visibility:visible;
}

div.search_img{
	width:70px;
	text-align:center;
	float:left;
	padding: 5px 0px 0px 0px;
}
div.search_right{
	width:180px;
	float:left;
	padding-right:5px;
}

div.search_name a {
	color:#236085;
	font-weight: normal;
}

span.shop_price{
	color:#c30000;
	padding-right:5px;
}

span.shop_price_original{
	color:#d7430f;
	text-decoration:line-through;
	font-weight: normal;
}


