﻿@charset "UTF-8";

/**
 * euforia studio css
 *
 * @file		style.css
 * @name		euforia studio
 * @version		1.0
 * @type		transitional
 * @browsers	Windows: IE6+, Opera9+, Firefox3+
 *
 * @link		http://www.euforiastudio.pl/
 * @copyright	2009 euforiastudio.pl All Rights Reserved.
 *
 */

/* Reset - zerowanie wartości
---------------------------------------------------------------------------------------------------- */

@import "reset.css";

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {
    height: 100%;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Verdana, sans;
    font-size: 11px;
}

* {
   outline: 0px;
}

/* Globalne klasy
---------------------------------------------------------------------------------------------------- */

.hide		   { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
.inline		   { display: inline; }
.block		   { display: block; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.valign-top  { vertical-align: top; }
.valign-middle  { vertical-align: middle; }
.valign-bottom  { vertical-align: bottom; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #FDFF0F; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.nomargin      { margin: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

table          { margin-bottom: 1.4em; }
th             { font-weight: bold; }
thead th 	   { background: #c3d9ff; }
th,td,caption  { padding: 0px 0px 0px 0px; }
tr.even td     { background: #e5ecf9; }
tfoot          { font-style: italic; }
caption        { background: #eee; }

.procent20 { width: 20%; }
.procent25 { width: 25%; }
.procent33 { width: 33%; }
.procent40 { width: 40%; }
.procent50 { width: 50%; }
.procent60 { width: 60%; }
.procent75 { width: 75%; }
.procent100 { width: 100%; }

.width20 { width: 20px; }
.width25 { width: 25px; }
.width30 { width: 30px; }
.width35 { width: 35px; }
.width40 { width: 40px; }
.width50 { width: 50px; }
.width60 { width: 60px; }
.width70 { width: 70px; }
.width100 { width: 100px; }
.width140 { width: 140px; }
.width150 { width: 150px; }
.width160 { width: 160px; }
.width170 { width: 170px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width260 { width: 260px; }
.width270 { width: 270px; }
.width300 { width: 300px; }
.width500 { width: 500px; }
.width570 { width: 570px; }
.width725 { width: 725px; }

.height100 { height: 100px; }
.height70 { height: 70px; }
.height40 { height: 40px; }

/* Struktura strony
---------------------------------------------------------------------------------------------------- */

#kontener {
	background-image: url("../grafika/tlo-body.gif");
	background-repeat: no-repeat;
	margin: 0px auto;
    width: 964px;
}

#top {
    height: 89px;
    width: inherit;
}

#top_logo {
	float: left;
	width: 180px;
	height: 89px;
}

#top_ico {
	float: right;
}

#menu {
	background-image: url("../grafika/tlo-menu.gif");
	background-repeat: repeat-x;
	width: 964px;
	height: 37px;
}

#baner {
	padding-left: 1px;
	padding-right: 1px;
	width: 964px;
	height: 166px;
	clear: both;
}

#menu_oferta {
	margin-left: 9px;
	width: 208px;
}

#zawartosc {
    width: 964px;
    clear: both;
}

#kolumna_lewa {
    width: 224px;
    float: left;
}

#kolumna_lewa_nag {
	background-image:url("../grafika/belka-krotka.gif");
    background-repeat: no-repeat;
    width: 208px;
    height: 36px;
    margin-left: 9px;
    margin-top: 10px;
}

#kolumna_prawa {
    width: 740px;
    float: right;
}

#kolumna_prawa_nag {
    background-image:url("../grafika/belka-dluga.gif");
    background-repeat: no-repeat;
    width: 733px;
    height: 36px;
    margin-top: 10px;
}

#tresc_strony {
	width: 733px;
	min-height: 250px;
}

#tresc {
	border: 1px solid #ffffff;
	width: 730px;
}

