body{
  padding:0;
  margin:0;
  background-image:url(../img/bg.jpg);
  background-color:#160e04;
  background-position:left top;
  background-repeat:repeat-x;
  font-family:tahoma, arial;
  color:#3f2d1f;
  font-size:11px;
}
IMG {
  border: 0;
}

h1,h2,h3,h4,h5,h6,p{
  padding:0;
  margin:0;
}
#top {
  width:999px;
  height:252px;
  /*background-image: url(../img/top.jpg);*/
  z-index: 10;
  position: relative;
}


/* ............................................................................................. */


#navi {
  z-index:1000;
  position: absolute;
  top: 227px;
  left: 9px;
  background-color: rgb(83,58,36);
}

#navi ul {
  padding: 0;
  margin: 0;
}

#navi ul li {
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
}

#navi ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}



#navi2 {
    
    position: absolute;
    top: 227px;
    z-index: 1000;
    }


#navi2 ul {
    
    padding: 0;
    margin: 0;
    margin-left:9px;
    }

#navi2 ul li {
    
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
    }


#navi2 ul li a {
    
    text-decoration: none;
    color: white;
    font-weight: bold;
    }


/* ............................................................................................. */

#box{
  margin:0 auto 0 auto;
  width:999px;
}
#site{
  background-color:#ebe7db; 
  background-position:left top;
  background-repeat:repeat-x;
  float:left;
  width:999px;
}
#left{
  float:left;
  width:267px;
  background-image:url(../img/bg_menu.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  
}
.menu{
  background-image:url(../img/bg_cien.jpg);
  background-position:right top;
  background-repeat:repeat-y;
  float:left;
  width:267px;
  
}
.menu .menu_in{
  background-image:url(../img/menu_cien.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;
  float:left;
  width:267px;
  
}
.menu h2 {
  background-image:url(../img/head_menu.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold;
  padding:30px 0 10px 30px;
  
}
.menu ul{
  padding:0;
  margin:0 30px 0 30px;
}
.menu ul span{
  color:#3f2d1f;
  font-size:11px;
  font-weight:bold;
  background-image:url(../img/h1.jpg);
  background-position:left;
  background-repeat:no-repeat;
  padding:0 0 0 10px;
  margin:0;
}

.menu ul span.current{
  text-decoration:underline;  
}

.menu ul span a{
  text-decoration:none;
  color:#3f2d1f;
}


.menu ul span a:hover{
  text-decoration:underline;
}
.menu ul li{
  list-style-type:none;
	list-style-image:none;
	background-image:url(../img/linia_menu.jpg);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin:0;
  padding:10px 0 10px 0;
  display:block;
 
}

.menu ul ul li
{
  background: none;
}

.panel{
  float:left;
  width:267px;
  padding:20px 0 0 0;
}
.panel .h1{
  background-image:url(../img/lisc.gif);
  background-position:left;
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:normal;
  padding:17px 0 5px 23px;
  margin:0 0 0 10px;
}
.panel form{
  margin:0;
  padding:0;
}
.panel .panel_in{
  float:left;
  width:267px;
  background-image:url(../img/panel_cien.jpg);
  background-position:right top;
  background-repeat:no-repeat;
  height:200px;
  
}
.panel .row{
  float:left;
  width:100%;
  margin:10px 0 5px 0;
}
.panel .row2{ 
  text-align:center;
}
.panel .row2 input{
  background-image:url(../img/bg_button.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  border:solid 1px #302f2e;
  color:#fff;
  font-size:11px;
} 
.panel .row .nazwa{
  float:left;
  width:100px;
  text-align:right;
  line-height:20px;
}
.panel .row .wartosc{
  float:right;
  width:160px;
  text-align:left;
}

.panel .row .rejestracja {
  float: right;
  color: #3F2D1F;
  text-decoration: none;
  margin-right: 45px;
  padding-right: 10px;
  background-image:url(../img/strzalka_n.jpg);
  background-position:right center;
  background-repeat:no-repeat;
  font-weight: bold;
}

.panel .row a.rejestracja:hover {
  text-decoration: underline;
}

.panel .row .wartosc input.text{
  width:110px;
  border:1px solid #3f2f22;
  background-color:#fff;
  font-size:11px;
  padding:2px;
}
.panel .dane{
  margin:20px;
}
.panel .dane table tr{
  line-height:18px;
}
.panel .dane table td.nazwa{
  width:60px;
  text-align:right;
}
.panel .dane table td.wartosc{
  width:60px;
  text-align:left;
  font-weight:bold;
}
.panel .dane table td.cena{
  width:60px;
  text-align:left;
  font-weight:bold;
  color:#cd0000;
}
.panel .dane .wyloguj{
  text-align:center;
  margin:10px;
}
.panel .dane .wyloguj a{
  color:#fff;
  text-decoration:none;
  font-weight:normal;
  background-image:url(../img/bg_button2.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  padding:1px 10px 2px 10px;
  font-size:10px;
  border:1px solid #3f2f22;
}

.panel .dane .edytuj{
  text-align:center;
  margin:10px;
}
.panel .dane .edytuj a{
  color:#fff;
  text-decoration:none;
  font-weight:normal;
  background-image:url(../img/bg_button.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  border:solid 1px #302f2e;
  color:#fff;
  font-size:11px;
  padding:1px 10px 2px 10px;
}

#main{
  float:right;
  width:732px;
  background-image:url(../img/bg_main.jpg);
  background-position:right top;
  background-repeat:no-repeat;
}
#main .head{
  background-image:url(../img/head_bg.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  float:left;
}
#main .head .head_in{
  background-image:url(../img/head_3.jpg);
  background-position:right top;
  background-repeat:no-repeat;
  float:left;
  width:732px;
}
#main .head h1, #main .head h2 {
  background-image:url(../img/head_news.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  float:left;
  padding:30px 0 10px 30px;
  font-size:12px;
  font-weight:bold;
  width:500px;
}
#main .head .page{
  float:right;
  padding:30px 20px 10px 0;
  
}
#main .head .page img{
  border:none;
}
#main .head .page a.num{
  background-color:#ded7c7;
  padding:2px 4px 2px 4px;
  color:#fff;
}
#main .head .page a.num:hover{
  background-color:#8daf10;
}
#main .head .page a.aktual{
  background-color:#8daf10;
}
#main .head .page a.strz{
}
#main .head .stan_koszyka{
  float:left;
  padding:30px 10px 10px 0;
}
#main .main{
  float:left;
  padding:5px 20px 5px 20px;
  width:692px;
}
#main .blok{
  float:left;
  width:320px;
  padding:0 0 10px 0;
}
#main .blok1{
  background-image:url(../img/linia_news.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;
  padding:0 20px 10px 0;
  margin:0 20px 0 0;
}
#main .blok2{
  background-image:url(../img/linia_news3.jpg);
  background-position:right top;
  background-repeat:no-repeat;
  padding:0 20px 10px 0;
  margin:0 20px 0 0;
}
#main .blok h1, #main .blok h2 {
  font-size:11px;
  font-weight:bold;
  background-image:url(../img/h1.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  padding:0 0 0 10px;
  margin:8px 0 8px 0;
}
#main .blok p{
  text-align:justify;
}
#main .blok img{
  float:left;
}
#main .blok .wiecej{
  text-align:right;
}
#main .blok .wiecej a{
  color:#3f2d1f;
  text-decoration:none;
  font-weight:bold;
  background-image:url(../img/karta.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  padding:0 0 0 20px;
}
#main .main .blok .wiecej a:hover{
  text-decoration:underline;
}
#main .promocje{
  background-image:url(../img/bg_promocje.jpg);
  background-position:right 40px;
  background-repeat:no-repeat;
  float:left;
  width:732px;
}
#main .promocje h2{
  background-image:url(../img/lisc.gif);
  background-position:left;
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:normal;
  padding:17px 0 5px 23px;
  margin:0 0 0 10px;
}
#main .promocje .blok_prom{
  float:left;
  width:320px;
  margin:20px 0 0 20px;
}
#main .opis{
  float:left;
  width:120px;
}
#main .foto{
  float:right;
  width:187px;
}
#main .promocje .blok_prom h3 {
  font-size:11px;
  font-weight:bold;
  background-image:url(../img/h1.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  padding:0 0 0 10px;
  margin:8px 0 8px 0;
}
#main .promocje .blok_prom h3.cena{
  font-size:11px;
  font-weight:bold;
  padding:0;
  margin:8px 0 8px 0;
  background:none;
}
#main .promocje .blok_prom h3 span{
   color:#a90915;
   font-weight:normal;
}
#main .promocje .blok_prom p{
  /*color:#a90915;*/
}
#main .promocje .blok1_prom{
  background-image:url(../img/linia_news.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;
  padding:0 20px 0 0;
}
#footer{
  background-image:url(../img/footer_2.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  /*float:left;*/
  width:100%;
  height:105px;
  overflow: hidden;
  clear: both;
}
#footer .footer_left{
  float:left;
}

