/*	=reset
---------------------------------------------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6,div,span,blockquote,p,address,form,fieldset,img,ul,ol,dl,dt,dd,li,hr,table,td,th,strong,em,sup,sub,dfn,ins,del,q,cite,var,samp,code,kbd,tt, input, textarea
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
	border: none;
}

a, input[type=submit] {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

ul  {
	list-style-type: none;
}

address, cite, q, dfn {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

pre, code, var, samp, kbd {
  font-family: monospace, sans-serif;
}
/*	=global
---------------------------------------------------------------------------- */
html,body {
	font-size: 12px;
	color: #FFF;
	font: normal 12px/18px  Tahoma, Arial,s sans-serif;
	background-color: #66192a;
}

a:link,a:visited {
	text-decoration: none;
	color: #F1BC67;
	font-weight: bolder;
}

a:hover,a:active {
	text-decoration: underline;
}

input[type=text], textarea {
	font-size: 14px;
	color: #FFF;
}



label {
	cursor: arrow;
}
  
/*	=general
---------------------------------------------------------------------------- */
body {
	background: url(images/bg.png) repeat-x;
}
body#full-video {
	background-image: url(images/bg-full-video.png);
}
#container {
	width: 980px;
	margin: 0 auto;
}
#menu {
	float: left;
	width: 201px;
	padding-top:10px;
}
#content {
	float: left;
	width: 591px;
	margin: 0 8px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 171px;
	padding-top:10px;

}
/*	=usable
---------------------------------------------------------------------------- */
input[type=text], input[type=password] {
	width: 263px;
	height: 21px;
	padding: 5px 10px;
	background: url(images/input-text.png);
	color: #FFF;
}
input[type=submit], a.button {
	background: #f4a532;
	color: #66192a;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 7px;
	height: 30px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display: block;
	text-align: center;
	font-weight: bold;
}
input[type=submit] {
	font-size: 9px;
	padding-bottom: 3px;
	background-image: url(images/blank.png);/* usun�� kiedy opera naprawi b��d */
}
a.button {
	background: #66192a;
	color: #FFF;
	display: inline-block;
	height: auto;
	padding: 6px 10px;
}
span.avatar {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
span.avatar img {
	display: none;
}

span.category_thumb{
	display: block;
	overflow: hidden;
	width: 130px;
	height: 100px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
span.category_thumb img {
	display: none;
}

span.category_description{
}


/*	=header & footer
---------------------------------------------------------------------------- */
#header {
	height: 223px;
	position: relative;
	overflow: hidden;
	background: url(images/top-bg.jpg) no-repeat;
}
#full-video #header {
	background-image: url(images/top-bg-full-video.jpg);
	margin: 0 auto;
	width: 980px;
}
#header  a#logo {
	display: block;
	text-indent: -1000px;
	background: url(images/logo-stars.png);
	width: 284px;
	height: 58px;
	overflow: hidden;
	position: absolute;
	top: 71px;
	left: 157px;
}
#header a {
	outline: none;
}
div#main-menu {
	position: absolute;
	top: 172px;
	height: 51px;
	width: 100%;
	background: url(images/top-menu-bg.png) repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div#main-menu ul {
	float: left;
	height: 100%;
}
div#main-menu li {
	float: left;
	background: url(images/top-menu-element.png) no-repeat;
	height: 100%;
	margin-right: 7px;
	padding-left: 16px;
	padding-top: 5px;
}
div#main-menu a {
	display: block;
	height: 41px;
	background: url(images/top-menu-element.png) top right no-repeat;
	padding: 0 27px 0 20px;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
}
div#main-menu li:hover{
	background-position: 0 -51px;
}
div#main-menu li:hover a {
	background-position: bottom right;
	color: #66192a;
	text-decoration: none !important;
}
div#main-menu form#search {
	float: right;
	margin-top: 10px;
	margin-right: 12px;
}
form#search label {
	position: relative;
	overflow: hidden;
	float: left;
	width: 224px;
	height: 31px;
	margin-right: 7px;
}
form#search label input {
	width: 204px;
	height: 21px;
	padding: 5px 10px;
	background: url(images/input-search.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
form#search label span {
	display: block;
	padding: 7px 11px;
	cursor: text;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
form#search input[type=submit] {
	float: left;
}
#header #user-panel, #header form#login {
	position: absolute;
	top: 20px;
	right: 0;
}
#user-panel h3, #header form#login legend span {
	display: block;
	overflow: hidden;
	width: 135px;
	height: 39px;
	background: url(images/top-userpanel-header.png) no-repeat;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 44px;
	padding-bottom: 10px;
	text-align: center;
}
#user-panel .content {
	background: #842933;
	border: solid 3px #66192a;
	border-bottom: none;
	border-right: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 4px;
	overflow: hidden;
	height: 62px;
}
#user-panel .user-info {
	float: left;
	width: 139px;
	border-right: solid 1px #66192a;
	position: relative;
	top: -4px;
	left: -4px;
	height: 100%;
	padding: 4px 0 4px 69px;
}
#user-panel .user-info h4 {
	font-size: 10px;
	font-weight: bold;
}
#user-panel .user-info p.login {
	font-size: 18px;
	font-weight: bold;
	color: #ffd61c;
	margin: 0;
	margin-bottom: 4px;
}
#user-panel .user-info a.button {
	font-size: 8px;
	padding: 1px 8px;
}
#user-panel .user-info span.avatar {
	position: absolute;
	top: 4px;
	left: 4px;
}
#user-panel .user-menu {
	float: right;
	overflow: hidden;
	width: 220px;
}
#user-panel .user-menu li {
	float: left;
	padding-left: 30px;
	background: url(images/bullet-white.png) 10px 0 no-repeat;
	width: 80px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	height: 15px;
	line-height: 13px;
}
#user-panel .user-menu a {
	font-size: 11px;
	font-weight: normal;
}
#header form#login fieldset{
	width: 380px;
	clear: both;
	overflow: hidden;
}
#header form#login label {
	float: left;
	clear: none;
	width: 183px;
	position: relative;
	height: 31px;
	margin-left: 6px;
	margin-bottom: 6px;
}
#header form#login label span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 10px;
	display: block;
	color: #66192a;
	font-weight: bold;
	cursor: text;
}
#header form#login label input {
	background: url(images/input-login.png);
	color: #66192a;
	font-weight: bold;
}
#header form#login input[type=submit]{
	background-color: #66192a;
	color: #FFF;
	float: right;
}
#header form#login p.links {
	float: left;
	text-align: right;
	width: 295px;
	padding-top: 6px;
}
#header form#login p.links a {	
	display: inline-block;
	height: 18px;
	padding-left: 18px;
	background: url(images/bullet-white.png) left center no-repeat;
	color: #FFF;
	font-weight: normal;
	margin-left: 5px;
}