#stopka {
	background-image: url("../grafika/stopka.gif");
	background-repeat: no-repeat;
    height: 189px;
    width: 964px;
    color: #447517;
    clear: both;
}

/* Menu
---------------------------------------------------------------------------------------------------- */

.menu-link {
	margin-top: 13px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;	
}

.menu-separator {
	margin-left: 5px;
	margin-right: 5px;
	float: left;	
}

.ico-link {
	margin-top: 18px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	float: right;	
}

.menu-separator-ico {
	margin-top: 45px;
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}

.menu-szukaj {
	float: left;
	margin-left: 168px;	
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
	color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
}

h2 {
	color: #65AF23;
    font-size: 16px;
    font-weight: bold;
	margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px;
}

h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 0px;
}

h4 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 0px;
}

.naglowek_krotki {
	padding-top: 11px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #65AF23;
}

.naglowek_dlugi {
	padding-top: 15px;
	margin-left: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
}

.naglowek_start {
	background-color: #65AF23;
	border-bottom: 1px solid #528E1C;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 720px;
	height: 14px;
	margin-bottom: 2px;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #518c1c;
}

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

.naglowek_start a {
	text-decoration: none;
    color: #000000;
}

.naglowek_start a:hover {
	text-decoration: underline;
}

a.link {
	color: #6CB21B;
	text-decoration: none;
}
a.link:hover {
	color: #6CB21B;
	text-decoration: underline;
}

a.link2 {
	color: #6CB21B;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.link2:hover {
	color: #6CB21B;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a.link3 {
	color: #FF7700;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.link3:hover {
	color: #FF7700;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a.menu_poziome {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

a.menu_poziome:hover{
    color: #000000;
    text-decoration: none;
}

a.menu_poziome_ak {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a.menu_poziome_ak:hover{
    color: #000000;
    text-decoration: none;
}

#stopka a.menu_poziome {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

#stopka a.menu_poziome:hover{
    color: #000000;
    text-decoration: none;
}

a.menu_ico {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

a.menu_ico:hover{
    color: #000000;
    text-decoration: underline;
}

a.menu_ak {
	font-weight: bold;
	color: black;
	background-color: #F4F4F4;
	padding: 2px;
}

a.menu_n {
	font-weight: normal;
		
}

/* Tabele
---------------------------------------------------------------------------------------------------- */

.tab_nag {
	font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: right;
}

.tab_nag2 {
	font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    background-color: #F4F4F4;
}

.tab_tresc {
    border-bottom: 1px solid #e1e1e1;
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_info {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #00aeef;
    background-color: #e9f9ff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.komunikat_ok {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #62aa00;
    background-color: #72c600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.komunikat_uwaga {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #f24922;
    background-color: #f26522;
    margin-top: 5px;
    margin-bottom: 5px;
}

.komunikat_blad {
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    padding: 10px;
    border:1px solid #df1c24;
    background-color: #ed1c24;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Formularze
---------------------------------------------------------------------------------------------------- */

#szukaj_gl {
	margin-top: 8px;
}

.tlo_formularz {
	background-image:url(../grafika/form-pole.gif);
	background-repeat: no-repeat;
	height: 22px;
	width:178px;
	float: left;	
}

input.szukaj_form {
	margin: 3px;
	color: #000000;
	font-size:11px;
	height: 13px;
	vertical-align:middle;
	width: 170px;
	padding-top: 2px;
}

input.szukaj_button {
	background-image:url(../grafika/button-szukaj.gif);
	background-repeat: no-repeat;
	cursor: Pointer;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	float: left;
}
input.szukaj_button:hover {
	background-image:url(../grafika/button-szukaj-akt.gif);
	background-repeat: no-repeat;
}

input.szukaj_button:hover {
	color: #B08080;
}

.form_tekst {
    font-size: 11px;
    color: #646464;
    font-weight: normal;
    border: 1px solid #acacac;
    padding: 3px;
}

.form_tekst_blad {
    font-size: 11px;
    color: #646464;
    font-weight: normal;
    border: 1px solid #eddada;
    background-color: #fff1f2;
    padding: 3px;
}

.button1 {
    background-color: #447517;
    color: #ffffff;
    border: 1px solid #acacac;
    display:inline;
    padding: 2px;
}

.button1:hover {
    background-color: #386113;
    color: #ffffff;
    border: 1px solid #acacac;
    display:inline;
    padding: 2px;
    cursor: pointer;
}

.formularz_pole {
	margin-top: 2px;
	background-color: #F4F4F4;
	padding-top: 10px;
	width: 720px;
	padding: 5px;
}
.formularz_nag {
	padding-right: 2px;
	text-align: right;
	float: left;
	width: 150px;
}
.formularz_nag_blad {
	padding-right: 2px;
	text-align: right;
	float: left;
	width: 150px;
	background-color: #fff1f2;
	border: 1px solid #eddada;
}
.formularz_tresc {
	float: left;
	width: 268px;
}
.formularz_opis {
	float: left;
	width: 300px;
}
.opis_tresc {
	background-color: #E5F6D2;
	border: 1px solid #ffffff;
	display: none;
	padding: 3px;
}
.formularz_checkbox {
	float: left;
	width: 20px;
}
.formularz_zgoda {
	float: left;
	width: 518px;
	text-align: justify;
}
.formularz_button {
	margin-left: 150px;	
}

/* podział stron na podstrony
---------------------------------------------------------------------------------------------------- */

.podzial_akt {
    background-color: #396213;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
}

.podzial_nieakt {
    background-color: #ffffff;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #AFACAC;
}

.podzial_pozycja {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #212121;
}

.podzial {
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    color: #396213;
}

/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip{
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

/* stopka
---------------------------------------------------------------------------------------------------- */

#stopka_rzad_1 {
	padding-top: 60px;
	margin-left: 50px;
	line-height: 17px;	
}

#stopka_rzad_1 .kolumna1 {
	margin-left: 30px;
	
}
#stopka_rzad_1 .kolumna2 {
	margin-left: 100px;
	
}
#stopka_rzad_1 .kolumna3 {
	margin-left: 100px;
	
}

