/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;
}
table {border-collapse:separate;border-spacing:0;}
/*
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
*/
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#555555;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 10px 0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a, a:visited { 
	text-decoration: none;
	outline: none;
	color: #00538F;
}
a:focus, a:hover {
	text-decoration: underline;
}
a.underline, a.underline:visited { 
	text-decoration: underline;
}
a.underline:focus, a.underline:hover {
	text-decoration: none;
}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:2px 5px 2px 5px;}

tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
/*
label {font-weight:bold;}
*/
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:4px 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	text-align: center;
}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:1000px;margin:0 auto;}
.showgrid {background:url(grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0!important;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #CACED2;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #CACED2;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height: 1px;
	margin:0 0 10px;
	border:none;
}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.pajaczek {
	background-image:url(../images/new/pajak.gif);
	background-position: 86px 43px;
	background-repeat: no-repeat;
}
/* tomi */
.right { float: right }
.left { float: left }
#adults .logo { 
	padding-top: 7px; 
	margin-bottom: 5px;
	background-image: url('../images/new/partybox.gif');
	background-position: 0 7px;
	background-repeat: no-repeat;
}
#kids .logo { 
	padding-top: 7px; 
	margin-bottom: 5px;
	background-image: url('../images/new/partybox-kids.gif');
	background-position: 0 7px;
	background-repeat: no-repeat;
}
.pomarancz { color: #FF5B01 }
.blue { color: #00538F }
.top_menu {
	float: right; 
	padding-top:13px; 
	padding-left: 15px; 
	text-align:right;
	white-space: nowrap;
}
.top_menu_login {
	margin-right: 15px;
	width: 180px;
	float: right; 
	padding-top: 13px; 
	padding-left: 0px; 
	text-align:right;
	white-space: nowrap;
	overflow: hidden;
}
.border_left {
	border-left: 1px solid #CACED2;  
}
.border_right {
	border-right: 1px solid #CACED2;  
}

#adults .strefa_doroslych { 
	background-image: url(../images/new/tab-dorosli.png);
}
#kids .strefa_doroslych { 
	background-image: url(../images/new/tab-dorosli_off.png);
}
.strefa_doroslych {
	background-repeat: no-repeat;
	width: 166px;
	height: 26px;
	padding-top: 5px;
	padding-right: 3px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.strefa_doroslych a, 
.strefa_doroslych a:visited { 
	text-decoration: none;
	text-transform:uppercase; 
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}
.strefa_doroslych a:focus, 
.strefa_doroslych a:hover {
	text-decoration: underline;
}

#adults .strefa_dzieci { 
	background-image: url(../images/new/tab-dzieci_off.png);
}
#kids .strefa_dzieci { 
	background-image: url(../images/new/tab-dzieci.png);
}
.strefa_dzieci {
	background-repeat: no-repeat;
	width: 166px;
	height: 26px;
	padding-top: 5px;
	padding-right: 3px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.strefa_dzieci a, 
.strefa_dzieci a:visited { 
	text-decoration: none;
	text-transform:uppercase; 
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}
.strefa_dzieci a:focus, 
.strefa_dzieci a:hover {
	text-decoration: underline;
}
.top_telefon {
	float: right; 
	text-align: right;
	line-height: 20px;
	margin-top: 4px;
}
.top_telefon a,
.top_telefon a:visited { 
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #00538F;
	display: inline;
}
.top_telefon a:focus,
.top_telefon a:hover {
	text-decoration: underline;
}

.top_right_menu {
	float: right;
	white-space: nowrap;
	width: 580px;
	height: 96px;
}

.main_menu_kategorie {
	float: left;
	height: 39px;
}

	/* NAVIGATION BUTTONS */
	.menu_padding_top {
	  padding: 9px 0 0 0;
	}
	#menu1 {
	  float: left;
	  width: 166px;
	  height: 31px;
	  padding: 0;
	  margin: 0;
	  text-transform: uppercase;
	  cursor: pointer;
	  color: #FFF;
	  font-size: 13px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 13px;
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	#adults #menu1 {
	  background-image: url("../images/new/main1.png");
	}
	#kids #menu1 {
	  background-image: url("../images/new/kids1.png");
	}
	#menu2 {
	  float: left;
	  width: 167px;
	  height: 31px;
	  padding: 0;
  	  margin: 0;
	  text-transform: uppercase;
	  cursor: pointer;
	  color: #FFF;
	  font-size: 13px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 13px;
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	#adults #menu2 {
	  background-image: url("../images/new/main2.png");
	}
	#kids #menu2 {
	  background-image: url("../images/new/kids2.png");
	}
	#menu3 {
	  float: left;
	  width: 166px;
	  height: 31px;
	  padding: 0;
	  margin: 0;
	  text-transform: uppercase;
	  cursor: pointer;
	  color: #FFF;
	  font-size: 13px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 13px;
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	#adults #menu3 {
	  background-image: url("../images/new/main3.png");
	}
	#kids #menu3 {
	  background-image: url("../images/new/kids3.png");
	}
	#menu4 {
	  float: left;
	  width: 167px;
	  height: 31px;
	  padding: 0;
	  text-transform: uppercase;
	  cursor: pointer;
	  color: #FFF;
	  font-size: 13px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 13px;
	  margin: 0 3px 0 0;
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	#adults #menu4 {
	  background-image: url("../images/new/main4.png");
	}
	#kids #menu4 {
	  background-image: url("../images/new/kids4.png");
	}
	#menu5 {
	  float: left;
	  width: 164px;
	  height: 31px;
	  padding: 0;
	  background-image: url("../images/new/main5.png");
	  text-transform: uppercase;
	  cursor: pointer;
	  color: #FFF;
	  font-size: 13px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 13px;
	  margin: 0 3px 0 0;
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	#menu6 {
	  float: left;
	  width: 164px;
	  height: 31px;
	  padding: 0;
	  font-size: 13px;
	  text-transform: uppercase;
	  background-image: url("../images/new/main6.png");
	  cursor: pointer;
	  color: #FFF;
	  font-weight: bold;
	  text-align: center;
	  line-height: 13px;
	  margin: 0;
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	
	#menu1:hover,
	#menu2:hover,
	#menu3:hover,
	#menu4:hover,
	#menu5:hover,
	#menu6:hover { 
	  background-position: 0 -31px;
	}
	#menu1 a, #menu1 a:visited,
	#menu2 a, #menu2 a:visited,
	#menu3 a, #menu3 a:visited,
	#menu4 a, #menu4 a:visited,
	#menu5 a, #menu5 a:visited,
	#menu6 a, #menu6 a:visited
	{ 
		color: #FFF;
		text-decoration: none;
	}
	#menu1 a:focus, #menu1 a:hover,
	#menu2 a:focus, #menu2 a:hover,
	#menu3 a:focus, #menu3 a:hover,
	#menu4 a:focus, #menu4 a:hover,
	#menu5 a:focus, #menu5 a:hover,
	#menu6 a:focus, #menu6 a:hover
	{
		text-decoration: none;
	}
	#menu1 .menu_select,
	#menu2 .menu_select,
	#menu3 .menu_select,
	#menu4 .menu_select {
		background-image:url('../images/new/main_select1.gif');
	}
	#menu5 .menu_select {
		background-image:url('../images/new/main_select_red.gif');
	}
	#menu6 .menu_select {
		background-image:url('../images/new/main_select_blue.gif');
	}
	/* END OF NAVIGATION */

