body {
  background: url(../img/body_bg.jpg) no-repeat top center #ffffff;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 18px;
  text-align: justify;
  color: #464646;
}
a {
  outline-style: none;
  text-decoration: none;
  color: #464646;
}
img {
  border: none;
}
div#mainArea {
  width: 970px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 970px;
  height: 136px;
  position: relative;
}
div#contentArea {
  width: 970px;
  height: auto;
  padding-bottom: 20px;
}
div#contentAreaLeft {
  width: 250px;
  height: auto;
  float: left;
}
div#contentAreaRight {
  width: 700px;
  padding: 10px 0 0 20px;
  height: auto;
  float: left;
}
div#clearFix {
  width: 970px;
  height: 1px;
  clear: both;
}
div#footerArea {
  width: 970px;
  height: 20px;
  line-height: 20px;
  border-top: solid 1px #dcdcdc;
  padding-bottom: 20px;
  color: #929292;
}
div#footerArea a {
  color: #929292;
}
a#logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 45px;
}
div#searchArea {
  width: 210px;
  height: 590px;
  background: url(../img/searchArea_bg.png);
  padding: 55px 20px 0 20px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: #5b0000 1px 1px;
}
div#searchArea form > div {
  padding-bottom: 15px;
}
div#searchArea select {
  width: 210px;
  color: #575757;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 3px 5px;
  border: solid 1px #910000;
}
div#searchArea input[type="text"] {
  color: #575757;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 3px 5px;
  border: solid 1px #910000;
}
input#searchOffer {
  width: 210px;
  height: 39px;
  background: url(../img/searchOffer.png);
  border: 0;
  cursor: pointer;
  margin-top: 10px;
}
input#searchOffer:hover {
  background-position: 0 100%;
}
div#welcomeArea {
  position: absolute;
  bottom: 10px;
  left: 280px;
}
a#addOffer {
  display: block;
  width: 250px;
  height: 45px;
  background: url(../img/addOffer.png);
  margin-top: 10px;
}
a#addOffer:hover {
  background-position: 0 100%;
}
div#smallLinksArea {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #ffffff;
  font-size: 10px;
}
div#smallLinksArea a {
  color: #ffffff;
}
div.itemBox {
  width: 700px;
  height: 180px;
  border: solid 1px #e5e5e5;
  margin-bottom: 20px;
  position: relative;
}
div.itemBox div.imageBox {
  position: absolute;
  width: 170px;
  height: 130px;
  bottom: 10px;
  left: 10px;
}
div.itemBox div.imageBox img {
  width: 160px;
  height: 120px;
  padding: 5px;
  border: solid 1px #e5e5e5;
}
div#sort {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
div.itemBox div.address {
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
}
div.itemBox div.address b:first-child {
  color: #b40000;
}
div.itemBox div.id {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
div.itemBox div.id b {
  color: #b40000;
}
div.itemBox div.description {
  position: absolute;
  width: 495px;
  height: 75px;
  overflow: hidden;
  line-height: 18px;
  top: 40px;
  left: 195px;
}
div.itemBox div.info {
  height: 48px;
  line-height: 48px;
  position: absolute;
  width: 340px;
  bottom: 0;
  left: 195px;
  padding: 0 10px;
  background: url(../img/price_bg.png) repeat-x;
  font-size: 12px;
  color: #ffffff;
}
div.itemBox div.info div.measurement {
  float: left;
}
div.itemBox div.info div.price {
  float: right;
}
a.button {
  width: 108px;
  height: 14px;
  position: absolute;
  display: block;
  bottom: 15px;
  right: 20px;
  background: url(../img/more.png);
}
a.button:hover {
  background-position: 0 100%;
}
div#pager {
  float: left;
  padding-right: 20px;
}
div#pager a.selected {
  font-weight: bold;
  color: #b40000;
}
div#sort b {
  color: #b40000; 
}
a.up {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../img/up.gif);
}
a.down {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../img/down.gif);
}
div.title {
  font-size: 16px;
  font-weight: bold;
  color: #b40000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
div.left {
  float: left;
  width: 380px;
  margin-right: 20px;
}
div.right {
  float: left;
  width: 300px;
}
div.right img {
  padding: 5px;
  border: solid 1px #e5e5e5;
}
a.buttonBack {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #b40000;
  margin-top: 20px;
}
input[type="submit"] {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #b40000;
  margin-top: 20px;
  background: transparent;
  border: none;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
div#zarzadzanie {
  width: 324px;
  height: 57px;
  position: absolute;
  top: 0;
  left: 365px;
  background: url(../img/zarzadzanie.png);
}
div#zarzMenu {
  height: 48px;
  text-align: center;
  line-height: 48px;
}
div#zarzMenu span.menuButton {
  display: block;
  height: 48px;
  position: relative;
}
div#zarzMenu span.menuButton a.menuLink {
  font-size: 18px;
  color: #930000;
  font-weight: bold;
  display: block;
}
div#zarzMenu span.menuButton span.submenu {
  display: none;
}
div#zarzMenu span.menuButton:hover span.submenu {
  display: block;
  position: absolute;
  width: 120px;
  left: 65px;
  top: 48px;
  z-index: 2000;
  background: #ffffff;
} 
div#zarzMenu span.menuButton:hover span.submenu a {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  text-indent: 15px;
  font-weight: bold;
  color: #930000;
}
textarea {
  height: 200px;
  width: 400px;
}
input[type="text"] {
  width: 200px;
}
div#footerArea span.menuButton {
  display: inline-block;
  padding: 0 10px;
}
div#footerArea span.menuButton span.submenu {
  display: none;
}
