@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	behavior: url("./htcmime.php?file=iepngfix.htc");
}

body {
	background-color: #404040;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #231F20;
}
a:hover {
	text-decoration: underline;
	color: #83150A;
}

#header {
	background-image: url(images/header_bg.jpg);
	width: 980px;
	height: 222px;
	margin: 0 auto;
}
#header #logo {
	padding: 0px 0px 0px 50px;
	display: inline;
	float: left;
	width: 300px;
}
#header #koszyk {
	color:#ffffff;
	display: inline; 
	float: left;
	width: 330px;
	margin-left: 300px;
	margin-top: 20px;
	height: 100px;
	background-image: url(images/koszyk.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
#header #koszyk a {
	color: #FC341C;
}
#wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background-image: url(images/wrapper_bg.jpg);
}
#wrapper h1 {
	margin-bottom: 15px;
}
#left_column {
	float: left;
	display: inline;
	width: 230px;
}
#left_column ul {
	list-style: none;
}
#left_column li {
	height: 1%;
}
#left_column .menu_box {
	background-image: url(images/menu_up_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 223px;
	margin: 0px 0px 50px 48px;
	background-color: #404040;
	color: #FFFFFF;
}
#left_column .menu_box_sub {
	background-image: url(images/menu_down_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 23px;
}
.menu_box ul.cats li a {
	font-weight: normal;
}
.menu_box li a {
	color: #D9D9D9;
	display: block;
	padding: 2px 20px 2px 20px;
	font-weight: bold;
	margin: 0px;
}
.menu_box li a:hover, .menu_box li a.current {
	color: #DC210E;
	background-color: #231F20;
	text-decoration: none;
}
.menu_box_sub .product_image {
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.menu_box_sub .product_name {
	margin-bottom: 10px;
}
.menu_box_sub .product_name a {
	color: #efefef; 
}
#left_column h4 {
	padding: 2px 0px 0px 20px;
	font-size: 13px;
}
#right_column {
	float: right;
	width: 620px;
	padding: 0px 30px 0px 0px;
	display: inline;
}
#right_column ul, #right_column ol {
	margin-left: 25px;
}
#right_column h1 {
	color: #E61500;
	font-size: 20px;
}
#right_column h2 {
	color: #E61500;
	font-size: 15px;
	margin: 5px 0px 10px 0px;
}
#right_column ul.cats a {
	color: #404040;
}
#right_column ul.cats {
	list-style: none;
}
#right_column h1 a {
	color: #404040;
}
.product_box {
	display: inline;
	float: left;
	width: 187px;
	height: 240px;
	margin: 0px 9px;
}
.product_box .product_image img, img.border {
	border: 3px solid #404040;
}
.product_box .product_name, .menu_box_sub .product_name {
	text-align: center;
	line-height: 16px;
}
.product_box .product_name a {
	color: #231F20;
}
.product_box .product_name a:hover {
	color: #DC210E;
}
div.clear {
	clear: both;
}
#footer {
	clear: both;
	width: 980px;
	height: 85px;
	margin: 0 auto;
	background-image: url(images/footer_bg.jpg);
	
}
#footer #author {
	color: #000000;
	padding: 20px 0px 0px 90px;
}
#footer #author a {
	color: #DC210E;
	font-weight: bold;
	text-decoration: none;
}
#footer #author a:hover { text-decoration: underline; color: #666666;}

table.products {
	width: 100%;
	border-collapse: collapse;
}
table.products th {
	font-weight: bold;
	color: #000000;
	text-align:center;
}
table.products th, table.products td {
	padding: 10px 2px;
	border-bottom: 1px solid #404040;
}
table.products tr.naglowek:hover {
	background-color: transparent;
}
table.products tr:hover {
	background-color: #DFDFDF;
}
table.products tr.last td {
	border-bottom: 0px;
}
table.products td.product_name {
	vertical-align:top;
	color: #444444;
	font-size: 11px;
}
table.products td.product_name strong {
	color: #000000;
	font-size: 12px;
}
form input.input_quantity {
	width: 30px;
	border: 1px solid #888888;
	background-color: #D9D9D9;
	font-weight: bold;
	text-align: right;
}
form input.input_send {
	background-image: url(images/input_add.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 0px;
	color: #DC210E;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	width: 38px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

div.product_details_images {
	clear: both;
	float: left;
	width: 230px;
}
div.product_price {
	float: left;
	display: inline;
	width: 390px;
}
span.green {
	color: #055F0F;
	font-weight:bold;
}
span.red {
	color: #DC210E;
	font-weight:bold;
}
p.komunikat {
	clear: both;
	color: #DC210E;
	font-weight:bold;
	text-align:center;
	margin: 20px 0px;
	padding: 5px 0px;
	border: 1px solid #000;
}
form.order div.clear {
	clear: both;
	padding: 3px;
}
form.order div.clear label {
	display: inline;
	float: left;
	width: 170px;
}
form.order input, form.order textarea {
	width: 200px;
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #9D0F00;
}
p.blad {
	color: #DC210E;
	border: 3px solid #696969;
	padding: 5px;
	margin: 10px 0px;
}