.pole_menu {
	display:none;
	z-index:10000;
	float:left;
}
div.menu_rozwijane {
	position:absolute;
	width: 245px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 3px 3px 10px 3px;
	background-color: #FFF;
	z-index:100001;
	float:left;
}
div.menu_rozwijane ul {
	float:left;
	margin: 0px;
	padding: 0 0 0 6px;
}
div.menu_rozwijane ul li {
	float:left;
	display:block;
	text-align:left;
}
div.menu_rozwijane ul li a {
	font-size: 0.95em;
	float:left;
	width: 225px;
	display: block;
	border-bottom: 1px dotted #e5e5e5;
	text-align:left;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	text-decoration:none;
}
#adults div.menu_rozwijane ul li a:hover {
	background-color: #FF5D01;
	color: #FFF;
	font-weight: bold;
}
#kids div.menu_rozwijane ul li a:hover {
	background-color: #71B801;
	color: #FFF;
	font-weight: bold;
}

#adults a.submenu_select, a.submenu_select:visited { 
	background-color: #FFCCB0;
	color: #333;
	font-weight: bold;
}
#adults a.submenu_select:focus, a.submenu_select:hover {
	background-color: #FF5D01;
	color: #FFF;
	font-weight: bold;
}
#kids a.submenu_select, a.submenu_select:visited { 
	background-color: #DBFEA7;
	color: #333;
	font-weight: bold;
}
#kids a.submenu_select:focus, a.submenu_select:hover {
	background-color: #71B801;
	color: #FFF;
	font-weight: bold;
}


#search_box {
	background-image: url('../images/new/background-search.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 8px 0;
	padding-left: 12px;
	padding-top: 9px;
	width: 988px;
	height: 31px;
	line-height: 11px;
}

#search_box form {
	margin:0px;
	padding:0;
}
#search_box input.search_top_text {
	width: 172px;
	font-size: 12px;
	border: 1px solid #8C8C8C;
	color:#333333;
	padding: 2px 4px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #666;
}
#search_box input.search_top_button {
	background:url('../images/new/search_top_button.png') no-repeat 0 0;
	width:73px;
	margin: 0 0 0 9px;
	border:0px;
	cursor:pointer;
	color: #FFF;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	outline: none;
}

/* SCROLL */
.div_marquee {
	float: left;
	padding-left: 20px;
	background-image: url(../images/new/strzaleczki.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}
#search_box ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0 3px 0 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	color: #00538F;

	/* optional styles for appearance */
	width: 657px;
	height: 26px; /* height should be included to reserve visual space for the marquee */
}

