#accountMenuBlock {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 1.2em;
}

#accountMenuBlock span.accountMenuTitle {
  float: left;
  font-weight: bold;
  color: #6d6e71;
}

#accountMenuBlock #shop_customer_menu {
  float: left;
}

#accountMenuBlock #shop_customer_menu a.item {
  padding: 0 13px 0 13px;
  border-left: 1px solid #6d6e71;
  text-decoration: none;
}
#accountMenuBlock #shop_customer_menu a.item:hover {
  text-decoration: underline;
}

#accountMenuBlock #shop_customer_menu a.item.customer_account {
  border-left: none;
}

#error, p.error {
  padding: 10px;
  color: #ffffff;
  background: #bd0000;
  margin: 0 0 20px 0;
}

#success {
  padding: 10px;
  color: #ffffff;
  background: #7ebb42;
  margin: 0 0 20px 0;
}

html {
  overflow-y: scroll;
}

body {
  background: #ffffff;
  margin: 0;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
}

.breaker {
  clear: both;
}

.text, .textarea, .select {
  border: 1px solid #cdcdcd;
  background: #dddddd;
}

#wrapper {
  position: relative;
  width: 981px;
  margin: 0 auto;
  text-align: left;
}

#subwrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 981px;
  height: 455px;
  padding: 0 10px 0 10px;
  background: url(../../../images/bg.jpg) repeat-y top left;
}

#subwrapperBgBottom {
  z-index: 0;
  width: 981px;
  height: 82px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../../images/bg-bottom.jpg) no-repeat bottom left;
}

#header {
  position: relative;
  float: left;
  width: 961px;
  height: 86px;
  background: url(../../../images/bg-header.jpg) no-repeat bottom left;
}

#header .logo {
  float: right;
  position: relative;
  margin: 11px 17px 0 0;
  width: 413px;
  height: 51px;
  background: url(../../../images/bg-headerLogo.jpg) no-repeat top left;
}

#header .logo a {
  z-index: 2000;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 118px;
  height: 51px;
}

#content {
  z-index: 2;
  float: left;
  width: 961px;
  margin: -369px 10px 0 10px;
}

#content #topLeftBlock {
  position: relative;
  float: left;
  margin: 0 0 0 4px;
  width: 722px;
  height: 80px;
  background: url(../../../images/bg-topLeftBlock.jpg) no-repeat top left;
}

#content #topRightBlock {
  float: left;
  margin: 0 0 0 9px;
  width: 216px;
  height: 80px;
  background: url(../../../images/bg-topRightBlock.jpg) no-repeat top left;
}

#topRightBlock a.toBasket {
  float: left;
  display: block;
  margin: 12px 0 0 34px;
  width: 150px;
  height: 22px;
  background: url(../../../images/bg-toBasket.png) no-repeat top left;
}

#topRightBlock #shop_search {
  float: left;
  clear: both;
  margin: 5px 0 0 34px;
  width: 150px;
  height: 23px;
  background: url(../../../images/bg-shopSearch.png) no-repeat top left;
}

#topRightBlock #shop_search input.keywords {
  float: left;
  width: 98px;
  height: 17px;
  border: none;
  padding: 4px 5px 0 0;
  margin: 0 0 0 20px;
} 

#topRightBlock #shop_search input.submit {
  float: left;
  width: 27px;
  height: 23px;
  background: url(../../../images/bg-shopSearchSubmit.png) no-repeat top left;
  border: none;
}

#mainContent {
  float: left;
  width: 961px;
}

#leftColumn {
  float: left;
  width: 205px;
  padding: 10px 0 0 0;
}

#rightColumn {
  float: left;
  width: 681px;
  padding: 10px 30px 30px 45px;
}

#footer {
  float: left;
  width: 961px;
  height: 79px;
  margin: 30px 0 0 0;
  background: url(../../../images/bg-footer.jpg) no-repeat top left;
}
