/* CSS for searchbox */

#spacer{

display: block;
height:35px;
}

	.suggestionsBox {
		position: absolute;
		left: 30px;
		margin: 48px 0px 0px 24px;
		width: 418px;
		/*background: url(../main_images/gradient.jpg) no-repeat left top;*/
		background-color: rgb(250,250,250);
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #929292;	
		color: rgb(43,43,43);
		z-index: 1;
		font-family: helvetica;
		font-size: 12px;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		z-index: 1;
	}
	
	.suggestionList li {
		list-style: none outside;
		margin: 0px 0px 0px 0px;
		padding: 5px;
		
		cursor: pointer;
		border-bottom: 1px #ccc solid;
		z-index: 10;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
		z-index: 1;
	}
	

	
	.searchtitelkop{
	display: block;
  margin: 0px 0px 0px 0px;
  padding-left:7px; 
  padding-top: 7px;
  padding-bottom: 7px;
  color: rgb(255,255,255);
  font-size: 15px;
  font-weight: bold;
  background-color: rgb(155,155,155);
  }
	
	.title_query_last{
	font-weight: bold;
  border-bottom: 0px;
  }
	
  .title_query_last img{
	display: block;
  float: left;
  margin-top: 0px;
  margin-right: 4px;
  }
	
	
	.searchextra{
	display: block;
	float: right;
	height: 10px;
  margin: 2px 0px 0px 0px;
  padding-left:5px; 
  padding-top: 3px;
  padding-bottom: 3px;
  color: rgb(85,85,85);
  font-size: 12px;
  font-weight: bold;
  border-bottom: 0px;
  }

  
	.searchextra img{
	display: block;
	float: right;
  margin-top: 0px;
  margin-left: 5px;
  border: 0px;
  z-index: 1;
  }

  .searchextra a{
  color: #000;
  text-decoration: none;
  z-index: 1;
  }
  
	
	
	.img_search{
  margin-right: 5px;
  width: 50px;
  height: 50px;
  padding: 4px;
  background-color: #FFF;
  border: 1px rgb(194,194,194) solid; 
  }
	
	#searchbox{
	display: block;
  float:left;
  
  margin-top:0px;
  margin-left:24px;
  width: 450px;

	color: #000;
	z-index: 1;
  }
	
	#left_search{
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  }
	
	#searchbox input{
  height: 16px;
  border: 1px #929292 solid;
  border-left: 0px;
  border-right: 0px;
  display: block;
  float: left;
  width: 286px;
  padding: 7px;
  }
	
	#searchbutton{
  display: block;
  float: left;
  width: 118px;
  height: 32px;
  background: url(../../main_images/search_btn.gif) no-repeat left top ;
  }
	
	#searchbutton:hover{
  background: url(../../main_images/search_btn_over.gif) no-repeat left top ;
  }
	
	#clips_list{
  display: block; 
  height: 60px;
  }
	
	#img_float{
  display: block; 
  float: left;
  margin-right: 14px;
  }
	
.searchclipname{
display: block; 
margin-top: 10px;
font-weight: bold;
}
	
.searchcliptitle{
display: block; 
margin-top: 5px;
margin-left: 6px;
padding-left: 0px;;
}	

.searchauteurname{
display: block; 
margin-top: 25px;
font-weight: bold;
}
	


.search_options{
display: block; 
float: left;
margin-top: 5px;
font-size: 12px;
}

.search_options a{
color: #000;
text-decoration: none;
}

.search_options a:hover{
text-decoration: underline;
}	
	

