html, body, h1, h2, h3, h4, h5, h6,
div, span, blockquote, p, address,
form, fieldset, label, legend, img,
a, abbr, acronym, ul, ol, dl, dt, dd, li,
hr, table, td, th, big, small,q, button,
strong, em, sup, sub, del, cite, code {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
ul, ol { list-style: none; }
body {
    /*background: #000000 url("images/bg-body.jpg") center 500px no-repeat;*/
    background: #000000;
    color: #4a4a4a;
	font: normal 10px Tahoma,Helvetica,Arial,sans-serif;
}
/*br {
    clear: both;
}*/

a:link, a:visited {
	color: #007bbb;
	text-decoration: none; 
}
a:hover, a:focus, a:active {
	border: 0;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 { font: normal 1em Helvetica,Arial,Tahoma,sans-serif; }

input.text, textarea.text {
    width: 125px;
    padding: 4px 5px;
    background: #ffffff url("images/input-text-bg.gif") repeat-x;
    border: 1px solid #b8b8b8;
    color: #333333;
    font: normal 11px Tahoma,Helvetica,Arial,sans-serif;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.text:focus {
    border-color: #575757;
}
input.text.wide {
    width: 300px;
}
input.text.mini {
    width: 110px;
}
select.text {
    width: 135px;
    padding: 4px 5px;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    color: #333333;
    font: normal 11px Tahoma,Helvetica,Arial,sans-serif;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
select.text.mini {
    width: 120px;
}

button {
    background: none;
    width: auto;
    overflow: visible;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button, button span, button em {
    height: 30px;
    line-height: 26px;
}
button span, button em {
    display: block;
    margin: 0;
    color: #ffffff;
}
button span {
    padding-left: 10px;
    background: #ffffff url("images/button-bg.png") no-repeat 0 0;
}
button em {
    font-style:normal;
    padding-right:10px;
    background: #ffffff url("images/button-bg.png") no-repeat 100% 0;
}


#container {
    /*background: transparent url("images/bg-bottom.jpg") bottom center no-repeat;*/
    background: url("images/bg-bottom.jpg") bottom repeat-x;
    display: block;
	margin: 0 auto;
}
#bottomFlash {
    text-align: right;
    width: 1000px;
    height: 81px;
    display: block;
    margin: auto;
}
#topFlash {
    /*background: #141517 url("images/bg-body-flash.jpg") top center no-repeat;*/
    height: 434px;
    display: block;
}
#topFlashContent {
    width: 1000px;
    margin: auto;
}
#containerInner {
    width: 1000px;
    margin: auto;
    display: block;
    min-height: 540px;
}
#colLeft {
    float: left;
    width: 200px;
}
#colCenter {
    float: left;
    width: 560px;
    padding-left: 20px;
    /*padding-right: 20px;*/
}
#colRight {
    float: right;
    width: 200px;
}

div#colBottom {
	background: #ffffff;
	display: block;
}
div#rowPartners {
    overflow: hidden;
	display: block;
	border-bottom: dotted 1px #9f9f9f;
	padding: 10px 0;
    background: url("images/bottom-bg-partnerzy.gif") left center no-repeat;
}
div#rowPayments {
	border-bottom: dotted 1px #9f9f9f;
	padding: 10px 0;
    background: url("images/bottom-bg-platnosci.gif") left center no-repeat;
}
div#colBottom div.logos {
	display: block;
    width: 1000px;
	margin: 0 auto;
}
#partnerzy {
    white-space: nowrap;
    height: 30px;
}
#partnerzy ul li {
    height: 30px;
}
#partnerzy ul li a {
	margin: 0;
    padding: 0;
}
#partnerzy ul li a img {
	margin: 0;
    padding: 0;
}

.box, .boxCenter {
	margin-bottom: 7px;
	position: relative;
	z-index: 0;
    width: 200px;
}
.box div.header, .boxCenter div.header {
	background: url("images/box-header-bg.png") 0 0 no-repeat;
	width: 200px;
    height: 31px;
    position: relative;
}
.boxCenter {
    width: 560px;
}
.boxCenter div.header {
	background-image: url("images/box-header-wide-bg.png");
    width: 560px;
}
.boxCenter.boxMain div.header {
    display: none;
}
.box div.header h1, .boxCenter div.header h1 {
	color: #4c5154;
    font: bold 1.1em Tahoma,Helvetica,Arial,sans-serif;
	padding: 9px 12px 7px;
	position: relative;
	z-index: 2;
    cursor: default;
}
.box div.header h2, .boxCenter div.header h2 {
	color: #e6e6e6;
    font: bold 1.1em Tahoma,Helvetica,Arial,sans-serif;
	position: absolute;
    top: 10px;
    left: 13px;
	z-index: 1;
}
.move .box div.header h1 {
    cursor: move;
}