#header form#login div.remember_me {
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	margin-left: 0px !important;
	clear: both;
}

#header form#login div.remember_me input{
	margin-left: 150px !important;
	margin-right: 5px !important;
	margin-top: 2px !important;
	padding: 0px;
	vertical-align: top;
}

#header form#login div.remember_me label{
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: top;
	float: none;
	width: auto;
	height: auto;
	display: inline;
}

#header ul.statistics {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	width: 70%;
}
#header ul.statistics li {
	float: left;
	height: 100%;
	background: url(images/bullet-white.png) left center no-repeat;
	padding-left: 23px;
	margin-right: 5px;
}
#header ul.statistics li.login {
	margin-right: 45px;
	margin-left: 12px;
}
#header ul.statistics li.online {
	float: right;
	margin-right: 12px;
}
#header ul.statistics li.register a {
	font-weight: normal;
}

#header ul.statistics li.mailbox {
	font-weight: normal;
	margin-left: 140px;
}
#header ul.statistics span {
	font-weight: bold;
	color: #ffd61c;
}
#header ul.statistics a {
	color: #FFF;
}

#header .rss{
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}
#header .rss a,
#header .rss img{
	width: 37px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}


#breadcrumbs {
	height: 52px;
	background: url(images/bullet-white.png) left center no-repeat;
	overflow: hidden;
	margin-bottom: 18px;
	margin-left: 10px;
	padding-left: 23px;
	clear: both;
	line-height: 52px;
}
#breadcrumbs span {
	color: #ffd61c;
}
#breadcrumbs a {
	color: #FFF;
	font-weight: normal;
}
#breadcrumbs a.home {
	font-weight: bold;
}
#breadcrumbs a.active {
	color: #ffd61c;
}
#footer {
	margin-top: 10px;
	border-top: solid 1px #842933;
	padding: 7px 17px 20px;
	overflow: hidden;
	color: #d0858d;
	line-height: 15px;
	clear: both;
}
#full-video #footer {
	width: 980px;
	margin: 0 auto;
}
#footer div.text {
	float: left;
}
#footer p.small {
	font-size: 10px;
	
}
#addictive {
	display: block;
	width: 76px;
	height: 14px;
	overflow: hidden;
	float: right;
	text-indent: -1000px;
	background: url(images/addictive.png);
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	margin-top: 10px;
}
#addictive:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
/*	=menus
---------------------------------------------------------------------------- */
.box {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #842933;
	margin-bottom: 8px;
	padding-bottom: 15px;
	clear: both;
	overflow: hidden;
}
.box h3 {
	height: 43px;
	color: #ffd61c;
	font-size: 13px;
	text-indent: 17px;
	background: #66192a url(images/headers-sprite.png) no-repeat;
	line-height: 43px;
	text-transform: uppercase;
	font-weight: bold;
}
#menu .box h3 {
	background-position: 0 -43px;
}
.box .content {
	padding: 10px 15px 0;
	overflow: hidden;
}
.box ul.menu li {
	display: block;
	height: 23px;
	white-space: nowrap;
	border-bottom: solid 1px #66192a;
	text-indent: 17px;
	line-height: 23px;
}
.box ul.menu li:last-child {
	border-bottom: none !important;
}
.box ul.menu a {
	font-weight: normal;
}
.box legend {
	width: 100%;
}
.box legend span {
	display: block;
	color: #000000;
	white-space: normal;
	line-height: 15px;
	padding-bottom: 8px;
}
.box label {
	margin-bottom: 5px;
}
.box label span {
	margin-left: 3px;
	line-height: 13px;
}
#cartoons {
	overflow: hidden;
}
#cartoons ul.menu a {
	display: block;
	font-weight: normal;
	background: url(images/cartoons-list-hover.png) 0 -100px no-repeat;
	margin-left: -8px;
	width: 209px;
	height: 36px;
}
#cartoons ul.menu a:hover {
	background-position: 0 0;
	color: #66192a;
	text-decoration: none;
}
#cartoons a.more, #cartoons a.less {
	font-weight: bold !important;
}
#recommended {
	background: #ee9d28;
}
#recommended h3 {
	background-position: 0 -171px !important;
	color: #66192a;
}
#recommended ul.menu li {
	border-bottom: solid 1px #de8f1c;
}
#recommended ul.menu a {
	color: #000000;
}
.box.advertise .content {
	padding: 15px 0 0 !important;
	text-align: center;
}
#top-users {
	background: #ee9d28;
}
#top-users h3 {
	background-position: 0 -128px !important;
	color: #66192a;
}
#top-users ul.menu li {
	border-bottom: solid 1px #de8f1c;
	text-indent: 2px;
}
#top-users ul.menu a {
	color: #541221;
	float: left;
}
#top-users ul.menu span {
	font-size: 10px;
	float: right;
	margin-right: 2px;
	color: #842933;
}
#top-users ul.menu em {
	font-weight: bold;
	font-style: normal;
}
#videos li {
	line-height: 14px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}
