/* BODY  ///////////////////////////////////////////////////////////////////////////////////  */
body {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px; 
	margin: 0;
	padding: 0;
	background: #1f0000 url('../gfx/bg.gif') 0 0 repeat-x;	
}
p,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;	
}	

/*  GENERYCZNE  /////////////////////////////////////////////////////////////////////////////////// */
.sep {
	background-color: #3c1800;
	line-height: 1px;
	clear: both;
	margin: 5px 0 5px 0;
}
.sep2 {
	background: url('../gfx/sep2.gif');
	line-height: 1px;
	clear: both;
	margin: 0 25px 0 25px;
}
.clearing{
	clear: both;
	line-height: 0.1px;
	font-size: 0.1px;
}
a {
	color:	#7e3c00; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*
a:visited {
	color: #7e3c00;
}
/* P, H1,H2,...  ///////////////////////////////////////////////////////////////////////////////////  */
p { 
	margin: 0;
	padding:  5px 0 5px 0; 
	color: #666; 
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1 { 	
	color: #ffa853; 
	font-size: 12px; 
	margin: 0;
	padding:  20px 0 5px 0; 
}
h2 { 	
	color: #1f0000; 
	font-size: 13px; 
	margin: 0;
	padding:  5px 0 5px 0; 
}
h3 { 	
	color: #7e3c00; 
	font-size: 12px; 
	margin: 0;
	padding:  5px 0 5px 0; 
}
h4 { 	
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	color: #000; 
	font-size: 13px;	
	font-weight: normal;
	margin: 0 0 0 0;
	padding:  0 0 25px 3px; 
}
*/

/* PRODUCT  //////////////////////////////////////////////////////////////////////////////////////// */
table.category,table.product {
	border-collapse: collapse;
	width: 100%;
}
.category td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 10px 0;
	background:  url('../gfx/sep3.gif') left bottom repeat-x;
}
.category td.img {
	background-image: none;
}
.category p {
	padding: 0;
}
h2 a {
	color: #1f0000;
}
.more a {
	background: url('../gfx/more.gif') 0 5px no-repeat;
	padding: 5px 0 0 18px;
	margin-top: 0px;
}
table.product {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
}
.product td {
	background:  url('../gfx/sep3.gif') left top repeat-x;
	vertical-align: middle;
	padding: 1px 0;
	width: 33%;
	height: 20px;
}
.product td div {
	vertical-align: middle;
}
.product img {
	vertical-align: middle;
	padding-left: 0;
}
.product .img a {
	font-size: 12px;
	font-weight: bold;
}
.product .price div {
	text-align: center;
	background:  url('../gfx/separate.gif') left center no-repeat;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
}
.product .more div {
	text-align: right;
	background:  url('../gfx/separate.gif') left center no-repeat;	
}
table.cena {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	width: 80%;
}
.cena td {
	vertical-align: middle;
	width: 20%;
}
.cena th {
	text-align: left;
	color: 000;
	width: 5%;
}
.cena .price div {
	text-align: center;
	background:  url('../gfx/separate2.gif') left center no-repeat;
	color: #9a3600;
}
*/
/* FORMS  /////////////////////////////////////////////////////////////////////////////////// */
form,input,textarea,select {
	font-size:	 11px;
	margin: 0px;
	padding: 0px;
	font-family:  tahoma, verdana, arial, helvetica; 
	color: #000;
	vertical-align: middle;
}
textarea {
	border: 1px solid #C9C0BA;
	font-size: 11px;
	padding: 3px 4px;
	margin: 0;
	width: 250px;
	background: url(../gfx/bg_input.gif) 0 0 no-repeat;	
}
.texts {
	border: 1px solid #c1c1c1;
	color: #000;
	font-size: 11px;
	padding: 1px 4px;
	margin: 0;
	width: 250px;
	height: 17px;
	background: url(../gfx/bg_input.gif) 0 0 no-repeat;
}
.button {
	border: 1px solid #1f0000;
	background-color: #ffac5d;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 4px;
	color: #000;
	width: auto;
	overflow: visible;	
}

/* TABELE ---------------------------------------------------------------------------------------------------------------- */

.info {
	width: 80%;
	border-collapse: collapse;
	border: 1px solid #9a3600;
	border-bottom-width: 2px;
}
.info td,
.info th {
	padding: 7px 10px;
	text-align: left;	
	font-size: 10px;
	border: 1px solid #9a3600;
}
.info th,
td.first {
	background-color: #9a3600;
	font-weight: normal;
	color: #FFF;
	padding: 5px 10px;	
	border-bottom: 1px solid #FFF;
	text-align: right;	
}
tr.line0 td {
	background-color: #ffa853;

}
form .info {
	width: auto;
}

tr.buttons td {
	text-align: center;
	padding: 10px 0;
	border: none;
}

.addTo a {
	background: url(../gfx/add.gif) 0 0 no-repeat;
	padding-left: 25px; 
	font-weight: bold;
}

#prod td,
#prod th {
	text-align: center;
}
.checkbox {
	margin: 0 3px 3px 0;
	padding: 0;
}
.addToForm {
	text-align: right;
	background-color: #dcdcdc;
	padding: 10px;
}
.addToForm label {
	padding: 0 10px;
	vertical-align: middle;
}
.num {
	width: 40px;
	text-align: center;
}
.addToForm .addToBasket a {
	margin-left: 30px;
	vertical-align: middle;
}
.nagrody {
	margin: 10px 10px;
}
.nagrody td {
	width: 33%;
	text-align: center;
	padding: 10px 0 10px 0;
}
.nagrody th {
	font-size: 10px;
	padding:	0px 20px 10px 20px;
	font-weight: normal;
	line-height: 15px;
	vertical-align: top;
}
table.nagrody a:hover img { border: 2px solid #1f0000 } 
.pop td { vertical-align: top; padding-top: 0 }
.pop a { font-size: 10px;}
.pop a img { margin-bottom: 10px } 
.pop p { text-align: left }
.pop p img{ margin-right: 30px;}
*/


/* FORMAT OBRAZKOW  /////////////////////////////////////////////////////////////////////////////////// */
.fl { float: left }
.fr { float: right }
.l_img { 
	float: left;
	margin: 0 15px 15px 0;
}
.r_img { 
	float: right;
	margin: 0 10px 10px 15px;
}
.c_img { 
	text-align: center;
	margin: 0 15px 10px 15px;
}
.no_bd {
	border: none;
}

/* LISTS  ///////////////////////////////////////////////////////////////////////////////////  */
ul {
	margin: 7px 0px 10px 20px;
	padding: 0px;
	line-height: 15px;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
}
li {
	margin: 0;
	padding: 3px 0px 3px 24px;
	list-style-type: none;
	background: url('../gfx/li.gif') 4px no-repeat;
}

/* LAYOUT  /////////////////////////////////////////////////////////////////////////////////// */
#tplContent {
	background: url('../gfx/main_top.jpg') center top no-repeat;
	height: 411px;
}
#tplMid{
	width: 860px;
	left: 50%;
	margin-left: -430px;
	position:absolute;
}
#tplTop {
	height: 109px;
	text-align: center;
}
#tplTop a {
	display:block;
	height: 109px;
	width: 860px;
	margin: 0 auto;	
}
#tplTop a span {
	display: none;
}
#l_Col{
	width: 337px;
	float: left;	
}
#mainInfo {
	padding: 22px 30px 0 12px;
}
#r_Col {
	float: right;
	width: 523px;
	padding-top: 8px;
}
#sub #l_Col {
	width: 220px;
}
#sub #r_Col {
	background: #FFF url('../gfx/tlo_submain.gif') 0 0 repeat-x;
	margin: 0 12px 0 0;
	voice-family: "\"}\"";
	voice-family:inherit;	
	width: 628px;
}
.main {
	padding: 20px 24px 0 24px;
}

