@charset "utf-8";

@import "reset.css";


html {
	background: #212121 url(../images/gfx/bg1.gif);
}
body {
	background: url(../images/gfx/bg2.png) repeat-x;
	font: 1em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:default;
	color: #b2b2b2;
}

#warp {
	width: 980px;
	margin: 0 auto;
}

a {
	color: #A052AA;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #3B1AA2;
}

/* TopNav
*******************/

#topNav {
	background: #000 url(images/gfx/load.gif) no-repeat 1000px 1000px;
	height: 26px;
	padding: 8px 0 0 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	font-size: 12px;
	color: #b2b2b2;
}
	#newsletter {
		float: left;
		width: 300px;
	}
		#newsletter_div {
			position: absolute;
			background: #000;
			color: #FFF;
			display: none;
			font-weight: bold;
			padding: 2px 4px;
			 border-radius: 4px;
		-moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
		}
	#user {
		float: left;
		width: 500px;
	}
	#credits {
		float: left;
	}
		#credits a {
			color: #FFF;
		}
		#credits a:hover {
			color: #A052AA;
		}
	#topNav a {font-weight: bold}

/* Top
*******************/

#top {
	height:106px;
	background:url(../images/gfx/top.jpg);
}
	#top h1 {
		float: left;
		padding: 19px 0 0 156px;
	}



/* Search
*******************/

#search {
	background:url(../images/gfx/login-box.png) no-repeat;
	height: 86px;
	width:200px;
	float: left;
	margin-left: 20px;
	padding-top:20px;
}
	#search label {
		display: block;
		padding: 5px 0;
		clear: both;
	}
	#search label span {
		float: left;
		width: 55px;
		font-size: 11px;
		color: #FFF;
		padding-left: 10px;
	}
	#search input[type=text] {
		background:url(../images/gfx/text2.png);
		width: 105px;
		padding: 3px 5px 0;
		height: 17px;
		display: block;
		float: left;
		font-size: 12px !important;
		color: #FFF;
		font-weight: normal;
		border: none;
	}
	#search label b {
		background:url(../images/gfx/select.png);
		width: 105px;
		padding: 0 5px;
		height: 20px;
		font-size: 12px;
		color: #FFF;
		font-weight: normal;
		display: block;
		float: left;
		position: relative;
		z-index: 200;
	}
	#search b.text > i {
		font-style: normal;
		padding: 1px 0 0 1px;
		display: block;
		height: 100%;
		width: 90px;
		overflow: hidden;
		white-space: nowrap
	}
	
	#search label b span {
		display:none;
		width: 120px;
		float: none;
		background: url(../images/gfx/a90.png);
		border: 1px solid #FFF;
		position: absolute;
		z-index: 201;
		padding-left:3px;
		top: 99%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		left: -8px;
	}
	#search b span i {
		display: block;
		text-shadow: 1px 1px 1px #000;
		width: 120px;
		color: #FFF;
	}
	#search b span i:hover {
		color: #CE00FF;
		cursor: pointer;
	}
	#search input[type=submit] {
		background: url(../images/gfx/button.png);
		width: 32px;
		margin: 0 18px 0 0;
		height: 17px;
		display: block;
		float: right;
		font-weight: bold;
		color: #FFF;
		border: none;
	}

 
/* Nav
*******************/

#nav {
	height: 46px;
	line-height: 38px;
	background:url(../images/gfx/nav-bg.png) no-repeat;
	text-align: center;
}
	#nav li {
		display: inline-block;
		height: 42px;
		padding-left: 2px;
		background:url(../images/gfx/nav-line.png) no-repeat left center;
	}
	#nav li:first-child {
		padding-left: 0;
		background: none;
	}
	#nav li a {
		display: block;
		height: 100%;
		color: #FFF;
		font-weight: bold;
		padding: 0 30px;
		font-size: 12px;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #000;
		letter-spacing: 1px;
	}
	#nav li a:hover {
		text-shadow: 0 0 5px #FFF;
		opacity: 0.99;
	}


/* Left
*******************/

#left {
	float: left;
	width: 200px;
	padding: 10px 0 0 20px;
}
	#left ul {
		padding: 15px 0 15px 20px;
	}
	#left ul li {
		padding-left: 15px;
		background:url(../images/gfx/dot2.gif) no-repeat 0 6px;
		font-size: 12px;
		line-height: 17px;
		color: #7f7f7f;
	}
	#left ul li a {
		display: block;
		color: #b2b2b2;
		font-weight: bold;
	}
	#left ul li a:hover {
		color: #FFF;
	}
	#left .bigList {
		padding: 10px 0;
	}
	#left .bigList li {
		padding: 5px 20px;
		background: none;
		border-top: 1px solid #191919;
	}
		#left .bigList li:first-child {
			border-top: none;
		}
	#left .banner {
		display: block;
		text-align: center;
		margin: 20px 0;
	}
	
	
	#left ul.podmenu {
		padding: 0px 0 5px 0px;
	}
		#left ul.podmenu li {
			background: none
		}

/* Content
*******************/

