body { 
	background: #140004;
	padding: 0px;
	margin: 0px;
	color: black; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-image:url(../images/texture.png);
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #DE012D;
}

a:hover {
	color: black;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: #c40128;
}

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; max-width: 300px; padding: 4px 7px 3px 7px; text-align: center; box-shadow: 0px 0px 7px black; -moz-box-shadow: 0px 0px 7px black; -webkit-box-shadow: 0px 0px 7px black; -khtml-box-shadow: 0px 0px 7px black; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n, .tipsy-arrow-s, .tipsy-arrow-e, .tipsy-arrow-w { border-bottom-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }

.blok1 {
	position: fixed;
	width: 100%;
	height: 45px;
	top: 0px;
	left: 0px;
	z-index: 999;
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
}

.blok2 {
	width: 100%;
	height: 44px;
	background-color: #c40128;
	background-image: -moz-linear-gradient(top, #c60128, #9a001f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#c60128), to(#9a001f));
	background-image: -o-linear-gradient(top, #c60128, #9a001f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60128', endColorstr='#9a001f');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60128', endColorstr='#9a001f')';
	background-image: linear-gradient(top, #c60128, #9a001f);
	border-bottom: 1px solid white;
}

.blok2-2 {
	width: 894px;
	height: 44px;
	margin: 0 auto;
}

.podmenu {
	position: absolute;
	width: 480px;
	margin-left: 280px; 
	margin-top: 6px;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #7A0000;
}

.itemtop {
	width: 84px;
	padding-top: 8px;
	height: 22px;
	float: left;
	margin: 0px;
	border-right: 1px solid #dfdddd;
	border-left: 1px solid #ffffff;
	text-align: center;
	color: #4b4b4b;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
}

.logintop {
	position: absolute;
	margin-left: 778px;
	margin-top: 6px;
	width: 110px;
	padding-top: 8px;
	height: 22px;
	text-align: center;
	color: #4b4b4b;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	border: 1px solid #7A0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 50;
}

#loginbox {
	position: fixed;
	width: 300px;
	height: 160px;
	left: 50%;
	top: 46px;
	margin-left: -224px;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	z-index: 900;
	display: none;
	padding: 10px;
	padding-left: 138px;
	color: #575757;
}

#loginbox input[type=text], #loginbox input[type=password] {
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid grey;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	margin-bottom: 5px;
	outline: none;
}

#loginbox input:focus {
	border: 1px solid red;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
	color: black;
}

#loginbox input[type=submit] {
	border: 1px solid red;
	padding: 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	color: #575757;
	float: right;
	margin-right: 2px;
}

#loginbox input[type=submit]:hover {
	color: #DE012D;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
}

.polewyszukiwarki {
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid grey;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	margin-bottom: 5px;
	outline: none;
	width: 185px;
	margin-left: 5px;
	display: inline-block;
}

.polewyszukiwarki:focus {
	border: 1px solid red;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
	color: black;
}

.przyciskwyszukiwarki {
	border: 1px solid red;
	padding: 4px;
	height: 25px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	width: 70px;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	color: #575757;
	display: inline-block;
}

.przyciskwyszukiwarki:hover {
	color: #DE012D;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
}

#plakat {
	position: fixed;
	width: 400px;
	height: 562px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -260px;
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 900;
	display: none;
	cursor: pointer;
}

#facebook-box {
	position: fixed;
	width: 295px;
	height:213px;
	top: 150px;
	left: 0px;
	padding: 0px;
	z-index: 100;
	margin-left: -234px
}

#facebook-iframe {
	margin: 0px; 
	background-color: white; 
	border:none; 
	float: left; 
	overflow:hidden;
	width:234px; 
	height:213px;
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
}

.facebook-icon {
	width: 61px;
	height: 61px;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	margin: 0px;
	border: none;
}

.facebook-icon:hover, .android-icon:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.android-icon {
	background-image: url(/images/androidindex.png);
	width: 60px;
	height: 113px;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	margin: 0px;
	border: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 90;
}

.span-login {
	display: block;
	float: left;
	width: 40px;
	text-align: right;
	padding-top: 7px;
	margin-right: 3px;
	font-weight: bold;
}

#infologin {
	display: block;
	margin-left: 6px;
	margin-top: 12px;
	color: grey;
	font-style: italic;
	font-size: 11px;
}

#zaslona {
	position: fixed;
	background-color: black;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 800;
	display: none;
}

