/* ********************************************** */
.suggestionsBox {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 30px;
  left: 50px;
  margin: 5px 0px 0px 0px;
  width: 200px;
  background-color: #212427;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid #000;
  color: #fff;
  z-index: 1;
}
.suggestionList {
  margin: 0px;
  padding: 0px;
}
.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 5px;
  cursor: pointer;
  list-style: none;
  color: #fff;
}
.suggestionList li:hover {
  background-color: #b07c66;
  color:#fff;
}
.uparrow {
  position: relative;
  top: -12px;
  left: 10px;
}
/* ****************************************** */
#tooltip1,
#tooltip2,
#tooltip4 {
  display: none;
  font-size: 11px;
  height: 190px;
  width: 370px;
  z-index: 1000;
}
#tooltip1,
#tooltip2 {
  position: absolute;
  top:10px;
}
#tooltip1 {
  left:0px;
}
#tooltip2 {
  left:350px;
}
#tooltip4 {
	position: absolute;
	top:-200px;
  left:500px;
}
#tooltip4 thead,
#tooltip1 thead,
#tooltip2 thead {
  background: transparent url(../img/aide_01.png) no-repeat;
  width:370px;
  height: 35px;
  z-index: 1000;
}
#tooltip4 tbody,
#tooltip1 tbody,
#tooltip2 tbody {
  background: transparent  url(../img/aide_02.png) repeat-y;
}
#tooltip4 tfoot,
#tooltip1 tfoot,
#tooltip2 tfoot {
  background: transparent url(../img/aide_03.png) no-repeat;
  width:370px;
  height: 38px;
  z-index: 1000;
}
#tooltip1 table,
#tooltip2 table,
#tooltip4 table {
  font-size: 11px;
  min-height:300px;
  color: #333;
}
#tooltip1 th,
#tooltip2 th {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}


