<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font: 0.8em tahoma, arial, sans-serif;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
	color: #474747;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

/*
 * *******************************************************************
 * TOP
 * ***
 */
 
#top {
	background-color: #ddd;
	height: 40px;
	font-size: 85%;
}

#top img#logo {
	float: left;
	border: 0;
}
 
#top ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 13px 80px 0 0;
}

#top ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#top ul li a {
	color: #474747;
	text-decoration: none;
	padding-right: 55px;
}

#top ul li a:hover {
	text-decoration: underline;
}

#top ul li img {
	margin: 0 5px 0 0;
}

/*
 * *******************************************************************
 * MIDDLE
 * ******
 */
 
#middle {
	height: 200px;
	background-color: #e16223;
}

#motto {
	float: right;
	height: 200px;
	width: 750px;
	background: url('../images/bg_motto.gif') no-repeat;
}

#motto #cart {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: 8px solid #f2810a;
	padding: 10px;
	margin: 75px 25px 0 500px;
	background-color: #f99723;
	text-align: center;
	line-height: 2;
}

#motto #cart span {
	font-size: 140%;
	text-transform: none;
}

#motto #cart a {
	color: #fff;
	text-decoration: none;
}

#motto #cart a:hover {
	text-decoration: underline;
}

#menu {
	float: left;
	height: 200px;
	width: 250px;
	background-color: #fff;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 20px 0 0 15px;
	list-style-image: url('../images/bg_li_menu.gif');
}

#menu ul li {
	padding: 4px 0 4px 5px;
	border-bottom: 1px solid #e5e5e5;
}

#menu ul li a {
	color: #474747;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu ul li a:hover {
	color: #e16223;
}

/*
 * *******************************************************************
 * NAVI
 * ****
 */
 
#navi {
	background: #fff url('../images/bg_navi.gif') repeat-x;
	height: 40px;
	font-size: 85%;
	text-transform: uppercase;
}

#navi img {
	float: left;
}

#navi #bcrumbs {
	float: right;
	width: 725px;
	text-align: left;
	padding-top: 19px;
}

#navi #bcrumbs a {
	color: #474747;
}

#navi #bcrumbs a:hover {
	color: #e16223;
}

/*
 * *******************************************************************
 * BOTTOM
 * ******
 */
 
#bottom {
	background: #fff url('../images/bg_bottom.gif') repeat-y left;
}

#products {
	float: left;
	width: 250px;
	font-size: 85%;
}

#products ul {
	padding: 0 0 0 0;
	margin: 0 0 20px 25px;
	list-style-image: url('../images/bg_li_products.gif');
}

#products ul li ul {
	padding: 0 0 0 0;
	margin: 8px 0 2px 15px;
}

#products ul li {
	padding: 5px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#products ul li ul li {
	border-bottom: 0;
	font-weight: normal;
}

#products ul li a {
	color: #474747;
	text-decoration: none;
}

#products ul li a:hover {
	color: #e16223;
}

#content {
	background-color: #fff;
	float: right;
	width: 750px;
}

#content-wrapper {
	padding: 0 0 20px 25px;
}

#content h2 {
	font: 140% trebuchet ms;
	color: #222;
	margin: 10px 0 20px 0;
	padding: 0;
}

#content a {
	color: #e16223;
}

#content .item {
	width: 350px;
	font-size: 85%;
}

#content .item table {
	text-align: justify;
	margin: 0 0 0 0; 
	border-collapse: collapse;
}

#content .item table td {
	padding: 0;
	vertical-align: top;
}

#content .item h3 {
	font-size: 110%;
	padding: 0;
	margin: 5px 0;
}

#content .item p {
	margin: 0;
	padding: 4px 0;
}

#content .item img {
	margin: 0 10px 0 0;
	border: 0;
}

#content .p-line {
	height: 1px;
	border: 10px solid #fff;
}


#footer {
	background: #848282 url('../images/bg_footer.gif') top no-repeat;
	clear: both;
	height: 40px;
}

#copy p {
	padding: 0;
	text-align: right;
	font-size: 85%;
}

#copy a {
	color: #848282;
}

/*
 * *******************************************************************
 * COMMON
 * ******
 */

.nodisplay {
	display: none;
} 

em {
	font-style: normal;
	font-weight: bold;
}

.cleaner {
	clear: both;
}

.povinne {
	color: red;
}</pre></body></html>