#videos img {
	display: block;
	border: solid 1px #c1c1c0;
	padding: 2px;
	background: #FFF;
}
#poll {
	background: #ee9d28;
}
#poll h3 {
	background-position: 0 -128px !important;
	color: #66192a;
}
#poll fieldset {
	margin-left: -15px;
	padding: 0 15px;
	width: 141px;
	border-bottom: solid 1px #de8f1c;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
#poll legend span {
	font-weight: normal;
	white-space: normal;
	font-size: 12px;
	color: #000000;
}
#poll label span {
	font-size: 11px;
	font-weight: bold;
	color: #66192a;
}
#poll input[type=submit] {
	float: left;
	background-color: #66192a;
	color: #FFF;
}
#poll a.button {
	float: right;
	color: #66192a;
	background: #ffd61c;
}
/*	=content
---------------------------------------------------------------------------- */
#content>p, #content >ul, #content>ol, #content>div, #content>dl {
	margin: 10px 18px;
}
#content p, #content ul, #content ol, #content dl {
	margin-bottom: 10px;
}
#content table {
	width: 100%;
}
#content table th{
	font-weight: bold;
	padding: 0 15px;
	height: 33px;
	vertical-align: middle;
}
#content table td {
	padding: 0 15px;
	vertical-align: middle;
	height: 30px;
}
#content table tr {
	border-bottom: solid 1px #842933;
}
#content table td:first-child {
	padding-left: 40px;
	background: url(images/bullet-white.png) 15px 50% no-repeat;
}
#content dl {
	overflow: hidden;
}
#content dt, #content dd {
	float: left;
}
#content dt {
	clear: left;
	margin-right: 5px;
}
#content dd {
	font-weight: bold;
}
span.nodata {
	color: #cd6c76;
}
/*	==nag��wki
---------------------------------------------------------------------------- */
#content legend {
	overflow: visible;
	width: 100%;
	display: block;
}
div.header, #content legend span, h1.header, h2.header, h3.header, h2.subheader, h3.subheader, h4.subheader {
	height: 42px;
	background: url(images/headers-sprite.png) 0 -86px no-repeat;
	line-height: 45px;
	display: block;
	margin: 10px 0 !important;
	padding: 0 17px;
	clear: both;
	overflow: hidden;
	position: relative;
}
div.header h1, div.header h2, div.header h3, #content legend span, h1.header, h2.header, h3.header, h2.subheader, h3.subheader, h4.subheader {
	color: #ffd61c;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
