body {
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #02194b;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #373737;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

:focus{outline:none}

a {
	color: #4e4a98;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
}

ul, ol {
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 3em;
}

ul > ul, ol > ol,
ul > ol, ol > ul {
	padding: 0 0 0 1.6em;
}

.line, hr {
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #A3C7D6;
	font-size: 0;
	line-height: 0;
	margin: 10px 0;
}

img, a img {
	border: none;
}

h1, h2 , h3, h4, h5, h6 {
	color: black;
	font-weight: normal
}

h1 {margin: 1.2em 0 0.6em; font-size: 1.3em}
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 #A3C7D6;
}

.clear {
	clear: both;
}

.error, em.error {
	border: 1px solid red;
	color: red;
}

label.error{
	border: 0 none;
	font-weight: normal;
}

em.error {
	display: block;
	border: 0 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: transparent url("../gfx/center_bg.png") repeat;
	padding: 1px 15px;
	clear: both;
}

#center > .middle, .box > .box {
	border-color: #A3C7D6;
	border-style: solid;
	border-width: 0 1px;
}

input[type=text], input[type=password], select, textarea {
	width: 180px;
	padding: 4px;
	background-color: transparent;
	color: #373737;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

label input[type=text], label input[type=password], label select, label textarea {
	margin-top: 3px;
}

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;
	width: 95%;
}

#header_background {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	top: 0;
	margin-top: -30px;
	z-index: -1;
}

#header_background > div {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent !important;
	width: 100%;
	position: absolute;
}

#top_horizontal_menu {
	background-image: url('../gfx/top_horizontal_menu.png');
	width: 957px;
	height: 27px;
	padding: 3px 0 0 10px;
	margin: 0 auto;
	position: relative;
}

#top_horizontal_menu #langs a {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#top_horizontal_menu a {
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 27px;
	padding-left: 25px;
	margin-right: 30px;
	color: #355C78;
	font-size: 11px;
}

#top_horizontal_menu a.set {
	background-image: url('../gfx/top_horizontal_menu_set.png');
}
#top_horizontal_menu a.add {
	background-image: url('../gfx/top_horizontal_menu_add.png');
}
#top_horizontal_menu a.map {
	background-image: url('../gfx/top_horizontal_menu_map.png');
}

#langs {
	float: right;
	position: relative;
	right: 10px;
	top: 8px;
}

#logo {
	position: absolute;
	left: 25px;
	top: 150px;
}

#logo a {
	display: block;
	margin: 0;
	padding: 0;
}

#body {
	width: 973px;
	margin: 0 auto;
	position: relative;
}

#body > .top {
	background: url('../gfx/top_horizontal_middle_bg.png') no-repeat center top transparent;
	height: 63px;
	padding: 0 15px 0 5px;
	font-size: 1.4em;
}

#body > .top ul {
	list-style-type: none;
	overflow: hidden;
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
}

#body > .top ul li {
	float: left;
}

#body > .top ul li.separator {
	background-image: url('../gfx/top_horizontal_middle_separator.png');
	width: 2px;
	height: 55px;
}

#body > .top a {
	display: block;
	color: white;
	padding: 0 8px;
	line-height: 55px;
	font-size: 16px;
}

#body > .top a.active {
	color: #BEE0F9;
}

.top .search_form {
	background-image: url('../gfx/search_bg.png');
	width: 181px;
	height: 23px;
	float: right;
	padding: 3px 0 0 8px;
	margin: 15px 0 0 0;
	position: relative;
}

.top .search_form input[type=text] {
	border: 0 none;
	float: left;
	width: 150px;
	font-size: 11px;
}

.top .search_form input[type=submit] {
	background: url('../gfx/search_button.png') no-repeat center center transparent;
	border: 0 none;
	width: 20px;
	height: 20px;
	font-size: 0;
	text-indent: -999999px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 4px;
}

#body > .middle {
	background-color: #cfe9f4;
	margin: 0 3px;
	padding: 3px 10px 0 10px;
}

.navigator {
	padding-bottom: 10px;
}