#main .produkt{
  float:left;
  width:100%;
  background-image:url(../img/linia_news2.jpg);
  background-position:left bottom;
  background-repeat:no-repeat;
}
#main .produkt .foto{
  float:left;
  width:337px;
  text-align:center;
}
#main .produkt .opis{
  float:left;
  width:320px;
  height:210px;
  background-image:url(../img/linia_news.jpg);
  background-position:left bottom;
  background-repeat:no-repeat;
  padding:0 0 0 15px;
}
#main .produkt .opis h3 {
  font-size:11px;
  font-weight:bold;
  background-image:url(../img/h1.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  padding:0 0 0 10px;
  margin:8px 0 8px 0;
}
#main .produkt .opis h1 a {
  color: black;
}

#main .produkt .opis p.h2{
  font-size:11px;
  font-weight:bold;
  padding:0;
  margin:15px 0 15px 10px;
}
#main .produkt .opis p.h2 a{
  font-size:11px;
  font-weight:bold;
  color:#3f2d1f;
  text-decoration:none;
  background-position:left top;
  background-repeat:no-repeat;
  padding:0 0 0 27px;
}
#main .produkt .opis h2 a:hover{
  text-decoration:underline;
}
#main .produkt .opis h2 a.karta{
  background-image:url(../img/karta.jpg);
  background-position:9px;
}
#main .produkt .opis h2 a.koszyk{
  background-image:url(../img/koszyk.gif);
}
#main .produkt .opis span{
   color:#a90915;
}
#main .szczegoly td{
  padding:10px 0 10px 0;
}
#main .szczegoly td.nazwa{
  width:160px;
  text-align:right;
  vertical-align:top;
}
#main .szczegoly td.wartosc{
  padding: 10px;
}

