@charset "iso-8859-1";
/********************************************************
	CSS Document / Recherche - Tops Cars by Skalpel.fr
********************************************************/

/* Main - Rechercher 
-----------------------------------------------------------------------------*/
#box-rechercher { width: 687px; padding-top: 15px; margin-top: -15px; background: url(../images/interface/rechercher/rechercher-bg.gif) top right no-repeat; }

#box-rechercher div.titlebar { height: 43px; background: url(../images/interface/titlebar-1.gif) top left repeat-x; }
#box-rechercher div.titlebar p.title { 
	float: left; 
	height: 33px; 
	padding: 10px 0 0 20px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.50em;
	color: #A13324;
}
#box-rechercher div.titlebar p.top { float: right; height: 43px; }
#box-rechercher div.titlebar p.top a {
	position: relative;
	display: block;
	width: 95px;
	height: 12px;
	margin: 15px 10px 0 0;
	background: url(../images/interface/rechercher/haut-page.gif) top left no-repeat;
}

#box-rechercher div.panel { width: 687px; background: #FFFFFF url(../images/interface/rechercher/panel-bg.gif) top left repeat-x; }
#box-rechercher div.col { float: left; width: 49%; }
#box-rechercher div.actions { height: 120px; background: url(../images/interface/rechercher/action-bg.gif) top left repeat-x; }
	#box-rechercher div.actions p.submit input[type=submit] {
		float: right;
		position: relative;
		display: block;
		width: 138px;
		height: 38px;
		margin: 15px 5px 0 0;
		background: url(../images/interface/btn-rechercher.gif) top left no-repeat;
		cursor: pointer;
	}
	#box-rechercher div.actions p.reset input.btnReset {
		float: left;
		position: relative;
		display: block;
		width: 118px;
		height: 38px;
		margin: 15px 5px 0 0;
		background: url(../images/interface/btn-reset.gif) top left no-repeat;
		cursor: pointer;
	}
	#box-rechercher div.actions p.alerte {
		float: right;
		position: relative;
		display: block;
		width: 147px;
		height: 38px;
		margin-top: 15px;
		background: url(../images/interface/btn-creer-alerte.gif) top left no-repeat;
		cursor: pointer;
	}

#box-rechercher div.sep { clear:both; width: 100%; height: 1px; margin-top: 15px; font-size: 0px; border-bottom: 1px solid #cdcece; }
#box-rechercher fieldset { margin: 0 0 15px 20px; }
#box-rechercher legend { padding: 10px 0 10px 0; font-size: 1.30em; color: #516266; font-weight: bold; } 
	#box-rechercher legend span { font-weight: normal; }

#box-rechercher p.radio { margin: 5px 0 0 15px; }

#box-rechercher label.bold { font-weight: bold; }

#box-rechercher p.type-berline { 
	display: block;
	width: 264px; 
	height: 32px; 
	padding: 15px 0 0 15px; 
	margin-top: 5px;
	background: url(../images/interface/rechercher/type-berline.gif) 0 0 no-repeat; 
	cursor: pointer; 
}
	#box-rechercher p.type-berline.on { background-position: 0 -47px; }
#box-rechercher p.type-coupecab { 
	display: block; 
	width: 264px; 
	height: 32px; 
	padding: 15px 0 0 15px; 
	background: url(../images/interface/rechercher/type-coupecab.gif) 0 0 no-repeat; 
	cursor: pointer; 
}
	#box-rechercher p.type-coupecab.on { background-position: 0 -47px; }
#box-rechercher p.type-4x4 { 
	display: block; 
	width: 264px; 
	height: 32px; 
	padding: 15px 0 0 15px; 
	margin-bottom: 5px;
	background: url(../images/interface/rechercher/type-4x4.gif) 0 0 no-repeat; 
	cursor: pointer; 
}
	#box-rechercher p.type-4x4.on { background-position: 0 -47px; }
	
#box-rechercher p.text { margin: 0 0 16px 0; }
	#box-rechercher p.text label { float: left; display: block; width: 75px; }
	
#box-rechercher p.select { margin: 0 0 16px 0; }
	#box-rechercher p.select label { float: left; display: block; width: 75px; }
	#box-rechercher p.select select { width: 200px; }
	
#box-rechercher p.interval { margin: 0 0 10px 0; }
	#box-rechercher p.interval label { margin-right: 10px; }
	#box-rechercher p.interval select { width: 80px; margin-right: 10px; }	
	
#box-rechercher p.checkboxlist { float: left; width: 49%; margin: 0 0 5px 0; }
		
	

#box-rechercher label { font-size: 1.20em }
#box-rechercher input[type=text] {
	width: 188px;
	height: 16px;
	padding: 1px 5px 2px 5px;
	border: 1px solid #8D999C;
	background-color: #F5F5F5;
	font-size: 1.20em;
	color: #666666;
}
#box-rechercher textarea {
	width: 250px;
	height: 60px;
	padding: 1px 5px 2px 5px;
	border: 1px solid #8D999C;
	background-color: #F5F5F5;
	font-size: 1.20em;
	color: #666666;
}

#box-rechercher select {
	width: 260px;
	height: 20px;
	padding: 1px;
	border: 1px solid #8D999C;
	background-color: #F5F5F5;
	font-size: 1.20em;
	color: #666666;
}
#box-rechercher input[type=radio] { margin-right: 5px; }
#box-rechercher input[type=checkbox] { margin-right: 5px; }