body {
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background: #854406 url("/images/bg_autumn.png") repeat-x;
	margin: 0px 0px 0px 0px;
	color: #666666;
	text-align: justify;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
}

a:link, a:visited, a:active {
	color: #0094c8;
	/*	color:#25608D;*/
	text-decoration: none;

}

a:hover {
	color: #10c1ff;
}
.icon_order { margin:0px 3px; vertical-align: middle; }
.order_text { margin:0px 5px; }
div.film object {
	margin: 10px 0px 10px 0px;
	display: block;
}

div.film object embed {
	display: block;
}

.menu h1, .menu h2, .main2 h1, .main2 h2, .forum_main h1, #post_form h1, .main4 h1, .main4 h2, .header_blue, .login h2 {
	color: #fff;
	font-size: 16px;
	clear: both;


	padding:6px;
	vertical-align:middle;
	outline: none;
	border: 1px solid #2A94E5;
	text-shadow:0px -1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:inset 0px -1px 2px 0px rgba(30,255,255,0.5);
	/*	border-bottom: 1px solid #25608D;*/
	border-radius: 1px;
	letter-spacing:1px;
	margin: 0px 0px 10px 0px;
	background: #4d86b1; /* Old browsers */
	background: -moz-linear-gradient(top, #4d86b1 0%, #417aa5 50%, #2571aa 51%, #66a0cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d86b1), color-stop(50%,#417aa5), color-stop(51%,#2571aa), color-stop(100%,#66a0cc));
	background: -webkit-linear-gradient(top, #4d86b1 0%,#417aa5 50%,#2571aa 51%,#66a0cc 100%);
	background: -o-linear-gradient(top, #4d86b1 0%,#417aa5 50%,#2571aa 51%,#66a0cc 100%);
	background: -ms-linear-gradient(top, #4d86b1 0%,#417aa5 50%,#2571aa 51%,#66a0cc 100%);
	background: linear-gradient(top, #4d86b1 0%,#417aa5 50%,#2571aa 51%,#66a0cc 100%);
}
.icon_dot { background:url("http://www.efef.info/images/green_button_20x20.png") no-repeat; background-position:center left; padding-left:24px; }
div.forum_main {
	margin: 0px 0px 30px 0px;
}

h1 {
	font-size: 16px;

}

h2 {
	font-size: 16px;
}

h1, h2, h3, h4 {
	color: #222;
	margin: 0px;
	font-weight:bold;
}

p {
	word-spacing:2px;
}


H1 IMG, H2 IMG {
	float: left;
	MARGIN: 0px 10px 0px 0px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

FORM P {
	MARGIN: 0 0 0 0px;
	padding: 0 0 0 0px;
}

label {
	margin: 5px;
}

input[type="text"], input[type="password"], textarea {
	display: block;
	width: 100%;
	outline: none;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 10px 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f1f1f1;
	box-shadow: 0px -1px 1px rgba(0,0,0,0.1), inset 0px 0px 3px 1px #fff;
	margin: 1px 0px 1px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:focus, textarea:focus {
	border: 1px solid #66AFFF;
	box-shadow: 0px -1px 1px rgba(0,0,255,0.1), inset 0px 0px 3px 0px #00dcff;
	/*background-color: #edffbc;*/
	background-color: #fafafa;
	outline: none;
}

.box {
	padding: 6px 10px 6px 10px;
	outline: none;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	box-shadow: 0px2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px-1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
}

button, input[type="submit"], .button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.59);
	font-size: 12px;
	display: inline;
	position: relative;
	margin: 0px 1px 0px 1px;
	width: auto;
	height: auto;
	padding: 6px 10px 6px 10px;
	outline: none;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
}

button:hover, input[type="submit"]:hover, .button:hover {
	color: #888;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.69);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
}

button:active, input[type="submit"]:active, .button:active {
	color: #696969;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.53);
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #d8d8d8;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	-o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
}

input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: help;
}

select {
	width: 90%;
	font-size: 12px;
	color: #1b3600;
	padding: 2px 0px 2px 10px;
}

.tagDescription {
	margin: 0px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
}

.preview_gallery {
	position: relative;
	width: 140px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
	margin: 5px 6px 25px 6px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.preview_gallery:hover {
	background-color: #f2f2f2;
}

.preview_gallery a {
	display: block;
	border: 0px solid #fff;
}

.preview_gallery img {
	margin: 5px 5px 5px 5px;
	border: 0px;
}

.preview_gallery h3 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

.preview_gallery p {
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 130px;
}

#wrapper {
	padding: 0px 0px 0px 0px;
	border: 0;
	margin: 0px auto;
	width: 90%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.profileStatistics {
	width: 45%;
	margin-bottom: 30px;
}

.profileStatistics h2 {
	margin: 5px 0px 5px 0px;
}

.profileStatistics td {
	padding: 5px;
}

.profileStatistics td.type {
	text-align: left;
}

.profileStatistics td.value {
	text-align: right;
}


div.fb_like_button {
	display: inline;
	width: 80px;
	margin: 0px 0px 0px 0px;
}

div.g_like_button {
	display: inline;
	width: 50px;
	margin: 0px 0px 0px 0px;
}

#advertisment_under_top {
	clear: both;
	width: 100%;
	text-align: center;
}

#glowna {
	padding: 20px;
	margin: 0 auto;
	min-width: 900px;
	max-width: 980px;
	background-color: #FFF;
	margin-bottom: 0px;
	box-shadow:-1px 0px 15px rgba(0,0,0,0.1),1px 0px 15px rgba(0,0,0,0.1);
}

.userContent table {
	width: 100%;
}

.userContent table tr td {
	background-color: #fff;
}

.relatedVideos {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 3px solid #f3f3f3;
}

.relatedVideos h3 {
	font-weight: normal;
	margin: 0px 0px 10px 5px;
}

.relatedVideos p {
	margin: 2px 5px 5px 35px;
	font-size: 12px;
	color: #333;
	text-align: justify;
}

.tabelka_podobne div.thumb {
	display: inline-block;
	float: none;
	margin: 0px 0px 0px 0px;
}

.text_blue {
	font-size: 14px;
	color: #eee;
	font-weight: normal;
	letter-spacing: 2px;
}

.text_black {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
}

.radius_darkblue {
	border: 1px solid #16476C;
}

.radius {
	padding: 8px 0px 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}






.login {
	margin: 0px 0px 20px 0px;
	text-align: center;
	padding: 15px 10px 15px 10px !important;
	border-radius: 5px;
}

.login img.avatar {
	width: 128px;
	height: 128px;
	border: 1px solid #fff;
	margin: 10px 0px 10px 0px;
}

.login form {
	text-align: right;
}

.login button {
	right: 0px;
}



.menu ul {
	list-style-image: url('/images/dot.gif');
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
}

.menu ul li {
	padding: 0px;
}

.main {
	min-width: 390px;
	width: 60%;
	margin: 19px 0px 0px 0px;
	text-align: left;
	padding: 20px;
	float: left;
}

.main2 {
	width: 160px;
	margin: 0px 0px 0px 0px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.main4 {
	width: 80%;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.main3 h2 a img {
	margin: 0px 1px 0px 0px;
	float: none;
}

.top {
	margin-bottom: 20px;
	height: 80px;
}

.main3 {
	width: 60%;
	padding: 0px 0px 0px 0px;
	margin: 0px 25px 30px 25px;
	min-height: 100%;
	float: left;
}


div.paginacja {
	color: #000;
	clear: both;
	text-align: center;
	padding: 10px;
}

div.paginacja span.separator {
	display: none;
}

div.paginacja a:link, div.paginacja a:visited, div.paginacja a:active, div.paginacja span.current {
	margin-right: 5px;
	margin-left: 5px;
}

.inner_shadow {
	box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.3);
}

.inset {
	text-shadow: #fff 0px 1px 0, #000 0 -1px 0;
}

/* White-glossy elements */

div.white {
	color: #666;
	/*	text-shadow: 0px 1px 0px rgba(255,255,255,0.59);*/
	font-size: 12px;
	/*	width: auto;
		height: auto;*/
	background: #ececec;
	padding: 6px 10px 6px 10px;
	outline: none;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
}

.button-white {
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.59);
	font-size: 12px;
	display: inline;
	position: relative;
	margin: 0px 1px 0px 1px;
	width: auto;
	height: auto;
	background: #ececec;
	padding: 6px 10px 6px 10px;
	outline: none;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
	box-shadow: 0px2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px-1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);
}

.button-white:hover {
	color: #888;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.69);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0pxrgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px13px rgba(255,255,255,0.75);
}

.button-white:active {
	color: #696969;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.53);
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #d8d8d8;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	-o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 0pxrgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13pxrgba(255,255,255,0.20);
}

.button-white.current {
	color: #696969;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.53);
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #d8d8d8;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	-o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);
}

.button-white.dots, .button-white.dots:hover, .button-white.dots:active {
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.59);
	background: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 9px 2px 3px 2px;
	cursor: default;
}

