root, html, body, div, ul, li, h1, p {
	margin: 0;
	padding: 0;
}

* {
	font-family: Verdana, Helvetica, Arial, 'Times new Roman';
	color: black;
	font-size: 12px;
}

body {
	background: #fdf9f0 url('./gfx/lewo_tlo.jpg') left top repeat-y;

	scrollbar-face-color: #fcf7e9;
	scrollbar-highlight-color: #b03224;
	scrollbar-3dlight-color: #fcf7e9;
	scrollbar-darkshadow-color: #fcf7e9;
	scrollbar-shadow-color: #b03224;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #fcf7e9;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header {
	background: #ffffff url('./gfx/gora.jpg') left top no-repeat;
	height: 115px;
}

div#header a {
	display: block;
	width: 240px;
	height: 100px;
}

div#leftMenu {
	width: 185px;
	padding-bottom: 32px;
	margin-top: 224px;
}

div#leftMenu ul {
	list-style: none;
	margin-bottom: 32px;
}

div#leftMenu ul li {
	width: 182px;
	text-align: right;
	background: url('./gfx/produkty_podzialka.jpg') bottom center no-repeat;
	padding: 2px 0;
	font-size: 11px;
}

div#leftMenu ul li a {
	text-transform: none !important;
}

div#leftMenu form {
	text-align: right;
	margin: 24px 24px 0 0;
}

div#leftMenu form span {
	color: #7a0c0b;
	font-size: 10px;
}

div#leftMenu form input {
	width: 64px;
	font-size: 10px;
	border: 1px solid #7a0c0b;
	background-color: #fbf1d8;
	margin-bottom: 2px;
}

div#leftMenu form input.loginButton {
	border: none;
	background: url('./gfx/strzalka.jpg') center right no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 12px;
}

div#leftMenu ul.logged li {
	background: none;
}

div#leftMenu ul.logged li.loggedHeader {
	text-align: left;
	margin: 8px;
}

div#leftMenu ul.logged li form {
	margin: 0 12px;
	font-size: 10px;
}

div#leftMenu ul.logged li input {
	width: 100px;
}

div#leftMenu ul.logged li input.button {
	border: none;
	background: url('./gfx/strzalka.jpg') center right no-repeat;
	font-size: 10px;
	margin-right: 12px;
}

div#leftMenu p {
	font-size: 10px;
	color: #7a0c0b;
	margin-left: 8px;
}

div#leftMenu a {
	background: url('./gfx/strzalka.jpg') center right no-repeat;
	padding-right: 12px;
	text-transform: uppercase;
	font-size: 10px;
}

div#leftMenu p strong {
	font-size: inherit;
}

div#menu {
	background-color: #7a0c0b;
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	height: 22px;
}

div#menuPasek {
	background: url('./gfx/lewo.jpg') left top no-repeat;
	width: 184px;
	height: 224px;
	position: absolute;
	top: 115px;
	left: 0;
}

div#menu ul {
	list-style: none;
	margin-left: 184px;
	padding-left: 8px;
}

div#menu ul li {
	background: #7a0c0b url('./gfx/menu_separator.jpg') center left no-repeat;
	padding: 0 12px;
	float: left;
	height: 22px;
}

div#menu ul li a img {
	border: none;
}

div#mainContent {
	/*background: url('./gfx/linia_sr_j.jpg') bottom center repeat-x;*/
	padding-bottom: 1px;
	position: absolute;
	top: 137px;
	left: 184px;
}

div#mainContent object {
	display: block;
}

div#mainContent div#hr {
	background: url('./gfx/linia_sr_j.jpg') center center repeat-x;
	height: 3px;
}

div#mainContent p {
	margin: 24px;
	line-height: 120%;
	text-align: justify;
	max-width: 1000px;
}

div#mainContent div#homeText p {
	width: 240px;
	margin: 24px;
	float: left;
}

div#mainContent table {
	border-spacing: 0;
	border-collapse: collapse;
	max-width: 1000px;
}

div#mainContent fieldset {
	border: 1px solid #ae3323;
	margin: 0 24px 128px 32px;
	padding: 12px;
	float: left;
}

div#mainContent fieldset table td {
	vertical-align: top;
}

div#mainContent fieldset legend {
	color: #ae3323;
}

div#mainContent input,
div#mainContent textarea {
	border: 1px solid #ae3323;
	font-size: 10px;
	background-color: #fffbe8;
	margin-left: 12px;
	width: 196px;
}

div#mainContent input[type=submit] {
	margin-top: 12px;
	margin-left: 145px;
	width: 64px;
}

div#mainContent textarea {
	height: 64px;
}

div#mainContent div#katalog {
	width: 780px;
}

div#mainContent div#katalog h1 {
	margin: 24px;
	color: #7a0c0b;
}

div#mainContent div#katalog div#prev-next {
	margin: 24px;
	margin-top: 0;
	float: right;
        color: #ae3323;
}

div#mainContent div#katalog div#prev-next a {
    font-size: 11px;
}

div#mainContent div#katalog div#numerowanie {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 24px;
}

div#topPasek,
div#topPasekKontakt {
	position: absolute;
	top: 137px;
	left: 0;
	background: #fefbea url('./gfx/linia_sr.jpg') bottom center repeat-x;
	height: 199px;
	width: 100%;
}

div#topPasek {
	background-color: #fcf0d8;
}

.error {
	color: #ae3323;
	font-weight: bold;
}

.clear {
	clear: both;
}

img.produkt {
	float: left;
	margin: 20px;
	border: 1px solid #666;
}

table#products td.wspace {
	width: 10px;
}

table#products font.unavailable {
	color: red;
        font-size: 10px;
}