#search_box ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 13px Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 0px;
}
#search_box ul.marquee li a,
#search_box ul.marquee li a:visited { 
	text-decoration: underline;
	color: #00538F;
}
#search_box ul.marquee li a:focus,
#search_box ul.marquee li a:hover {
	text-decoration: none;
}

#right_column {
	float: right;
	width: 795px;
	color: #333;
	font-size: 11px;
/*
	overflow: hidden;
*/
}
#left_column {
	float: left;
	width: 195px;
	overflow:hidden;
/*
	position:relative;
	min-height: 450px;
	overflow: hidden;
*/
}



div.listowy_box div.podpis {
	text-align: center;
	color: #E66C13;
	font-weight: normal;
	font-size: 12px;
	min-height: 47px;
	line-height: 15px;
	margin-top: 5px;
}
#adults div.listowy_box div.podpis {
	color: #FF5B01;
}
#kids div.listowy_box div.podpis {
	color: #71B701; 
}
div.listowy_box div.podpis a {
	color: #00548F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div.listowy_box div.podpis a:hover {
	text-decoration: underline;
}
div.listowy_box {
	float:left;
	width: 155px;
	padding: 0px 2px;
	margin-bottom: 10px;
	height: 290px;
	text-align:center;
}
div.listowy_jeden {
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	width: 155px;
	height: 180px;
	display:table-cell;
	padding: 0px;
	line-height: 180px;
}
div.listowy_jeden img {
	vertical-align:middle;
}

div.new_img {
	width: 107px;
	background-color: #AACC1D;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	margin: 1px auto;
}
div.hot {
	width: 107px;
	background-color: #DE56D2;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	margin: 1px auto;
}
div.wyprz_img {
	width: 107px;
	background-color: #FF3300;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	margin: 1px auto;
}
div.dostepnosc {
	width: 107px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	margin: 1px auto;
	background-color: #59A6D0;
	background-image: url(../images/new/dostepnosc.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}


#fittings div {
	float: left;
}
#fittings div.ten_prod_pasuje {
	float: none; 
	margin-bottom: 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#A6A291; 
	font-weight:bold; 
}
#fittings div.title {
	float: none;
	margin-bottom: 10px;
}
#fittings p {
	height: 80px;
	width: 75px;
	margin: 0;
	text-align: center;
}
#fittings span.strike {
	font-weight: normal;
	text-decoration: line-through;
}
#fittings li {
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
}
#fittings div.button {
	width: 51px;
	height: 89px;
	padding: 50px 5px 0 5px;
}
#fittings ol, 
#fittings ul {
	list-style: none;
}
#fittings div .listowy_jeden_box div.podpis {
	text-align: left;
	color: #E66C13;
	font-weight: normal;
	font-size: 11px;
	height: auto;
	padding-right: 20px;
}
#adults #fittings div .listowy_jeden_box div.podpis {
	color: #FF5B01;
}
#kids #fittings div .listowy_jeden_box div.podpis {
	color: #71B701; 
}
#fittings div .listowy_jeden_box div.podpis a {
	color: #00548F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#fittings div .listowy_jeden_box div.podpis a:hover {
	text-decoration: underline;
}
#fittings div .listowy_jeden_box {
	float:left;
	width: 168px;
	padding: 0px 0px 0px 0px;
	height: 240px;
}
#fittings div .listowy_jeden_fittings {
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 135px;
	height: 180px;
}
#karuzela {
	text-align:center;
	height: 240px;
}


.wazne_small {
	border: 1px solid #CFCFCF;
	padding: 2px;
	float: left;
	margin-right: 21px;
}


h1.header {
	font-size: 15px;
	text-transform: uppercase;
	color: #252525;
	margin: 0;
	padding: 0;
	line-height: 31px;
}
.sale_box {
	background-image: url(../images/new/pod_sale.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	font-weight: bold;
	width: 127px;
	height: 31px;
	font-size: 16px;
	text-align: center;
	line-height: 31px;
	margin-right: 20px;
}

div.box_zblizaja {
	margin-bottom: 10px;
}
#adults h1.header_pomarancz {
	font-size: 12px;
	font-weight: bold;
	color: #FF5B01;
	margin: 0 0 4px 0;
	padding: 0;
}
#kids h1.header_pomarancz {
	font-size: 12px;
	font-weight: bold;
	color: #71B701; 
	margin: 0 0 4px 0;
	padding: 0;
}
ul.kalendarz {
	display: block;
	padding: 0;
	margin: 0 3px 0 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
}
ul.kalendarz li {
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 25px;
}
ul.kalendarz li a,
ul.kalendarz li a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #00538F;
	line-height: 23px;
}
ul.kalendarz li a:focus,
ul.kalendarz li a:hover {
	text-decoration: underline;
}


