/*@charset "UTF-8";*/


body{
   text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	background-color:#fff; /*#F2EBE0*/
}

/* === nagłówki: === */

h1 {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   
   display: inline; /*musi być również w p*/
   font-size: 15px;
   line-height: 20px;
   font-weight: normal; 
   color: #000;
   text-decoration: none;
}

h2
{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   
   display: inline; /*musi być również w p*/
   font-size: 15px;
   line-height: 20px;
   font-weight: normal; 
   color: #f00;
   text-decoration: none;
}

h3 /* nazwy i ceny produktów */
{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   
   display: inline; /*musi być również w p*/
   font-size: 15px;
   line-height: 20px;
   font-weight: normal;
   /*font-weight: bold;*/
   color: #61a627;    
   /*color: #000;*/
   text-decoration: none;
}
/* === /nagłówki === */

/* === teksty: === */

p {
line-height:30px;
display: inline; /*musi być również w h*/
}
.menu-top {
font-size: 15px;
color: #fff;
line-height:30px;
}
.menu-bottom {
font-size: 15px;
color: #fff;
line-height:56px; /* bo ignorowany jest verical-align:middle w divie zawierajacym menu dolne */
}
.section-title {
font-size: 15px;
color: #000;
line-height:50px; /* bo ignorowany jest verical-align:middle w divie zawierajacym menu dolne */
}
.login-section {
font-size: 15px;
color: #000;
line-height:30px;
}

/* === /teksty === */



/* === listy: === */

ul {
   color: #000;
   text-indent: 0px;
   list-style-position: inside;
   padding:0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

ol {
   color: #000;
   text-indent: 0px;
   list-style-position: inside;
   padding:0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
ol.roman {
   text-indent: -15px;
   list-style-type:upper-roman;
   padding:0px 0px 0px 15px;
}
ol.decimal {
   text-indent: -15px;
   list-style-type:decimal;
   padding:0px 0px 0px 15px;
}
ol.lowlatin {
   text-indent: -15px;
   list-style-type:lower-latin;
   padding:0px 0px 0px 15px;
}

ul.menu-top{
text-indent: 0px;
margin: 10px 10px 10px 10px;
display: inline-block;
}

/* === /listy === */


/* === linki: === */

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

a.menu{
	font-size:15px; 
	font-weight:normal; 
	line-height:25px;
	text-decoration: none;
	color: #000;
}
a:hover.menu{
	text-decoration: none;
	color: #f00;
}

a.menu-top-link{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #fff;
	line-height:30px;
}
a:hover.menu-top-link{
	text-decoration: underline;
}

a.top-container-log{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #000;
	line-height:30px;
}
a:hover.top-container-log{
	text-decoration: underline;
}
a.gotobasket{
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size:15px;
	line-height:20px;
}
a:hover.gotobasket{
	text-decoration: underline;
}

/* === /linki === */


/* === obrazki: === */

img {
    border: 0px solid #f00;
}

img.wyp{
	width: 9px;
	height: 9px;
	margin-right: 4px;
}
img.zdjecie{
	border: 0px solid #6E3416;
	float: left;
	width: 138px !important;
	width: 140px; /*IE*/
	height: 148px !important;
	height: 150px; /*IE*/
	margin: 0px 15px 10px 0px;
}

img.zdjecienew{
	/*left: 45px;
	width: 100px;
	height: 110px;*/
	border: 0px solid #6E3416;
}
img.zdjecie_duze{
   width: 208px !important;
	width: 210px; /*IE*/
	height: 228px !important;
	height: 230px; /*IE*/
	border: 0px solid #6E3416;
	float: right;
	margin-left: 10px;
	margin-bottom: 25px;
}

/* === /obrazki === */


/* === div kontenery: === */

#container{
text-align: center; /*bez znaczenia tutej*/
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 1000px;
border: 0px solid #000;
background-image: url(skin_images/piece.png);
/*background-image: url(skin_images/piece_green.png);*/
	background-repeat: no-repeat;
	/*background-position: 0px 419px;*/
	background-position: 0px 269px;
}
#header-container{
width: 980px;
/*height:490px;*/
height:340px;
margin: 0px 10px 0px 10px;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #ccc;
background-image: url(skin_images/salad.jpg);
background-repeat: no-repeat;
/*background-position: bottom right;*/
background-position: top right;
}
#logo-container{
   width: 376px;
   height: 106px;
   position: relative;
   text-align:left;
	left:12px;
	top:20px;
}
#top-container{
   width: 980px;
   height: 106px;
   position: absolute;
	top:20px;
	border: 0px solid #00f;
	/*text-align:right;*/
}
#login-container{
width: 300px;
height: 30px;
border: 0px solid #f0f;
position: absolute;
right: 200px; /*z uwagi na sasiedni #search_container */
}

