body {
  background: url(/images/frontend/bg.png) top repeat-x #FFFFFF;
  margin: 0 auto;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.8em;
}

img {
  border: 0px;
}


a {
  color: #C00405;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #606060;
}


h1 {
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  color: #272926;
}

h1 a {
  font-weight: bold;
  color: #111111;
}

.price_old {
	text-decoration: line-through;
	font-weight: bold;
}

.price_promocja {
  color: #C00405;
	font-weight: bold;
	font-size: 16px;
}

.price {
	font-weight: bold;
}

#container {
  width:1080px;
  margin: 0 auto;
  position: relative;
}

#container #top { position:relative; }
#container #search { position:absolute; bottom:-1px; background-color: #DDE0E2; padding:2px 10px 0px 10px; border:1px solid #FFF; border-bottom:0px; } 

#topmenu {
  height: 30px;
  width: auto;
  padding: 10px 0px 0px 0px;
  margin-bottom: 15px;
  text-align: center;
}

#topmenu ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#topmenu li {
  display: inline;
  background: url(/images/frontend/dot1.gif) 0px 6px no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 10px 0px 0px;
}

#topmenu a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

#topmenu a:hover {
  text-decoration: underline;
  color: #606060;
}

#topmenu a.promocje {
  color: #C00405;
	font-size: 14px;
}

#columns #left {
  float: left;
  width: 160px;
}

#columns #center {
  float: left;
  width: 650px;
  margin-left: 10px;
}

#columns #right {
  float: right;
  width: 240px;
}

#columns #footer {
  width: auto;
  text-align: center;
  margin-top: 10px;
}

ul#categories {
  margin: 0px;
  padding: 0px;
}

ul#categories li {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  list-style-type: none;
  background: url(/images/frontend/dot2.gif) 0px 6px no-repeat;
}

ul#categories a {
  font-size: 0.9em;
  color: #C00405;
  text-decoration: underline;
  font-weight: normal;
}

.box { margin: 0px 0px 10px 0px }
.box .title { color:#FFF; background-color:#C00405; font-size: 1.1em; padding:5px; font-weight: bold;}
.box .title2 { color:#FFF; background-color:#F4B615; font-size: 1.1em; padding:5px; font-weight: bold;}
.box .body { color:#FFF; background-color:#EEEEEE; padding:5px; color:#606060 }