/*  LOCALISER  /////////////////////////////////////////////////////////////////////////////////// */
#localiser {
	width:860px;
	line-height: 1.2em;
	font-size: 9px; 
	color: #ffa853;
	font-weight: bold;
}
#localiser div {
	padding: 31px 0 15px 222px;
}
#localiser a {
	font-weight: normal;
	color: #fff;
	background: url('../gfx/lokalizer.gif') right center no-repeat;
	padding: 0 7px 0 5px;
	text-decoration: none;
}
#localiser a:hover {
	text-decoration: none;
}
#localiser span {
	padding: 0 6px 0 8px;
	color: #fff;
	margin: 0;

}


/*

#idx #tplMain .fl ul {
	margin: 20px 0px 15px 0;
	padding: 0px;
	line-height: 15px;
}
#idx #tplMain .fl ul li {
	height: 403px;
	margin: 0;
	padding: 3px 0px 3px 20px;
	list-style-type: none;
	background: url('../gfx/li.gif') 4px no-repeat;
}
#idx #tplMain .fl ul li a {
	color: #f6a04d;
	font-size: 11px; 
}

*/
#sub #tplMain .strefa ul {
	margin: 20px 0 0 16px;
	padding: 0px;
	line-height: 15px;
}
#sub #tplMain .strefa ul li {
	margin: 0;
	padding:	1px 2px 1px 12px;
	list-style-type: none;
	background: url('../gfx/li.gif')  0px 7px no-repeat;
}
#sub #tplMain .strefa ul li a {
	color: #f6a04d;
	font-size: 11px; 
}

