.topmenu ul { padding: 0; margin: 0; }
.topmenu ul li { padding: 0; margin: 0; float: left; background: none; }
.topmenu li a, .topmenu li a span { float: left; height: 53px; }
.topmenu li a {
  text-align: center;
  color: #d2d2d2;
  text-decoration: none !important;
  background: #363636 url("../images/topmenu_bg.png") repeat-x left -159px;
}

.topmenu li a:hover {
  color: #3a3a3a;
  background: #d8d8d8 url("../images/topmenu_bg.png") repeat-x left -212px;
}

.topmenu li a span {
  line-height: 53px;
  background: transparent url("../images/topmenu_bg.png") no-repeat right -106px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0 17px 0 18px;
}

/*sublinks*/
.dropmenudiv {
  position: absolute;
  top: 0;
  border: 1px solid #323232;
  line-height: 18px;
  z-index: 100;
  background: #dcdcdc;
  width: 225px;
  visibility: hidden;
}

.dropmenudiv a {
  width: auto;
  display: block;
  height: 29px;
  line-height: 29px;
  text-indent: 15px;
  text-decoration: none;
  color: #343434;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  background: #dcdcdc url(../images/topmenu_sublinks.png) no-repeat left 0;
}

* html .dropmenudiv a { width: 100%;}
.dropmenudiv a:hover { color: #ff9c00; background: #373737 url(../images/topmenu_sublinks.png) no-repeat left -29px; text-decoration: none; }



/* ===== BUTTON ===== */

.fbutton, .vresult { border: 0 none; background: none; cursor: pointer; }
  .fbutton { text-shadow: 0 1px 0 #fff; font-size: 1.1em; margin-bottom: 2px; border: 1px solid #bcc5c9; width: 106px; height: 31px; color: #d51e44; padding: 2px 0 5px 0; background: #fff url("../images/fbutton.png") repeat-x 0 100%; font-weight: bold; }
    .fbutton:hover, .vresult:hover { background-position: 0 10px;
      -moz-box-shadow: 0 1px 5px -2px black;
      -webkit-box-shadow: 0 1px 5px -2px black;
      box-shadow: 0 1px 5px -2px black;
    }
  button.fbutton span { cursor: pointer; display: block; }

/*===SEARCH & LOGIN===*/


.searchbox {
  position: relative;
  float: left;
  width: 345px;
  top: 15px;
  font-size: 13px;
        
}
.searchbox .sinputt { width: 301px; height: 22px; overflow: hidden; background: url("../images/searchform.png") no-repeat 0 0; }
.searchbox .submit { width: 36px; position: absolute; right: 0; top: -6px; }

.searchbox .sinputt img { float: left; width: 44px; height: 22px; }

.searchbox .sinputt div { padding-top: 0px; }
.searchbox .sinputt input {


        float: left;
  width: 250px;
  padding: 0;
  background: none;
  border: none;
  color: #ffb04a;
}

.searchbox .btn,
.searchbox .btnhover { width: 36px; height: 36px; }
.searchbox .btn { background: transparent url("../images/searchform.png") no-repeat 0 -22px; }
.searchbox .btnhover { background: transparent url("../images/searchform.png") no-repeat -36px -22px; }

/**/

.reset, .reset li { list-style: none; padding: 0; margin: 0; }

/*LOGINDATE*/

.loginbox { display: inline; 
   
  width: 100%;
  top: 25px;
  font-size: 13px;}

  

.loginbtn {background-color: #ff0000;
  display: inline-block;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.loginbtn a{
    text-decoration: none;
    color: white;
}


.loginbtn:hover {
    background-color: #333; 
    color: white;
     text-decoration: none;
}


.loginbtn a:hover{
    background-color: #333; 
    color: white;
     text-decoration: none;
}

/*LOGINDATE*/
.loginboxdate { width: 400px; }