div.header h1, div.header h2, div.header h3 {
	float: left;
}
h2.subheader, h3.subheader, h4.subheader {
	background-position: 0 -340px;
}
div.header a.button {
	position: absolute;
	top: 5px;
	right: 17px;
	line-height: 21px;
	color: #66192a;
	background: #f4a532;
}
div.header.comments h3 {
	text-transform: none;
	color: #FFF;
	overflow: hidden;
	line-height: 42px;
}
div.header.comments h3 span {
	color: #ffd61c;
}
/*	==formularze
---------------------------------------------------------------------------- */
label, div.select {
	display: block;
	clear: both;
	overflow: hidden;
}
#content label, div.select {
	margin-bottom: 5px;
}
label span, label input, div.select span {
	float: left;
}
#content label span, div.select span {
	height: 32px;
	width: 150px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	line-height: 30px;
}
#content input.copy {
	width: 376px;
	height: 21px;
	font-size: 11px;
	padding: 7px 10px;
	background: url(images/input-copy.png);
}
#content p.select {
	float: left;
	background: url(images/select-default.png);
	padding: 7px 5px;
	height: 17px;
	width: 112px;
	margin-right: 4px;
	overflow: hidden;
	margin-bottom: 0;
}
#content p.select.short {
	background: url(images/select-short.png);
	width: 51px;
}
#content p.select.medium {
	background: url(images/select-medium.png);
	width: 82px;
}
#content p.select select {
	height: 100%;
	width: 100%;
	border: none;
	font-size: 11px;
	color: #ffd61c;
	background: #842933;
}
#content input[type=submit] {
	float: right;
	clear: both;
	margin-right: 145px;
}
label.required em {
	font-style: normal;
	color: #ffd61c;
}
form p.info {
	font-weight: bold;
	margin: 0 10px;
	text-align: center;
}
/*	==r�ne
---------------------------------------------------------------------------- */
#content div.advertise {
	padding-top: 10px;
	text-align: center;
}
table.users td.points {
	font-weight: bold;
	color: #ffd61c;
}
/*	==pager
---------------------------------------------------------------------------- */
div.pager {
	overflow: hidden;
	clear: both;
	margin: 10px !important;
}
div.pager p.info {
	float: left;
	line-height: 28px;
}
div.pager p.pages {
	float: right;
}
div.pager p.pages a, div.pager p.pages span {
	display: inline-block;
	background: #541221;
	color: #FFF;
	font-weight: normal;
	padding: 5px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.pager p.pages a:hover, div.pager p.pages a:active {
	text-decoration: none;
	color: #66192a !important;
	background: #ffd61c;
}
div.pager p.pages a.active {
	color: #ffd61c;
	font-weight: bold;
}
/*	==wszystkie rodzaje listowania filmik�w
---------------------------------------------------------------------------- */
div.list-videos {
	width: 100%;
	margin: 0 0 0 0 !important;
	padding-bottom:10px;
	overflow: visible;
}
div.list-videos div.row
 {
	width: 100%;
	display: block;
	clear: both;
}

div.list-videos div.field
 {
	width: 50%;
	float: left;
	position: relative;
	display: block;
}
div.list-videos span.min {
	float: right;
	text-align: center;
	width: 130px;
	padding-top: 7px;
	margin-right: 20px;
}
div.list-videos span.min img {
	border: solid 1px #cccccc;
	padding: 2px;
	background: #FFF;
	width: 130px;
	height: 100px;
}

div.list-videos dl {
	margin-top: 5px;
	margin-left: 10px;
}
div.list-videos dt {
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -1000px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
div.list-videos dd {
	float: left;
	font-weight: bold;
	width: 110px;
}
div.list-videos dt.date-added {
	background-image: url(images/icons/date-added.png);
}
div.list-videos dt.views {
	background-image: url(images/icons/views.png);
}
div.list-videos dt.rate {
	background-image: url(images/icons/rate.png);
}
div.list-videos dt.user {
	background-image: url(images/icons/user.png);
}
div.list-videos dt.series {
	background-image: url(images/icons/series.png);
}
/*------------------------------------------------*/
ul.list-videos-mins {
	overflow: hidden;
	text-align: center;
}
ul.list-videos-mins li {
	display: inline-block;
	margin: 10px;
	width: 87px;
	vertical-align: top;
}
ul.list-videos-mins a {
	line-height: 15px;
	display: block;
	font-weight: normal !important;
}
ul.list-videos-mins img {
	display: block;
	width: 85px;
	height: 63px;
	border: solid 3px #FFF;
	margin-bottom: 3px;
}
/*	==profil u�ytkownika
---------------------------------------------------------------------------- */
#user-informations {
	position: relative;
	padding-left: 108px;
	min-height: 100px;
}
#user-informations h4 {
	font-weight: bold;
}
#user-informations p.login {
	font-size: 18px;
	color: #ffd61c;
	font-weight: bold;
	margin-bottom: 10px;
}
#user-informations dl {
	font-size: 11px;
	float: left;
	width: 50%;
}
#user-informations dd.online, dd.offline {
	text-transform: uppercase;
	color: #b1dc03;
}
#user-informations dd.offline {
	color: #c20202;
}
#user-informations span.avatar {
	width:92px;
	height:92px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 4px #842933;
	background:no-repeat center ;
}
#user-properties {
	overflow: hidden;
}
#user-properties dl {
	width: 50%;
	float: left;
	line-height: 25px;
}
#user-properties dl.description dt {
	font-weight: bold;
	clear: both;
	float: none;
}
#user-properties dl.description dd {
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
}
/*	==strona z odtwarzanym video
---------------------------------------------------------------------------- */
#full-video #content {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 !important;
	min-width: 980px;
}
#video p {
	font-weight: bold;
	margin: 20px 0;
}
#resizer {
	position: absolute;
	bottom: 0;
	height: 34px;
	left: 50%;
	width: 330px;
	margin-left: -165px;
	display: none;
}
#resizer span {
	float: left;
	font-weight: bold;
}
#zoom_bar{
	background: url(images/zoom-video-strap.png) center center no-repeat;
	width: 215px;
	padding: 0 8px;
	height: 19px;
	float: right;
	display: none;
}
#zooomer {
	background: url(images/zoom-video-hold.png);
	width: 36px;
	height: 19px;
	cursor: pointer;
}