#search-container{
width: 200px;
height: 30px;
border: 0px solid #f0f;
position: absolute;
right: 0px;
}

#menu-top-container{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   z-index: auto;
   /*width: 1px; !important; 
   width: 3px;*/ /*IE*/
   height: 31px !important;
	height: 31px; /*IE*/
	border: 0px solid #0f0;
	vertical-align:bottom;
	position: absolute;
	/*top:419px;*/
	top:269px;
	background-color: #e11d19;
	/*background-color: #61a627;*/
}

#top-brands-container{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   z-index: auto;
   width: 490px;*/ /*IE*/
   height: 65px !important;
	height: 65px; /*IE*/
	border: 0px solid #000;
	vertical-align:bottom;
	position: relative;
	top:279px;
	left:500px;
	text-align:right;
}

#path-container{
	z-index: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px !important; 
	top: -15px; /*IE*/ 
	background-image: url(gora_4_tlo.jpg);
	width: 978px !important; 
	width: 980px; /*IE*/
	height: 21px !important;
	height: 23px; /*IE*/
	border: 0px solid #6E3416;
}

#footer-container{
width: 980px;
height:88px;
margin: 32px auto 32px auto;
padding: 0px 0px 0px 0px;
border: 0px solid #000;
}
#address-container{
width: 980px;
height:32px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #00f;
/*position: relative;*/
text-align: center;
vertical-align: bottom; /* parametr ignorowany! */
}
#menu-bottom-container{
width: 980px;
height:56px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #f00;
background-image: url(skin_images/bottommbg56.png);
background-repeat: no-repeat;
background-position: center center;
/*position: relative;
top:32px;
left:0px;*/
text-align: center;
vertical-align: middle; /* parametr ignorowany! */
}

#nag{ /* === kuriozum. Div o tym id musi być w index.php, inaczej tytuły kategorii nie wyświetlają się. === */
color:#090;
font-size: 0px;
line-height: 0px;
}

div.section-name-container{
width: 200px;
height: 50px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #0ff;
text-align: left;
vertical-align: bottom; /* parametr ignorowany! */
}
div.categories-container{
width: 200px;
/*height: 50px;*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #f0f;
text-align: left;
vertical-align: bottom; /* parametr ignorowany! */
}
div.brands-container{
width: 200px;
/*height: 50px;*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #ff0;
text-align: left;
vertical-align: top; /* parametr ignorowany! */
}
#brands-container2{
width: 990px;
height: 133px;
margin: 15px 0px 0px 10px;
padding: 0px 0px 16px 0px;
border-bottom: 1px solid #ccc;
text-align: left;
vertical-align: top;
}

#brands-container2 img{
    margin: 0px 11px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid #f00;
} 

#brands-container2 ul { 
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#brands-container2 li { 
    list-style-type:none; 
	margin:0px 11px 0px 0px; 
	padding:0px 0px 0px 0px;
	display:inline-block;
	border: 0px #500 solid;
	
	width: 184px;
	height: 133px;
}
#brands-container2 li a img { 
    text-decoration: none;
	float:left;
	width: 184px;
	height: 133px;
}

/*#brands-container2 #footer-links {
    position: relative;
	top:0px;
	left:0px;
}*/

#basket-icon-container{
/*width: 68px;
height:73px;*/
width: 99px;
height:68px;
margin: 7px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #0f0;
z-index: auto;
position: absolute;
top: 0px /*!important*/; 
/*top: -15px;*/ /*IE*/
left: 924px;
}

div.produkt{
  z-index: auto;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  height: 165px !important;
  height: 180px; /*IE*/
  border-bottom: 1px solid #ccc;
}

div.opis_co{
   z-index: auto;
   width: 374px;
   position: relative;
   left: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 150px;
}
div.opis{
   z-index: auto;
   width: 374px;
   position: relative;
   left: 0px;
	top: 15px;
	font-size: 12px;
	height: 120px;
	margin-left: 150px;
}
div.info{
   z-index: auto;
   width: 374px;
   position: relative;
   left: 0px;
   margin-left: 150px;
}