.box .outer {
    width: 200px;
}
.box .inner, .boxCenter .inner {
	background: #ffffff url("images/box-content-top-bg.gif") 0 0 repeat-x;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
    padding: 0 3px;
}
.boxCenter.boxMain .inner {
    background: #000000;
    padding: 0;
    border: 0;
}
.box .inner_clear {
    background: #ffffff;
    padding: 0;
    width: 200px;
}
.box .footer, .boxCenter .footer {
	display: block;
	font-size: 0.01em;
	height: 5px;
	line-height: 5px;
	position: relative;
	background: url("images/box-footer-bg.png") 0 0 no-repeat;
	width: 200px;
}
.boxCenter .footer {
    background-image: url("images/box-footer-wide-bg.png");
	width: 560px;
}
.boxCenter.boxMain .footer {
    display: none;
}
.box .inner li, .box .inner_clear li, .box p.wiecej, .boxCenter p.wiecej { 
	background: url("images/arrow-blue.gif") 5px 12px no-repeat;
	border-bottom: 1px solid #f2f2f2;
	font-size: 1.1em;
	padding: 8px 5px 9px 16px;
}

.boxCenter .inner ul.arrow li {
    background: url("images/arrow-blue.gif") 5px 10px no-repeat;
    font-size: 1em;
    border: 0;
    padding: 3px 5px 4px 16px;
}

.box .inner li.last, .box .inner_clear li.last, .box p.wiecej.last {
    border-bottom: none;
}

.box .inner li a, .box .inner_clear li a, .box .inner li a:visited {
	color: #4a4a4a;
	font-weight: bold;
}