div.blue, button.blue {
	padding: 5px 10px 5px 10px;
	color: #fff;
	border: 1px solid #19437F;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);

}

/* Green elements */
.green {
	background: #9ddf20;
	color: #4b6b0f !important;
	border-color: #80b81a;
}

button.dark {
	padding: 8px 10px 8px 10px;
	box-shadow: inset 0px 0px 5px #000;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);

}

.news {
	text-align: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position:relative;

}

.news p {
	margin: 20px 5px;
	text-align: justify;
}

.news h2 a:before {
	content: " » ";
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


.panel_info {
	clear: both;
	text-align: center;
	position:absolute;
	float:right;
	right:10px;
	bottom:0px;
	font-size: 12px;

}

.panel_info > ul {
	list-style: none;
	list-style-image: url('http://www.efef.info/images/block_separator.png');
	list-style-position: inside;
	display: block;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;
}

.panel_info li:first-child {
	list-style-image: none;
	border-left:0px solid #fff !important;
}
.panel_info li:last-child {
	list-style-image: none;
	border-right:0px solid #fff !important;
}
.panel_info li {
	display:block;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height:14px;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
}

.panel_info li span {
	color: #999;
	margin-right: 6px;
	vertical-align: middle;
}

.panel_info_link, .panel_info_link:visited, .panel_info_link:link {
	margin-right: 6px;
	vertical-align: middle;

	font-size:12px;
	padding: 0px 2px 0px 2px;
	font-weight: normal;
}

.panel_info img {
	margin-right: 3px;
	margin-left: 6px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.content {
	padding: 5px 5px 5px 5px;
}

.news2 {
	PADDING: 10px 0px 0px 5px;
	text-align: left;
	float: left;
	width: 590px;
}

.thumb {
	width: 106px;
	margin: 10px 20px 10px 10px;
	padding:2px 2px !important;
	float: left;
	clear:both;
}

.thumb img {
	width: 100px;
	height: 80px;
	border-width:3px 2px 3px 2px;
	border-color:#fff;
	border-style:solid;

}

hr {
	border: 0;
	COLOR: #c1de00;
	background-color: #c1de00;
	height: 1px;
	margin: 8px 0px 8px 0px;
}

.menu_contenter {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 18%;
	padding: 0px;
	clear: both;
	min-height:900px;
}

.menu {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.menu ul li {
	margin: 0px 0px 5px 0px;
}

.menu a:Link, .menu a:active, .menu a:visited {
	color: #67bd2a;
	display: block;
	text-decoration: none;
	border: 0;
}

.menu a:hover {
	color: #c9ffa3;
}

.film_content {
	width: 810px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	/* text-align:left; */
}

.film_content p.opis {
	margin: 0px;
}

.film_content span.autor {
	float: right;
	font-size: 12px;
	color: #999;
}

.film {
	width: 90%;
	margin: 10px auto;
	text-align: center;
}

.film iframe, .film object, .film embed {
	width: 720px;
	height: 540px;
}

.film_info {
	width: 50px;
	float: left;
}

.tabelka {
	width: 602px;
	border-top: 0px;
}

.tabelka_podobne {
	margin: 0px 0px 10px 0px;
}

.tabelka_podobne ul {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.tabelka_podobne ul li {
	list-style: none;
	padding: 2px;
	margin: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


#tags {
	margin: 10px;
}

#tags ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#tags ul li {
	background-position: 0 50%;
	background-image: url('http://www.efef.info/images/tag_green.png');
	background-repeat: no-repeat;
	padding: 2px 24px 2px 24px;
	display: inline-block;
}


.informacje {

	width: 200px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.main4 table {
	width: 100%;
}

.informacje p {
	margin: 15px 15px 15px 15px;
}

.rightContent {
	text-align: left;
}

.blok {

	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.blok ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.blok ul li {
	float: left;
	margin-right: 5px;
}

.new_jokes h1 img {
	margin: 0;
}

.new_jokes h3 {
	margin: 0px 0px 2px 0px;
	font-size: 13px;
	font-weight: bold;
}

.blok hr {
	color: #97caed;
	background-color: #97CAED;
}

.reklamy {
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	background: #FFFEEA;
	border-bottom: 3px solid #D6B58B;
	text-align: center;
}

.reklama {
	background: #FFFEEA;
	COLOR: #000000;
	FONT-SIZE: 14px;
	PADDING: 0px 0px 0px 0px;
	border: 1px #ffeeaa dotted;
	text-align: left;
	width: 190px;
	margin: 5px 0px 0px 2px;
	float: left;
	height: 180px;
}

.logo {
	float: left;
}

ul.opisygg {
	list-style-image: url("http://www.efef.info/images/icons/gg.gif");
	text-align: left;
	color: #000;
	list-style-position: inside;
	padding: 0px;
	font-size: 14px;
}

ul.opisygg li {
	padding: 5px 0px 5px 15px;
	clear: both;
}

ul.opisygg li:nth-child(odd) {
	background-color: #f3f3f3;
}

ul.opisygg li span {
	float: right;
}

ul.opisygg li a {
	font-size: 14px !important;
}

.galeria_image {
	text-align: center;
}

.galeria_image table img {

}

.galeria_image img {

	padding: 2px 2px 2px 2px;
	float: none;
	text-align: center;
}

.galeria a:visited img {
	border: 2px solid #000000;
}

img.separator {
	margin: 25px auto;
	clear: both;
}

.galeria td {

	width: 90px;
	height: 90px;
	padding: 3px 5px 5px 3px;
}

.joke {
	position:relative;
	clear: both;
	padding:10px;
	padding-bottom:30px;

}

.joke p {
	line-height: 20px;
	word-spacing: 2px;
	clear: both;

	width: 90%;
}

.joke h3 {
	text-decoration: underline;
	font-weight: bold;
	color: #0094c8;
	letter-spacing: 1px;
	clear: both;
	margin: 5px 0px 0px 15px;
	FONT-SIZE: 14px;
}

.post {
	width: 600px;
	float: left;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #dad9bb;
}

.post_user {
	text-align: Center;
	width: 120px;
	float: left;
}

.post_user img {
	border: 0px solid #714404;
	float: none;
}

.post_content {
	width: 470px;
	float: left;
}

.post_content h3 {
	width: 470px;
	color: #6b4400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	FONT-SIZE: 10px;
	font-weight: lighter;
}

#post_form TEXTAREA, #post_form INPUT {
	width: 400px;
}

.forum_sig {
	margin-bottom: 0px;
	FONT-SIZE: 12px;
	color: #6b4400;
	vertical-align: bottom;
}

.avatar {
	width: 80px;
	height: 80px;
}

.sms {
	clear: both;
	margin: 20px 0px 20px 10px;
}

.sms h3 {
	text-decoration: underline;
	font-weight: bold;
	color: #0094c8;
	margin: 5px 0px 0px 15px;
}

.sms p {
	float: left;
	width: 500px;
	COLOR: #864200;
}

.socialBox {
	float: right;
	width: 120px;
	text-align: center;
}

.socialBox img {
	float: left;
}

.film_ocena img {
	margin: 0px 0px 0px 0px;
	vertical-align: text-top;
}

.small {
	color: #7e0101;
	TEXT-DECORATION: none;
	FONT-SIZE: 14px;
	margin: 0px 0px 0px 0px;
}

.galeria_reklama {
	background: #FFFEEA url('http://www.efef.info/images/MENU/background.jpg') repeat-x;
	padding: 4px 0px 0px 0px;
	COLOR: #ffffff;
	text-align: center;
	font-size: 16px;
	margin: 0px;
	width: 200px;
	height: 30px;
}

.tagi a:link, .tagi a:hover {
	text-transform: lowercase;
	color: #84af00;
	font-size: 10px;
}

.tagi a:visited {
	text-transform: lowercase;
	color: #84af00;
	font-size: 14px;
}

.game {
	width: 810px;
	text-align: center;
	font-size: 14px;
}

.game_comments {
	width: 410px;
	text-align: center;
	vertical-align: top;
}

.game_form {
	width: 400px;
	text-align: center;
}

div.comment {
	padding: 10px 10px 0px 10px;
	margin: 0px 15px 0px 15px;
}

div.comment:hover {
	background-color: #f1f1f1;
}

div.comment p.content {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
}

div.comment p.info {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #eee;
	line-height: 12px;
}

div.comment p.info span.autor {
	font-size: 11px;
	float: none;
	color: #555;
	margin-right: 8px;
	font-weight: bold;
}

div.comment p.info span.data {
	font-size: 11px;
	color: #555;
}

div.message {
	padding: 10px;
}

div.message h3 {
	color: #afafaf;
	font-size: 12px;
}

div.message p {
	color: #afafaf;
	text-align: center;
	font-size: 10px;
	margin: 0;
}

.contact input {
	width: 200px;
	border: 1px solid #004225;
	background-color: #FFFFF0;
	margin: 2px;
}

.contact textarea {
	width: 200px;
	border: 1px solid #004225;
	margin: 2px;
	background-color: #FFFFF0;
}

#left_column_under_movie {
	float: left;
	width: 430px;
	margin: 0px 0px 10px 0px;
}

div#tabelka_comment {
	padding: 0px 10px 10px 10px;
}

div#tabelka_comment input[type="text"], div#tabelka_comment textarea {
	margin: 2px 0px 2px 0px;
}

div#tabelka_comment textarea {
	min-height: 70px;
}