#tplNav {
	float: right;
	background-image: url('../gfx/tlo_foot1.gif');
	width: inherit;
	height: 58px;
	padding: 0 0 0 0;	
	margin: 15px 0 15px 0;	
}
#search {
	height: 40px;
	padding: 20px 0 0 0;
}
#search form {
	float: right;
	margin: 0;
}
#search label {
	font-weight: bold;
	color: #fff;
}
#search input.text {
	font-size: 10px;
	background: #862f00;
	border: 1px solid #000000;
	width: 120px;
	color: #FFF;
	vertical-align: middle;
}
#search input.button {
	border: none;
	background-image: url('../gfx/szukaj.gif');
	width: 22px;
	height: 15px;
	padding: 0 5px 0 5px;
	margin: 0 3px;
	vertical-align: middle;
}
#links {
	float: right;
	padding: 0 0 0 45px;
	margin: 0 0 0 0;
}
#links a img {
	vertical-align: middle;
}
#links a {
	border:  1px solid #852f00;
	margin: 0 3px;
	padding: 1px;
	display: block;
	float: left;
	font-size: 5px;
	line-height: 5px;
}

#links a:hover {
	border:  1px solid #ffa853;
}
#tplNav div.text {
	float: left;
	color: #bc480a;
	padding: 0 0 0 480px;	
	margin: 3px 0 1px 0;	
}

/* WERSJE JEZYKOWE  //////////////////////////////////////////////////////////////////////////////////////// */
#tplNaven {
	float: right;
	background-image: url('../gfx/tlo_foot1_en.gif');
	width: inherit;
	height: 58px;
	padding: 0 0 0 0;	
	margin: 15px 0 15px 0;	
}
#tplNaven div.text {
	float: left;
	color: #bc480a;
	padding: 0 0 0 480px;	
	margin: 3px 0 1px 0;	
}
#tplNavde {
	float: right;
	background-image: url('../gfx/tlo_foot1_de.gif');
	width: inherit;
	height: 58px;
	padding: 0 0 0 0;	
	margin: 15px 0 15px 0;	
}
#tplNavde div.text {
	float: left;
	color: #bc480a;
	padding: 0 0 0 480px;	
	margin: 3px 0 1px 0;	
}
#tplNavru {
	float: right;
	background-image: url('../gfx/tlo_foot1_ru.gif');
	width: inherit;
	height: 58px;
	padding: 0 0 0 0;	
	margin: 15px 0 15px 0;	
}
#tplNavru div.text {
	float: left;
	color: #bc480a;
	padding: 0 0 0 480px;	
	margin: 3px 0 1px 0;	
}
*/

