body {
  margin: 0;
  padding: 0;
  background: url(/main/img/body_bg.jpg) repeat-x top center #f2f6fc;
  color: #223951;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}
a {
  outline-style: none;
  text-decoration: none;
  color: #223951;
}
img {
  border: none;
}
div#mainArea {
  margin : 0 auto;
  width: 890px;
  height: auto;
}
div#categoriesArea {
  width: 890px;
  height: 53px;
  position: relative;
}
div#topArea {
  width: 890px;
  height: 147px;
  position: relative;
}
div#topArea img {
  margin: 13px 0 0 40px;
} 
div#contentArea {
  width: 890px;
  height: auto;
  padding-bottom: 20px;
}
div#bottomMenuArea {
  width: 890px;
  height: auto;
}
div#cardsArea {
  width: 890px;
  height: 100px;
  background: url(/main/img/cards.gif);
}
div#footerArea {
  width: 890px;
  height: 40px;
  border-top: solid 1px #d7e9fc;
  line-height: 40px;
  font-size: 11px;
  color: #223951;
}
div#footerArea a {
  color: #223951;
}

input#platnosciPlSubmit {
  width: 238px;
  height: 54px;
  background: url(./img/platnosci.gif);
}

/* menu */
 
div.menu {
  height: 53px;
  text-align: center;
  z-index: 10;
}
div.menu span.menuButton {
  height: 53px;
  width: auto;
  display: inline-block;
  line-height: 53px;
  position: relative;
  z-index: 10;
  background: url(/main/img/arrow_top.gif) bottom center no-repeat;
}
div.menu span.menuButton + span.menuButton {
  margin-left: 40px;
}
div.menu span.menuButton a.menuLink {
  display: block;
  height: 53px;
  width: auto;
  padding: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  z-index: 10;
}
div.menu span.menuButton a.menuLink:hover {
  background: #ffffff;
  color: #77a7d8;
}
div.menu span.menuButton span.submenu {
  display: none;
}
div.menu span.menuButton:hover span.submenu {
  display: block;
  position: absolute;
  top: 53px;
  left: 0;
  height: auto;
  width: 190px;
  z-index: 10;
}
div.menu span.menuButton span.submenu a {
  display: block;
  width: 190px;
  background: #ffffff;
  text-align: left;
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
  font-weight: bold;
  color: #77a7d8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 10;
}
div.menu span.menuButton span.submenu a:hover {
  background: #9cc4ee;
  color: #ffffff;
}

/* bottom */

div#bottomMenu span.menuButton {
  display: inline-block;
  width: 220px;
  height: auto;
}
div#bottomMenu span.menuButton a.menuLink {
  display: block;
  width: 100%;
  height: 30px;
  background: #d7e9fc;
  line-height: 30px;
  text-indent: 10px;
  color: #223951;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}
div#bottomMenu span.menuButton span.submenu {
  display: block;
  margin-bottom: 20px;
}
div#bottomMenu span.menuButton span.submenu a {
  display: block;
  font-size: 11px;
  color: #4b6683;
  text-indent: 20px;
}

div#searchArea {
  position: absolute;
  width: 362px;
  height: 49px;
  right: 0;
  top: 45px;
  line-height: 49px;
  background: url(/main/img/searchArea.png);
  text-align: center;
  padding-left: 20px;
}
input[type="submit"], input[type="reset"] {
  border: none;
  background: #84b0dc;
  -moz-border-radius: 5px;
  padding: 3px 5px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}
input[type="text"], input[type="password"] {
  border: solid 1px #d0e0f4;
  padding: 2px 3px;
}
div#topMenuArea {
  position: absolute;
  bottom: 18px;
  right: 0;
}
div#topMenuArea a {
  color: #223951;
  font-size: 14px;
  font-weight: bold;
}
div#topMenuArea span.menuButton {
  display: inline-block;
  margin: 0 10px;
}
div#topMenuArea span.menuButton + span.menuButton {
  margin-left: 15px;
}
div.titleRight, span.standardTitle, span.contentPageTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #bad5f0;
  display: block;
}
div.itemBox {
  width: 180px;
  height: 230px;
  float: left;
  background: url(/main/img/itemBox.png);
  text-align: center;
  padding: 10px;
  margin: 0 0 10px 10px;
}
div.itemBox a {
  font-weight: normal;
  font-size: 12px;
}
div.itemBox span {
  color: #879fb9;
}
div.itemBox div.priceBox {
  width: 180px;
  line-height: 13px;
}
div.itemBox div.priceBox span.promotedProductOldPrice {
  font-size: 12px;
  font-weight: normal;
}
div.itemBox div.priceBox span {
  color: #223951;
  font-weight: bold;
  font-size: 14px;
}
div.priceBox {
  font-weight: bold;
  font-size: 16px;
}
div.priceBox span.promotedProductOldPrice {
  font-size: 12px;
  font-weight: normal;
}
div.itemBox a.cartAdder {
  width: 200px;
  height: 40px;
  background: url(/main/img/cartAdderItem.png);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
div.itemBox a.cartAdder:hover {
  background-position: 0 100%;
}
div.productBoxLeftSide {
  width: 460px;
  float: left;
}
div.productBoxRightSide {
  width: 358px;
  float: left;
  padding: 30px 0;
  background: #ffffff;
  margin-left: 20px;
  -moz-border-radius: 5px;
}
div.productAttributesBox {
  padding: 20px 0 0 30px;
}
div.attributeName {
  width: 150px;
  float: left;
  font-weight: bold;
}
div.attributeValue {
  width: 150px;
  float: left;
}
table.productTable td, table.productTable th {
  padding: 0 10px;
}
table.productTable {
  width: 850px;
}
fieldset {
  width: auto;
  height: auto;
  border: solid 1px #a7c3e0;
  padding: 20px;
  margin-bottom: 20px;
}
label {
  display: inline-block;
  width: 200px;
}
legend {
  font-weight: bold;
}
div.cartConfirmationBox {
  padding: 20px 0;
}
a.cartAdder {
  width: 199px;
  height: 40px;
  background: url(/main/img/cartAdder.png);
  display: inline-block; 
}
a.cartAdder:hover {
  background-position: 0 100%;
}
div#shopLoginBox {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-right: 5px;
  height: 32px;
  line-height: 32px;
}
div.productsImages img {
  border: solid 1px #C2D8EF;
}
p {
  margin-top: 0;
}
div.itemBox div.priceBox span.promotedProductPrice {
  color: #d83300;
}
div.itemBox div.priceBox span.promotedProductOldPrice {
  text-decoration: line-through;
}
div#contentRight {
  background: #ffffff;
  padding: 20px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
div.pager {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
span.currentPage {
  color: #4B6683;
}
div#contentRight {
  position: relative;
}
tr.row1 {
  background: #e9f1fc;
}
td.centeredTableCell {
  text-align: center;
}
div.adminPanelMessageBox {
  color: #c00a00;
  font-weight: bold;
}
div.menu {
  top: -53px;
  position: absolute;
}
.linkk{
font-size:11px;}
