/* CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('tlo.png') top left repeat #FFF; 
/*	background: #FFF; */
	font-size: 0.7em;
	font-family: verdana, arial, tahoma, sans-serif;
	text-align: center;
}

a {
	color: #046598;
	text-decoration: none;
}

a:hover {
	color: #046598;
	text-decoration: underline;
}
img {
	border: 0px;
}
#main {
	text-align: left;
	width: 760px;
	background: #FFFFFF url(content_background.gif) no-repeat scroll 60px 300px;
	margin: 0px auto 0px;
}


#header {
	position: relative;
	height: 325px;
	background: url('header_bg.png') top right no-repeat;
/*	border: 1px dotted #A00; */
}

#header #topnav {
	position: absolute;
	left: 60px;
	background: url('topnav.png') top left no-repeat;
	width: 280px;
	height: 30px;
}

#header #topnav a {
	display: block;
	float: left;
	width: 90px;
	height: 0px;
	text-indent: -9000px;
	padding-top: 30px;
	overflow: visible;
	vertical-align: bottom;
	font-size: 90%;
	color: #666;
	text-align: center;
}
#header #topnav a:hover {
	text-indent: 0px;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 340px;
	height: 120px;
	background: url('logo.png') top left no-repeat;
}

#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -6000px;
}

#header #navbuttons {
	position: absolute;
	left: 5px;
	top: 250px;
	width: 600px;
	height: 70px;
	overflow: hidden;
}

#header #navbuttons li {
	display: block;
	float: left;
	width: 140px;
	height: 80px;
}

#header #navbuttons a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -6000px;
	background: url('inactive.png') top left no-repeat;
}

#header #navbuttons a:hover {
	background: url('active.png') top left no-repeat;
}

#header #navbuttons li.button1 a { background-image: url('button1_inactive.png'); }
#header #navbuttons li.button1 a:hover { background-image: url('button1_active.png'); }

#header #navbuttons li.button2 a { background-image: url('button2_inactive.png'); }
#header #navbuttons li.button2 a:hover { background-image: url('button2_active.png'); }

#header #navbuttons li.button3 a { background-image: url('button3_inactive.png'); }
#header #navbuttons li.button3 a:hover { background-image: url('button3_active.png'); }

#header #navbuttons li.button4 a { background-image: url('button4_inactive.png'); }
#header #navbuttons li.button4 a:hover { background-image: url('button4_active.png'); }

/* Content elements */

#content {
	float: left;
	width: 520px;
	padding: 2px 1%;
/*	border: 1px dotted #0A0; */
}
#content h2 {
	font-family: Georgia, 'Trebuchet MS', Arial, Tahoma, Sans-serif;
	font-size: 1.6em;
	color: #800;
	margin: 1px 1px 10px 1px;
	font-weight: normal;
	clear: both;
}

#content h3 {
	text-align: center;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Tahoma, sans-serif;
	font-size: 1.3em;
	margin: 10px 0px 5px;
}
#content h4 {
	font-size: 1.1em;
	padding: 0px 0px 10px;
}

#content h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0px 5px;
}

#content p {
	margin: 1em 0px;
}
#content ul, #content ol {
	margin: 5px 0px;
}
#content ul li, #content ol li {
	margin-left: 20px;
	clear: both;
}
#content .product  {
	margin-top: 5px;
}
/*#content .product_list li {*/
/*background: #FF0000;*/
/*} */
#content .product h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	padding: 0px 0px 4px;
	text-align: left;
}
#content .product h3 a {
	text-decoration: none;
}

#content .path {
	color: #666666;
	margin: 1em 0px;
	border-bottom: 1px solid #BBBBBB;
}

#content .path a {
	margin: 1em 0px;
	color: #666666;
	text-decoration: none;
}

#content .path a:hover {
	margin: 1em 0px;
	color: #000000;
	text-decoration: underline;
}

/* Sidebar elements */
#sidebar {
	float: right;
	width: 220px;
/*	border: 1px dotted #00A; */
}

#sidebar ul, #sidebar ol {
	display: block;
	list-style: none;
	border-bottom: 1px solid #FEE;
}

#sidebar ul li, #sidebar ol li {
	display: list-item;
	padding-left: 10px;
	border-top: 1px solid #FEE;
	line-height: 24px;
}

#sidebar ul li div.name, #sidebar ol li div.name {
	overflow: hidden;
	line-height: 24px;
	height: 24px;
}
#sidebar ul li img.img, #sidebar ol li img.img {
	float: left;
	margin-right: 4px;
}

#sidebar ul li span a, #sidebar ol li span a, .big_red {
	font-size: 14px;
	font-weight: bold;
	color: #A12929;
	font-family: arial, sans-seril;
	padding-left: 10px;

}
#sidebar ul li span a:hover, #sidebar ol li span a:hover {
	text-decoration: none;
}

#sidebar ul li ul, #sidebar ol li ol {
	list-style: square outside url('dots.gif');
	line-height: 18px;
	display: none;
	border: none;
}
#sidebar ul li ul li, #sidebar ol li ol li {
	margin-left: 25px;
	padding-left: 0px;
	border: none;
	line-height: 18px;
}