/*	==forum
---------------------------------------------------------------------------- */
ul.threads {
	margin: -10px 0 0 0 !important;
	overflow: hidden;
}
ul.threads li, div.thread-header {
	display: block;
	height: 50px;
	border-bottom: solid 1px #842933;
	background: url(images/thread-icon.png) 13px 50% no-repeat;
	padding: 17px 13px 0 75px;
	overflow: hidden;
	position: relative;
}

ul.threads li.extended{
	height: 75px;
}
ul.threads li:nth-child(2n) {
	background-color: #541221;
}
ul.threads dl, div.thread-header dl {
	font-size: 11px;
	line-height: 15px;
}
ul.threads dt, ul.threads dd, div.thread-header dt, div.thread-header dd {
	clear: none !important;
	float: none !important;
	display: inline !important;
	margin: 0 !important;
}
ul.threads dt:before, div.thread-header dt:before {
	content: " : ";
	color: #ffd61c;
}
ul.threads dt:first-child:before, div.thread-header dt:first-child:before {
	content: "";
	color: #ffd61c;
}
ul.threads span.answers, div.thread-header  span.answers {
	position: absolute;
	top: 17px;
	right: 13px;
	line-height: 32px;
}
ul.threads span.answers span, div.thread-header span.answers span {
	display: inline-block;
	width: 33px;
	height: 34px;
	padding-left: 4px;
	background: url(images/answers-count.png);
	font-weight: bold;
	color: #ffd61c;
	text-align: center;
}
div.thread-header {
	margin: 0 !important;
}
/*	==dyskusja(forum&komentarze)
---------------------------------------------------------------------------- */
ul.discussion {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	clear:both;
}
ul.discussion li, textarea {
	margin: 10px 0;
	border: solid 1px #4d0f1d;
	border-top-width: 3px;
	border-left-width: 3px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #842933;
	position: relative;
	padding: 4px 10px 0 73px;
	overflow: hidden;
	min-height: 90px;
}

