/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Css */

body{
  background: #a7a8aa;
  font-family: Arial, Helvetica, "DejaVu Sans", Tahoma, sans-serif;
  font-size: 0.75em;
}

a{
  text-decoration: none;
  color: #847686;
}

a:hover{
  text-decoration: underline;
  color: #d9dadb;
}

p {
  margin-bottom: 0.6em;
}

ol {
  margin-left: 2em;
}

ol li {
  padding-bottom: 0.6em;
}

div#wrapper{
  width: 1023px;
  height: 767px;
  background: url('../images/home_back.jpg') top center repeat-x;
  /*czarno-bialy*/
  /*background: url('../images/home_back_desat.jpg') top center repeat-x;*/
  margin: auto;
  margin-top: 15px;
  position: relative;
}

div#content{    
  background: #3a243d;
  /*czarno-bialy*/
  /*background: #2d2d2d;*/
}

div.center{
  width: 850px;
  height: 665px;
  margin: auto;
  text-align: center;
}

div.left{
  width: 920px;
  height: 767px;
}

div.home{
  margin: auto;
  padding-top: 183px;
}

div.page{
  padding-top: 255px;
  padding-left: 80px;
}

div.page_left{
  padding-top: 295px;
  padding-left: 60px;
  float: left;
}

div#motto{
  width: 567px;
  height: 148px;
  margin: auto;
  margin-top: 80px;
}

div#language{
  background: #3a243d;
  width: 125px;
  height: 26px;
  margin: auto;
  margin-top: 66px;
  color: #d9dadb;
  text-align: center;
  padding-top: 10px;
}

/* menu styles */


#menu{
  float: right;
  margin-top: 320px;
  position: relative;
  width: 650px;
  font-size: 0.95em;
}


#menubottom{
  float: right;
  margin-top: 110px;
  position: relative;
  margin-right: 34px;
  width: 627px;
  font-size: 0.95em;
}

ul#nav {
  list-style-type: disc;
  position: absolute;
  z-index: 200;
  position: relative;
}

ul#nav a {
  text-decoration: none;
}

ul#nav li{
  float: left;
  color: #d9dadb;
  margin-right: 12px;
  padding-left: 15px;
  list-style-type: none;
  background: url('../images/menudot.gif') left center no-repeat;
}

ul#nav li.bg {
  width: 95px;
}

ul#nav.thin li {
  width: auto;
  margin-right: 10px;
}

ul#nav li ul {
  display: none;
  width: 620px;
  margin: 0;
  padding-top: 8px;
  position: absolute;
  left: 0px;
  top: 13px;
  /*background-color: #77477F;*/
  height: 20px;
 _top: 10px;
}

ul#nav li.over ul {
  display: block;
}

ul#nav li.over a {
  color: #d9dadc;
}

ul#nav li li {
  list-style-type: none;
  color: #d9dadc; 
  display: inline;
  margin: 0;
  width: auto;
  float: none;
  padding: 0;
  background: none;
}

ul#nav li li a{
  padding: 0.6em;
  color: #3a243d;
  /*background-color: #77477F; /* #d9dadc */ 
  /*border: 1px solid #3a243d;*/
}

ul#nav li.over li a {
  /*color: #3a243d;*/
}

ul#nav li li.over a{
  color: #f9fafc;
  /* background-color: #77477F; */
}

ul#nav li li a:hover{
  text-decoration: none;
  color: #847686;
 /* background-color: #d9dadc; */
}

ul#nav li.over li ul {
  display: none;
  position: absolute;
  left: 120px;
  top: 1px;
  width: 120px;
  margin-top: -1px;
  /*border-left: 1px solid #3a243d;*/
}

ul#nav li li.over ul {
  display: block;
}

ul#nav li li li{
  left: 0;
  background: none;
  padding-left: 0;
}

#container {
  float: right;
  margin: 30px 40px 20px 10px;
  width: 620px;
  /*height: 440px;*/
  color: #fdfbfc;
  background: #7e5d74;
  /*czarno-bialy*/
  /*background: #666666;*/
  line-height: 1.3em;
  position: relative;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em
}

#containerimage {
  float: left;
  margin: 0;
  height: 440px;
  width: 293px; 
  border-right: 4px solid #3A243D;
  /*czarno-bialy*/
  /*border-right: 4px solid #2d2d2d;*/
  position: relative;
}

#containerimage img{
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: none;
}