#stopka_rzad_2 {
	margin-top: 45px;
	text-align: center;	
}

/* Modul oferta
---------------------------------------------------------------------------------------------------- */

.produkt_oferta {
	border: 1px solid #e1e1e1;
	width: 730px;
	margin-bottom: 5px;
}
.produkt_oferta .zdjecie {
	float: left;
	margin: 5px;
	width: 160px;
	text-align: center;
}

.produkt_oferta .tresc {
	float: left;
	margin: 5px;
	width: 550px;
}

.produkt_oferta .tresc .nazwa {
	background-color: #F4F4F4;
	padding: 5px;
	width: 540px;
}

.produkt_oferta .tresc .opis {
	padding: 5px;
	width: 540px;
}

.produkt_oferta .tresc .koszyk {
	padding: 5px;
	width: 540px;	
}

.produkt_oferta .tresc .cena {
	float: left;
	width: 290px;
}

.produkt_oferta .tresc .do_koszyka {
	float: left;
	width: 250px;
}

.do_koszyka .ile_do_koszyka_oferta {
	float: left;
	margin-top: 5px;
}

.do_koszyka .dodaj_do_koszyka_oferta {
	margin-left: 10px;
	float: left;
}

.tresc .przechowalnia {
	text-align: right;
}

.atrybuty {
	width: 550px; 	
}

.atrybuty .polecamy {
	float: left;
}

.atrybuty .przechowalnia {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}

a.link_nazwa_produktu {
	font-weight: bold;
	color: black;
	font-size: 12px;
}