span.avatar_points{
	display: block;
	font-size: 9px;
	margin-top: 2px;
	height: 60px;
	
}

textarea{
	width: 300px;
	height: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 10px !important;
	overflow-y: scroll; 
}
textarea#c_comment_txt{
	width:563px;
	height: 70px; 
}

ul.discussion p.nick {
	font-weight: bold;
	margin-bottom: 5px;
}
ul.discussion span.avatar_block {
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 90px;
}
/*	==info o filmiku
---------------------------------------------------------------------------- */
#video-info {
	margin: 0 !important;
	float: left;
	width: 397px;
}
div.related {
	margin: 0 !important;
	width: 185px;
	float: right;
}
#video-info h3.header, div.related h3 {
	background-position: 0 -256px;
	line-height: 42px;
}
div.related h3 {
	background-position: 0 -214px;
}
#video-info p.buttons {
	overflow: hidden;
}
#video-info a.previous, #video-info a.next {
	width: 160px;
	height: 35px;
	float: left;
	background-color: #842933;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 33px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#video-info p.buttons a:hover {
	background-color: #ffd61c;
	text-decoration: none;
	color: #66192a;
}
#video-info a.next {
	float: right;
}
#video-info h1 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 1px #842933;
	padding: 15px;
	padding-top: 10px;
}
a.play-video {
	float: left;
	width: 150px;
	height: 62px;
	padding-top: 90px;
	background: url(images/show-video.png);
	color: #470f1c;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	margin: 20px 0 0 10px;
}
#video-info .properties {
	float: left;
	width: 220px;
}
#video-info .user-info {
	padding: 10px 7px 5px;
	border-bottom: solid 1px #842933;
	margin-bottom: 5px;
}
#video-info .user-info span.avatar {
	float: left;
	margin-right: 10px;
}
#video-info dl {
	line-height: 20px;
}
#video-info dt {
	font-weight: bold;
}
#video-info dd {
	font-weight: normal;
}
#video-info dd.rating a {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(images/rate-stars.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	padding: 0 2px;
}
#video-info dd.rating a.active {
	background-position: left bottom;
}
ul.video-options {
	padding: 15px 0;
	text-align: center;
	overflow: hidden;
	border-bottom: solid 1px #842933;
	margin-bottom: 10px;
}
ul.video-options li {
	display: inline-block;
	margin: 0 15px;
}
ul.video-options li a {
	display: block;
	padding-top: 45px;
	text-transform: uppercase;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
}
ul.video-options li a.bad-link {
	background-image: url(images/icons/alert.png);
}
ul.video-options li a.download {
	background-image: url(images/icons/folder.png);
}
ul.video-options li a.favorites {
	background-image: url(images/icons/smiley.png);
}
ul.video-options li a.fullscreen {
	background-image: url(images/icons/monitor.png);
}
#video-info p.help {
	margin: 0 8px;
	text-align: justify;
}


