@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #324c62;
}
h1 { 
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #a9bac7;
	padding: 10px 0;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

img { border: none; }

.all { text-align: left; }
.alc { text-align: center; }
.alr { text-align: right; }

.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w300 { width: 300px; }
.w100p { width: 100%; }

.red { color: #b30000; }

.info {
	border: 1px solid #efefef;
	background: #edf2f6;
	color: #b30000;
	padding: 10px;
	border: 1px solid #a9bac7;
}

#container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-size: 70%;
	line-height: 140%;
} 
#tool-menu { 
	width: 980px;
	height: 40px;
	line-height: 40px;
	background: #008a9e url(../images/bgr_toolmenu.jpg) repeat-x; 
	text-align: right;
	padding-right: 20px;
	border-bottom: 1px solid #fff;
} 

#login-menu {
	width: 980px;
	height: 50px;
	line-height: 25px;
	background: #fff url(../images/bgr_loginmenu.jpg) no-repeat;
	text-align: right;
	padding-right: 20px;
}
#top-img {
	width: 1000px;
	height: 160px;
	background: #008a9e;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#main-menu {
	width: 1000px;
	height: 40px;
	background: #fa9c03 url(../images/bgr_mainmenu.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}

#main-menu-bot {
	width: 1000px;
	height: 20px;
	background: url(../images/bgr_mainmenubot.jpg) no-repeat;
}


#sidebar1 {
	float: left;
	width: 200px; 
	background: #29798a url(../images/bgr_sidebar1.jpg) repeat-y; 
	padding: 10px;
	color: #fff;
}
#sidebar2 {
	float: right; 
	width: 200px; 
	background: #edf2f6 url(../images/bgr_sidebar2.jpg) repeat-y; 
	padding: 10px;
}

#main-content { 
	margin: 0 240px; 
	padding: 0 10px;
	/* width: 520px; */
} 
#footer { 
	text-align: center;
	padding: 5px;
	background:#f2f6fa;
	margin-top: 20px;
	color: #7c93a7;
} 
#keywords {
	text-align: center;
	color: #7c93a7;
	margin: 10px 0 20px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* --------------------------------------- */
/* tool-menu ----------------------------- */
/* --------------------------------------- */
#main-content a:link, #main-content a:visited {
	color: #448ccb;
	text-decoration: none;
}
#main-content a:hover, #main-content a:active {
	text-decoration: underline;
}


#tool-menu ul { margin: 0; padding: 0; }
#tool-menu ul li { margin: 0; padding: 0; list-style: none; display: inline; }

#tool-menu a:link, #tool-menu a:visited {
	color: #cce7eb;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px solid #cce7eb;
}
#tool-menu a:hover, #tool-menu a:active {
	text-decoration: underline;
	color: #fff;
}
/* --------------------------------------- */
/* tool-menu ----------------------------- */
/* --------------------------------------- */
#login-menu ul { margin: 0; padding: 0; }
#login-menu ul li { margin: 0; padding: 0; list-style: none; display: inline; }

#login-menu a:link, #login-menu a:visited {
	text-decoration: none;
	padding: 0 5px;
	color: #324c62;

}
#login-menu a:hover, #login-menu a:active {
	text-decoration: underline;
}

/* --------------------------------------- */
/* main-menu ----------------------------- */
/* --------------------------------------- */

#main-menu ul { margin: 0; padding: 0; }
#main-menu ul li { margin: 0; padding: 0; list-style: none; display: inline; }

#main-menu a:link, #main-menu a:visited {
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#main-menu a:hover, #main-menu a:active {
	background: #fa9c03;
}

/* --------------------------------------- */
/* lista kategorii  ---------------------- */
/* --------------------------------------- */

#sidebar1 ul { margin: 0; padding: 0; border-bottom: 1px solid #659fab; border-top: 1px solid #256c7b; }
#sidebar1 ul li { margin: 0; padding: 0; list-style: none; }

#sidebar1 a:link, #sidebar1 a:visited {
	display: block;
	width: 200px;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid #659fab;
	border-bottom: 1px solid #256c7b;
	}
#sidebar1 a:hover, #sidebar1 a:active {
	text-decoration: underline;
}
.nadrzedna {
	font-weight: bold;
}

/* --------------------------------------- */
/* prawy sidebar ------------------------- */
/* --------------------------------------- */
#sidebar2 ul { margin: 0; padding: 0; border-bottom: 1px solid #fff; }
#sidebar2 ul li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #caced1;
	
	}

#szukaj-header {
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
/*	border-bottom: 1px solid #caced1; */
	background: url(../images/bgr_szukaj_header.jpg) no-repeat;
}

#twoj-koszyk-header {
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	border-bottom: 1px solid #caced1;
	background: url(../images/bgr_twojkoszyk_header.jpg) no-repeat;
}