#main .szczegoly td.wartosc table.rozmiary td { padding: 0; vertical-align: top; }

#main .szczegoly td.wartosc a{
  color:#aa0806;
  font-weight:bold;
}
#main .szczegoly td.wartosc a:hover{
  text-decoration:none;
}
#main .szczegoly td.wartosc span{
  color:#aa0806;
  font-weight:bold;
}
#main .szczegoly td.wartosc img{
  border:none;
}

#main .szczegoly td.nazwa span{
  background-image:url(../img/h1.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  padding:0 0 0 6px;
  font-weight:bold;
}
#main .szczegoly td.button{
  text-align:center;
}
#main .szczegoly td.button input{
  background-image:url(../img/bg_button.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  border:solid 1px #302f2e;
  color:#fff;
  font-size:11px;
}

#main .szczegoly td.button input.back {
  background-image:url(../img/bg_wstecz.jpg);
}

#main .error{
  margin:10px 0 10px;
}
#main .error p{
  background-image:url(../img/h1.jpg);
  background-position:left center;
  background-repeat:no-repeat;
  padding:0 0 0 10px;
}
#main table.formularz th{
  line-height:30px;
  text-align:left;
}
#main table.formularz td.gwiadka{
  width:140px;
  text-align:right;
  color:#b21712;
}
#main table.formularz td.nazwa{
  width:120px;
}
#main table.formularz td.wartosc{
  text-align:left;
}

input.error {
  background-color: rgb(255,204,255);
}

label.error {
  color: red;
}

#main table.formularz td.wartosc input.big{
  width:230px;
  border:1px solid #3e2c1c;
}
#main table.formularz td.wartosc input.small{
  width:150px;
  border:1px solid #3e2c1c;
}
#main table.formularz tr{
  height:30px;
}
#main table.formularz td.wartosc input{
  font-size:11px;
  padding:2px;
}
#main p.button{
  text-align:center;
}
#main p.button input{
  background-image:url(../img/bg_button.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  color:#fff;
  border:1px solid #3e2c1c;
  font-size:11px;
}
#main span.color{
  color:#b3140e;
  font-weight:bold;
}
#main a{
  color:#b3140e;
  text-decoration:none;
}
#main a:hover{
  text-decoration:underline;
}
#main table.koszyk{
  width:100%;
}
#main table.koszyk th{
  text-align:center;
  font-size:12px;
  border:none;
  margin:0;
}
#main table.koszyk tr.linia{
  background-image:url(../img/linia_k.jpg);
  background-position:left bottom;
  background-repeat:repeat-x;
}
#main table.koszyk th.nazwa{
  text-align:left;
}
#main table.koszyk tr{
  height:42px;
}