#sorting_bar
{
    margin-top: -15px;
    margin-right: 15px;
    margin-bottom: 3px;
    padding-bottom: 0px;
}
#filter_bar{
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 3px;
}

#sorting_bar ol,
#filter_bar ol{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#sorting_bar ol li,
#filter_bar ol li{
    display: inline;
    margin-left: 5px;
}

#sorting_bar a,
#filter_bar a{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#sorting_bar a:hover,
#filter_bar a:hover{
}

#sorting_bar .selected,
#filter_bar .selected{
    background: #FFD61C;
    color: #541221;
}

.widget_social{
    float:right;
    width:232px;
    height:420px;
    background: url(./images/slider.png);
    display:block;
    right:-205px;
    padding:0;
    position:fixed;
    top:170px;
    z-index:100;
}

.small-warning, .small-info{
	color: red;
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 10px !important;
	margin-left: 170px;
	font-weight: bold;
	display: block;
}

.small-info{
	color: white;
}

#register input[type=radio],#user_details input[type=radio]{
	float: none;
	margin-top: 4px;
	margin-left: 4px;
}


.unit-rating
{
	list-style:none;
	width:105px;
	height:20px;
	position:relative;
	background:url('./images/rate_stars.png') top left repeat-x transparent;
	margin:0;
	padding:0;
}

.unit-rating li
{
	text-indent:-90000px;
	float:left;
	margin:0;
	padding:0px 0px;
}

.unit-rating li a
{
	display:block;
	width:21px;
	height:20px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:20;
	position:absolute;
	padding:0 ;
}

.unit-rating li a:hover
{
	background:url('./images/rate_stars.png') left bottom transparent;
	z-index:2;
	left:0;
}

.unit-rating a.r1-unit
{
	left:0;
}

.unit-rating a.r1-unit:hover
{
	width:21px;
}

.unit-rating a.r2-unit
{
	left:21px;
}

.unit-rating a.r2-unit:hover
{
	width:42px;
}

