body {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #ffe6bd;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #303030;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	min-width: 952px;
	position: relative;
}

a {
	text-decoration: none;
	color: #91b12e;
}

a:hover {
	color: #fb870c;
}

form {
	margin: 0px;
	position: relative;
}

ul, ol {
	list-style-position: outside;
	margin: 0;
	padding: 0px 0px 0px 3em;
}

ul > ul, ol > ol,
ul > ol, ol > ul {
	padding: 0px 0px 0px 1.6em;
}

.line, hr {
	height: 1px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ecddcf;
	font-size: 0px;
	line-height: 0px;
	margin: 10px 0px;
}

img, a img {
	border: none;
}

h1, h2 , h3, h4, h5, h6 {
	color: #5B3A2F;
	font-weight: normal
}

h1 {margin: 1.2em 0 0.6em; font-size: 1.6em}
h1 + p {margin-top: 0.6em}

h2 {margin: 1.1em 0 0.5em; font-size: 1.2em}
h2 + p {margin-top: 0.5em}

h3 {margin: 1.0em 0 0.4em; font-size: 1.1em}
h3 + p {margin-top: 0.4em}

h4 {margin: 0.9em 0 0.3em; font-size: 1.0em}
h4 + p {margin-top: 0.3em}

h5 {margin: 0.8em 0 0.2em; font-size: 0.9em}
h5 + p {margin-top: 0.2em}

h6 {margin: 0.7em 0 0.1em; font-size: 0.8em}
h6 + p {margin-top: 0.1em}

p {
	margin: 0.6em 0;
	line-height: 1.4em;
}

h1:first-child, h2:first-child {
	margin-top: 0;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

p:one-child, h1:one-child, h2:one-child {
	margin: 0;
}

.text {
	line-height: 1.4em;
}

.border {
	border: 1px solid #ecddcf;
}

.clear {
	clear: both;
}

.error, em.error {
	border: 1px solid red;
	color: red;
}

label.error{
	border: 0px none;
	font-weight: normal;
}

em.error {
	display: block;
	border: 0px none;
	font-size: 10px;
	font-weight: normal;
}

.check em.error{
	display: none !important;
}

#left {
	width: 220px;
	float: left;
	margin-right: 10px;
}

#right {
	width: 220px;
	float: right;
	margin-left: 10px;
}

#center {
	float: left;
    width: 487px;
}

#center > .middle {
	background-color: white;
	clear: both;
	margin-bottom: 14px;
}

input[type=text], input[type=password], select, .box textarea {
	background-color: white;
	color: #303030;
	width: 180px;
	padding: 4px;
	border-radius: 5px;
}

label input[type=text], label input[type=password], label select, label textarea {
	margin-top: 3px;
	color: #303030;
}

input[type=submit], input[type=button], input[type=reset], input[type=file], input[type=radio], input[type=checkbox], button, label{
	cursor: pointer;
	font-weight: bold;
}

textarea {
	resize: vertical;
	border-radius: 5px;
}

.ui-button-text {
	text-transform: uppercase;
}

#header_background {
	background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    top: 0px;
	margin-top: -70px;
    z-index: -1;
}

#header_background > div {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	width: 100%;
	position: absolute;
}

#top_horizontal_menu {
	width: 952px;
	height: 70px;
	padding: 0;
	margin: 0px auto;
	position: relative;
}

#top_horizontal_menu #langs a {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#top_horizontal_menu form {
	position: absolute;
	right: 30px;
	bottom: 0;
}

#top_horizontal_menu .search_form input[type=text] {
	background: url('../gfx/search_bg.png') no-repeat left top transparent;
	border: 0px none;
	font-size: 11px;
	width: 126px;
    height: 22px;
	padding: 4px 6px 4px 34px;
	border-radius: 0;
}

#top_horizontal_menu .search_form input[type=submit] {
	background: url('../gfx/search_button.png') no-repeat center center transparent;
	border: 0px none;
	width: 20px;
    height: 20px;
	font-size: 0px;
	text-indent: 9999px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
}