.box .inner li.row2 { background-color: #f7f7f7; }
.box .inner li .detail { color: #adadad; }
.box .inner li div.last_logged { float: right; color: #adadad; }

.fiszki .outer {
    width: 200px;
}
.fiszki .inner {
	padding: 0 2px;
}
.fiszki .naglowek {
    background: url("images/box-fiszki-bg.png") 0 100% no-repeat;
}
.fiszki .rozwin .naglowek { background: none; }
.fiszki .rozwin div.text {
	background: url("images/box-fiszki-bg.png") -194px 100% no-repeat;
}
.fiszki h3 {
	background: url("images/arrow-blue.gif") 9px 9px no-repeat;
	font-size: 1.7em;
	padding: 2px 9px 7px 16px;
}


.fiszki h3 {
    display: block; /*dodane dla kikalnych fiszek!*/ /*   ############################################################################### */
}
.fiszki h3 a:link,
.fiszki h3 a:visited {
	color: #2b2b2b;
}

.fiszki h3 a:hover,
.fiszki h3 a:focus,
.fiszki h3 a:active {
	border: 0;
	color: #007bbb;
	text-decoration: none;
}

.fiszki .tematy { padding: 6px 0 0; }
.fiszki .tematy p {
	padding: 0 9px 1em;
    font-size: 1.1em;
	line-height: 1.5;
}
.fiszki .tematy p.data {
	display: none;
	margin: 0;
	padding: 0 9px 0 16px;
    color: #a0a0a0;
	font-size: 1.1em;
}
.fiszki .rozwin p.data { display: block; }
.fiszki img {
	border: 1px solid #e5e5e5;
	margin: 0 0 5px 9px;
	padding: 3px;
}
.box .inner div.avatar {
    float: left;
}
.box .inner div.avatar img {
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
img.avatar {
    border: 5px solid #EDEDED;
}

a.more,
a.more:visited {
	background: url("images/arrow-blue.gif") 100% 5px no-repeat;
	padding-right: 7px;
}






.holder {
	border: 3px solid #828282;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	left: -3px;
    margin-left: 2px;
	width: 200px;
}
.holder .top {
	background: #000000 url("images/box-drag-border-bg.png") 0 0 no-repeat;
	width: 206px;
    height: 9px;
	line-height: 9px;
    font-size: 0.01em;
	position: absolute;
    top: -3px;
    left: -3px;
}

.holder .bottom {
	background: #000000 url("images/box-drag-border-bg.png") 0 -10px no-repeat;
	width: 206px;
	height: 8px;
	line-height: 8px;
    font-size: 0.01em;
	position: absolute;
    bottom: -3px;
    left: -3px;
}
.drag_pattern {
	border: 2px solid #3e3f40;
    background: url("images/box-drag-pattern-bg.gif") 0 0 repeat;
	position: relative;
	z-index: -1;
}
.box .toggle {
    background: url("images/box-toggle.gif") 0 0 no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
	z-index: 3;
    top: 40%;
    left: 90%;
    cursor: pointer;
}
.box .toggle.up {
    background: url("images/box-toggle.gif") 0 0 no-repeat;
}
.box .toggle.down {
    background: url("images/box-toggle.gif") -9px 0 no-repeat;
}
.box .toggle.hover {
    background-image: url("images/box-toggle-hover.gif");
}
.box .footer_toggle {
	display: block;
	font-size: 0.01em;
	height: 5px;
	line-height: 5px;
	position: relative;
	background: url("images/box-footer-bg2.png") 0 0 no-repeat;
	width: 200px;
}
.sonda h3 {
	background: #474747 url("images/box-content-top-poll-bg.gif") 0 100% repeat-x;
	border-top: 1px solid #3b3b3b;
	color: #ffffff;
	font: bold 1.1em Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.5;
	padding: 6px 12px 10px;
}
.sonda table {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 100%;
}
.sonda table td {
	background: #f9f9f9;
	border-bottom: 1px solid #eaeaea;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
	vertical-align: top;
}
.sonda table td.label {
    padding-top: 10px;
}
.sonda .linki {
	background: #ffffff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #eaeaea;
	padding: 4px 0 0;
}
.sonda p.button {
	background: #ffffff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	height: 28px;
	padding: 6px 11px;
}


img.galeria {
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    background-color: #ffffff;
}
.boxMain img.galeria {
    padding: 0;
    border: 0;
    background-color: #000000;
}

div.partyInfo {
	width: 75px;
	text-align: center;
	border: solid 1px #dadada;
	padding: 1px;
	background-color: #ffffff;
	float: right;
}
div.partyInfo .dzien_nazwa {
	display: block;
	background: #535353 url("/images/party-day-name-bg.png") 0% 100% repeat-x;
	color: #ffffff;
	padding: 1px 0;
}
div.partyInfo .dzien {
	display: block;
	background: #f3f3f3 url("/images/party-day-bg.png") 0% 100% repeat-x;
	color: #454545;
	font-size: 2.4em;
	padding: 15px 0;
}


.infoBox {
    margin: 1.1em 0px;
    padding: 10px 25px 10px 70px;
    border: solid 1px #ffffff;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.infoBox.tip {
    background: #fffcd9 url("/images/infobox-tip.gif") no-repeat 22px 50%;
    border-color: #fff67e;
}
.infoBox.info {
    background: #eff5fa url("/images/infobox-info.gif") no-repeat 22px 50%;
    border-color: #bcd4ea;
}
.infoBox.warn {
    min-height: 22px;
    background: #ffe4e4 url("/images/infobox-warn.gif") no-repeat 22px 50%;
    border-color: #fdabab;
}
.infoBox.clean {
    padding: 14px 25px;
    background-image: none;
}

#navi_previous span, #navi_next {
    color: #a0a0a0;
}
#navi_previous {
    width: 80px;
    text-align: left;
}
#navi_links {
    width: 362px;
    text-align: center;
}
#navi_next {
    width: 80px;
    text-align: right;
}
#navi_links a, #navi_links span {
    padding: 0 5px;
}
#navi_links span.current {
    color: #000000;
    font-weight: bold;
}


table.tabela td {
  border-top: 1px solid #f2f2f2;
  font-size: 1em;
  padding: 6px 5px 6px 5px;
}
table.tabela tr.last td {
    border-bottom: 1px solid #f2f2f2;
}
table.tabela tr.row1 td {
  background-color: #fafafa;
}
table.tabela tr.row2 td {
  background-color: #f0f0f0;
}
table.tabela td.summary {
  border-bottom: 1px solid #f2f2f2;
  font-weight: bold;
}
table.tabela.noBorder td {
    border: 0;
}
table.tabela td div.poll {
  width: 198px;
  height: 16px;
  background: #ffffff url("images/poll-bg/gray-bg.gif") repeat-x;
}
.boxCenter.boxMain td.hr {
    height: 30px;
    background: transparent url("images/content-hr.png") center no-repeat;
}