div.box_kategorie {
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #D5D5D5;
	color: #00538F;
	padding-left: 5px;
}
h1.header_kategorie {
	font-size: 11px;
	font-weight: bold;
	color: #00538F;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
h1.header_kategorie a,
h1.header_kategorie a:visited { 
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00538F;
	margin: 0;
	padding: 0;
}
h1.header_kategorie a:focus,
h1.header_kategorie a:hover {
	text-decoration: underline;
}

div.box_kategorie a,
div.box_kategorie a:visited { 
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	display: block;
}
div.box_kategorie a:focus,
div.box_kategorie a:hover {
	text-decoration: underline;
}

#screzka {
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#screzka a,
#screzka a:visited { 
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
}
#screzka a:focus,
#screzka a:hover {
	text-decoration: underline;
}


#screzka_dla_produktu {
	margin: 0 0 20px 0;
	padding: 0 20px 8px 20px;
	border-bottom: 1px solid #D5D5D5;
}
#screzka_dla_produktu a,
#screzka_dla_produktu a:visited { 
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
}
#screzka_dla_produktu a:focus,
#screzka_dla_produktu a:hover {
	text-decoration: underline;
}
	


#adults .wiecej_pokategorii,
#adults .ukryj_pokategorie {
	color: #FF5B01;
}
#kids .wiecej_pokategorii,
#kids .ukryj_pokategorie {
	color: #71B701; 
}

#footer {
	background-color: #EFEFEF;
	background-image: url(../images/new/tlo-footer.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 25px 0 40px 0;
	color: #808080;
}
#footer a {
	color:#808080;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


#footer_left {
	width: 260px;
	float: left;
	padding-left: 60px;
}
#footer_center {
	width: 390px;
	float: left;
}
#footer_right {
	width: 230px;
	float: right;
}

/*menu stopka*/
#footer .MainMenu {
	list-style:none;
	width:200px;
	overflow:hidden;
	margin: 0 0 20px 0;
	padding: 0;
}

#footer .MainMenu li {
	list-style:none;	
	padding:0 0 0 2px;
	text-align: left;
	margin: 0;
}
#footer .MainMenu li a {
	display:block;
	padding: 0 0 0 10px;
	color:#808080;
	text-decoration:none;
	font-weight: normal;
}
#footer .MainMenu li a:hover {
	background-color: #cccccc;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul.wyroznienie {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
}
ul.wyroznienie li {
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 30px;
	text-decoration: none;
	line-height: 26px;
}


#nav { 
	display: block; 
	margin: 0; 
	padding: 0; 
	position: relative;
}
#nav li { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
}
#nav ul { 
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0; 
}

* html #menu4 { 
  margin: 0 1px 0 0;
}
* html #menu5 { 
  margin: 0 1px 0 0;
}

#nav ul li { float: none; }
#nav ul ul { top: 0; }
	
#nav { height: 31px; }

  #nav ul {
	top: 31px;
	float:left;
	padding: 0 10px 10px 10px;
	background-color: #FFF;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
    opacity: 0.9; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
  }
  #nav ul li {
	float:left;
	display:block;
	text-align:left;
  }

  #nav ul li a { 
	font-size: 11px;
	float:left;
	display: block;
	border-bottom: 1px dotted #e5e5e5;
	text-align:left;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
	text-decoration:none;
  }

#nav ul li a.menu1_width {
	width: 166px;
}
#nav ul li a.menu2_width {
	width: 167px;
}
#nav ul li a.menu3_width {
	width: 166px;
}
#nav ul li a.menu4_width {
	width: 167px;
}
   
#adults #nav ul a.hover {
	background-color: #FF5D01;
	color: #FFF;
	font-weight: bold;
    opacity: 1; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#kids #nav ul a.hover {
	background-color: #71B801;
	color: #FFF;
	font-weight: bold;
    opacity: 1; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
  
   #nav ul a { 
	border-bottom: 1px dotted #eeeeee; 
    border-right: none; 
   }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#scrollbox_box {
	width: 795px;
	height: 287px;
}
#scrollbox {
	border: 1px solid #D7D7D7;
	text-align:center;
	width: 793px;
	height: 285px;
}
#scrollbox_fittings,
#scrollbox_fittings li {
	margin: 0;
	padding: 0;
	list-style: none; 
	width: 793px;
	height: 285px;
}
a.slider_prev img {
	position: relative; 
	left: 720px; 
	top: -60px; 
	margin: 0pt 0pt -25px 0; 
	padding: 0;
	z-index: 510;
}
a.slider_next img {
	position: relative; 
	left: 710px; 
	top: -60px; 
	margin: 0pt 0pt -25px 0;
	padding: 0;
	z-index: 500;
}
.slider_container {
	width: 793px;
	height: 285px;
	margin: 0;
	padding: 0;
	clear:both;
	overflow:hidden;
	text-align:left;
}
#search_form {
	float: right;
	padding-right: 10px;
}

h1.bigtitle {
	font-size: 28px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
}

#adults h3.header_title {
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0px;
	border-bottom: 1px solid #FF5B01;
	color: #FF5B01;
}
#kids h3.header_title {
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0px;
	border-bottom: 1px solid #71B701;
	color: #71B701;
}

#adults h1.bigtitle {
	color: #FF5B01;
}
#kids h1.bigtitle {
	color: #71B701;
}