#langs {
	position: absolute;
	left: 30px;
	bottom: 0;
}

span.flaga {
	background: white none;
	border: 1px solid #ecddcf;
	width: 34px;
	height: 26px;
	line-height: 26px;
	cursor: default;
	text-transform: uppercase;
	text-align: center;
}

a span.flaga {
	cursor: pointer;
}

#logo {
    position: absolute;
    left: 50%;
    top: 0;
	margin-left: -75px;
	z-index: 1;
}

#logo a {
	display: block;
}

body > .top {
	background: url('../gfx/menu_bgr.png') no-repeat top center transparent;
	font-size: 1.2em;
	width: 952px;
	height: 315px;
	margin-left: -476px;
	position: absolute;
	top: 100px;
	left: 50%;
}

body > .top > ul {
	list-style-type: none;
	overflow: hidden;
	float: left;
	width: 910px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 20px;
}

body > .top > ul li {
	float: left;
}

body > .top > ul > li:hover {
	border-bottom: 3px solid #91B12E;
}

body > .top > ul > li.current {
	border-bottom: 3px solid #FB870C;
}

body > .top > ul li.separator {
	display: none;
}

body > .top a {
	display: block;
}

body > .top > ul > li a {
	color: white;
	line-height: 30px;
	padding: 0 15px 6px 15px;
}

.centerBox {
	width: 908px;
	height: 218px;
	position: absolute;
	top: 70px;
	left: 21px;
	overflow: hidden;
}

.centerBox .header_par {
	display: none;
}

.centerBox .box {
	border: 0px none !important;
}

.centerBox .box > .content {
	height: 205px;
	padding: 7px;
	overflow: hidden;
}

.centerBox .box .ui-tabs .ui-tabs-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 192px;
}

.centerBox ul.ui-tabs-nav li {
	float: none;
	display: inline-block;
}

.centerBox .ui-widget {
	font-size: 0.9em;
}

.centerBox .text {
	margin-bottom: 1.4em;
}

#body {
	width: 952px;
	margin: 10px auto 0 auto;
	position: relative;
}

#body > .middle {
	padding: 0 15px;
}

.navigator {
	padding-bottom: 10px;
}

.navigator a {
	color: #221919;
	white-space: nowrap;
}

.navigator a:hover {
	color: #B82E17;
	text-decoration: none;
}

.box >.box,
#center > .middle,
.introBox .box {
    border-color: #ecddcf;
    border-style: solid;
    border-width: 4px 1px 1px 1px;
	font-size: 1em;
	border-radius: 5px;
}

.box .color_01,
.introBox .color_01 {
	border-top-color: #91b12e;
}

.box .color_02,
.introBox .color_02,
#center > .middle {
	border-top-color: #fb870c;
}

.box .color_03,
.introBox .color_03 {
	border-top-color: #009ade;
}

#left .box img,
#right .box img {
	max-width: 188px;
}

.box > .content, #center > .middle {
	padding: 14px;
}

.box.aktualnosci .data {
	font-weight: normal;
	padding-bottom: 0.4em;
}

.content > .menu {
	margin: -6px -14px;
}

.header_par {
	background-position: left 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 6px;
	font-size: 1.6em;
	white-space: nowrap;
}

.header_par > span {
	background-position: right -100px;
	background-repeat: no-repeat;
	display: block;
	padding-right: 6px;
}

.header_par > span > span, .header_par > span > a {
	background-position: center -50px;
	background-repeat: repeat-x;
	cursor: default;
	display: block;
	color: #5b3a2f;
	line-height: 30px;
}

.header_par > span > a {
	cursor: pointer;
}

.box > .bottom {
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-bottom: 10px;
	padding-left: 6px;
}

.box > .bottom > span {
	background-repeat: no-repeat;
	background-position: right -20px;
	display: block;
	padding-right: 6px;
}

.box > .bottom > span > span {
	background-repeat: repeat-x;
	background-position: center -10px;
	display: block;
	height: 5px;
	line-height: 0px ;
}