#menu {
	text-align: center;
	color: #ffffff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url("/images/header_bg.png") repeat-x;
}

#menu ul {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
}

#menu ul li li {
	margin: 0px 0px 0px 0px;
	display: inline;
	margin-right: 1px;
}

#menu a {
	border: 0px;
	display: block;
}

#menu a img {
	border: 0px;
	position: relative;
	bottom: 8px;
	z-index: 2;
	opacity: 0.5;
	display: inline-block;
}

#menu .mhome {
	background: url('http://www.efef.info/images/menu.png') 0 0;
	z-index: 2;
}

#menu .mforum {
	background: url('http://www.efef.info/images/menu.png') -64px 0;
}

#menu .mgames {
	background: url('http://www.efef.info/images/menu.png') -128px 0;
}

#menu .mmovies {
	background: url('http://www.efef.info/images/menu.png') -192px 0;
}

#menu .mgg {
	background: url('http://www.efef.info/images/menu.png') -256px 0;
}

#menu .msms {
	background: url('http://www.efef.info/images/menu.png') -320px 0;
}

#menu .mphoto {
	background: url('http://www.efef.info/images/menu.png') -384px 0;
}

#menu .mjokes {
	background: url('http://www.efef.info/images/menu.png') -448px 0;
}

#menu .mregistration {
	background: url('http://www.efef.info/images/menu.png') -576px 0;
}

