/*************************************************************/
/* TOP HIDDEN BAR                                            */
/*************************************************************/

.top_login {
  list-style: none;
  margin: 0;
  padding: 0;
  }

.top_login li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  color: #999999;
  text-align: left;
  font-weight: bold;
  }

.top_input_box {
  width: 200px;
  margin: 0;
  padding: 4px 0 4px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background: #CCCCCC;
  border: 0;
  }

.top_input_button_login {
  width: 60px;
  height: 20px;
  margin: 0;
  padding: 2px;
  background: #171717 url(../images/submit_button.gif) center no-repeat;
  border: 0;
  cursor: pointer;
  }

.top_input_button_search {
  width: 60px;
  height: 20px;
  margin: 0;
  padding: 2px;
  background: #171717 url(../images/submit_button.gif) center no-repeat;
  border: 0;
  cursor: pointer;
  }

/*************************************************************/
/* TOP DROP DOWN (CMS / SEARCH / NEWSLETTER LOGIN            */
/*************************************************************/

#top_panel {
  width: 996px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #E9E6E1;
  display: none;
  }

#top_contents {
  width: 96%;
  height: 120px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  }

#clientlogin_box {
  width: auto;
  height: 100px;
  margin: 0 10px 0 0;
  padding: 10px;
  float: left;
  clear: both;
  background: url(../images/login_background.gif) no-repeat;
  overflow: hidden;
  }

#clientlogin_box2 {
  width: auto;
  height: 100px;
  margin: 0;
  padding: 10px;
  float: left;
  display: inline;
  background: url(../images/login_background.gif) no-repeat;
  overflow: hidden;
  }

#search_box {
  width: auto;
  height: 100px;
  margin: 0;
  padding: 10px;
  float: right;
  display: inline;
  text-align: right;
  background: url(../images/login_background.gif) no-repeat;
  }