.itemtop:hover, .logintop:hover {
	color: #DE012D;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
}

.itemtop:active, .logintop:active, #loginbox input[type=submit]:active {
	color: #DE012D;
	background-image: -moz-linear-gradient(top, #ffffff, #c3c3c3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#c3c3c3));
	background-image: -o-linear-gradient(top, #ffffff, #c3c3c3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c3c3c3');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c3c3c3')';
	background-image: linear-gradient(top, #ffffff, #c3c3c3);
}

#usericon {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 4px;
}

.blok3 {
	width: 100%;
	height: 2px;
	background-color: white;
}

.blok4 {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	background: url(/images/gjasny.jpg) white;
	border: 1px solid #DE012D;
	border-top: none;
	border-bottom: none;
	box-shadow: 0px 0px 15px #DE012D;
	-moz-box-shadow: 0px 0px 15px #DE012D;
	-webkit-box-shadow: 0px 0px 15px #DE012D;
	-khtml-box-shadow: 0px 0px 15px #DE012D;
	color: #383838;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#stopka {
	margin-top: 16px;
	border-top: 1px solid #9E9E9E;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4b4b4b;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	margin-left: -10px;
	width: 900px;
}

#stopka a {
	color: #DE012D;
	text-decoration: none;
}

#stopka a:hover  {
	text-decoration: underline;
}

