@media print {
  body {font-size: 14px; }
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #224881;
  background: url(/main/img/body_bg.jpg) repeat-x top center #3f83de;
  line-height: 20px;
  text-align: justify;
}
a {
  outline-style: none;
  text-decoration: none;
  color: #224881;
  font-weight: bold;
}
img {
  border: none;
}
div#mainArea {
  width: 920px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 920px;
  height: 270px;
  position: relative;
}
div#contentArea {
  width: 920px;
  height: auto;
}
div#contentAreaLeft {
  width: 245px;
  height: auto;
  float: left;
}
div#contentAreaRight {
  width: 655px;
  height: auto;
  float: left;
  padding-left: 20px;
}
div#clearFix {
  width: 920px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
div#footerArea {
  width: 920px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #ffffff;
  font-size: 11px;
}
div#footerArea a {
  color: #ffffff;
  font-weight: normal;
}
div.leftBox {
  width: 245px;
  height: auto;
  margin-bottom: 20px;
}
div.leftBoxTop {
  width: 245px;
  height: 24px;
  background: url(/main/img/leftBoxTop.png);
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 10px;
}
div.leftBoxCenter {
  width: 245px;
  height: auto;
  background: url(/main/img/leftBoxCenter.png) repeat-y;
}
div.leftBoxBottom {
  width: 245px;
  height: 24px;
  background: url(/main/img/leftBoxBottom.png);
}
div.rightBoxTop {
  width: 655px;
  height: 24px;
  background: url(/main/img/rightBoxTop.png);
}
div.rightBoxCenter {
  width: 615px;
  height: auto;
  min-height: 750px;
  background: #ffffff;
  padding: 0 20px;
}
div.rightBoxBottom {
  width: 655px;
  height: 24px;
  background: url(/main/img/rightBoxBottom.png);
}
a#logo {
  position: absolute;
  width: 110px;
  height: 200px;
  top: 50px;
  left: 65px;
  background: url(/main/img/logo.png);
}
div#loginArea {
  width: auto;
  position: absolute;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #d1e1f7;
  top: 0;
  right: 0;
}
div.titleBox {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 20px;
  margin-bottom: 20px;
}
div#topMenu {
  width: auto;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 110px;
  position: absolute;
}
div.titleRight, span.standardTitle, span.contentPageTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d1e5ff;
  display: block;
}
input[type="text"], input[type="password"], textarea {
  border: solid 1px #bdcde2;
  padding: 3px 5px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #68798c;
}
input#loginButton {
  width: 16px;
  height: 14px;
  background: url(/main/img/loginButton.png);
  border: none;
  padding: none;
  cursor: pointer;
  margin: 0 15px 0 3px;
  padding: 0;
  -moz-border-radius: 0;
}
input[type="submit"], input[type="reset"] {
  background: #174381;
  border: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding: 5px 5px;
  cursor: pointer;
  -moz-border-radius: 5px;
}
fieldset {
  border: solid 1px #d1e5ff;
  padding: 10px;
}
legend {
  font-weight: bold;
}
label {
  display: inline-block;
}
div.itemBox {
  float: left;
  width: 160px;
  height: 180px;
  line-height: 12px;
  background: url(/main/img/itemBox.gif);
  text-align: center;
  padding: 10px;
  position: relative;
  margin: 0 20px 20px 5px;
}
div.itemBox div.priceBox {
  width: 140px;
  height: 31px;
  background: url(/main/img/priceBox.png);
  bottom: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
  line-height: 12px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
div.priceBox {
  font-size: 22px;
  font-weight: bold;
  line-height: 12px;
}
span.promotedProductOldPrice {
  font-size: 11px;
  font-weight: normal;
  text-decoration: line-through;
}
div.itemBox div.priceBox span.promotedProductOldPrice {
  font-size: 11px;
  font-weight: normal;
  text-decoration: line-through;
}
div.itemBox a.cartAdder {
  width: 39px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/main/img/cartAdder.png);
}
div.itemBox a.cartAdder:hover {
  background-position: 0 100%;
}
div.indexProductList {
  margin-bottom: 30px;
}
table.productTable td {
  padding: 10px 3px;
}
table.productTable th {
  text-align: center;
}
table.productTable img {
  max-height: 50px;
}
div.productBoxLeftSide {
  float: left;
  width: 315px;
}
div.productBoxRightSide {
  float: left;
  width: 300px;
}
div.productAttributesBox {
  padding: 10px 20px 30px 20px;
}
div.productBoxLeftSide a.cartAdder {
  width: 146px;
  height: 36px;
  display: block;
  background: url(/main/img/cartAdderBig.png);
  float: left;
}
div.productBoxLeftSide a.cartAdder:hover {
  background-position: 0 100%;
}
