/*SEARCH*/

#searchForm
{
  float: right;
  margin-top: -22px;
  background: url("images/search-bg.png");
  width:205px;
  margin-right: 30px;
  height: 20px;
  z-index: 2000;
}

#searchForm form
{
  width:200px;
  margin: 0;
}

#searchForm form .inputs
{
  display: inline;
  margin-left:80px;
  height: 24px;
  z-index: 2000;
  position: absolute;
}

#searchForm form .inputs input
{
  height: 15px;
  height: 14px\9;
  margin-left: -40px;
  border: 0px;
  width: 140px;
}

#searchForm form .inputs input[type="submit"]
{
  background: url("images/search-icon.png") no-repeat;
  cursor: pointer;
  margin:0 0 0 5px;
  padding:0;
  width: 13px !important;
  height: 15px !important;
}

#searchForm .dropdown-menu {
    width:85px;
    position:absolute;
    font-size:10px;
    color:#FFF;
    cursor:pointer;
    z-index:1000;
    display: inline;
    color: black; 
}

#searchForm dropdown-menu a:link {
  background: none;
  color:#FFF !important;
  display:block !important;
  text-decoration:none !important;
  margin:0 !important;
  color: white;
}

#searchForm .dropdown-menu a:hover {
  background: none;
  text-decoration:none !important;
}

#searchForm .dropdown-menu .slide-down {
  
}

#searchForm .menu-first {
    line-height:15px;
    padding:2px 5px;
     z-index:0;
}

#searchForm .down-list {
  
  z-index:990;
  margin-left:1px;
  padding-bottom:5px;
  padding-left: 3px;
  background:url("images/bg_search_down.png") no-repeat bottom center transparent;
}
#searchForm .down-list li {
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin:0;
    display: block;
    padding: 2px;
    position: relative;
    z-index:980;
}

#searchForm .down-list li a span
{
  background: url("images/search-title-icon.png") no-repeat;
  width: 14px;
  height:17px;
  padding: 3px 4px 0 4px;
  display: inline-block;
  margin: 2px 0;
}

#searchForm .down-list li:hover
{
  background:none;  -moz-border-radius:0; -webkit-border-radius: 0; text-shadow:none
}

#searchForm .down-list .lastLI { background:#670100; padding-bottom:2px; }
.on-top
{
  z-index: 10000;
}

#searchForm .selected-option {color: yellow}