/* NEWS  //////////////////////////////////////////////////////////////////////////////////////// */
.news {
	margin-bottom: 16px;
	font-size: 11px; 
	text-align: justify;
}
.news h2 {
	padding: 10px 0 14px 0;
	color: #f6a04d; 
	font-size: 12px; 
}
.news h2 a {
	font-weight: bold;
}
.news p {
	text-align: justify;
	color: #f6a04d
}
.news img {
	float: left;
	border: 1px solid #624c4c;
	margin-right: 10px;
	margin-bottom: 15px;
}

/*  MENUTOP  /////////////////////////////////////////////////////////////////////////////////// */
#tplMenuTop {
	height: 36px;
	margin: 10px 0 0 0;
	text-align: center;
}
#tplMenuTop #item_home {
	background-image: url('../gfx/topmenu_home.gif');
	width: 172px;	
}
#tplMenuTop #item_aktualnosci{
	background-image: url('../gfx/topmenu_aktualnosci.gif');
	width: 152px;	
}
#tplMenuTop #item_ofirmie{
	background-image: url('../gfx/topmenu_ofirmie.gif');
	width: 119px;	
}
#tplMenuTop #item_produkty{
	background-image: url('../gfx/topmenu_produkty.gif');
	width: 133px;	
}
#tplMenuTop #item_poradnik{
	background-image: url('../gfx/topmenu_poradnik.gif');
	width: 130px;	
}
#tplMenuTop #item_kontakt{
	background-image: url('../gfx/topmenu_kontakt.gif');
	width: 124px;	
}
#tplMenuTop ul { 
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0;
}
#tplMenuTop li {
	list-style:none;
	background-image: none;
	margin:0;
	padding:0;
	float: left;
	display:block;	
}
#tplMenuTop a {
	display:block;
	height: 36px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#tplMenuTop a span {
	display: none;
}
#tplMenuTop div {
	float: left;
	margin:0;
	padding:0;
}
/* EN */
#tplMenuTop #item_en_home {
	background-image: url('../gfx/topmenu_en_home.gif');
	width: 172px;	
}
#tplMenuTop #item_en_company{
	background-image: url('../gfx/topmenu_en_ofirmie.gif');
	width: 119px;	
}
#tplMenuTop #item_en_products{
	background-image: url('../gfx/topmenu_en_produkty.gif');
	width: 133px;	
}
#tplMenuTop #item_en_contact{
	background-image: url('../gfx/topmenu_en_kontakt.gif');
	width: 124px;	
}
#tplMenuTop #item_en_contact{
	background-image: url('../gfx/topmenu_en_kontakt.gif');
	width: 124px;	
}
/* DE */
#tplMenuTop #item_de_home {
	background-image: url('../gfx/topmenu_de_home.gif');
	width: 143px;	
}
#tplMenuTop #item_de_uber_die_firma{
	background-image: url('../gfx/topmenu_de_ofirmie.gif');
	width: 148px;	
}
#tplMenuTop #item_de_produkte{
	background-image: url('../gfx/topmenu_de_produkty.gif');
	width: 133px;	
}
#tplMenuTop #item_de_kontakt{
	background-image: url('../gfx/topmenu_de_kontakt.gif');
	width: 124px;	
}
/* RU */
#tplMenuTop #item_ru_home {
	background-image: url('../gfx/topmenu_ru_home.gif');
	width: 172px;	
}
#tplMenuTop #item_ru_firma{
	background-image: url('../gfx/topmenu_ru_ofirmie.gif');
	width: 119px;	
}
#tplMenuTop #item_ru_produkty{
	background-image: url('../gfx/topmenu_ru_produkty.gif');
	width: 133px;	
}
#tplMenuTop #item_ru_kontakt{
	background-image: url('../gfx/topmenu_ru_kontakt.gif');
	width: 124px;	
}

