body {
  margin: 0;
  padding: 0;
  background: url(/main/img/body_bg.jpg) no-repeat top center #070707;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}
img {
  border: none;
}
a {
  text-decoration: none;
  outline-style: none;
  color: #4B82F5;
}
div#mainArea {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 960px;
  height: 252px;
  position: relative;
}
span.language {
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
}
div#topMenuArea {
  width: 960px;
  height: 45px;
  position: relative;
}
div#searchArea {
  width: 960px;
  height: 45px;
  line-height: 45px;
  text-align: right;
}
div#contentArea {
  width: 960px;
  height: auto;
}
div#contentAreaLeft {
  width: 232px;
  height: auto;
  float: left;
}
div#contentAreaRight {
  width: 728px;
  height: auto;
  float: left;
}
div#contentAreaRightTop {
  width: 728px;
  height: 9px;
  background: url(/main/img/contentAreaRightTop.png);
}
div#contentAreaRightCenter {
  width: 688px;
  height: auto;
  background: #ffffff;
  padding: 20px;
  min-height: 400px;
}
div#contentAreaRightBottom {
  width: 728px;
  height: 9px;
  background: url(/main/img/contentAreaRightBottom.png);
}
div#clearFix {
  width: 960px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
div#footerArea {
  width: 960px;
  height: 65px;
  line-height: 65px;
  color: #d8d8d8;
  font-size: 11px;
}
div#footerArea b, div#copyrightArea b  {
  color: #487eed;
}
div#footerArea a, div#copyrightArea a {
  font-weight: normal;
  color: #d8d8d8;
}
div#footerArea span.menuButton {
  display: inline-block;
  width: auto;
  height: 11px;
}
div#footerArea span.menuButton + span.menuButton {
  margin-left: 20px;
}
div#copyrightArea {
  width: 960px;
  height: 50px;
  line-height: 50px;
  border-top: solid 1px #1d1d1d;
  color: #d8d8d8;
  font-size: 11px;
  text-align: right;
}
div#cartExtractArea {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  color: #d8d8d8;
}
div#cartExtractArea b {
  color: #4b82f5;
}
div#searchArea label {
  font-weight: bold;
  color: #ED9618;
}
div#loginArea {
  position: absolute;
  height: 45px;
  line-height: 45px;
  top: 0;
  right: 20px;
}
input[type="submit"], input[type="reset"] {
  background: url(/main/img/submit.gif) repeat-x center center;
  border: none;
  -moz-border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  padding: 3px 5px;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
  background-position: top center;
}
div#basket a {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  font-family: Arial, sans-serif;
  color: #838383;
  font-size: 12px;
  padding: 2px 3px;
}
form.loginForm {
  color: #ffffff;
}
form.loginForm a {
  color: #000000;
  font-weight: bold;
}
fieldset {
  border: solid 1px #b4b4b4;
  padding: 20px;
}
fieldset label {
  display: inline-block;
}
div.titleRight, span.standardTitle {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #4275ea;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #D5D5D5;
}
div.productBoxLeftSide {
  width: 430px;
  float: left;
}
div.productBoxRightSide {
  width: 230px;
  float: left;
  padding-left: 20px;
}
div.itemBox {
  width: 186px;
  height: 260px;
  float: left;
  text-align: center;
  margin: 0 0 33px 33px;
  line-height: 14px;
}
div#productBox {
  margin-bottom: 20px;
}
div.itemBox a.cartAdder {
  width: 115px;
  height: 35px;
  background: url(/main/img/cartAdderSmall.png);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
a.cartAdder {
  width: 114px;
  height: 35px;
  background: url(/main/img/cartAdderBig.png);
  display: block;
}
a.cartAdder:hover {
  background-position: 0 100%;
}
div.itemBox a.more {
  width: 71px;
  height: 35px;
  background: url(/main/img/more.png);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
div.itemBox a.more:hover {
  background-position: 0 100%;
}
div.itemBox div.priceBox {
  width: 186px;
  font-size: 14px;
  color: #ed9618;
  font-weight: bold;
}
div.itemBox div.priceBox span.promotedProductOldPrice {
  color: #838383;
  font-size: 11px;
  font-weight: normal;
}
div.priceBox {
  width: 186px;
  font-size: 14px;
  color: #ed9618;
  font-weight: bold;
}
div.priceBox span.promotedProductOldPrice {
  color: #838383;
  font-size: 11px;
  font-weight: normal;
}
fieldset legend {
  font-weight: bold;
  color: #ed9618;
}
table.productTable {
  width: 688px;
  margin: 10px 0;
}
div.attributeName {
  width: 200px;
  float: left;
}
div.attributeValue {
  width: 50px;
  float: left;
}
div.productAttribute {
  height: 22px;
  width: auto;
}