#center .c_header {
	overflow: hidden;
	padding-left: 14px;
	font-size: 1.6em;
	white-space: nowrap;
}

#center .c_header > span {
	background-repeat: no-repeat;
	background-position: right -96px;
	display: block;
	padding-right: 14px;
}

#center .c_header > span > span {
	background-repeat: repeat-x;
	background-position: center -48px;
	cursor: default;
	color: #5B3A2F;
	display: block;
	line-height: 30px;
}

#center .c_header a {
	display: block;
}

#center > .bottom {
	background-image: url("../gfx/center_bg_bot.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-bottom: 10px;
	padding-left: 14px;
}

#center > .bottom > span {
	background-image: url("../gfx/center_bg_bot.png");
	background-repeat: no-repeat;
	background-position: right -32px;
	display: block;
	padding-right: 14px;
}

#center > .bottom > span > span {
	background-image: url("../gfx/center_bg_bot.png");
	background-repeat: repeat-x;
	background-position: center -16px;
	display: block;
	height: 14px;
	line-height: 0px ;
}

.menu > .container .container {
	display: none;
}

.menu .content.current > .container {
	display: block;
}

.menu .content {
	border-top: 1px solid #ecddcf;
	background: url('../gfx/arrow_e.png') no-repeat right 14px transparent;
}

.menu .separator {
	display: none;
}

.menu a {
	display: block;
	font-size: 1.1em;
	color: #303030;
	padding: 8px 25px 8px 15px;
	text-decoration: none;
}

.menu a:hover {
	color: #57760a;
	background-color: #fdf6ef;
}

.menu a.active {
	color: #FB870C;
	background-color: #fdf6ef;
}

.menu .content .content a {
	padding-left: 25px;
}

.menu .content .content .content a {
	padding-left: 35px;
}

.menu .content .content .content .content a {
	padding-left: 45px;
}

.menu .content .content .content .content .content a {
	padding-left: 55px;
}

.menu .content .content .content .content .content .content a {
	padding-left: 65px;
}

.menu.expanded .container {
	display: block;
}

.menu.expanded .content {
	background: none;
	border: 0px none;
	padding-left: 10px;
}

.menu.expanded a {
	padding: 2px 0px 2px 10px !important;
	background: url('../gfx/arrow_e.png') no-repeat center left transparent;
}

.kontakt_form label,
.login_form label,
.komentarz_form label {
	display: block;
	margin-bottom: 5px;
}

.search_form input[type=text],
.newsletter_form label input[type=text] {
	width: 160px;
	padding-right: 24px;
}

.box .search_form input[type=submit] {
    background: url("../gfx/search_button.png") no-repeat scroll center center transparent;
    font-size: 0;
    height: 20px;
    width: 20px;
	border: none;
	position: absolute;
	top: 3px;
	right: 4px;
}

.newsletter_form {
	margin-top:10px;
	position: relative;
}

.newsletter_form em {
	display: inline;
	font-size: 0px;
}

.newsletter_form label select {
	width: 190px;
	max-width: 190px;
}

.newsletter_form option {
	background-color: white;
}

.newsletter_form input[type=submit] {
    background: url("../gfx/box_koperta.png") no-repeat scroll center center transparent;
    display: block;
    font-size: 0px;
	text-indent: 9999px;
    height: 20px;
    width: 20px;
	border: 0px none;
	position: absolute;
	top: 21px;
	right: 4px;
}

#center .kontakt_form textarea,
#center .komentarz_form textarea {
	width: 98%;
}

.news_bar {
	margin-bottom: 5px;
	line-height: 32px;
}

.news_bar form > * {
	display: inline;
}

.news_bar form > select {
	width: 130px;
}

#news_accordion h3 > a {
	margin-right: 125px;
}

#news_accordion h3 .data {
	font-size: 0.75em;
	position: absolute;
	right: 0.9em;
	top: 0;
	line-height: 3em;
}

.news .autor {
	font-weight: bold;
}