/*  MENU - SIDE /////////////////////////////////////////////////////////////////////////////////// */
#menu {
	padding: 0 16px;
	margin: 0;
}
#menu ul { 
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#menu ul li {
	list-style:none;
	background: none;
	margin: 0;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #3f1a00;
}
#menu ul li.last {
	border-bottom: 2px solid #3f1a00;
}
* html #menu ul li {
	height:1px;
	vertical-align:bottom;
}
#menu ul li a {
	display:block;
	font-size: 12px;
	padding: 2px 5px 3px 0;
	text-decoration:none;
	color:#ff6f01;
}
#menu ul li a:hover {
	background: url('../gfx/li.gif') 12px -74px no-repeat;
	text-decoration: none;
	color: #ffa853;
}
#menu ul li.selected a{
	color: #ffa853;
	font-weight: bold;
}
* html #menu ul li a {
	height:1px;
}

#menu ul ul { 
	margin: 1px 0 5px 0;
	padding: 0;
}
#menu ul ul li {
	list-style:none;
	margin:0;
	padding: 0 0 0 0;
	border: 0px;
}
* html #menu ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu ul ul li a {
	display: block;
	font-size:	9px;
	font-weight: bold;
	padding:	1px 2px 1px 12px;
	text-decoration:none;
	color: #862f00;
	background: url('../gfx/li-s.gif') 0px 7px no-repeat;	
}
* html #menu ul ul li a {
	height: 1px;
}
#menu ul ul li a:hover {
	background: url('../gfx/li-s.gif') 0px 7px no-repeat;
	text-decoration: none;
	color: #ffa853;
}
#menu ul ul li.selected a{
	background: url('../gfx/li-selected.gif') 0px 7px no-repeat;
	font-weight: bold;
	color: #ffa853;
}

/*  FOOTER  /////////////////////////////////////////////////////////////////////////////////// */

#tplFoot {
	font-size: 11px;
	color: #7e3c00;
	margin: 20px 0 50px 0;
}
#tplFoot .fr img {
	margin: 0 0 8 48px;
}
#tplFoot .fl {
	margin: 25px 0 15px 3px;
}

/* PRINT  RECOMMEND */
#nav_bot {
	width: 628px;
	padding: 10px 0 15px 0;
	height: 55px;
}
.print {
	background: url('../gfx/drukuj.gif') no-repeat;
	height: 45px;
	margin: 10px 15px 10px 22px;
}
.recommend {
	background: url('../gfx/polec.gif') 0 3px no-repeat;
	height: 45px;
	margin: 10px 0 10px 22px;
}

#print_rec {
	margin: 10px 30px 10px 23px;
}

/* Dodatkowe  ///////////////////////////////////////////////////////////////////////////////////  */
.more a {
	background: url('../gfx/more.gif') 0 1px no-repeat; 
	padding: 0 10px 0 20px; 
	text-decoration: none;
	border: none;
}
.more a:hover {
	text-decoration: underline;
}
div.more {
	margin: 5px 0 0 0;
	padding: 0; 
}
.more2 a {
	background: url('../gfx/more2.gif') 0 1px no-repeat; 
	padding: 0 10px 0 20px; 
	text-decoration: none;
	border: none;
}
.more2 a:hover {
	text-decoration: underline;
}
.small {
	padding-top: 10px;
	font-size: 9px;
	line-height: 13px;
}

.txts {
  font-weight:normal; 
  font-size:11px;
  font-family: tahoma; 
  color:#7e3c00; 
  text-align:justify;
  line-height:14px;
}
.txts h1 {
  font-weight:normal; 
  font-size:11px;
  font-family: tahoma; 
  color:#7e3c00; 
  margin:0 0 5px 0;
  padding:0;
}

.ng h1 { 	
	color: #ffa853; 
	font-size: 12px; 
	margin: 0;
	padding:  20px 0 5px 0; 
}