.tresc {
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
}

.one_kat {
	float: left;
	padding: 2px;
	border: 1px solid #dddddd;
	margin: 0 54px 20px 0;
}
h1.leftmenu {
	line-height: 28px;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #00538F;
}
.licznik {
	color: #999;
}

.page_no_link {
	font-weight: bold;
}
#adults .page_no_link {
	color: #FF5B01;
}
#kids .page_no_link {
	color: #71B701;
}

.pages {
	color: #ccc;
}
.pages a,
.pages a:visited { 
	color: #333;
	text-decoration: none;
}
.pages a:focus,
.pages a:hover {
	text-decoration: underline;
}
#adults #box_wybranych {
	padding: 0 8px 8px 8px;
	margin-bottom: 10px;
	border: 1px solid #FF5B01;
	font-size: 11px;
	font-weight: bold;
}
#kids #box_wybranych {
	padding: 0 8px 8px 8px;
	margin-bottom: 10px;
	border: 1px solid #71B701;
	font-size: 11px;
	font-weight: bold;
}
.box_sortowanie {
	line-height:32px;
}
#box_sortowanie_top {
	border-bottom: 1px solid #CCC;
	line-height:32px;
	height: 32px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#box_sortowanie_bottom {
	border-top: 1px solid #CCC;
	line-height:32px;
	height: 32px;
	margin-top: 10px;
	padding-top: 4px;
}

#dodatkowe_grafiki {
	float: left;
	width: 89px;
	margin-bottom: 10px;
}

.highslide-caption {
	display:none;
}

#big_zdjecie {
	float: left;
	width: 344px;
	text-align: center;
	margin-bottom: 10px;
}
#_big_caption {
	margin: 0;
	color: #666;
}
#_big {
	display: none;
	z-index: 100;
}
#zoom {
	z-index: 100;
}

#zwiazane {
	width: 185px;
	float: right;
	text-align:center;
}
#zwiazane div.button {
	width: 185px;
	height: 25px;
	padding: 0;
	text-align: center;
	visibility: hidden;
}
#zwiazane div.listowy_box {
	width: 185px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	height: 290px;
	text-align:center;
}
#zwiazane ol, 
#zwiazane ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#opis_produktu {
	float: left;
	width: 360px;
}
#title_bar {
	background-image:url(../images/new/polecane_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 10px auto;
	width: 185px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}

#opis_produktu {
	color: #000000;
	margin-bottom: 10px;
}
h1.title {
	font-size: 18px;
	color: #000000;
}
.green_font {
	color: #81BF01;
	font-weight: bold;
}
.price_font {
	font-size:18px; 
	font-weight: bold;
}
.price_through {
	text-decoration:line-through; 
	font-size:14px;
}

#opis_produktu a.ico_zapytaj {
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/new/ico_zapytaj.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	line-height: 20px;
}
#opis_produktu a.ico_zapytaj:hover {
	font-weight: bold;
	text-decoration: underline;
}
#opis_produktu a.ico_dodaj {
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/new/ico_dodaj.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	line-height: 20px;
}
#opis_produktu a.ico_dodaj:hover {
	font-weight: bold;
	text-decoration: underline;
}

#zamowienie_telefoniczne {
	display: none; 
	padding: 20px; 
	margin: 64px 0 0 188px; 
	border: 1px solid #ccc; 
	position: absolute; 
	width: 350px; 
	background-color:#fff; 
	z-index: 100;
	color: #000;
}

* html #zamowienie_telefoniczne {
	margin: 64px 0 0 -43px;	/* ie6 double float margin bug */
}

#zamowienie_telefoniczne div {
	color: #666; 
	cursor: pointer; 
	font-size: 12px; 
	border-bottom: 1px solid #ccc; 
	padding: 0; 
	margin:0 0 10px 0;
}

table.reference {
	border: 2px solid #CEE1EF;
	border-collapse:collapse;
	width: 70%;
}
table.reference th {
	background-color: #F8FFFF;
	border: 1px solid #CEE1EF;
	padding: 4px;
	font-weight: bold;
	text-align: right;
	width: 40%;
}
table.reference td {
	text-align: left;
	border: 1px solid #CEE1EF;
	padding: 4px;
	font-weight: normal;
	width: 60%;
	font-style: normal;
}

/* tabs */
#tabs {
	color: #666;
	float: left;
	width: 780px;
	margin: 10px 0 0 0;
	font-size: 12px;
}

#tabs ul.taby {
	width: 790px;
	float: left;
	margin: 0;
	padding: 0;
	background-image:url('../images/new/nav-tab.gif');
	background-position: left 32px;
	background-repeat: repeat-x;
}
	
#tabs ul.taby li {
	margin-left: 8px;
	list-style: none;
}


.czerwona_ramka {
	 border: 2px solid #ff0000 !important;
}
.no_entry {
	color: #ff0000;
	padding-bottom:8px;
}
div.error_spam {
	display:none;
	padding:5px 5px;
	margin-right:2px;
	background-color:#CA2800;
	font-size:11px;
	text-align:center;
	float:left;
	color:#FFFFFF;
}
	