#containerimage2 {
  margin: 0;
  height: 334px;
  width: 500px;
  position: relative;
}

#containerimage2 img{
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: none;
  left: 0;
}

#container .scroll {
  overflow: auto;
  padding: 10px;
  height: 420px;
}

#container a {
  color: #FFEFFB;
}

.productline {
  padding: 12px 10px;
  border-top: 4px solid #3A243D;
  /*czarno-bialy*/
  /*border-top: 4px solid #2d2d2d;*/
  text-align: left;
}

.productline img {
  margin: 0 35px;
  width: 125px;
  height: 110px;
}

.productline2 {
  padding: 12px 10px;
  border-top: 4px solid #3A243D;
  /*czarno-bialy*/
  /*border-top: 4px solid #2d2d2d;*/
  text-align: left;
}

.productline2 div {
  margin: 0 35px;
  width: 125px;
  height: 145px;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.paginator {
  padding: 0 1em;
}

#product {
  float: left;
  margin: 0;
  width: 490px;
  border-right: 4px solid #3A243D;
  /*czarno-bialy*/
  /*border-right: 4px solid #2d2d2d;*/
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
}
#product.gallery{
  padding-bottom: 0;
  height: 415px;
}

#product img {
  margin-bottom: 10px;
  margin-left: -10px;
}

.productscroll {
  padding: 320px 10px 0 510px;
  position: absolute;
  bottom: 10px;
}

.productcarousel {
  height: 415px;
  width: 115px;
  overflow: hidden;
 _width: 110px;
}

.productcarousel img {
  border: 4px solid #7d5d74;
}

.productcarousel img.active {
  border: 4px solid #3b243e;
}

img.produkt{
  border-right: 5px solid #3b243e;
}

div.prawa_belka{
  width: 115px;
  height: 370px;
  float: right;
  background: #7d5d74;
}

div.pod_belka{
  width: 525px;
  height: 22px;
  background: #7d5d74;
}

table tr td{ vertical-align: top; }

table#produkt{
  margin-top: 150px;
  float: right;
  margin-right: 2px;
}

div.podstrona ul li{
  padding-top: 10px !important;
}

#mailform, #mailform input, #mailform textarea, #mailform select, #mailform button{
  font-size: 10px;
}

#mailform input, #mailform select{
  width: 170px;
}

#mailform textarea {
  width: 270px;
  height: 40px;
}

#mailform input.radio {
  width: auto;
}

#mailform td {
  padding: 2px;
}


.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.error{
  color: #f88;
  font-weight: bold;
}

.info {
  color: #f8f;
  font-weight: bold;
}
#container .scroll ul li {
	padding: 5px 0px;
}
#footer {
	text-align: right;
	color: #555;
	padding: 5px;
	font-size: 11px;
}
#footerfot {
	color: #555;
	padding: 5px;
	font-size: 11px;
}

#footer a {
	color: #555;
}

#configlist {
  float: left;
  width: 280px;
}

#configlist div {
  width: 125px;
  height: 158px;
  margin: 10px 0 0 10px;
  float: left;
  text-align: center;
}

#configlist div div {
  margin: 0 !important;
}

#configlist div.descr {
  height: 48px;
}

#configgrawer input {
	width: 150px;
}

#configgrawer div {
  width: 295px;
  height: 158px;
  margin: 10px 0 0 10px;
  float: left;
  text-align: center;
}

#configgrawer div div {
  margin: 0;
  width: auto;
}

#configgrawer div.descr {
  height: 48px;
}

#configdescr {
  float: left;
  width: 340px;
}

table.basket {
  width: 100%;
}

table.basket td, table.basket th {
  border: solid 1px #ffffff;
  padding: 4px;
}

#basketicon {
  position: absolute;
  left: 700px;
  top: 15px;
  width: 220px;
}

#basketicon a:hover {
  text-decoration: none;
}

table.form {
  margin: 5px auto;
  width: 295px;
}

table.form td {
  width: 95px;
  padding: 2px;
}

table.form th {
  width: 190px;
  padding: 2px;
  text-align: right;
}

table.form td.submit {
  text-align: center;
}

.formErrors {
  color: #f88;
  font-weight: bold;
  font-size: 12px;
}

#langch {
	color: #847686;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 220px;
}

#otwarcie {
  position: absolute;
  left: 0px;
  top: 34px;
  width: 918px;
  height: 252px;
}