#sidebar a {
	text-decoration: none;
	color: #666;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000;

}
#sidebar .block {
	min-height: 100px;
	background: url('sidebar_block.png') top left no-repeat #FFF;
	padding: 45px 5px 10px 30px;
	color: #444;
	margin-bottom: 10px;
}
#sidebar .block h3 {
	color: #b25e5e;
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 5px 5px 0px;
	position: relative;
	top: -10px;
    left:20px;
}

#sidebar .block p {
	margin: 4px 0px;
}
/* Footer elements */

#footer {
	clear: both;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	background: url('footer.png') top left no-repeat;
	color: #FFF;
	font-weight: normal;
	padding: 7px 25px 0px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .col1 {
	width: 40%;
	float: left;
}
#footer .col2 {
	width: 50%;
	float: right;
	text-align: right;
}
/* product list */

.product_list {
	list-style: none;
}

.product_list img.photo {
	float: left;
}

.product_list li div.description {
	margin-left: 115px;
}
/* error messages, etc. */
.success {
	border: 1px solid #BFFFBE;
	background: url('online.png') no-repeat 2px 2px #EEFFEE;
	padding: 2px 5px;
	padding-left: 20px;
	text-align: left;
	margin: 3px 1em;
}

.warning {
	border: 1px solid #FFFFAA;
	background: url('alert.png') no-repeat 2px 2px #FFFFEE;
	padding: 2px 5px;
	padding-left: 20px;
	text-align: left;
	margin: 3px 1em;
}

.error, div.error_message {
	border: 1px solid #FFBEBE;
	background: url('offline.png') no-repeat 2px 2px #FFEEEE;
	padding: 2px 5px;
	padding-left: 20px;
	text-align: left;
	margin: 3px 1em;
}

ul.uwagi {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	width: auto;
	font-size: 90%;
}
ul.uwagi li {
	margin: 0px;
	padding: 1px 1px 1px 18px;
	list-style: none;
}
ul.uwagi li.uwaga {
	background: url('alert.png') no-repeat left top;
}
ul.uwagi li.blad {
	background: url('offline.png') no-repeat left top;
}

/* table CSS */
#content table.inav {
	width: 100%;
	border: 1px solid #DDD;
	border-collapse: collapse;

}

#content table.inav th {
	background: #EEE;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	text-align: center;
	padding: 1px 1px;
}

#content table.inav td {
	border: 1px solid #E0E0E0;
	padding: 1px;
}

/* Forms */
textarea.text {
	font-size: 11px;
	width: 80%;
	padding: 2px 3px;
	font-family: verdana, arial, sans-serif;
}
select {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	min-width: 150px;
}
input.text {
	border: 1px solid #E6BDBD;
	width: 80%;
	padding: 2px 3px;
	font-family: verdana, arial, sans-serif;
}

input.text:focus {
	border-color: #000;
}

#advanced input.text_price {
	border: 1px solid #E6BDBD;
	background:  transparent;
	padding: 2px 3px;
	font-family: verdana, arial, sans-serif;
}

#advanced input.text_price:focus {
	border-color: #000;
}

#advanced input.search {
	background: url('search.gif') 1px 1px no-repeat;
	padding-left: 20px;
}

#advanced input.search:active, #advanced input.search:hover {
/*	background-image: url('search_hover.gif'); */
}

#sidebar input.submit {
	margin: 10px 15px 5px 5px;
	float: right;
}
#sidebar input.search {
	background: url('search.gif') 1px 1px no-repeat;
	padding-left: 20px;
}
#sidebar input.search:active, #sidebar input.search:hover {
/*	background-image: url('search_hover.gif'); */
}

/* Other elements... */
.clear { 
	clear: both;
}
.block {
	display: block;
}
.center {
	text-align: center;
}

img.left {
	float: left;
}

.right {
	text-align: right;
}
/* 2 columns layout */
.cols2 {
	overflow: hidden;
	padding-bottom: 2px;
}

.cols2 .col {
	float: left;
	width: 47%;
	padding-right: 1%;
}

.pager {
	overflow: hidden;
	clear: both;
	/* width: 520px; */
	/*width: 470px;*/
	/*margin: 25px 60px 0px 100px;*/
	margin-top: 25px;
	margin-left: 5px;
}

.pager .prev {
	float: left;
	width: 25%;
}
.pager .pages {
	float: left;
	width: 48%;
	padding: 0 1%;
	text-align: center;
}
.pager .prev {
	float: left;
	width: 25%;
}

/* Mapa serwisu */
div.service_map div {
	margin-bottom: 10px;
}

div.service_map ul.sm_category {
	list-style: none;
}

div.service_map ul.sm_category div.name {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

div.service_map ul.sm_category li img.img {
	float: left;
	margin-right: 4px;
}

div.service_map ul.sm_subcategory, div.service_map ul.pages {
	line-height: 18px;
	list-style: square outside url('dots.gif');
}

div.service_map a {
	color: #666666;
	text-decoration: none;
}

#content .right_panel {
	float: right;
} 
#content .price_box {
	width: 28%;
}

#content .main_panel {
	float: left;
	width: 70%;
}
#sidebar .cart_icon {
	float: left;
	margin: 10px;
}
.price {
	color: #992727;
	font-size: 110%;
}

.old_price {
	text-decoration: line-through;
	color: #333;
}