div.wiecej{
   position: relative;
   right: -450px;
   bottom: 16px;
   width: 100px;
}

#naglowek{
   z-index: auto;
   position: relative;
   padding: 0px 0px 12px 0px;
   margin: 5px 0px 0px 0px;
   font-size: 15px;
   line-height: 20px;
   font-weight: normal;
   color:#87888A;
   border-bottom: 1px solid #ccc;
}

#dolna_tab{
   position: relative;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   border: 0px solid #f00;
   text-align: center;
}

/* === /div kontenery === */


/* === menu rozwijane: === */

/*Toggle Area*/
 #menu .toggle {float:right;width:20px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; cursor:pointer; border-top:0px solid #f00; border-left:0px solid #f00; color:#f00; font-size:19px; font-weight:normal; line-height:25px}
 #menu ul.navmenu li:first-child .toggle{border-width:0px 0px 0px 0px;}

 /*Menu Setup*/
 #menu ul{padding:0; margin:0; width:200px;}
 #menu ul ul{margin:0px 0px 0px 14px; border:0px solid #ccc;}
 #menu ul.navmenu li {margin:0px 0px 0px 0px; list-style:none; color:#000; font-size:15px; font-weight:normal; line-height:25px}
 /*Links*/
 #menu ul.navmenu a, #menu ul.navmenu a:visited {text-decoration:none; padding:0px 0px 0px 0px; display:block; color:#000;}
 #menu ul.navmenu ul.submenu a{/*background:#FFF4D2;*/ color:#000; font-size:12px; font-weight:normal; line-height:20px}
 #menu ul.navmenu ul.submenu a:hover{/*background:#FFF4D2;*/ color:#f00;}
 /*Heading Outer div*/
 #menu ul.navmenu .menutop{border:0px solid #ff0; overflow:hidden; width:200px; /*background:#f0f;*/ }
 /*Header Links*/
 #menu ul.navmenu .menutop a{width:160px;float:left;margin:0px 0px 0px 0px; border-top:0px solid #0f0;}
 /*Header Link Hover*/
 #menu ul.navmenu .menutop a:hover{color:#f00;}
 /*Removes white border for the first header*/
 #menu ul.navmenu li:first-child .menutop a {border-width:0px;}

 /*Single Menu Width Fix*/
 #menu ul.navmenu .menusingle a{width:200px;}

 /*Border Radius and Special Border Width*/
 /*#menu ul.navmenu li:first-child .menutop{border-width:1px 1px 0 1px; -moz-border-radius:5px 5px 0 0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;}
 #menu ul.navmenu li:last-child .menutop{border-width:0px 1px 1px 1px; -moz-border-radius:0 0 5px 5px; -webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
 #menu ul.navmenu li:last-child ul.submenu{-moz-border-radius:0 0 5px 5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
 #menu ul.navmenu li:last-child .menutop-open{-moz-border-radius:0;-webkit-border-radius:0px; border-width:0 1px;}*/

/* === /menu rozwijane === */



/* === tabelum: === */

table {
    border: 1px solid #888;
    border-collapse: collapse;
}

table.dol {
	width: 980px;
	border: 0px solid #0ff; 
}

td {
    padding: 10px;
	vertical-align: top;
	
	border: 1px solid #bbb;
}

td.bok_lew_pr{
	padding: 0px;
	width: 200px;
	text-align: left;
	border: 0px solid #f00;
	/*background-color: #eee;*/
}
td.srodek{
	width: 580px;
	height: 100%;
	padding: 10px 27px 0px 27px;
	text-align: left;
	border: 0px solid #f00;
}

table.kontaktowa {
border: 0px solid #f0f;
}

td.kontaktowa_kom {
border: 0px solid #b1c90a;
}

/* === /tabelum === */












.pole_tekst{
	border: 1px solid #6E3416;
	width: 160px !important; 
	width: 162px; /*IE*/
	height: 16px !important;
	height: 20px; /*IE*/
}

#wyslij_gr{
	z-index: auto;
   position: relative;
	top: 3px !important; 
	top: 2px; /*IE*/
	left: 5px;
	width: 16px;
	height: 16px;
}