#menu .mcontact {
	background: url('http://www.efef.info/images/menu.png') -512px 0;
}

div#paginator {
	clear: both;
}

blockquote {
	line-height: 18px;
	FONT-SIZE: 12px;
	font-style: italic;
	background: #eee;
	border-top: 5px solid #ccc;
	letter-spacing: 1px;
	border-radius: 15px 15px 15px 15px;
	border-bottom: 5px solid #ccc;
	padding: 10px 10px 10px 10px;
}

div.alert {
	position: fixed;
	top: 30%;
	left: 40%;
	z-index: 100;
	background-color: rgba(255,0,0,0.5);
}

#footer {
	/*	background: url('http://www.efef.info/images/bg_footer.png') repeat-x;*/
	clear: both;
	color: #555;
	margin: 0px;
	bottom: 0px;
	border-top: 1px solid #111;
	box-shadow:0px -1px 1px rgba(255,255,255,0.3), inset 0px -1px 0px #777;
	min-height: 130px;
	background-color: #222;
	text-align: center;

}
#footer table { margin:0 auto; border:0px; border-spacing:0px; border-collapse:collapse; }
.rss_icon {
	border: 0px;
	margin: 10px 30px 0px 0px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	text-align: center;
}

.inline_menu {
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	list-style:none;
	text-align:center;
}