.pageBody {
    padding: 10px 15px;
    font: 11px/19px tahoma;
}
.boxMain .pageBody {
    padding: 0;
}
.pageBody h1 {
	font-size: 2.1em;
	padding: 2px 0 7px 0;
    color: #2b2b2b;
}
.pageBody h1 a:link, .pageBody h1 a:visited {
	color: #2b2b2b;
}
.pageBody h1 a:hover, .pageBody h1 a:focus, .pageBody h1 a:active {
	border: 0;
	color: #007bbb;
	text-decoration: none;
}
.boxMain .pageBody h1 a:link, .boxMain .pageBody h1 a:visited {
	color: #ffffff;
}
.boxMain .pageBody h1 a:hover, .boxMain .pageBody h1 a:focus, .boxMain .pageBody h1 a:active {
	border: 0;
	color: #f43830;
	text-decoration: none;
}
.pageBody h2 {
	font-size: 1.6em;
	padding: 2px 0 7px 0;
    color: #2b2b2b;
}

.pageBody p.gray {
    color: #a0a0a0;
}

.pageBody div.content ul { list-style-type: circle; margin-left: 25px; }
.pageBody div.content ol { list-style-type: decimal; margin-left: 25px; }

.boxMain .pageBody {
    color: #ffffff;
}

a.mailThis {
    background: url("images/email.png") center left no-repeat;
    padding-left: 21px;
}
a.buyThis {
    background: url("images/buy.gif") center right no-repeat;
    padding-right: 21px;
}

.wrap:after {
    content: "."; 
    display: block;
	height: 0;
    clear: both; 
    visibility: hidden;
}
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}




ul#cardMenu {
    margin:0 auto;
    padding:0;
    list-style:none;
    width: 522px;
    height: 30px;
    display: block;
    clear: both;
    background:url("/images/card-menu-bg.gif") bottom repeat-x;
    font-size: 11px;
}
ul#cardMenu li {
    display:inline;
    line-height: 30px;
    margin:0;
    padding:0;
}
ul#cardMenu a:link, ul#cardMenu a:visited, ul#cardMenu p {
    float:left;
    background:url("/images/card-menu-left-bg.gif") no-repeat left top;
    padding:0 0 0 4px;
    text-decoration:none;
    background-position:0% -42px;
    color: #666;
    cursor: pointer;
    outline: none;
}
ul#cardMenu p {
    cursor: default;
}
ul#cardMenu a span, ul#cardMenu p span {
    float:left;
    display:block;
    background:url("/images/card-menu-right-bg.gif") no-repeat right top;
    padding: 0 14px 0px 10px;
    line-height: 30px;
    color:#666;
    background-position:100% -42px;
}
ul#cardMenu a:hover span {color:#000; text-decoration: none;}
ul#cardMenu a:hover, ul#cardMenu a:active {
    background-position:0 0;
    color: #000;
    text-decoration: none;
    outline: none;
}
ul#cardMenu a:hover span {
    background-position:100% 0;
}
ul#cardMenu li.selected a:link, ul#cardMenu li.selected a:visited, ul#cardMenu li.selected p {
    float:left;
    background:url("/images/card-menu-left-bg.gif") no-repeat left top;
    padding:0 0 0 4px;
    text-decoration:none;
    outline: none;
    cursor: default;
}
ul#cardMenu li.selected a:hover, ul#cardMenu li.selected a:active {
    text-decoration: none;
}
ul#cardMenu li.selected a span, ul#cardMenu li.selected p span {
    float:left;
    display:block;
    background:url("/images/card-menu-right-bg.gif") no-repeat right top;
    padding: 0 14px 0px 10px;
    line-height: 30px;
    color:#666;
    outline: none;    
}
ul#cardMenu li.selected a:hover span {color:#666; text-decoration: none;}
div#cardMenuBody {
    margin: 0 auto;
    display: block;
    width: 480px;
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}




.fiszki-wide .outer {
    width: 100%;
}
.fiszki-wide .naglowek {
    background: url("images/box-fiszki-wide-bg.png") 0 100% no-repeat;
}
.fiszki-wide .rozwin .naglowek { background: none; }
.fiszki-wide .rozwin div.text {
	background: url("images/box-fiszki-wide-bg.png") 0 100% no-repeat;
    padding: 5px 0 6px 0;
}
.fiszki-wide h3 {
	background: url("images/arrow-blue.gif") 9px 12px no-repeat;
	font-size: 1.7em;
	padding: 2px 9px 7px 16px;
}
.fiszki-wide h3 {
    display: block;
    cursor: pointer;
}
.fiszki-wide h3 a:link,
.fiszki-wide h3 a:visited {
	color: #2b2b2b;
}