.box >.box {
	font-size: 0.9em;
}

.box img {
	max-width: 188px;
	height: auto;
}

.box > .content {
	padding: 6px 14px 10px 14px;
}

.box.aktualnosci .data {
	font-weight: bold;
	padding-bottom: 0.4em;
}

.content > .menu {
	margin: -6px -14px;
}

.header_par {
	background-position: left 0;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 6px;
	font-size: 1.3em;
	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: white;
	line-height: 38px;
	padding: 2px 6px 6px 6px;
}

.header_par > span > a {
	cursor: pointer;
}

.box > .bottom {
	background-repeat: no-repeat;
	background-position: left 0;
	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: 0 ;
}

#center .c_header {
	background-image: url("../gfx/center_bg_top.png");
	background-repeat: no-repeat;
	background-position: left 0;
	overflow: hidden;
	padding-left: 14px;
	font-size: 1.4em;
	font-weight: bold;
	white-space: nowrap;
}

#center .c_header > span {
	background-image: url("../gfx/center_bg_top.png");
	background-repeat: no-repeat;
	background-position: right -96px;
	display: block;
	padding-right: 14px;
}

#center .c_header > span > span {
	background-image: url("../gfx/center_bg_top.png");
	background-repeat: repeat-x;
	background-position: center -48px;
	cursor: default;
	display: block;
	line-height: 32px;
	padding: 4px 0
}

#center .c_header a {
	display: block;
}

#center > .bottom {
	background-image: url("../gfx/center_bg_bot.png");
	background-repeat: no-repeat;
	background-position: left 0;
	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: 0 ;
}

.menu > .container .container {
	display: none;
}

.menu .content.current > .container {
	display: block;
}

.menu .content {
	border-top: 1px solid #A3C7D6;
	background: url('../gfx/arrow_e.png') no-repeat right 14px transparent;
}

.menu .separator {
	display: none;
}

.menu a {
	display: block;
	font-size: 1.1em;
	color: #4e4e4e;
	padding: 8px 25px 8px 15px;
}

.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: 0 none;
	padding-left: 10px;
}

.menu.expanded a {
	padding: 2px 0 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;
}

.box .search_form {
	position: relative;
}

.box .search_form input[type=text] {
	width: 162px;
	padding-right: 22px;
	display: block;
}

.box .search_form input[type=submit] {
	background: url("../gfx/search_button.png") no-repeat scroll center center transparent;
	font-size: 0;
	text-indent: -999999px;
	height: 20px;
	width: 20px;
	border: 0 none;
	position: absolute;
	top: 3px;
	right: 2px;
}

.newsletter_form {
	margin-top:10px;
	position: relative;
}

.newsletter_form label input[type=text] {
	width: 162px;
	padding-right: 22px;
	display: block;
}

.newsletter_form input[type=submit] {
	background: url("../gfx/box_koperta.png") no-repeat scroll center center transparent;
	display: block;
	font-size: 0;
	text-indent: -999999px;
	height: 22px;
	width: 22px;
	border: 0 none;
	position: absolute;
	top: 18px;
	right: 2px;
}

.news_bar {
	margin-bottom: 5px;
	line-height: 32px;
}

.news_bar form > * {
	display: inline;
}

.news_bar form > select {
	width: 150px;
	height: 24px;
}

#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: #eff7ff;
	font-size: 0.8em;
	text-align: justify;
	padding: 4px 6px;
}

.middle.search h4 {
	margin: 0;
	padding: 0;
}

.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;
}

#body > .bottom {
	background: url('../gfx/top_horizontal_middle_bg.png') no-repeat center bottom transparent;
	height: 10px;
}

#bottom {
	padding: 15px 12px 70px 12px;
	color: white;
}

#fancyboxTitle {
	background-color: black;
	border: 2px solid white;
	color: white;
	padding: 5px;
	text-align: center;
}

.fancybox-title-float {
	bottom: 12px;
}

.paginator {
	font-size: 14px;
	padding: 10px 0 0 0;
	text-align: center;
}