.inline_menu > li {

	padding: 0px 10px 0px 10px;
	display: inline;
	/*	float:left;*/
	border-right:1px solid #333;
	border-left:1px solid #000;

}
.inline_menu > li:first-child {
	list-style-image: none;
	border-left:0px solid #fff !important;
}
.inline_menu > li:last-child {
	list-style-image: none;
	border-right:0px solid #fff !important;
}

/* Boxy z buttonami sieci spolecznosciowych */

/* Dla filmów */
.social_buttons { margin:10px 0px 10px 0px; 	clear: both; }
/* W galerii */
.social_buttons_2 { clear: both; position:absolute; bottom:10px; left:33px; }


/* Rating */
.rating {
	cursor: pointer;
	margin: 0px auto;
	clear: both;
	display: block;
	width: 220px;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.cancel, .star {
	float: left;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

div.done, div.done a {
	cursor: default;
}

.star, .star a {
	background: url("/images/rating_small/rating.png") no-repeat 0 0px;
}

.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0px -22px;
}

div.rating div.hover a {
	background-position: 0 -44px;
}

#polygraph {

}

#polygraph .clr {
	clear: both;
}

#polygraph .bgSlider {
	width: 202px;
	height: 22px;
	background: transparent url('/images/switch_sprites.png') no-repeat 0 -22px;
	float: left;
}