.unit-rating a.r3-unit
{
	left:42px;
}

.unit-rating a.r3-unit:hover
{
	width:63px;
}

.unit-rating a.r4-unit
{
	left:63px;
}

.unit-rating a.r4-unit:hover
{
	width:84px;
}

.unit-rating a.r5-unit
{
	left:84px;
}

.unit-rating a.r5-unit:hover
{
	width:105px;
}

.unit-rating li.current-rating
{
	background:url('./images/rate_stars.png') left bottom repeat-x transparent;
	position:absolute;
	height:20px;
	width:105px;
	padding: 0px;
	margin: 0px;
	display:block;
	text-indent:-9000px;
	z-index:1;
}

#video_action_msg{
	margin-top:10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size:13px;
    width: 100% !important;
    text-align: center !important;
  	color: white;
}

#bad_link_block{
    margin-top:10px;
    _margin-top:1px;
    margin-bottom: 10px;
    _margin-bottom: 1px;
    font-weight: bold;
    font-size:13px;
    width: 100% !important;
    text-align: center !important;
    
}
#bad_link_block input[type=submit]{
	margin-right: 10px !important;
	float:right;
	clear: none !important;
}

.report_comment, .report_forum{
    float: right;
    margin-right: 14px;
    _margin-right: 7px;
}
.report_comment img, .report_forum img{
    vertical-align: middle;
}

.error{
	color: red;
	font-weight: bold;
	text-align: center;
}

.success{
	color: green;
	font-weight: bold;
	text-align: center;
}

.edit_link_thumb{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	height:100px;
	padding:2px;
	width:130px;
	
	float: left;
}

#game_banner{
    width: 720px;
    height: 500px;
    text-align: center;
	margin-left:auto !important;
	margin-right: auto !important;
	margin-top: -500px !important;
	margin-bottom: 0px!important;
}

#game_banner_progressbar{
    width: 200px;
    height: 10px;
    border: 1px solid blue;
    margin-left: auto;
    margin-right: auto;
}

#game_banner_progress{
    text-align: left;
    width: 0px;
    height: 10px;
    margin-left: 0px;
    margin-right: auto;
    background: blue;
}

.login2{
	margin-left: 170px;
}


#overDiv{
	background: #eee;
	color: black !important;
	opacity: 0.8;
}

ul.share {
	overflow: hidden;
	text-align: center;
}
ul.share li {
	display: inline-block;
	height: 35px;
	width: 70px;
}
ul.share a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(./images/bookmarks-sprite.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
ul.share li.share-facebook a {background-position: 0 -41px;}
ul.share li.share-facebook a:hover {background-position: 0 0;}
ul.share li.share-gg a {background-position: -70px -41px;}
ul.share li.share-gg a:hover {background-position: -70px 0;}
ul.share li.share-nk a {background-position: -140px -41px;}
ul.share li.share-nk a:hover {background-position: -140px 0;}
ul.share li.share-wykop a {background-position: -210px -41px;}
ul.share li.share-wykop a:hover {background-position: -210px 0;}
ul.share li.share-twitter a {background-position: -280px -41px;}
ul.share li.share-twitter a:hover {background-position: -280px 0;}
ul.share li.share-flaker a {background-position: -350px -41px;}
ul.share li.share-flaker a:hover {background-position: -350px 0;}
ul.share li.share-blip a {background-position: -420px -41px;}
ul.share li.share-blip a:hover {background-position: -420px 0;}


div.remember_me_login{
	margin-left: 160px;
	vertical-align: top;
}

div.remember_me_login input{
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 5px;
	vertical-align: top;
}

div.remember_me_login label{
	display: inline;
	width: auto;
	height: auto;
	float: none;
	vertical-align: top;
}

.video_part_link{
	font-size: 16px;
	color: red;
}

.video_part_link_selected{
	text-decoration: underline !important;
}

.similar_categories{	
	clear: both;
	
}

.similar_categories h3{
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 10px;
	text-align: left;
}