.fiszki-wide h3 a:hover,
.fiszki-wide h3 a:focus,
.fiszki-wide h3 a:active {
	border: 0;
	color: #2b2b2b;
	text-decoration: none;
}

.fiszki-wide .tematy { padding: 0 0 6px 0; margin-bottom: 10px; }






ul#shopCategory {
    z-index: 1000;
    width: 558px;
    background: url("images/shop-menu-bg.png") 0 0 repeat-x;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
}
ul#shopCategory li.top {
    height: 36px;
    line-height: 36px;
}

ul#shopCategory a:link, ul#shopCategory a:visited { color: #222222; text-decoration: none; display: block; }
ul#shopCategory a:hover, ul#shopCategory a:active { color: #000000; text-decoration: none; }

ul#shopCategory { position: relative; }
ul#shopCategory li {
    font-weight: bold;
    float: left;
    zoom: 1;
    line-height: 24px;
    padding: 0 8px;
}
ul#shopCategory li a.cat-ico-klub {
    padding-left: 30px;
    background: url("images/cat-ico-klub.png") 0 50% no-repeat;
}
ul#shopCategory li a.cat-ico-regulamin {
    padding-left: 18px;
    background: url("images/cat-ico-regulamin.png") 0 50% no-repeat;
}
ul#shopCategory li a.cat-ico-selekcja {
    padding-left: 24px;
    background: url("images/cat-ico-selekcja.png") 0 50% no-repeat;
}
ul#shopCategory li a.cat-ico-rezydenci {
    padding-left: 39px;
    background: url("images/cat-ico-rezydenci.png") 0 50% no-repeat;
}
ul#shopCategory li a.cat-ico-dj {
    padding-left: 38px;
    background: url("images/cat-ico-dj.png") 0 50% no-repeat;
}
ul#shopCategory li:last-child a {
    border-right: none; /* Doesn't work in IE */
}
ul#shopCategory li.hover, ul#shopCategory li:hover {
    background: #a2a2a2;
    color: #000000;
    position: relative;
}
ul#shopCategory li.hover a {
    color: #000000;
}

ul#shopCategory li a.down {
    background: url("images/shop-menu-ico-down.gif") 0 50% no-repeat;
    padding-left: 10px;
}
ul#shopCategory li.spacer {
    background: #E2E1E1 url("images/shop-menu-spacer.gif") 0 0 repeat-y;
    width: 2px;
    padding: 0px;
    height: 36px;
}

/* 
	LEVEL TWO
*/
ul#shopCategory ul {
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
ul#shopCategory ul li {
    font-weight: normal;
    background: #f6f6f6;
    color: #000; 
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: none;
    /*display: block; width: 100%;*/
}

/* IE 6 & 7 Needs Inline Block */
ul#shopCategory ul li a	{
    border-right: none;
    width: 100%;
    display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul#shopCategory ul ul {
    left: 100%;
    top: 0;
}
ul#shopCategory li:hover > ul { visibility: visible; }




.quote-info {
	background: #EAEAEA url("images/quote.gif") no-repeat right;
	border-top: 1px dotted #BEBEBE;
	border-right: 1px dotted #BEBEBE;
	border-left: 4px solid #BEBEBE;
	color: #333333;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 3px;
}
.quote-body {
    background-color: #ffffff;
	border: 1px dotted #BEBEBE;
	border-left: 4px solid #BEBEBE;
	color: #000000;
	padding: 4px;
	margin: 0 auto 8px auto;
}
ul.tool {
	text-align: right;
	list-style: none;
	padding-bottom: 15px;
}
ul.tool li {
	float: right;
	height: 18px;
	padding-left: 10px;
}


table.items { border-collapse:collapse;border-spacing:0;
line-height:120%;
}
table.items tr td {
    font: 11px/19px Tahoma;
    padding:6px 5px 5px 5px;
    border-bottom:1px solid #fff;
}
table.items tr.last td {
	border-bottom:4px solid #dddddd
}
table.items th {font-size:0.9em;font-weight:bold;padding:6px}
table.items tr.row1 td {
    background-color: #fbfbfb;
}
table.items tr.row2 td {
    background-color: #f4f4f4;
}
table.items tr.row1 td.select {
    background-color:#f3f3f3;
}
table.items tr.row2 td.select {
    background-color:#ebebeb;
}

table.items .header {
    background: #eeeeee url("/images/forum-th-bg.gif") 0 100% repeat-x;
	color: #474a50;
}
table.items .header th {
    padding: 7px 0;
}

div.ads {
	display: block;
	margin-bottom: 10px;
}