#content {
	float: left;
	width: 730px;
	padding: 10px 0 0 30px;
}
#content .box {margin-bottom: 10px}
#content .box.no-margin {margin-bottom:0}
#content .box.no-top-margin {margin-top:0}

#content p {
	font-size: 12px;
	color: #7f7f7f;
	padding: 0 30px 20px;
}


/* Box
*******************/

.box {
	background:#000000 url(../images/gfx/box-bg.png) repeat-x;
}
	.box h4 {
		color: #FFF;
		padding-left: 20px;
		height: 34px;
		line-height: 36px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-shadow: 1px 1px 1px #000;
	}
	.box h4 img {
		vertical-align: middle;
		margin: 0 5px 0 0;
	}


/* BigBanner
***************

#bigBanner {
	height: 267px;
	background:url(../images/_big_ban.jpg) no-repeat;
	border: 1px solid #4c4c4c;
	border-top: none;
	position: relative;
	z-index: 10;
}
	#bigBanner .nav {
		position: absolute;
		z-index: 20;
		background:url(../images/gfx/a70.png);
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0 10px;
	}
	.nav p {
		float: left;
	}
		.nav img {
			vertical-align: middle;
			margin: 0 2px;
		}
		.nav a {
			font-weight:bold;
			color: #b2b2b2;
		}
		.nav a:hover {color: #FFF}
		
	.nav .links {
		float: right;
	}
	.nav .links a {
		border: 1px solid #888;
		padding: 0 5px;
		margin: 0 2px;
		text-align: center;
	}
	.nav .links a:hover {
		border: 1px solid #8b239b;
	}
#bigBanner .text {
	float: right;
	width: 160px;
	font-size: 13px;
	padding: 40px 35px 0 0;
	text-shadow: 1px 1px 1px #000;
	color: #EEE;
}

*/
/* Forms
****************/

label span {
	padding: 0 3px 0 5px;
}

#topNav input[type=text],
#topNav input[type=password] {
	background:url(../images/gfx/text.png);
	height: 17px;
	width:82px;
	padding: 0 4px;
	font-size: 12px;
	color: #CCC;
	border: none;
	vertical-align: middle;
}

#topNav input[type=submit],
#topNav input[type=button] {
	background:url(../images/gfx/button2.png);
	height: 17px;
	width: 32px;
	font-size: 12px;
	color: #EEE;
	border: none;
	vertical-align: middle;
	text-align: center;
		cursor: pointer;
}

a.more {
	background:url(../images/gfx/button3.png) no-repeat;
	float: right;
	width: 45px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	text-align: center;
	color: #EEE;
	margin-top: 20px;
}
	a.more:hover {color: #8b239b}


/* Items
****************/
#items {
	margin: 0 -10px;
}
#items .item {
	border: 1px solid #4c4c4c;
	width: 230px;
	margin: 9px 9px;
	float: left;
	display: block;
	position: relative;
	z-index: 20;
	background: #FFF;
}
#items .small.item {
	width: 165px;
	margin-left: 11px;
}
#items .small.item img {
	max-width: 165px;
}
	#items.small .item {margin: 0 9px 10px;}
	#items .item img {
		display: block;
		margin: 0 auto;
	}
	#items .item h3 {
		position: absolute;
		z-index: 30;
		bottom: 0;
		left:0;
		right:0;
		background:url(../images/gfx/a70.png);
		font-size: 13px;
		color: #b2b2b2;
		font-weight: normal;
		padding: 0 5px;
		text-shadow: 0 0 1px #000;
	}
	#items .item .hd {
		position: absolute;
		text-align: center;
		z-index: 30;
		bottom: 0;
		left:0;
		right:0;
		background:url(../images/gfx/a70.png);
		font-size: 13px;
		color: #FFF;
		font-weight: normal;
		padding: 0 5px;
		text-shadow: 0 0 2px #000;
	}
	#items .item .hd:hover {
		color: #A052AA;
	}
	#items > .item > div {display: none;}

#items .item:hover {border: 1px solid #FFF;}

	span.tool {
		position: absolute;
		z-index: 90;
		top: 0;
		bottom: 0;
		left:0;
		right:0;
		background: #FFF;
		opacity: 0.001; filter:alpha(opacity=01);
	}
	.item .icon {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left:0;
		z-index: 70;
		background: no-repeat center center;
	}
	.icon.video {
		background-image: url(../images/video.png);
	}
	.icon.foto {
		background-image: url(../images/image.png);
	}

/*
*********************/
.moreInfo {
	position: absolute;
	z-index: 999999;
	background: url(../images/gfx/a90.png);
	min-height: 429px;
	width: 345px;
	display: none;
	border: 1px solid #4c4c4c;
	font-size: 12px;
	color: #B2b2b2;
}
	.moreInfo h3 {
		color: #b2b2b2;
		font-size: 13px;
		padding: 0 5px 10px;
	}
	.moreInfo h3 span {
		color: #F00;
		float: right;
	}
	.moreInfo p, .moreInfo ul {
		padding: 5px 7px;
	}