* html #tabs ul.taby li {
	display: inline; /* ie6 double float margin bug */
}
#tabs ul.taby li {
	margin-top: 2px;
}
#tabs ul.taby li,
#tabs ul.taby li a {
	background: #CEE1EF url('../images/new/nav-right.gif') no-repeat right top;
	float: left;
}
#tabs ul.taby li a {
	width: 100px;
	background:  url('../images/new/nav-left.gif') no-repeat left top;
	text-decoration: none;
	padding: 6px 0 4px 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#tabs ul.taby li.active {
	background: url('../images/new/nav-right_active.gif') no-repeat right top;
	margin-top: 0px;
}
#tabs ul.taby li.active a {
	background: url('../images/new/nav-left_active.gif') no-repeat left top;
	color: #333333;
	padding: 6px 0;
}
#tabs div.taby {
	width: 750px;
	background: #FFF;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	clear: both;
	padding: 20px;
	min-height: 200px;
/*
	position: relative;
	z-index: -1;
	top: -10px;
*/
}
#tabs div.taby h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	z-index: 1;
}
#tabs div.taby p {
	line-height: 150%;
	z-index: 1;
}


#big_zdjecie .alert {
	border: 1px solid #dddddd; 
	padding:10px; 
	margin: 0 10px 10px 10px; 
	font-size: 11px; 
	color:#666;
}

#opis_produktu .tabela_rozmiarow {
	background-image:url('../images/new/podtabela.png'); 
	background-repeat: repeat-x; 
	background-position: 1px 1px;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	padding: 0;
	margin: 0;
}
#opis_produktu .tabela_rozmiarow th {
	font-weight: normal;
	color: #666;
	font-size: 11px;
	text-align: left;
	padding: 4px;
	margin: 0;
}
#opis_produktu .tabela_rozmiarow td {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 0;
	margin: 0;
}


#opis_produktu .podtabela_rozmiarow {
	background-image: none; 
	border-collapse: collapse;
	border: 0 none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#opis_produktu .podtabela_rozmiarow td {
	font-size: 12px;
}
#opis_produktu .podtabela_rozmiarow .selectowy {
	color: #81BF01;
}
#opis_produktu .podtabela_rozmiarow a {
	padding: 0;
	margin: 0;
}

.ul_z_ok ul {
	margin:0 0 3px 10px;
	padding: 0 0 0 30px;
	list-style-image: url(../images/new/ok.gif);
}




