@charset "utf-8";
.ligne-form-search{
	margin:0px 0px 20px 0px;
}
.ligne-form-search p{
	float:left;
}
/**********************************************************************************
							INPUT
**********************************************************************************/
input.error{
        border:1px solid #C03;
        background-color:#F99;
}

input{
	border:#adadac 1px solid;
	width:133px;
	height:18px;
}

input#budget_min,input#budget_max{
	width:84px;
	margin-right:0px;
}

.prix{
	float:right;
	width:84px;
	color:#a5a6a6;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
}

.prix input{
	float:inherit;
	margin:0px;
}

.search-submit{
	color:#FFF;
	background:transparent url('../img/input/submit.jpg') no-repeat 0 0;
	display:block;
	border:none;
	color: #fff;
	text-align:center;
	width:141px;
	height:26px;
	font-size:16px;
	font-weight:bold;
	float:none;
	margin-left:30px;
}

#advanced-search-submit{
	background-color:#FFFFFF;
	border:none;
	border-bottom:2px solid #CCC;
	text-transform:uppercase;
	font-size:11px;
	color:#424141;
	cursor:pointer;
	float:none;
	margin-left:35px;
	margin-bottom:25px;

}

.asterisque{
	display:inline-block;
	height:14px;
	width:14px;
	text-indent:20px;
	color:red;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/t2/img/alert/asterisque.png');
}

html>body .asterisque{
	filter: none;
	background:transparent url('../img/alert/asterisque.png') no-repeat 0 0;	
}

.ligne-form-search ul {
	list-style-type: none;
	margin: 20px 0px 0px -10px;
	*margin: 40px 0px 0px -75px;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 228px;
}

.ligne-form-search li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background-color: white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	cursor: pointer;
	border-bottom: dashed 1px #ddd;
	height: 16px;
	background-color:#abacac;
	color: #424141;
}

.ligne-form-search li.select {
	color:#abacac;
	background-color:#424141;
}
/**********************************************************************************
							POPUP RECHERCHE AVANCEE
**********************************************************************************/
#TB_window #div-form-search-inside{
	float:left;
	padding-top:30px;
	width:39%;
}

#TB_window #advanced-search{
	width:216px;
	padding:5px;
	z-Index:20;
	-moz-opacity:0.95;
	opacity: 0.95;
	filter:alpha(opacity=95);
	float:right;
	display:block;
	width:49%;
	margin-left:20px;
}

#TB_window #advanced-search input{
	float:none;
	width:80px;
}

/**********************************************************************************
							BOUTON RADIO
**********************************************************************************/
.radioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background: transparent url('../img/radio/radio_off.gif') no-repeat 0% 50%;
}

.radioOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background: transparent url('../img/radio/radio_on.gif') no-repeat 0% 50%;
}

.radioOn:hover {
	background-image: url('../img/radio/radio_on_hover.gif');
}
.radioOff:hover {
	color: #333 !important;
	background-image: url('../img/radio/radio_off_hover.gif');
}

#confiez .radioOff, #alerte-email .radioOff{
	background: transparent url('../img/radio/radio_off_grey.gif') no-repeat 0% 50%;
}
#confiez .radioOn,#alerte-email .radioOn {
	background: transparent url('../img/radio/radio_on_grey.gif') no-repeat 0% 50%;
}

#confiez .radioOn:hover,#alerte-email .radioOn:hover {
	background-image: url('../img/radio/radio_on_hover_grey.gif');
}

#confiez .radioOff:hover,#alerte-email .radioOff:hover {
background-image: url('../img/radio/radio_off_hover_grey.gif');
}
/**********************************************************************************
								CHECKBOX
**********************************************************************************/

.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	color: #a5a6a6;
	background-image: url('../img/checkbox/checkbox_off.gif');
}

.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	color: #424141;
	background-image: url('../img/checkbox/checkbox_on.gif');
}

/**********************************************************************************
								SELECT
**********************************************************************************/
.iconselectbg{
	width:133px;
	height:16px;
	margin-bottom:1px;
	font: 13px Arial, Helvetica, sans-serif;
	border:1px solid #adadac;
	overflow:hidden;
	background-color:#FFF;
}
.iconselect {
	display:block;
	width:80px;
	height:13px;
	font: 13px Arial, Helvetica, sans-serif;
	float: left;
	padding-left:2px;
}
.customselect input{
	border:none;
	display:none;
}
.iconselectbg .dropDown {
	display:block;
	cursor:pointer;
	width: 24px;
	height: 16px;
	float: right;
	background:url('../img/select/select_arrow.jpg') no-repeat 0% 0;
}
.selectitems {
	width:200px;
	height:16px;
	padding-left:10px;
	padding-top:5px;
	border-bottom: dashed 1px #ddd;
}
.selectitems span {
	margin-left: 5px;
}
.iconselectholder {
	width: 200px;
	overflow: hidden;
	display:none;
	position:absolute;
	z-Index:10;	
	background-color:#abacac;
	color:#424141;
}
.hoverclass{
	cursor:pointer;
	color:#abacac;
	background-color:#424141;
}

.selectedclass{
	color:#abacac;
	background-color:#424141;
}