/* Pager
*******************/
#pager {
	background: #000;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}
	#pager a {
		border: 1px solid #4c4c4c;
		padding: 2px 10px;
		margin: 0 2px;
		        border-radius: 5px;
		   -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #DDD;
		text-transform: uppercase;
		font-size: 12px;
	}
	#pager span {
		padding: 2px 10px;
		margin: 0 2px;
		        border-radius: 5px;
		   -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #111;
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
	}
	#pager a:hover {color:#FFF}
	#pager p {
		padding: 0 0 10px 0;
		margin: 0;
	}


/* bigBannerSlide
**********************/
#bigBannerSlide {
	border: 1px solid #4c4c4c;
	border-top: none;
}
#bigBannerSlide .text {
	float: right;
	width: 160px;
	padding: 40px 35px 0 0;
	text-shadow: 1px 1px 1px #000;
	color: #EEE;
}

	.text h6 {
		font-size:13px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#content #bigBannerSlide .text p {
		padding: 0;
		font-size: 13px;
		color: #EEE;
	}
/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
	position: relative;
	z-index: 50;
	overflow: hidden; 
}
	.stripViewer ul { 
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 51;
		left: 0;
		top: 0;
		width: 1%;
		list-style-type: none;
	}
	.stripViewer ul li { 
		float:left;
		position: relative;
		z-index: 52;
		width: 728px;
		height:267px;
	}
.stripTransmitter {
	margin-top: -31px;
	margin-left:1px;
	/*background: url(../images/gfx/a70.png);*/
	overflow: auto;
	position: relative;
	z-index: 100;
	text-align: right;
	width: 728px;
	height: 27px;
	padding-top:3px;
}
	.stripTransmitter ul {
		margin: 0;
		padding: 0 5px 0 0;
		position: relative;
		list-style-type: none;
		z-index: 100;
	}
	.stripTransmitter ul li{
		display: inline;
		margin: 0 1px 1px 0;
	}
	.stripTransmitter a{
			border: 1px solid #888;
			padding: 0 5px;
			margin: 0 2px;
			text-align: center;
			color: #b2b2b2;
			font-size: 11px;
		}
		.stripTransmitter a:hover {
			border: 1px solid #8b239b;
		}
	.stripTransmitter a.current {
		border-color: #3B1AA2;
		color: #3B1AA2;
	}


/* Footer
**********************/

#footer {
	clear: both;
	background: #000;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	clear: both;
}
#footer li a {
	color: #b4b4b4;
	display: block;
}
#footer li a:hover {
	color: #FFF;
}
	#footer > ul > li {
		float: left;
		width: 230px;
		padding: 10px 0 0 15px;
		font-size: 12px;
	}
	#footer > ul > li > a {
		font-weight: bold;
	}
		#footer > ul > li > ul {
			padding: 2px 0 0 20px;
		}

	#footer #copy {
		clear: both;
		text-align: center;
		padding: 10px 0;
		font-size: 11px;
		color: #b4b4b4;
	}
		#copy span {
			display: block;
			font-size: 10px;
			color: #666;
		}

		
/* Flash Download
*********************/		
	#flash {
		text-align: center;
		padding: 10px;
	}
	#download .n1,
	#download .n2,
	#download .n3,
	#download .n4,
	#download .n5 {
		text-align: center;
		float: left;
		font-size: 12px;
	}
	#download .n1 {
		width: 200px;
		text-align: left;
		padding-left: 10px;
	}
	#download .n2,
	#download .n3,
	#download .n4  {
		width: 120px;
	}
	#download .n5 {
		width: 160px;
	}
	#download dt,
	#download dd {
		clear: both;
		height: 40px;
		line-height: 40px;
	}
	#download dt {
		font-weight: bold;
		border-bottom: 1px solid #333;
		text-shadow: 1px 1px 1px #000;
	}
	#download dd:hover {
		background: url(../images/gfx/box-bg.png) repeat-x bottom;
		color: #FFF;
		text-shadow: 0 0 8px #888;
	}
	#download dd a {
		background: #111 url(../images/gfx/box-bg.png) repeat-x bottom;
		padding: 4px 20px;
		border: 1px solid #111;
		text-shadow: none !important;
	}



.cat a {
	display: block;
	width: 217px;
	margin: 9px 9px;
	padding: 3px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #222;
}
	.cat a b {
		display: block;
		text-align: center;
		padding: 3px 0 8px 0;
	}
	
	.cat a:hover {
		border-color: #666;
		background: rgba(0,0,0,0.2);
	}


#tags {
	text-align: center;
	padding: 20px;
	overflow: visible;
}
	#tags a {
		padding: 3px 6px;
		vertical-align: middle;
		display: inline-block;
	}
	.tag0 {font-size: 10px}
	.tag1 {font-size: 15px}
	.tag2 {font-size: 20px}
	.tag3 {font-size: 25px}
	.tag4 {font-size: 30px}
	.tag5 {font-size: 35px}
	
	
	

	


/* Syf ze sklepu
*****************/

.paypal {
	text-align: center;
}
.paypal input {
		border: 1px solid #4c4c4c;
		background: #000;
		padding: 2px 10px;
		margin: 10px 2px;
		        border-radius: 5px;
		   -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #DDD;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
}