#twoje-konto-header {
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	border-bottom: 1px solid #caced1;
	background: url(../images/bgr_twojekonto_header.jpg) no-repeat;
}

#sidebar2 a:link, #sidebar2 a:visited {
	text-decoration: none;
	color: #448ccb;
} 

#sidebar2 a:hover, #sidebar2 a:active {
	text-decoration: underline;
}

.pokaz-koszyk {
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin: 0; 
	padding: 0;
}

.kategorie-header {
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
/* --------------------------------------- */
/* wyszukiwarka -------------------------- */
/* --------------------------------------- */
#footer a:link, #footer a:visited, #keywords a:link, #keywords a:visited {
	text-decoration: none;
	color: #7c93a7;
}

#footer a:hover, #footer a:active, #keywords a:hover, #keywords a:active  {
	text-decoration: underline;
	color: #324c62;
}


/* --------------------------------------- */
/* wyszukiwarka -------------------------- */
/* --------------------------------------- */

.szukaj-input {
	width: 188px;
	border: 1px solid #c9d8e4;
	padding: 5px;
}

.szukaj-submit-wrap {
	width: 200px;
	text-align: center;
	margin: 10px 0;
}

.szukaj-submit {
	width: 84px;
	height: 26px;
	background: url(../images/bgr_szukaj_submit.jpg) no-repeat;
	border: none;
}

/* --------------------------------------- */
/* lista produktow  ---------------------- */
/* --------------------------------------- */

.produkt-lista {
	border-bottom: 1px solid #a9bac7;
	padding-bottom: 20px;
}

.no-border { border: none; }

.produkt-foto {
	float: left;
	margin: 0;
	width: 120px;
	text-align: center;
}
.produkt-opis {
	margin: 0 0 0 130px;
}

.nazwa-produktu {
	font-size: 150%;
	color: #fb9d03;
	padding-bottom: 3px;
}

#main-content .nazwa-produktu a:link, #main-content .nazwa-produktu a:visited {
	color: #fb9d03;
	text-decoration: none;
}

#main-content .nazwa-produktu a:hover, #main-content .nazwa-produktu a:active {
	text-decoration: underline;	
}

.cena-netto {
	font-weight: bold;
	margin: 0;
}

.cena-brutto {
	margin: 0;
}

a.szczegoly:link, a.szczegoly:visited {
	display: block;
	float: left;
	width: 66px;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	background: url(../images/btn_szczegoly.jpg) no-repeat;
	border-right: 1px solid #fff;
	text-decoration: none;
	color: #448ccb;
}
a.dokoszyka:link, a.dokoszyka:visited {
	display: block;
	float: left;
	width: 85px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: url(../images/btn_dokoszyka.jpg) no-repeat;
	text-decoration: none;
	color: #448ccb;
}
a.dokoszyka2:link, a.dokoszyka2:visited {
	display: block;
	width: 105px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/btn_dokoszyka2.jpg) no-repeat;
	text-decoration: none;
	color: #448ccb;
}

a.szczegoly:hover, a.dokoszyka:hover, a.szczegoly:active, a.dokoszyka:active, a.dokoszyka2:hover, a.dokoszyka2:active {
	text-decoration: underline;	
}

/* --------------------------------------- */
/* tabele -------------------------------- */
/* --------------------------------------- */
table {
	width: 100%;
	margin: 0;
	padding: 0;
}

th {
	text-align: center;
	padding: 4px 0;
	border-bottom: 2px solid #a9bac7;
}
td {
	padding: 5px;
	border-bottom: 1px solid #a9bac7;
}

.podsumowanie td {
	font-weight: bold; 
	background: #edf2f6;
}

.podsumowanie th {
	background: #edf2f6;
}

.naglowki { font-weight: bold; }

.formularz-rejestracji {
	width: 300px;
	margin: 0 auto;
}

/* ------------------------------------ */
/* galeria ---------------------------- */
/* ------------------------------------ */
.lista-galerii {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #a9bac7;
	margin: 5px 0;
	width: 488px;
	background: #edf2f6;
	}
.lista-galerii .pierwsze-zdjecie {
	float: left;
	margin-right: 10px;
	border: 1px solid #a9bac7;
	}

.miniaturka {
	float: left;
	padding: 5px;
	text-align: center;
	margin: 10px;
	border: 1px solid #dee0e5; 
	background: #fff;
	width: 120px;
	}
.miniaturka-referencje {
	float: left;
	padding: 5px;
	text-align: center;
	margin: 10px;
	border: 1px solid #dee0e5; 
	background: #fff;
	}
	
.miniaturka img { border: none; }

.powrot {
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #dee0e5;
}

