/*****************************************************************************/
/** GENERAL
/*****************************************************************************/
p, ul, li, form
{
	margin: 0px;
	padding: 0px;
}
ul
{
	list-style: none;
}
img
{
	border: 0px;
}

.mxdHidden
{
	display: none;
}
.mxdSpacer
{
	clear: both;
}

/*****************************************************************************/
/** SIMPLE ALERT
/*****************************************************************************/
.alertMask
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: transparent url(../../img/core/bg/alert_mask.gif) repeat scroll left 0pt;
}
.alertContainer
{
	visibility: hidden;
	position: absolute;
	width: 300px;
	top: 200px;
	padding-bottom: 6px;
	background-color: #f2f2f2;
	border: 2px solid #9eb5d4;
}
.alertContainer.visible
{
	visibility: visible;
}
.alertContainer h1
{
	margin: 0px;
	padding: 4px;
	height: 17px;
	font-size: 12px;
	background: transparent url(../../img/core/bg/alert_header.gif) 0px 0px repeat-x;
	color: #1b4581;
	text-align: center;
}
.alertContainer h1 a
{
	position: absolute;
	display: block;
	right: 4px;
	top: 5px;
	width: 14px;
	height: 14px;
	background: transparent url(../../img/core/icn/alert_close.gif) 0px 0px no-repeat;
}
.alertContainer h1 a:hover
{
	background-position: 0px -14px;
}
.alertMessage
{
	padding: 17px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.alertContent
{
	float: left;
	margin-top: 10px;
	padding-left: 5px;
	padding-left: 8px;
}
.alertContent input
{
	font-size: 11px;
}
.alertContent a
{
	text-decoration: none;
	color: #1b4581;
}
.alertContent a:hover
{
	text-decoration: underline;
}

.alertFooter
{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}

/* button container, permet le centrage du / des bouton(s) */
.alertFooter div
{
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
}


a.alertButton
{
    display: block;
	float: left;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #444444;
	background: transparent url('../../img/core/bg/button_a.gif') no-repeat scroll top right;
}
a.alertButton.before
{
	margin-right: 6px;
}
a.alertButton.after
{
	margin-left: 6px;
}
a.alertButton span
{
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 18px;
    background: transparent url('../../img/core/bg/button_span.gif') no-repeat;
}
a.alertButton:hover
{
	text-decoration: none;
}
a.alertButton:active
{
    background-position: bottom right;
    color: #000000;
    outline: none;
}
a.alertButton:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

#mxdSendToFriendForm,
#mxdReportIssueForm
{
	font-size: 12px;
	color: #000000;
}
#mxdSendToFriendForm  p,
#mxdReportIssueForm p
{
	padding-bottom: 3px;
}
#mxdSendToFriendForm input,
#mxdSendToFriendForm textarea,
#mxdReportIssueForm select,
#mxdReportIssueForm input,
#mxdReportIssueForm textarea
{
	font-size: 12px;
	width: 275px;
	color: #444444;
}
#mxdSendToFriendForm textarea,
#mxdReportIssueForm textarea
{
	height: 100px;
}

#mxdActiveFilters
{
	background: none;
	margin: 0px;
	padding: 10px 5px 10px 5px;
}

#mxdActiveFilters li
{
	margin-bottom: 3px;
	background-color: #7894e5;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;	
}

#mxdActiveFilters li a
{
	display: block;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 19px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	background: transparent url(/img/core/icn/filter_delete.gif) top right no-repeat;
}

#mxdDetailPhotos img
{
	width: 150px;
	/*height: 112px;*/
}


#mxdContactForm
{
	
}
#mxdContactSending
{
	clear: both;
	width: 95%;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.mxdAjaxSend
{
	display: none;
	width: 220px;
	height: 40px;
	margin: 0px auto;
	font-size: 11px;
	text-align: center;
	background: transparent url(../../img/core/ajax_send.gif) 50% 24px no-repeat;
}


ul.mxdAutoCompleter
{
	position: absolute;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #7c7c7c;
	border-left-color: #c3c3c3;
	border-right-color: #c3c3c3;
	border-bottom-color: #ddd;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	z-index: 50;
}

ul.mxdAutoCompleter li
{
	position: relative;
	margin: 0px;
	margin-top: -2px;
	padding: 0.2em 1.5em 0.2em 1em;
	display: block;
	float: none !important; 
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
	line-height: 15px;
}

ul.mxdAutoCompleter li.selected
{
	background-color: #444;
	color: #fff;
}

ul.mxdAutoCompleter span.queried
{
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul.mxdAutoCompleter li.selected span.queried
{
	color: #9fcfff;
}

#searchCity
{
	width: 170px;
	padding: 2px;
	font-size: 11px;
}

div.mxdFilter.select ul
{
	display: none;
}
div.mxdFilter li
{
	list-style: none;
	background: none;
}
div.mxdFilter span
{
	float: left;
	height: 12px;
	width: 120px;
	padding: 2px 24px 4px 4px;
	font-size: 13px;
	border: 1px solid #b5b4b8;
	background: transparent url(/img/core/icn/dropdown_arrow.gif) right 0px no-repeat;
	cursor: default;
}

div#cgu h1
{
	margin: 0px;
}
div#cgu h2
{
	margin: 0px;
	padding-bottom: 4px;
}
div#cgu p
{
	padding-bottom: 15px;
}

/*****************************************************************************/
/** SELECTION
/*****************************************************************************/
.mxdSelectionLink
{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	background: transparent url(/img/core/icn/selection_add.gif) top left no-repeat;
}
.mxdSelectionLink.added
{
	background: transparent url(/img/core/icn/selection_added.gif) top left no-repeat;
}

.mxdSelectionLinkDetail
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: transparent url(/img/core/icn/selection_add.gif) top left no-repeat;
}
.mxdSelectionLinkDetail.added
{
	background-image: url(/img/core/icn/selection_added.gif);
}

/*****************************************************************************/
/** LISTE DEROULANTE UTILISEE DANS LES FILTRES
/*****************************************************************************/
.mxdDropDown
{
	float:  left;
}
.mxdDropDown dd,
.mxdDropDown dt,
.mxdDropDown ul
{
	margin: 0px;
	padding: 0px;
}
.mxdDropDown dd
{
	position: relative;
}
.mxdDropDown a,
.mxdDropDown a:visited
{
	color: #444444;
	text-decoration: none;
	outline: none;
	cursor: default;
}
.mxdDropDown a:hover
{
	color: #5d4617;
	text-decoration: none;
}
.mxdDropDown dt
{
	width: 172px;
}
.mxdDropDown dt a 
{
	display: block;
	width: 150px;
	padding-right: 20px;
	background: #ffffff url(/img/core/icn/dropdown_arrow.gif) top right no-repeat;
	border: 1px solid #b5b4b8;
}
.mxdDropDown dt a:hover,
.mxdDropDown dt a:focus
{
	color: #444444;
	border: 1px solid #444444;
	background-position: right -18px;
}
.mxdDropDown dt a span
{
	display: block;
	font-size: 12px;
	padding: 2px 2px 1px 3px;
}
.mxdDropDown dd ul
{
	display: none;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 170px;
	background-color: #ffffff; 
	border: 1px solid #444444;
	color: #c5c0b0;
	/*padding: 5px 0px;*/
	list-style: none;

	height: expression( this.scrollHeight > 340 ? "340px" : "auto" ); /* IE SUX */
	max-height: 340px;
	overflow: auto;
}
.mxdDropDown dd ul li a
{
	display: block;
	padding: 2px;
	font-size: 12px;
}
.mxdDropDown dd ul li a:hover
{
	background-color: #3e9de8;
	color: #ffffff;
}

#label-header
{
	float: left;
	padding: 10px;
	width: 100%;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), to(#404040));
	background: -moz-linear-gradient(top,  #0f0f0f,  #404040);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0f0f0f', EndColorStr='#404040');
}
#label-header h1,
#label-header h2
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid;
}
#label-header h1 strong,
#label-header h2 strong
{
	color: #e2e826;
}
#label-header ul
{
	float: right;
	padding-left: 14px;
}
#label-header li
{
	width: 230px;
	list-style-image: url(/img/core/label_argus/feature_arrow.gif);
}
#label-info p
{
	float: left;
	width: 140px;
	margin-bottom: 4px;
	padding: 5px;
	color: #414141;
	font-weight: bold;
	background-color: #dadada;
	background-position: 50% 4px;
	background-repeat: no-repeat;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#label-info img
{
	padding-bottom: 5px;
}
#label-info a
{
	clear: both;
	float: left;
	width: 150px;
	color: #e2e826;
	text-decoration: underline;
	text-align: center;
	outline: 0px;
}

#label-alert
{
	width: 835px;
	height: 600px;
	padding: 10px;
	overflow: auto;
}

#vehicules-labellises
{
	float: left;
	padding-left: 6px;
	padding-bottom: 10px;
}

#vehicules-labellises h1
{
	margin: 0px;
	color: #002994;
}

#vehicules-labellises h3
{
	color: #333333;
}

#vehicules-labellises p
{
	clear: both;
	float: left;
	width: 625px;
	padding-top: 15px;
	line-height: 20px;
}
#vehicules-labellises ol
{
	clear: both;
	float: left;
	width: 615px;
	padding-left: 20px;
	list-style-type: square;
}
#vehicules-labellises ol li
{
	margin-top: 7px;
}
#vehicules-labellises ul
{
	clear: both;
	float: left;
	width: 615px;
	padding-left: 20px;
	padding-top: 10px;
	list-style-type: square;
}
#vehicules-labellises ul li
{
	line-height: 20px;
}

#vehicules-labellises .info
{
	padding-right: 20px;
}
#vehicules-labellises .info span
{
	position: absolute;
	width: 14px;
	height: 18px;
	margin-left: 4px;
	background: transparent url(/img/core/icn/question_mark.gif) top left no-repeat;
	cursor: help;
}
#vehicules-labellises strong
{
	font-size: 20px;
	color: #002994;
}


#vehicule-labellise-detail
{
	float: left;
	width: 620px;
	padding: 4px;
	color: #ffffff;

	font-size: 16px;
	font-weight: bold;

	border-bottom: 1px solid #bdbcbb;

	background: #404040;
	background: -moz-linear-gradient(top,  #0f0f0f,  #404040);
	background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), to(#404040));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0f0f0f', EndColorStr='#404040');
}

#vehicule-labellise-detail h2
{
	float: left;
	padding-top: 4px;
	font-weight: normal;
	font-size: 18px;
}

#vehicule-labellise-detail img
{
	float: left;
	margin-right: 8px;
	border: 1px solid #a1a1a1;
}
#vehicule-labellise-detail a
{
	float: right;
	width: 150px;
	font-size: 12px;
	color: #e2e826;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}
