@CHARSET "UTF-8";
body, html, p, ul, ol, li, h3, h2, h4, h5, div, img, form, th, td {
	margin: 0; padding: 0;
}
body {
	font-family: 'Arial', 'Trebuchet MS', 'Verdana', 'Tahoma', sans-serif;
	font-size: 13px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px dotted #d0d0d0;	
	margin-bottom: 20px; 
	color: #FF6600;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	color: #FF6600;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px; 
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px; 
}
p {
	margin-bottom: 10px;
	font-size: 13px;
}
p.ac {
	text-align: center;
}
ul {
	list-style-image: url("ul_image.gif");
	list-style-position:outside;
	list-style-type:square;
	margin: 0px 5px 15px 35px;
}
ol {
	margin: 0px 5px 15px 35px;
}
th {
	padding: 3px;
	font-weight: normal;
	text-align: center;
}
img {
	vertical-align: top;
}
a img {
	border: none;
}
a {
	color: #E0A815;
}
a:link, a:visited {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;	
}
td, th {
	border: none;	
}	
a.more {
	color: #e0a815;
	font-size: 11px;
	float: right;
	margin-top: 10px;
}
a.back {
	color: #e0a815;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}
a.main {
	color: #6a8d27	
}
a.selected {
	color: #FF6600;
}
a.side {
	font-weight: lighter;
	color: #333;	
}
.clr {
	clear: both;
	display: block;	
	font-size: 0;
	width: 0; height: 0;
}
.red {
	color: #ce0402;	
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.dotted_bottom {
	border-bottom: 1px dotted #d0d0d0;	
}
input, textarea {
	border: 1px solid #666;
	font-size: 11px;
	
}
textarea {
	width: 100%;
}
input.submit {
	background: url("b_ok.gif") no-repeat;
	border: none;
	width: 25px;
	margin-left: 5px;
	cursor:pointer;
}
input.radio {
	width: auto;
	border: none;
}
input.checkbox {
	width: auto;
	border: 1px solid #666;
}
body {
	padding-top: 10px;
	background: url("background.jpg") repeat-x;	
	text-align: center;
	color: #111;
}
div#wrapper {
	text-align: left;
	width: 930px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
div#content {
	position: relative;	
	padding-top: 260px;
}
a#linkToSth {
	position: absolute;
	right: -25px;
	top: 50px;
	z-index: 100;
	display: block;
	width: 39px;
	height: 114px;	
}
div#top_bg { 
	position: absolute;
	bottom: 0;
	left: 7px;
	top: 60px;
	z-index: 1;
	height: 190px;
	width: 948px; 
	background: url("top.png") no-repeat bottom left;
	behavior: url("/layout/iepngfix.htc"); 
}
div#header {
	position: absolute;
	width: 984px;
	height: 235px;
	left: -25px;
	top: 0; 
}
div#header h1{
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url("logo.jpg") no-repeat;
	width: 230px;
	height: 85px; 
	margin: 65px 0 0 60px;
	z-index: 10;
}
div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
div#header ul#main_menu {
	float: right;
	list-style-type: none;
	margin-right: 35px;
	margin-top: 5px;
	font-size: 11px;
		z-index: 9;
		position: relative;
		top: 0;
		left:0;
}
div#header ul#main_menu li {
	text-align: center;
	float: left;
	width: 8.5em;
	display: block;
	height: 40px;
	border-right: 1px solid #cdcdcd;
	background: url("nav_main_arrow.gif") no-repeat 50% 3px;
}
div#header ul#main_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
}
div#left_column, div#right_column {
	overflow: hidden;	
} 
div#left_column {
	float: left;
	width: 200px;
	padding: 0;
}
div#right_column {
	float: right;
	width: 230px;
}
div#center_column {
	padding: 0 240px 0 210px;
	text-align: left;	
}
div#footer {
	clear: both;
	border-top: 2px solid #BADC29;
	margin-top: 10px;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
div#footer ul {
	list-style: none;
	font-size: 11px;
}
div#footer ul li {
	display: inline;
}
div#footer ul li a {
	color: #000;
	padding: 0 10px;
}
div#footer .copyright{
	right: 10px;
	top: 5px;
	font-size: 11px;
	color: #666;
	position: absolute;
}
div.box {
	padding: 0 10px;
	margin: 0 0 50px 0;
}
div.box div.head {
	padding: 0;
	border-bottom: 1px dotted #d0d0d0;	
	margin-bottom: 10px; 
}
div.box div.head h3 {
	float: left;
	margin: 0; padding: 0;
}
div.box div.item {
	margin-bottom: 20px;
}
div.box div.item p {
	font-size: 11px;
	margin-bottom: 0;
}
ul.sideMenu {
	list-style-image: url("nav_left_arrow.gif");
	font-size: 15px;
	list-style-position: inside;
	margin: 0px;
}
ul.sideMenu li {
	padding: 0 0 10px 3px;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	font-weight: lighter;
}
ul.sideMenu li.top {
	border-bottom: 2px solid #b7d484;
	font-weight: bold;	
	font-size: 18px;
}
/* menu gie�da */

ul.sideMenu_exchange {
	font-size: 13px;
	list-style-position: inside;
	margin: 0px;
}
ul.sideMenu_exchange li {
	list-style-image: url("nav_left_arrow_green.gif");
	padding: 0 0 5px 3px;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
	font-weight: lighter;
}
ul.sideMenu_exchange li.top {
	list-style-image: url("nav_left_arrow.gif");
	border-bottom: 2px solid #b7d484;
	font-size: 17px;
	font-weight: bold;
}
/* **** */

div.login {
	font-size: 11px;
	text-align: center;
}
div.login div.head {
	margin: 0;
}
div.login form {
	background: #f3f3f3;
	padding: 5px 0;
}
div.login form table {
	width: 90%;
	display: block;
	margin: 0px auto;
}
div.login form table.exchange {
	width:200px;
	display: block;
	margin: 0px auto;
}
div.login form table th{
	font-weight: bold;	
	font-size: 11px;
}
div.login form table input {
	width: 100px;
}
div.login form table input.submit {
	width: 25px;
}
div.footer {
	background: #7caf24;
	padding: 3px 0;
}
div.footer a {
	color: #fff;
	padding: 0 5px;
}
/* style dla oferty w programie lojalnosciowym */
.products input.addToCart {
	background: url("koszyk.gif") no-repeat 50% 50%;
	border: none;
	height: 30px;
	width: 60px;
	cursor: pointer;
	text-indent: -9999px;
}
.products .top img {
	width: 150px;
	margin: 5px;
}
.products .top td, .products .bottom td {
	padding: 5px;
}
.products .bottom {
	text-align: right;
	font-size: 1.5em;
	color: #F99A00;
}
.products .bottom td {
	border-bottom: 3px solid #9DBDCA;
}
