/* SEARCHRESULTS */

#searchresults { width:950px; text-align:left; background-color:transparent; font-size:10px; line-height:14px; }
#searchresults a { display:block; background-color:transparent; clear:left; height:56px; text-decoration:none; }
#searchresults a:hover { background-image:url(); color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; width:46px; height:46px;}
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; font-size:11px; color:#bbb; }
#searchresults a:hover span.searchheading { color:#bbb; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
			
#searchresults span.no_result { float:right; padding-right:15px; margin-right:5px; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }


#suggestions {
	z-index:999;
	display: none;
	background-color: transparent;
	margin-top:7px;
	height:250px;
}


#search_main{
	border: 3px solid #333;
	color:#AAAAAA;
	font-size:18px;
	padding:4px;
	width:441px;
	margin-left:-27px;
}


#img_search {
	left:426px; 
	position:relative;
	top:6px;
	z-index:999;
}

.break { clear:both; }

.col_search{
	float:left;
	width:231px;
	margin-right:5px;
	margin-bottom:5px;
}


/* Page de resultat d'une recherche */


.icon_search{
	float:left;
	margin:2px;
	width: 35px;
	background-color:#FFFFFF;
	border:1px solid #D7D7D7;
}

#search_block ul{
	list-style-type: none;
	padding-left:5px;
	padding-right:5px;
}

#search_block li{
	text-align:left;
}

.detail_info_search {
	color:#808080;
	margin-top:4px;
	margin-bottom:2px;
}

h5{
	width:100%;
	height:16px;
	margin:0px;
	margin-bottom:5px;
	text-indent: 7px;
	background-color: #919191;
	color: #e5e5e5;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
}