#nawigacja{
	z-index: auto;
	position: relative;
	top: 2px;
	left: 15px;
	width: 900px;
	font-size: 12px;
}
span.jestes_na{
	font-weight: bolder;
}

#prod_nag{
	z-index: auto;
	background-image: url(panel.jpg);
	width: 200px;
	height: 26px;
}
#konto_nag{
	z-index: auto;
	position: relative;
	top: 5px;
	background-image: url(panel.jpg);
	width: 200px;
	height: 26px;
}
#konto_dol{
 	z-index: auto;
	position: relative;
	top: 6px;
	background-color: White;
	width: 198px !important;
	width: 200px; /*IE*/
	height: 155px !important;
	height: 155px; /*IE*/ 
	border: 1px solid #6E3416; 
	vertical-align: middle; 
}
#konto_tekst{
	z-index: auto;
	position: relative;
	top: 10px;
	left: 5px;
	width: 190px;
	text-align: center;
}

#eko_nag{
	z-index: auto;
	position: relative;
	top: 1px;
	background-image: url(eko_kon_tlo.jpg);
	width: 198px !important;
	width: 150px; /*IE*/
	height: 22px !important;
	height: 24px; /*IE*/
	border: 1px solid #6E3416;
}
#eko_nag_nap{
   z-index: auto;
	position: relative;
	top: 3px;
	left: 58px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	width: 198px;
	height: 22px !important;
	height: 24px; /*IE*/
}
#eko_podk{
	z-index: auto;
	background-color: White;
	width: 198px !important;
	width: 200px; /*IE*/
	border-left: 1px solid #6E3416;
	border-right: 1px solid #6E3416; 
	padding-top: 10px;
	padding-bottom: 10px; 
}

div.eko_konw_list{
	z-index: auto;
	position: relative;
	left: 10px;
	font-size: 12px;
}
#konw_nag{
	z-index: auto;
	position: relative;
	top: 0px;
	background-image: url(eko_kon_tlo.jpg);
	width: 198px !important;
	width: 200px; /*IE*/
	height: 22px !important;
	height: 24px; /*IE*/
	border: 1px solid #6E3416;
}
#konw_nag_nap{
	z-index: auto;
	position: relative;
	top: 3px;
	font-size: 14px;
	font-weight: bolder;
	width: 198px;
	height: 22px !important;
	height: 24px; /*IE*/
	text-align: center;
}
#aptek_nag{
	z-index: auto;
	position: relative;
	top: 0px;
	background-image: url(eko_kon_tlo.jpg);
	width: 198px !important;
	width: 200px; /*IE*/
	height: 22px !important;
	height: 24px; /*IE*/
	border-bottom: 1px solid #6E3416;
	border-left: 1px solid #6E3416;
	border-right: 1px solid #6E3416;
}
#aptek_nag_nap{
	z-index: auto;
	position: relative;
	top: 3px;
	font-size: 14px;
	font-weight: bolder;
	width: 198px;
	height: 22px !important;
	height: 24px; /*IE*/
	text-align: center;
}

#kon_podk{
	z-index: auto;
	background-color: White;
	width: 198px !important;
	width: 200px; /*IE*/
	border-left: 1px solid #6E3416;
	border-right: 1px solid #6E3416; 
	border-bottom: 1px solid #6E3416;
	padding-top: 10px;
	padding-bottom: 10px;
}
#aptek_podk{
	z-index: auto;
	background-color: White;
	width: 198px !important;
	width: 200px; /*IE*/
	border-left: 1px solid #6E3416;
	border-right: 1px solid #6E3416; 
	border-bottom: 1px solid #6E3416;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news_dol{
	z-index: auto;
	position: relative;
	top: 6px;
	height: 120px;
	background-color: White;
	border: 1px solid #6E3416;
	padding-top: 10px;
}
#news_nag{
   z-index: auto;
	position: relative;
	top: 5px;
	background-image: url(panel_un.jpg);
	background
}

#news_tekst{
	z-index: auto;
	position: relative;
	left: 18px;
	font-size: 11px;
	width: 162px;
}
#newsletter{
	z-index: auto;
	position: relative;
	text-align: center;

}
#wyslij{
	z-index: auto;
	position: relative;
	top: 10px;
}

.info_2{
   z-index: auto;
   position: relative;
}