.text_image_left {
	float: left;
	margin: 3px 7px 7px 0;
}
.text_image_right {
	float: right;
	margin: 3px 0 7px 7px;
}

.gallery_image {
	float: left;
	margin: 6px;
}

.box .gallery_image {
	margin: 3px;
}

.cycle {
	position: relative;
}

.cycle .gallery_image {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery_image a,
.text_image_left a,
.text_image_right a {
	display: block;
}

/* koszyk */
#basket .prods input {
	background: transparent none;
	border: 0 none;
	padding: 0;
	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: 0;
    top: 20px;
    width: 60px;
	cursor: pointer;
	display: none;
}

#daneF tbody td {
	text-align: left;
}

table#daneF th {
	text-align: right;
	white-space: nowrap;
}

#daneF input[type=text],
#daneF textarea {
	width: 380px;
}

/* boks promocyjny*/
.buttons {
	text-align: right;
	padding-top: 10px;
}

table.promoted {
	width: 100%;
	border-collapse: collapse;
}

table.promoted tr {
	border-bottom: 1px solid #A3C7D6;
	cursor: pointer;
}

table.promoted tr:hover {
	background-color: #fef0ba;
}

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: 0;
}

/* tabela produktów */
table.promoted_content {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.promoted_content tr {
	border-bottom: 1px solid #A3C7D6;
}

table.promoted_content tr.tn {
	background-color: #eff7ff;
}

table.promoted_content tr.tp {
	background-color: transparent;
}

table.promoted_content tr.promo {
	background-color: #fedddc;
}

table.promoted_content tr:hover {
	background-color: #fef0ba;
}

table.promoted_content tr.category {
	background-color: transparent;
}

table.promoted_content tr.category td {
	padding: 15px 0 5px 0;
}

table.promoted_content td {
	padding: 5px;
}

table.promoted_content td.cena {
	padding-left: 0;
	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: 0;
	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: 0;
	background: none;
	border: none;
}

.box .ui-tabs .ui-tabs-panel {
	padding: 0;
}

.box .ui-tabs .ui-tabs-nav li a {
	padding: 5px 10px;
}

.box .ui-tabs .ui-tabs-nav {
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	right: 8px;
	top: -40px;
}

.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: 0;
	left: 50%;
}

#menu_tabs_right {
	top: 50%;
	right: 0%;
}

#menu_tabs_bottom {
	bottom: 0;
	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;
}

#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 0;
}

.promoText {
	font-weight: bold;
	color: #6f73ac;
}

#left .ui-datepicker,
#right .ui-datepicker {
	width:97%;
}

.tpliki {
	width: 100%;
	border-collapse: collapse;
}

.tpliki td {
	padding: 2px 0;
}


#back-top {
    background: url("../gfx/up.png") no-repeat scroll center center transparent;
    bottom: 70px;
    cursor: pointer;
    display: none;
    height: 37px;
    margin-left: 1010px;
    position: fixed;
    width: 37px;
}

/* addons */
#addons {
    bottom: -15px;
    float: right;
    overflow: hidden;
    position: relative;
    right: 0;
    z-index: 1;
}

#addons a {
	display: block;
	float: left;
	margin-left: 5px;
}

#addons a img {
	width: 36px;
}

#addons .fb_btn {
	border: medium none;
	float: left;
	width: 240px;
	height: 40px;
	overflow: hidden;
}

#addons_right {
    float: right;
    position: fixed;
    right: 0;
    top: 100px;
    width: 30px;
    overflow: hidden;
    z-index: 1;
}

#addons_right a {
	display: block;
	margin-bottom: 3px;
}

#addons_right a img {
	width: 30px;
}

#addons_right .fb_btn {
	border: medium none;
    height: 40px;
    overflow: hidden;
    width: 180px;
}
#phoneNr {
	color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 250px;	
    background: url("../gfx/bg-phonenr.png") no-repeat scroll 0 0 transparent;
    padding: 5px 0;
}
#phoneNr a {
	color: #FFFFFF;
    font-size: 18px;
}