#srodek2 div.opinie {
	float:left;
}
.koszyk_ilosc {
	border:1px solid #999999;
	width: 34px;
	height: 20px;
}
.koszyk_price {
	border-bottom:none !important;
	padding-top:10px;
}
.koszyk_price td {
	border-bottom:none;
}
.koszyk_cena_all {
	color:#E71E27;
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	padding-right:10px;
}
.koszty_przesylki {
	width:65px;
	padding:4px 0 0 10px;
}
.naglowek_sredni_pomaranczowy {
	color:#E71E27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}
.koszyk_buttons {
	border:none !important;
	text-align:right;
	padding-top:20px;
}
.powrot_do_zakupow {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	width:118px;
	text-align:center;
	padding:4px 0;
	background:none;
	cursor:pointer;
	margin-right:10px;
}
.koncze_zakupy {
	border:1px solid #FF5B01;
	color:#ffffff;
	font-size:12px;
	width:118px;
	text-align:center;
	padding:2px 0;
	background: #FF5B01;
	cursor:pointer;
	margin-right:10px;
	font-weight: bold;
}
#srodek2 div.logowanie {
	float:left;
	width:800px;
}
#logowanie {
	width: 540px;
	margin: 0 auto;
}
#logowanie p {
	padding: 4px 0;
	width: 540px;
	margin: 0 auto;
	clear: both;
}
#logowanie p.radio {
	margin: 10px auto;
}
#logowanie label.inputbox {
	text-align: right;
	padding: 0 10px;
	display: block;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	width: 80px;
}
#logowanie p input {
	margin: 0;
}
.info_strong {
	font-size:14px;
	color:#F7953A;
	font-weight:bold;
	padding: 5px 10px;
}
.inputbox {
	padding-left:10px;
	padding-right:10px;
}
.koszyk_table, .koszyk_table td, .koszyk_table th, .koszyk_table td td, .rejestracja_table {
	border-collapse: collapse;
}
.koszyk_table th {
	vertical-align: middle;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:3px solid #FFE3D5;
	padding-left:5px;
}
.koszyk_table {
/*
	width:776px;
*/
}
.koszyk_table td {
	padding: 6px 0 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
}
.koszyk_table td td {
	border-bottom: 0;
}
.koszyk_table tr.listaa td {
	vertical-align: middle;
	padding:5px 0;
	border-bottom:1px solid #FFE3D5;
}
.koszyk_table tr.listaa td span.cena_promo {
	font-size:12px;
	font-weight:bold;
	color:#E71E27;
}
.koszyk_table tr.listaa td span.cena_skreslona {
	font-size:12px;
	font-weight:normal;
	text-decoration:line-through;
	color:#333333;
}
.koszyk_table td div.koszyk_title {
	font-size:12px;
}
.koszyk_table td div.koszyk_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00538F;
}
.require_star {
	color: #FF5B01;
}
input.txt2, textarea.txt2 {
	width: 282px;
}
input.txt3 {
	width: 100px;
}
.koszyk_header {
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}
.koszyk_forma {
	font-size: 11px;
	line-height: 25px;
	float: left;
}
.koszyk_forma strong {
	font-size: 12px;
}
.koszyk_show_data {
	font-size: 11px;
	line-height: 25px;
	margin: 0 0 0 20px;
	float: left;
}
div.koszyk_show_data a, div.koszyk_show_data a:active, div.koszyk_show_data a:visited, div.koszyk_show_data a:hover {
	color: #F47B10;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
div.koszyk_show_data a:hover {
	text-decoration: none;
}
.lista_cms {
	width:766px;
	padding:20px 0 0 10px;
	float:left;
}
.rekordzik_cms {
	float:left;
	width:100%;
	padding-bottom:20px;
}
.rekordzik_cms img {
	float:left;
}
.rekordzik_cms span.title_cms {
	font-size:18px;
	color:#0F72AC;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:2px solid #ACCEE7;
	float:left;
	display:inline;
	width:587px;
	padding: 0 0 0 15px;
	margin: 0 0 10px 12px;
	text-decoration:none;
}
.rekordzik_cms span.title_cms a {
	font-size:18px;
	color:#0F72AC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.rekordzik_cms span.title_cms a:hover {
	text-decoration:underline;
}
.rekordzik_cms div.images {
	width:150px;
	height:150px;
	display:block;
}
.rekordzik_cms div.tekst_cms {
	display:block;
	float:left;
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0 10px 0 20px;
	line-height:130%;
	font-size:12px;
}
.rekordzik_cms a.wiecej {
	font-size:13px;
	color:#E88836;
	float:left;
	text-decoration:underline;
	display:block;
	width:50px;
	padding-top:5px;
}
.rekordzik_cms a.wiecej:hover {
	text-decoration:none;
}
/*
.artykul_cms {
	width:530px;
	padding:20px 10px 0 10px;
	float:left;
	font-size:12px;
}
*/
.artykul_images {
	float:right;
	padding:20px 50px 0 0px;
}
.artykul_cms a {
	font-size:13px;
	color: #00538F;
	text-decoration:underline;
}
.artykul_cms a:hover {
	text-decoration:none;
}
.naglowek_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FF5B01;
}
.naglowek_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00538F;
}
.naglowek_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF5B01;
	border-bottom:1px solid #FF5B01;
	width:100%;
	display:block;
}
.naglowek_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00538F;
	border-bottom:1px solid #00538F;
	width:100%;
	display:block;
}
.naglowek_5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00538F;
	font-weight:bold;
}
.naglowek_6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E88836;
	font-weight:bold;
}


.artykul_cms {
	font-size: 12px;
}

table.tabela {
border-collapse: collapse;
/*
border: 2px solid #000;
*/
font: normal 12px arial, helvetica, sans-serif;
color: #555;
background: #fff;
}

table.tabela td, 
table.tabela th {
	border: 0px solid #ccc;
	padding: 2px 6px;
}

table.tabela2 {
	border-collapse: collapse;
	border: 2px solid #ccc;
	font: normal 12px arial, helvetica, sans-serif;
	color: #555;
	background: #fff;
}

table.tabela2 td, 
table.tabela2 th {
	border: 1px solid #ddd;
	padding: 4px 6px;
}

table.tabela caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

table.tabela thead th, 
table.tabela tfoot th {
	border: 2px solid #000;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: transparent;
}
table.tabela tfoot td {
	border: 2px solid #000;
}

/* =body
----------------------------------------------- */

table.tabela tbody th, 
table.tabela tbody td {
	vertical-align: top;
	text-align: left;
}
table.tabela tbody th.naprawo,
table.tabela tbody td.naprawo {
	text-align: right;
}
table.tabela tbody th.nasrodek,
table.tabela tbody td.nasrodek {
	vertical-align: middle;
}
table.tabela tbody th {
	white-space: nowrap;
}
.odd {background: #fcfcfc;}
table.tabela tbody tr:hover {
	background: #fafafa;
}
table.tabela tbody tr.nohover:hover {
	background: #ffffff;
}


#account {
	font-size: 12px;
	float: left;
	width: 550px;
}
ul.title_user {
	margin: 0;
	padding: 0 0 0 20px;
}
ul.title_user li {
	list-style-type: none;
	background-image: none;
	padding-left: 10px;
}
ul.title_user li a.headerek {
	background-color: #59A6D0;
	color: #FFF;
	font-weight: bold;
	padding: 4px 10px;
	margin-left: -10px;
	text-decoration: none;
	display: block;
	width: 150px;
	margin-bottom: 8px;
}
ul.title_user li a.headerek:hover {
	text-decoration: underline;
}
ul.title_user li a.podpisek {
	color: #333;
	text-decoration: none;
}
ul.title_user li a.podpisek:hover {
	text-decoration: underline;
}