table.produkt_gl{
	width: 529px;
}

td.produkt{
  padding-top: 13px;
  border-bottom: 1px solid #6E3416;
  width: 529px;	
}

td.cena_gl{
	text-align: right;
}

td.przyciskiem{
	text-align: right;
	padding-bottom: 20px;
}

#cena_prod_gl{
  z-index: auto;
  position: relative;
  right: 10px;	
  width: 526px;
  text-align: right;
  padding-top: 10px;			
}
#do_koszyka{
   z-index: auto;
   position: relative;
	right: 10px;	
	font-size: 14px;
	font-weight: bold;
   width: 526px;
   text-align: right;
	padding-top: 10px;	
}
#opinia{
  z-index: auto;
  padding-top: 15px;
  border-bottom: 1px solid #6E3416;
  padding-bottom: 15px;
}
#kto{
	z-index: auto;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
#o_czym{
	z-index: auto;
	font-size: 12px;
}

#przecz_opin{
	z-index: auto;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px; 
	text-align: left;
	width: 526px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #6E3416; 
}
#opin_info_box{
	z-index: auto;
	position: relative;
	padding-top: 15px;
}

.box_check{
	border: 1px solid #6E3416;
}
.box_2{
	border: 1px solid #6E3416;
	font-size: 12px; 
	width: 200px;
	height: 20px;
}
#przyc_dodaj{
	z-index: auto;
	position: relative;
	left: 110px;
	padding-top: 15px;
}
.przyc_dalej{
   z-index: auto;
	position: relative;
	left:10px;
	color: #F1E5CE;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6E3416; 
	vertical-align: middle;
	background-color: #6E3416;
	vertical-align: middle;
	height: 22px;
}
#naw_dol{
   z-index: auto;
	position: relative;
	right: 10px;
	text-align: right;
	padding-top: 5px;
	height: 26px;
	font-size: 12px;
}












/* === sektory prawego areału: === */

div.szyld{
	width: 170px;
	z-index: auto;
	position: relative;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

div.grey_head{
	background-image: url(skin_images/grey_top.png);
	width: 200px;
	height: 7px;
	margin: 47px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.grey_body{
width: 200px;
background-color: #87888a;
}
#koszyk_tekst{
   z-index: auto;
	position: relative;
	left: 10px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#koszyk_link{
	width: 180px;
	z-index: auto;
	position: relative;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align:right;
}
div.grey_foot{
	background-image: url(skin_images/grey_bottom.png);
	background-repeat: no-repeat;
	width: 200px; 
	height: 7px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div.red_head{
  background-image: url(skin_images/red_top.png);
	width: 200px;
	height: 7px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.red_body{
width: 200px;
background-color: #e11e19;
}
div.red_foot{
	background-image: url(skin_images/red_bottom.png);
	width: 200px;
	height: 7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.white_field{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	background-color: #fff;
}
div.centerie
{
    text-align:center;
}
div.margie
{
    margin: 0px 20px 0px 20px;
}

/* === /sektory prawego areału === */


/* === formularze: === */

FORM
{
   margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
}

INPUT
{
   background: #fff;
   font-weight: normal;
   font-size: 12px;
   color: #000;
   text-align: left;
   text-decoration: none;
   border: #000 1px solid;
}

INPUT.search
{
   width: 180px;
   height: 20px;
   padding-left: 5px;
}

INPUT.enter
{
	background-color: #f00; 
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #0f0; 
	vertical-align: middle;
	height:25px;
}
INPUT.enter2
{
	background-color: #f70;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #0f0; 
	vertical-align: middle;
	height:25px;
}
INPUT.enter3
{
	background-color: #61a627;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #0f0; 
	vertical-align: middle;
	height:25px;
}

TEXTAREA
{	 
	 background: #fff;
   font-weight: normal;
   font-size: 12px;
   line-height: 15px;
   color: #000;
   text-align: left;
   text-decoration: none;
	 border: #000 1px solid;

	 padding: 5px;
}

SELECT
{
	 width: 178px;
	 
	 background: #FDDB00;
   font-family: Tahoma, Arial;
   font-weight: bold;
   font-size: 11px;
   line-height: 15px;
   color: #ff0000; /*#007a37;*/
   text-align: left;
   text-decoration: none;
	 border: #007a37 1px solid;
}

/* === /formularze === */