.useravatar {
	width: 95px; 
	height: 95px; 
	margin-left: 7px;
	margin-right: 6px;
	float: left; 
	border: 1px solid #5C5C5C; 
	box-shadow: 0px 0px 5px grey; 
	-moz-box-shadow: 0px 0px 5px grey; 
	-webkit-box-shadow: 0px 0px 5px grey;
	-khtml-box-shadow: 0px 0px 5px grey;
	background-image: url(/images/brak.jpg);
	background-size: 95px 95px;
	background-repeat: no-repeat;
	margin-top: 6px;
	opacity: 0.9; 
	filter: alpha(opacity = 90);
	cursor: pointer;
	margin-bottom: 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.useravatar:hover {
	opacity: 1; 
	filter: alpha(opacity = 100);
	box-shadow: 0px 0px 5px black; 
	-moz-box-shadow: 0px 0px 5px black; 
	-webkit-box-shadow: 0px 0px 5px black; 
	-khtml-box-shadow: 0px 0px 5px black; 
}

.useravatar img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.useravatar img {
	width: 95px; 
	height: 95px;
}

.useravatar-pole {
	position: absolute; 
	width: 92px; 
	height: 17px; 
	margin-top: 75px; 
	background-image: url(/images/avatarpole.png); 
	padding-left: 3px; 
	padding-top: 4px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.useravatar-nick {
	position: absolute; 
	color: white; 
	overflow: hidden; 
	width: 90px; 
	height: 14px; 
	margin-top: 79px; 
	font-family: arial; 
	font-size: 10px; 
	padding-left: 3px; 
	padding-top: 2px;
	text-align: center;
	text-shadow: 1px 1px 1px black;
}

.livestream {
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	height: 30px;
	width: 793px;
	margin-left: 18px;
	border: 1px solid #868686;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 50px;
	padding-top: 8px;
	font-size: 18px;
	color: #383838;
	overflow: hidden;
	box-shadow: 0px 0px 5px #C2C2C2; 
	-moz-box-shadow: 0px 0px 5px #C2C2C2; 
	-webkit-box-shadow: 0px 0px 5px #C2C2C2; 
	-khtml-box-shadow: 0px 0px 5px #C2C2C2; 
}

.titlelive {
	display: block;
	width: 234px;
	float: left;
	font-weight: bold;
}

.streamicon {
	background-image: url(/images/stream.png);
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -3px;
	margin-left: -38px;
}

.slides_container {
	width: 559px;
	display: none;
}
		
.slides_container div {
	width: 559px;
	height: 25px;
	display: block;
	color: #DE012D;
	overflow: hidden;
}

.slides_container div a {
	color: #DE012D;
	font-weight: bold;
	text-decoration: none;
}

.slides_container div a:hover {
	color: black;
}

.logi-box {
	margin-left: 18px;
	margin-top: 16px;
	width: 415px;
	height: 193px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #C2C2C2; 
	-moz-box-shadow: 0px 0px 5px #C2C2C2; 
	-webkit-box-shadow: 0px 0px 5px #C2C2C2; 
	-khtml-box-shadow: 0px 0px 5px #C2C2C2; 
	margin-bottom: 15px;
}

.logi-top {
	background-color: #C40128;
	background-image: -moz-linear-gradient(top, #C60128, #9A001F);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#C60128), to(#9A001F));
	background-image: -o-linear-gradient(top, #C60128, #9A001F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60128', endColorstr='#9a001f');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60128', endColorstr='#9a001f')';
	background-image: linear-gradient(top, #C60128, #9A001F);
	padding-left: 10px;
	padding-top: 7px;
	height: 24px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#listalive
{
	overflow: hidden;
	width: 413px;
	height: 161px;
	border: 1px solid #868686;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-top: none;
}

.sluchaczelive
{
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	overflow: hidden;
	width: 413px;
	height: 161px;
	border: 1px solid #868686;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-top: none;
}

#listalive ul
{
	margin: 0px;
	padding: 0px;
	width: 100%
}

#listalive li
{
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	display: block;
	border-bottom: 1px solid #D4D4D4;
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: 21px;
	text-align: middle;
	padding-top: 5px; 
	padding-left: 10px;
	color: #383838;
	overflow: hidden;
}

#listalive li a
{
	color: #DE012D;
	font-weight: bold;
	text-decoration: none;
}

#listalive li a:hover
{
	color: black;
}

#slider2{
	background: silver;
	margin: 0px;
	width:468px;
	border: 1px solid grey;
	margin-left: 206px;
	margin-top: 0px;
}	
#slider2 ul, #slider2 li{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:0px;
}
#slider2 li{ 
	width:468px;
	height:60px;
	overflow:hidden;
}

#prevBtn, #nextBtn {
	display: none;
}

.ul1 ul {
	margin-bottom: 10px;
}

.ul1 {
	font-size: 13px;
}

.station {
	width: 378px;
	padding: 8px;
	padding-left: 30px;
	margin-top: 10px;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	box-shadow: 0px 0px 5px #C2C2C2; 
	-moz-box-shadow: 0px 0px 5px #C2C2C2; 
	-webkit-box-shadow: 0px 0px 5px #C2C2C2; 
	-khtml-box-shadow: 0px 0px 5px #C2C2C2; 
	color: #DE012D;
	cursor: pointer;
	border: 1px solid #5C5C5C;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 15px;
	overflow: hidden;
	display: inline-block;
}

.station:hover {
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
	box-shadow: 0px 0px 5px grey; 
	-moz-box-shadow: 0px 0px 5px grey; 
	-webkit-box-shadow: 0px 0px 5px grey; 
	-khtml-box-shadow: 0px 0px 5px grey; 
	color: black;
}

.station-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(/images/glowna/station.png);
	margin-left: -22px;
}

.stacje-naglowek {
	color: black;
	font-size: 15px;
	font-weight: bold;
}

.station-box {
	margin-bottom: 22px;
	border-top: 1px solid silver;
}

.registerform {
	height: 325px;
	background: #F4F4F4;
	border: 1px solid #868686;
	width: 700px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #C2C2C2; 
	-moz-box-shadow: 0px 0px 5px #C2C2C2; 
	-webkit-box-shadow: 0px 0px 5px #C2C2C2; 
	-khtml-box-shadow: 0px 0px 5px #C2C2C2; 
}

.registerform input[type=text], .registerform input[type=password] {
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid grey;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	margin-bottom: 5px;
	margin-left: 2px;
	outline: none;
}

.registerform input:focus {
	border: 1px solid red;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
	color: black;
}

.registerform input[type=submit] {
	border: 1px solid red;
	padding: 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	color: #575757;
	float: right;
	margin-right: 15px;
}

.registerform input[type=submit]:hover {
	color: #DE012D;
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9')';
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
}

.registerform .tab3 img {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.registerform  a:hover {
	text-decoration: underline;
	color: #DE012D;
}

#sc2 {
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#E6E6E6));
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, white, #E6E6E6);
	height: 35px;
	width: 793px;
	margin-left: 18px;
	margin-top: 8px;
	border: 1px solid #868686;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 50px;
	padding-top: 2px;
	font-size: 18px;
	color: red;
	box-shadow: 0px 0px 5px #C2C2C2; 
	-moz-box-shadow: 0px 0px 5px #C2C2C2; 
	-webkit-box-shadow: 0px 0px 5px #C2C2C2; 
	-khtml-box-shadow: 0px 0px 5px #C2C2C2; 
	text-align: center;
	font-weight: bold;
}