#polygraph .Slider {
	width: 48px;
	height: 22px;
	background: transparent url('/images/switch_sprites.png') no-repeat -32px 0;
	cursor: e-resize;
}

#polygraph .Icons {
	float: left;
	width: 16px;
	height: 16px;
	background: transparent url('/images/switch_sprites.png') no-repeat 0 0;
	margin-top: 3px;
	margin-left: 10px;
}

#polygraph .TxtStatus {
	display: none;
	width: 202px;
	margin-top: 7px;
	text-align: center;
	color: #bb2828;
	font-family: Verdana;
	font-size: 10px;
	clear: both;
}

#breadcrumb {
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url('images/bc_bg.png');
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	border: solid 1px #cacaca;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#breadcrumb li {
	list-style-type: none;
	float: left;
	padding-left: 10px;
}

#breadcrumb a {
	height: 30px;
	display: block;
	background-image: url('images/bc_separator.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	text-decoration: none;
	color: #454545;
}

.home {
	border: none;
	margin: 8px 8px;
	float: left;
}

.ratingDetails {
	clear: both;
}

.mTitle {
}

.mAverage {
	font-weight: bold;
}

.mVotes {
	color: #eee;
}

.modal_message {
	position:fixed;
	top:0px;
	right:0px;
	background-color: #fff;

	padding:20px;
	z-index:10;
	width:400px;
	height:100%;

}

.modal_message pre
{
	overflow: AUTO;
	max-height:300px;
	font-size:10px;
}

.loginbox_child {  margin:5px 0px 10px 0px; clear:both; font-size:10px; }
blockquote { overflow-x:scroll; word-wrap: break-word; }