.tresc .koszyk {
	width: 160px;	
}
.produkt_cena {
	background-color: #65AF23;
	width: 80px;
	height: 24px;
	float: left;
	color: #ffffff;
	font-weight: bold;
}
.tresc .ico_koszyk {
	width: 80px;
	height: 34px;
	float: left;
}

.naglowek_kategoria {
	width: 730px;	
}

.naglowek_h1 {
	width: 500px;
	float: left;	
}

.naglowek_sort {
	margin-top: 12px;
	width: 230px;
	float: left;	
}

/* modul produkt
---------------------------------------------------------------------------------------------------- */

.produkt_galeria {
	width: 180px;
	float: left;
}

.produkt_tresc {
	width: 550px;
	float: left;
}

.produkt {
	margin-top: 15px;	
}

.produkt h1 {
	color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0;
    margin-bottom: 10px;
}

.produkt .kolumna1 {
	margin-top: 10px;
	float: left;
	width: 300px;	
}
.produkt .kolumna2 {
	margin-top: 10px;
	float: left;
	width: 250px;	
}

.cena_brutto {
	font-weight: normal;
	font-size: 14px;
	color: #FF7700;
}

.cena_brutto_start {
	font-weight: normal;
	color: #FF7700;
	font-size: 11px;
}

.cena_brutto_start strong {
	font-size: 14px;
}

.cena_netto {
	color: #4B4B4B;
	font-size: 10px;
	margin-top: 3px;
}

.cena_stara strong {
	text-decoration: line-through;
	color: #4B4B4B;
	margin-bottom: 3px;	
}

.atrybut {
	float: left;
	margin-top: 10px;
}

.ile_do_koszyka {
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;	
}