.news .comment {
	background-color: #eeeeee;
	font-size: 1.0em;
	text-align: justify;
	padding: 4px 6px;
	border-radius: 5px;
}

.middle.search h4 {
	margin: 0px;
	padding: 0px;
}

.produkty select,
.shop select {
	margin-bottom: 15px;
}

#center .shop label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

#center img {
	max-width: 453px;
}

.product {
	margin-bottom: 10px;
}

#sitemap ul {
	padding-left: 10px;
}

#bottom {
	background: url('../gfx/footer_bgr.jpg') repeat center top transparent;
	color: white;
	min-width: 952px;
}

#bottom .shadow {
	background: url('../gfx/footer_shadow.png') no-repeat center top transparent;
	height: 17px;
}

#bottom .bgr {
	background: url('../gfx/footer_logo.png') no-repeat left bottom transparent;
	width: 922px;
	margin: 0px auto;
	padding: 0 15px 65px 15px;
}

table.stopka th {
	color: #91B12E;
	font-size: 1.2em;
	cursor: default;
}

table.stopka a {
	color: white;
}

table.stopka a:hover {
	color: #FB870C;
}

#fancyboxTitle {
	background-color: black;
    border: 2px solid white;
    color: white;
    padding: 5px;
    text-align: center;
}
#fancyboxTitle a {
	color: white;
}

.fancybox-title-float {
	bottom: 12px;
}

.paginator {
    font-size: 1.3em;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.paginator a {
	color: #303030;
}

.paginator a.active {
	font-weight: bold;
	color: #91B12E;
}

.paginator a:hover {
	color: #fb870c;
}

.text_image_left {
	float: left;
	margin: 3px 7px 7px 0px;
}
.text_image_right {
	float: right;
	margin: 3px 0px 7px 7px;
}

.gallery_image {
	float: left;
	margin: 6px;
}

.box .gallery_image {
	margin: 3px;
}

.cycle {
	position: relative;
}

.cycle .gallery_image {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.gallery_image a,
.text_image_left a,
.text_image_right a {
	display: block;
}

/* koszyk */
#basket .prods input {
	background: transparent none;
    border: 0px none;
    padding: 0px;
    text-align: center;
}

#basket tbody th {
	text-align: left;
	padding: 2px 4px;
}

#basket tbody td {
	text-align: right;
	padding: 2px 4px;
}

#basket tbody a.ui-button {
	margin-left: 2px;
}

#basketTrigger {
    height: 59px;
    position: fixed;
    right: 0px;
    top: 100px;
    width: 60px;
	cursor: pointer;
	display: none;
}

#daneF tbody td {
	text-align: left;
}

#daneF th {
	text-align: right;
	white-space: nowrap;
}

#daneF input[type=text],
#daneF textarea {
	width: 400px;
}

/* boks promocyjny*/
.buttons {
	text-align: right;
	padding-top: 10px;
}

table.promoted {
	width: 100%;
	border-collapse: collapse;
}

table.promoted tr {
	border-bottom: 1px solid #ecddcf;
	cursor: pointer;
}

table.promoted tr:hover {
	background-color: #eeeeee;
}

table.promoted td {
	padding: 5px;
}

table.promoted td .nazwa {
	font-weight: bold;
	color: black;
	padding-bottom: 4px;
}

table.promoted td.cena {
	font-size: 12px;
	font-weight: bold;
	color: #01121b;
	text-align: right;
	white-space: nowrap;
	padding-left: 0px;
}

