/*
----------------------------------------------------------------------------------------------------------- formulaire de recherche */

form#the_recherche ul {
  list-style: none none !important;
  float: left;
  padding-bottom: 1em;
  font-size: 1em;
}
form#the_recherche ul li {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}

form#the_recherche {
  padding-top: 1em;
}
form#the_recherche legend {
  background: #B9A7A1;
  padding: .2em .5em;
  margin: 0 0 1em 0;
  color: black;
  font-variant: small-caps;
  font-size: 1.2em;
}
form#the_recherche label {
  font-weight: 900;
  font-variant: small-caps;
  font-size: 1.15em;
  color: black;
  text-align: right;
  display: block;
  float: left;
  width: 12.5em; /* 200px */
  margin-right: .2em;
}
form#the_recherche input {
  color: black;
  float: left;
  display: block;
  width: 11.5em;
  border: 1px solid #B9A7A1;
  padding: .25em;
  font-family: Georgia, serif;
}
form#the_recherche input:hover, form#the_recherche input:focus {
  border: 1px solid #251E26;  
}
form#the_recherche input#btn_rechercher {
  clear: both;
  display: block;
  margin-left: 13em;
  cursor: pointer;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: transparent url(../mediastore/elements/rechercher.gif) no-repeat bottom left;
  color: black;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 0;
  font-weight: 900;
}
form#the_recherche input#btn_rechercher:hover, form#the_recherche input#btn_rechercher:focus {
  clear: both;
  display: block;
  margin-left: 13em;
  cursor: pointer;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: transparent url(../mediastore/elements/rechercher.gif) no-repeat top left;
  color: white;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 0;
  font-weight: 900;
}

/*
----------------------------------------------------------------------------------------------------------- autocompletion */

.ac_results {
	padding: 0;
	border: 1px solid #B9A7A1;
	background-color: #ECECDE;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	text-align: left;
}

.ac_loading {
	background: white url(../mediastore/elements/loading.gif) right center no-repeat;
}

.ac_odd {
	background-color: #B9A7A1;
}

.ac_over {
	background-color: #251E26;
	color: white;
}

/*
----------------------------------------------------------------------------------------------------------- resultats de recherche */

div.liste_revendeur {
  padding: .625em;
  background: #B9A7A1;
  font-size: .75em;
}
div.liste_revendeur dl dt {
  font-weight: 900;
}
div.liste_revendeur dl dd {
  margin-bottom: .625em;
}

span.nb_results {
  color: #B9A7A1;
  font-size: 1.5em;
}
div.wrap_result {
  width: 16.85em;
  margin: .625em .625em 0 0;
  float: left;
  padding: .625em;
  display: inline; /* IE6 */
}
div.result img {
  float: left;
  margin-right: .625em;
}
div.wrap_result h3 {
  clear: none !important;
}
ul.pagination {
  padding: 1em 0;
}

#jeff {
  float: right;
  font-size: .75em;
  text-align: right;
}
a.tag {
  padding-left: 1.3em;
  background: transparent url(../mediastore/elements/tag.gif) no-repeat center left;
}


/*
----------------------------------------------------------------------------------------------------------- fiche de la montre */

h2{
  clear: both;
}
h3 {
  margin: 1em 0 0 .5em;
  font-weight: 900;
  font-style: italic;
  font-size: 1em;
}
div.revendeur {
  width: 15em;
  margin: .3em .3em 0 0;
  float: left;
  padding: .625em;
  display: inline; /* IE6 */
  font-size: .75em;
}
a.explorer {
  padding-right: 1.5em;
  background: transparent url(../mediastore/elements/explorer.gif) no-repeat center right;
}
a.ext {
  padding-right: 1em;
  background: transparent url(../mediastore/elements/ext.gif) no-repeat center right;
}
