#bannerOne {
  position: absolute;
  right: -140px;
  top: 120px;
}

#logo {
  float: left;
  width: 260px;
}

#topNav {
  position: relative;
  margin-left: 260px;
  height: 118px;
}

.default #topNav {
  background-image: url(../images/header-back.png?20110711);
  background-repeat: repeat-x;
}

#shopHint {
  width: 360px;
  float: left;
  height: 30px;
}

#topNavMenu {
  width: 370px;
  float: left;
  text-align: right;
  height: 25px;
}

#topNavMenu a {
  color: #666;
}

#topNavSearch {
  position: absolute;
  clear:both; /* ie7 fix */
  top: 34px;
  width: 360px;
}

#topNavSearch img {
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
}

#topNavSearch form {
  position: absolute;
  top: 0px;
  left: 70px;
  width: 280px;
}

#topNavSearch .keyword_input {
  margin-top: 12px;
  width: 230px;
}

#topNavSearchButton {
  margin: 5px;
  width: 24px;
  border: none;
}

#topNavSearch input, #topNavSearch a {
  float: left;
}

#topNavSearchSpecial {
  position: absolute;
  top: 40px;
  left: 10px;
}

#topNavAccount {
  position: absolute;
  top: 26px;
  left: 360px;
  width: 170px;
}

#topNavCart {
  position: absolute;
  top: 26px;
  left: 540px;
}

#topNav a.list {
  display: block;
  float: left;
  color: #333;
  background-image: url(../images/header-bullet.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-left: 10px;
}

#topNavCartSummary {
  margin-left: 10px;
  color: #333;
}

#topNavInfobar {
  float: left;
  margin-top: 5px;
}

#topNavOrderTemplateNote {
  position: absolute;
  left: 0px;
  top: 90px;
  width: 520px;
  text-align: right;
  color: #eee;
}

#topNavCartNote {
  position: absolute;
  left: 540px;
  top: 90px;
  width: 190px;
}

#categoryTabs {
  clear: both;
}