.boxik_lewy_bg {
	float: right;
	width: 180px;
	padding: 5px;
	color:#FF0000;
	margin:0px 0 0 0;
	border:1px solid #D5D5D5;
	background-color:#FFF;
	font-size: 12px;
}
.boxik_lewy_bg div.static_menu span.title5 {
	background-color: #CEE1EF;
	color: #FFFFFF;
	display:block;
	padding:2px 6px;
}
.boxik_lewy_bg div.static_menu ul {
	margin: 10px 0;
	padding:0px 0 0 0px;
}
.boxik_lewy_bg div.static_menu ul li {
	padding:3px 0;
	margin-left:10px;
	padding-left:15px;
	color:#333333;
	list-style:none;
/*
	background:url(../images/list-style08.gif) no-repeat 2px 9px;
*/
}
.boxik_lewy_bg div.static_menu li a {
	color:#666;
}
.boxik_lewy_bg div.static_menu span.title {
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding:2px 2px 2px 2px;
	display:block;
}
.konto_dane td {
	padding: 6px 0 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
	border-bottom:1px solid #FFE3D5;
}
#orders_header div {
	background-color:#FAD3AF;
	border:1px solid #FAD3AF;
	float:left;
	padding:5px;
}
.orders_row div {
	float:left;
	border:1px solid #FAD3AF;
	padding:5px;
}


ul#UlMenu {
	border-color: #CACED2;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	display:none;
	list-style:none outside none;
	margin: 0 0 0 54px;
	padding: 0;
	position: absolute;
	width: 140px;
	z-index: 2000;
}
ul#UlMenu:hover {
	display:block;
}
ul#UlMenu li {
	background:none repeat scroll 0 0 #FFF;
	display:block;
	float:none;
	margin:0;
	padding:0;
	position:relative;
	text-align: left;
}
ul#UlMenu li a {
	background:none repeat scroll 0 0 #FFF;
	border:medium none;
	display:block;
	float:none;
	margin:0;
	padding:3px 10px 2px;
	position:relative;
	text-decoration:none;
	font-size: 11px;
}
ul#UlMenu li a:hover {
	background:none repeat scroll 0 0 #CEE1EF;
	color:#FFFFFF;
	font-weight:bold;
}

.zaprojektuj_title2 {
	color:#FF5B01;
	font-size:15px;
	padding: 0;
	display:block;
}
.zaprojektuj_title3 {
	color:#FF5B01;
	font-size:15px;
	padding: 0;
	display:block;
}


ul.display {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float: left;
	padding: 10px 0;
	margin: 0;
}
ul.display li a {
	text-decoration: none;
}
ul.display li .content_block {
	padding: 0 10px;
}
ul.display li .content_block h2 {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 16px;
}
ul.display li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 245px;
	font-size: 1.2em;
	width: 500px;
}
ul.display li .content_block a img{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 15px 0 0;
	float: left;
}

span.sciezka2 {
	margin-bottom: 20px;
	display: block;
}
span.sciezka2 span {
	background-image: url(../images/new/krok_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 143px;
	height: 24px;
	display: table-cell;
	padding: 3px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
span.sciezka2 span.sactive {
	background-image: url(../images/new/krok_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 143px;
	height: 24px;
	display: table-cell;
	padding: 3px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
span.sciezka2 span.sactive a {
	color: #FFF;
	text-decoration: underline;
}
span.sciezka2 span.sactive a:hover {
	color: #FFF;
	text-decoration: none;
}

#errorMessage {
        position:absolute;
        z-index:1001;
        display:block;
        width:100%;
        height:100%;
      	left:0; 
      	top:40%; 
    	margin: auto 0;
}
html>body #errorMessage {
   	top:40%;
}

#errorMessageBody {
        width: 400px;
		border:1px solid #A8A28E;
        background-color: #ffffff;
        filter:progid:DXImageTransform.Microsoft.Shadow( color=#A8A28E,direction=135,strength=3);
}

#errorMessageText {
		font-size: 12px;
        padding: 0;
		vertical-align: middle;
}
#errorMessageText TD {
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
}
#errorMessageTitle {
	font-size: 10px;
    color: #fff;
    font-weight: normal;

  	text-align: left;
    width: auto;
	height: 14px;
    padding: 1px;
	vertical-align: middle;
		
	background-color: #1E75E5;
	background-image: url(../images/tlo_message.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.wybrane_filtry {
	background-image: url('../css/plugins/buttons/icons/cross.png'); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	cursor: pointer;
	padding-right: 20px;
}
.rabat {
	color: #E71E27;
	font-weight: bold;
}

#box_sklepy {
	color:#333; 
	text-decoration:none; 
	line-height:12px; 
	text-align:center;
	font-size: 10px;
	
}
#box_sklepy a {
	color:#333; 
	text-decoration:none; 
}