.dodaj_do_koszyka {
	margin-left: 10px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

input.ico_dodaj_do_koszyka {
	width: 162px;
	height: 33px;
	background-image: url("../grafika/buton-dodaj-do-koszyka.gif");
	cursor: pointer;
}

input.ico_dodaj_do_koszyka2 {
	width: 80px;
	height: 34px;
	background-image: url("../grafika/buton-dodaj-do-koszyka2.gif");
	cursor: pointer;
}

input.ico_dodaj_do_koszyka3 {
	width: 20px;
	height: 20px;
	background-image: url("../grafika/ico-dodaj-do-koszyka.gif");
	cursor: pointer;
}

.argument {
	margin-bottom: 5px;	
}

.argument .ico {
	float: left;
	width: 20px;
}
.argument .opis {
	float: left;	
}

.pytanie {
	margin-top: 10px;	
}

/* produkty powiazane
---------------------------------------------------------------------------------------------------- */

.naglowek_produkty_powiazane {
	background-image: url("../grafika/belka-produkty-powiazane.gif");
	width: 733px;
	height: 20px;
	font-size: 10px;
	color: #4B4B4B;
}

.naglowek_produkty_powiazane .zdjecie {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 3px;
}
.naglowek_produkty_powiazane .nazwa {
	float: left;
	width: 340px;
	margin-top: 3px;
}
.naglowek_produkty_powiazane .kod {
	float: left;
	width: 100px;
	text-align: center;
	margin-top: 3px;
}
.naglowek_produkty_powiazane .cena {
	float: left;
	width: 130px;
	text-align: right;
	margin-top: 3px;
}
.naglowek_produkty_powiazane .dodaj {
	float: left;
	width: 50px;
	text-align: center;
	margin-top: 3px;
}

.produkt_produkty_powiazane {
	width: 733px;
	padding-top: 5px;
	border-bottom: 1px solid #BABABA;
}

.produkt_produkty_powiazane .zdjecie {
	margin-left: 10px;
	float: left;
	width: 100px;
	text-align: center;
}
.produkt_produkty_powiazane .nazwa {
	float: left;
	width: 340px;	
}
.nazwa p {
	margin-top: 5px;	
}

.produkt_produkty_powiazane .kod {
	float: left;
	width: 100px;
	text-align: center;
}
.produkt_produkty_powiazane .cena {
	float: left;
	width: 130px;
	text-align: right;
}
.produkt_produkty_powiazane .dodaj {
	float: left;
	width: 50px;
	text-align: center;
	margin-top: 7px; 
}

/* Modul konto uzytkownika
---------------------------------------------------------------------------------------------------- */

.twoje-konto {
	width: 700px;
}

.menu-konto {
	float: left;
	width: 250px;
	background-color: #F4F4F4;
	line-height: 18px;
}

.menu-konto ul {
	margin-left: 20px;
	font-size: 12px;
	list-style-type: square;
	color: #6CB21B;
}

.menu-konto hr {
	height : 1px; border : 0px dotted #FFFFFF; border-top : 1px solid #ffffff;
}

.aktualnosci {
	margin-left: 10px;
	width: 440px;
	float: left;
}

.akt-data {
	float: left;
	width: 75px;
}
.akt-nag {
	float: left;
	font-weight: bold;
	width: 365px;
}
.akt-tresc {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.podstrona {
	color: #6CB21B;
}

/* Modul koszyk
---------------------------------------------------------------------------------------------------- */

.naglowek_koszyk {
	background-image: url("../grafika/belka-produkty-powiazane.gif");
	width: 733px;
	height: 20px;
	font-size: 10px;
	color: #4B4B4B;
}

.naglowek_koszyk .nazwa {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 4px;
}
.naglowek_koszyk .usun {
	float: left;
	width: 40px;
	text-align: center;
	margin-top: 4px;
}
.naglowek_koszyk .cena {
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 4px;
}
.naglowek_koszyk .vat {
	float: left;
	width: 40px;
	text-align: right;
	margin-top: 4px;
}
.naglowek_koszyk .ilosc {
	float: left;
	width: 110px;
	text-align: center;
	margin-top: 4px;
}
.naglowek_koszyk .wartosc {
	float: left;
	width: 115px;
	text-align: right;
	margin-top: 4px;
}

.tresc_koszyk {
	width: 730px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BABABA;
}

.tresc_koszyk .nazwa {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 5px;
}
.tresc_koszyk .usun {
	float: left;
	width: 40px;
	text-align: center;
}
.tresc_koszyk .vat {
	float: left;
	width: 40px;
	text-align: right;
	color: #4B4B4B;
	margin-top: 5px;
}
.tresc_koszyk .cena {
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 5px;
}
.tresc_koszyk .ilosc {
	float: left;
	width: 110px;
	text-align: right;
}
.tresc_koszyk .ilosc2 {
	float: left;
	width: 110px;
	text-align: center;
	margin-top: 5px;
}
.tresc_koszyk .wartosc {
	float: left;
	width: 115px;
	text-align: right;
	color: #447517;
	font-weight: bold;
	margin-top: 5px;
}

.podsumowanie_koszyka {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F4F4F4;
	height: 20px;
	float: right;
	width: 370px;
	font-size: 12px;
	padding: 5px;
	text-align: right;
	color: #4B4B4B;
	border-bottom: 1px solid #FF7700;
}
.podsumowanie_netto {
	margin-bottom: 5px;
	float: right;
	width: 374px;
	text-align: right;
	color: #4B4B4B;
	margin-right: 5px;
	margin-top: 5px;
}

.podsumowanie_koszyka strong {
	margin-left: 20px;
	color: #FF7700;
	font-size: 18px;
}

.kontynuuj_zakupy {
	float: left;	
}

.aktywny_wiersz {
	background-color: #FDFCE0;
}

.koszt_dostawy_naglowek {
	width: 460px;
	float: left;
}

.koszt_dostawy_naglowek li {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
}

.koszt_dostawy_naglowek p {
	font-weight: bold;
	background-color: #F4F4F4;
	padding: 3px;	
}

.koszyk_naglowek {
	width: 250px;
	float: left;	
}

.koszyk_naglowek li {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
}

.koszyk_naglowek p {
	font-weight: bold;
	background-color: #F4F4F4;
	padding: 3px;	
}

.koszt_dostawy_naglowek textarea {
	margin-left: 20px;	
}

.koszt_dostawy_naglowek {
	margin-left: 20px;	
}

.koszyk_adres_dostawy_info {
	margin-left: 20px;
}

.koszt_dostawy {
	text-align: right;
	width: 720px;
	padding: 5px;
	margin-right: 10px
}

.kwota_do_zaplaty {
	text-align:right;
	width: 720px;
	padding: 5px;
	background-color: #FF7700;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #F4F4F4;
}

.kwota_do_zaplaty strong {
	font-size: 18px;
}

p.informacja {
	text-align: center;
	font-sieze: 10px;
	color: #4B4B4B;	
}

fieldset {
	padding: 10px;
	width:700px;
	border: 1px dotted #65AF23;
	font-size: 11px;
	margin-bottom: 10px;
}
legend {
	font-size: 14px;
	color: #FF7700;
	font-weight: bold;
	background-color: #F4F4F4;
	padding: 3px;
}
fieldset p {
	font-size: 11px;
	color: #4B4B4B;
	line-height: 16px;
	text-align: justify;
	margin: 0;
}

/* Moduł wyszukiwarka
---------------------------------------------------------------------------------------------------- */

/* Przechowalnia
---------------------------------------------------------------------------------------------------- */

.naglowek_przechowalnia {
	background-image: url("../grafika/belka-produkty-powiazane.gif");
	width: 733px;
	height: 20px;
	font-size: 10px;
	color: #4B4B4B;
}

.naglowek_przechowalnia .zdjecie {
	float: left;
	width: 100px;
	margin-top: 3px;
}
.naglowek_przechowalnia .nazwa {
	float: left;
	width: 300px;
	margin-top: 3px;
}
.naglowek_przechowalnia .kod {
	float: left;
	width: 80px;
	text-align: center;
	margin-top: 3px;
}
.naglowek_przechowalnia .cena {
	float: left;
	width: 130px;
	text-align: right;
	margin-top: 3px;
}
.naglowek_przechowalnia .dodaj {
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 3px;
}
.naglowek_przechowalnia .usun {
	float: left;
	width: 40px;
	text-align: center;
	margin-top: 3px;
}

.produkt_przechowalnia {
	width: 733px;
	padding-top: 5px;
	border-bottom: 1px solid #BABABA;
}

.produkt_przechowalnia .zdjecie {
	float: left;
	width: 100px;
	text-align: center;
}
.produkt_przechowalnia .nazwa {
	float: left;
	width: 300px;	
}
.nazwa p {
	margin-top: 5px;	
}

.produkt_przechowalnia .kod {
	float: left;
	width: 80px;
	text-align: center;
}
.produkt_przechowalnia .cena {
	float: left;
	width: 130px;
	text-align: right;
}
.produkt_przechowalnia .dodaj {
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 7px; 
}
.produkt_przechowalnia .usun {
	float: left;
	width: 40px;
	text-align: center;
	margin-top: 7px;
}

/* Formularz kontaktowy
---------------------------------------------------------------------------------------------------- */

#formularz_kontaktowy {
	width: 500px;
	height: 500px;
}

.f_kolumna_1 {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

.f_kolumna_2 {
	width: 240px;
	float: right;
	margin-bottom: 10px;
}

.f_tekst {
	width: 500px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.f_button {
	text-align: center;
	width: 500px;
	float: left;
	clear: both;
}

.f_info {
	color: #447517;
	float: left;
	clear: both;
}

.f_input {
    font-size: 11px;
    color: #646464;
    font-weight: normal;
    border: 1px solid #BFBFBF;
    padding: 3px;
	width: 230px;
}
.f_input:hover {
    border: 1px solid #65AF23;
}
.f_textarea {
    font-size: 11px;
    color: #646464;
    font-weight: normal;
    border: 1px solid #BFBFBF;
    padding: 3px;
	width: 490px;
	height: 100px;
}
.f_textarea:hover {
    border: 1px solid #65AF23;
}
.f_input_button {
	background-color: #447517;
    color: #ffffff;
    border: 1px solid #BFBFBF;
    padding: 3px;
}
.f_input_button:hover {
	background-color: #396213;
    color: #ffffff;
    border: 1px solid #BFBFBF;
    padding: 3px;
    cursor: pointer;
}

/* zamowienie
---------------------------------------------------------------------------------------------------- */

.naglowek_zamowienia {
	background-image: url("../grafika/belka-produkty-powiazane.gif");
	width: 733px;
	height: 20px;
	font-size: 10px;
	color: #4B4B4B;
}

.naglowek_zamowienia .id_zam {
	float: left;
	width: 50px;
	margin-top: 3px;
}
.naglowek_zamowienia .szczegoly {
	float: left;
	width: 100px;
	margin-top: 3px;
}
.naglowek_zamowienia .data {
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 3px;
}
.naglowek_zamowienia .wartosc {
	float: left;
	width: 130px;
	text-align: right;
	margin-top: 3px;
}
.naglowek_zamowienia .status {
	float: left;
	margin-left: 20px;
	width: 300px;
	text-align: center;
	margin-top: 3px;
}

.tresc_zamowienia {
	width: 733px;
	padding-top: 5px;
	border-bottom: 1px solid #BABABA;
}

.tresc_zamowienia .id_zam {
	float: left;
	width: 50px;
}
.tresc_zamowienia .szczegoly {
	float: left;
	width: 100px;
	text-align: center;	
}
.tresc_zamowienia .data {
	float: left;
	width: 130px;
	text-align: center;
}
.tresc_zamowienia .wartosc {
	float: left;
	width: 130px;
	text-align: right;
}
.tresc_zamowienia .status {
	float: left;
	margin-left: 20px;
	padding: 10px;
	width: 280px;
	text-align: center;
	background-color: #E5F6D2;
	border: 1px solid #ffffff;
}
.tresc_zamowienia .status2 {
	float: left;
	margin-left: 20px;
	width: 280px;
	text-align: center;
	background-color: #E5F6D2;
	border: 1px solid #ffffff;
}

.status_konto {
	margin-left: 20px;
	padding: 10px;
	width: 100%px;
	text-align: center;
	background-color: #E5F6D2;
	border: 1px solid #ffffff;
}

/* strona
---------------------------------------------------------------------------------------------------- */

.uwagi {
	border: 1px solid #65AF23;
	padding: 10px;
	margin-top: 10px;
}

.zdjecie_lista{
	margin-bottom: 2px;
}

table.tabela_start {
	width: 730px;
	border-collapse: separate;
    border-spacing: 2px;
}

table.tabela_start td {
	width: 365px;
	vertical-align: top;
	border: 1px solid #F4F4F4;
}

.produkt_start .zdjecie {
	float: left;
	width: 160px;
	text-align: center;
}

.produkt_start .tresc {
	float: left;
	width: 180px;
	margin-left: 5px;
}

.produkt_start .tresc .nazwa {
	background-color: #F4F4F4;
	padding: 5px;
}

.produkt_start .tresc .opis {
	padding: 5px;
}

#menu_oferta ul {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	list-style-type: square;
	line-height: 20px;
}

ul.podswietl {
    background-color: #F4F4F4;
    padding: 3px;
}

#tresc ul {
	margin-left: 20px;
	font-size: 11px;
	list-style-type: square;
}

ol {
	margin-left: 20px;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}

hr {
	height: 1px;
	border: 0px dotted #FFFFFF;
	border-top: 1px solid #BABABA;
	clear: both;
}

.do_gory {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gwiazdka {
	color: red;
}