#main table.koszyk td.nazwa{
  width:180px;
  font-weight:bold;
  color:#b3140e;
}
#main table.koszyk td.ilosc{
  text-align:center;
}
#main table.koszyk td.kolor{
  text-align:center;
}
#main table.koszyk td.vat{
  text-align:center;
}
#main table.koszyk td.netto,td.brutto,td.wartosc,td.usun{
  text-align:center;
}
#main table.koszyk td.usun img{
  border:none;
  text-align:center;
}
#main p.koszt{
  font-size:12px;
}
#main .zamawiam{
  float:right;
  font-weight:bold;
}
#main .koszt a.zamawiam{
  background-image:url(../img/zamowienie.gif);
  background-position:left;
  background-repeat:no-repeat;
  padding:0 0 0 20px;
  float:right;
  color:#3f2f22;
}
#main table.produkt td.wartosc{
  text-align:left;
}

#footer_left {
  width: 137px;
  height: 98px;
  background-image:url(../img/footer_1.jpg);
  float:left;
}

#footer_right {
  width: 730px;
  height: 98px;
  background-image:url(../img/footer_3.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  float: right;
  text-align: left;
  padding-top: 50px;
}
#footer_right a {
  color: #cc9966;
  text-decoration: none;
}

div.kolor_box {
  width: 14px;
  height: 16px;
  margin-right: 4px;
  float: left;
}

div.tresc {
  padding: 10px;
  clear: both;
}

#sitemap {
  clear: both;
}

#sitemap ul {
  margin: 2px 30px;
  padding: 0;
}

#sitemap ul li {
  display:block;
  list-style-image:none;
  list-style-type:none;
  padding:5px 0;
  margin: 0;
}

#sitemap ul li span {
  background-image:url(../img/h1.jpg);
  background-position:left center;
  background-repeat:no-repeat;
  color:#3F2D1F;
  font-size:11px;
  font-weight:bold;
  margin:0pt;
  padding:0pt 0pt 0pt 10px;
}

#sitemap ul li span.current {
  display: none;
}

#main div.tresc h1 {
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
}

#main div.tresc h2 {
	text-align: center;
	font-size: 16px;
}

#main div.tresc p.par {
	text-align: center;	
}

#main div.tresc ol {
	margin: 11px 0;
	padding: 0 0 0 40px;
}

#main div.tresc ul {
	margin: 0;
	padding: 0 0 0 40px;
}

#main div.tresc ol li {
	line-height: 18px;
}

#onas {
	padding:20px;
}

#onas h1 {
  background-image:none;
  font-size:12px;
  margin:0 0 10px 0 ;
}
#onas p {
  margin:0 0 10px 0 ;
}
#onas p.more {
	text-align:right;
}
#onas p.more a {
	color:#666;
}




#menu_lewe .level_2 {
    margin-left:10px;
    }

#menu_lewe .level_3 {
    margin-left:20px;
    }

#menu_lewe .level_4 {
    margin-left:30px;
    }


#menu_lewe .level_5 {
    margin-left:40px;
    }


#menu_lewe .level_6 {
    margin-left:50px;
    }


#top {
    
    /*background:url(/img/tlo_no_flash.png) no-repeat left top;*/
    }



#topmenu_table {
    
    bottom: 10px;
    height: 30px;
    position: absolute;
    right: 18px;
    width: 712px;
    }


#topmenu_table td {
    width:119px;
    
    text-align: center;
    }

#topmenu_table td {
    background:url(/img/menu_no_flash_separator.gif) no-repeat left top;
    }

#topmenu_table td.first {
    background:none;
    }

#topmenu_table td a {
    color:#5e4733;
    text-decoration:none;
    font-weight: bold;
    }

#komunikat_no_flash {
    background-color: #E1DBCC;
    border: 1px solid black;
    margin: 9px auto auto 13px;
    /*opacity: 0.9;*/
    padding: 10px 11px 10px 10px;
    position: absolute;
    width: 950px;
    
    text-align: center;
    }

#komunikat_no_flash, #komunikat_no_flash a {
    color: red;
    font-weight: bold;
    }


ul.rejestracja_bledy {
	padding:0;
	list-style: none outside none;	
	}

ul.rejestracja_bledy li {

 	background: url("/img/h1.jpg") left center no-repeat;
    padding: 0 0 0 10px;
    font-weight:bold;
    color:#B3140E;
	}