/* tabela produktów */
table.promoted_content {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.promoted_content tr {
	border-bottom: 1px solid #ecddcf;
}

table.promoted_content tr.tn {
	background-color: #fff3df;
}

table.promoted_content tr.tp {
	background-color: transparent;
}

table.promoted_content tr.promo {
	background-color: #ffc666;
}

table.promoted_content tr:hover {
	background-color: #eeeeee;
}

table.promoted_content tr.category {
	background-color: transparent;
}

table.promoted_content tr.category td {
	padding: 15px 0px 5px 0px;
}

table.promoted_content td {
	padding: 5px;
}

table.promoted_content td.cena {
	padding-left: 0px;
	width: 80px;
	white-space: nowrap;
	text-align: right;
}

table.promoted_content td.cena span,
.price span {
	color: black;
	font-weight: bold;
}

table.promoted_content td.basket {
	padding-left: 0px;
	width: 27px;
	text-align: right;
}

/* wątki produktów */
.price {
	float: right;
	line-height: 20px !important;
}

.price span {
	display: block;
	float: left;
	margin: 2px 5px 0 0
}

.product .ui-button {
	margin: 0 5px
}

.ui-button-icon-only {
	width: 18px;
	height: 18px;
}

/* boksy - przewijanie wątków */
.box .ui-tabs {
	border-radius: 0px;
	background: none;
	border: none;
	color: #221919;
}

.box .ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.box .ui-tabs .ui-tabs-nav li a {
	padding: 5px 10px;
}

.box .ui-tabs .ui-tabs-nav {
	padding: 0px;
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: -33px;
}

.box .ui-tabs .ui-tabs-nav li {
	background: url('../gfx/radioButtons.png') no-repeat -1px -31px transparent;
	border: none;
}

.box .ui-tabs .ui-tabs-nav li.ui-state-hover {
	background-position: -1px -31px;
}

.box .ui-tabs .ui-tabs-nav li.ui-state-active {
	background-position: -1px -1px;
}

.box .ui-tabs .ui-tabs-nav li.ui-state-active a {
	cursor: default;
}

/* zakładki z boxami */
#menu_tabs_top,
#menu_tabs_right,
#menu_tabs_bottom,
#menu_tabs_left {
	position: fixed;
	z-index: 20;
	visibility: hidden;
}

#menu_tabs_top {
	top: 0px;
	left: 50%;
}

#menu_tabs_right {
	top: 50%;
	right: 0%;
}

#menu_tabs_bottom {
	bottom: 0px;
	left: 50%;
}

#menu_tabs_left {
	top: 50%;
	left: 0%;
}

.tab_content {
	position:absolute;
	width: 190px;
}

.tab_headers {
	position: relative;
}

.tab_headers.top,
.tab_headers.bottom {
	float: left;
}

.tab_headers div {
	background-position: top;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.tab_headers div span {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	padding: 6px 10px 6px 10px;
	text-transform: uppercase;
}

#menu_tabs_top .tab_content {
	display: none;
	position: fixed;
	top: 0%;
	padding: 45px 15px 15px 15px;
}

#menu_tabs_right .tab_content {
	position: fixed;
	top: 50%;
	right: -500px;
	padding: 15px 45px 15px 15px;
}

#menu_tabs_bottom .tab_content {
	display: none;
	position: fixed;
	bottom: 0%;
	padding: 15px 15px 45px 15px;
}

#menu_tabs_left .tab_content {
	position: fixed;
	top: 50%;
	left: -500px;
	padding: 15px 15px 15px 45px;
}

.tab_headers.top div {
	padding-top: 10px;
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.tab_headers.right div {
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.tab_headers.bottom div {
	padding-bottom: 10px;
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.tab_headers.left div {
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


/* inne */
#agendaDay {
	width: 624px;
}

.youtubeplayer {
	margin: 3px 0px;
}

.promoText {
	font-weight: bold;
	color: #6f73ac;
}

#left .ui-datepicker,
#right .ui-datepicker {
	width:97%;
}

.tpliki {
	width: 100%;
	border-collapse: collapse;
}

.tpliki td {
	padding: 2px 0px;
}

/* strona intro */

.introPage {
	padding: 10px 0px 60px 0px;
}

.introBox {
	margin-right: 10px;
	display: inline-block;
	position: relative;
}

.introBox .box {
	background-color: white;
}

.introBox .box .content {
	padding-bottom: 48px;
}

.introBox a.button {
	position: absolute;
	right: 14px;
	bottom: 14px;
}
