/* Slider----------------------------------*/
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 5px;
	height: 15px;
	border: 1px solid #669966;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	/* margin-left: -.6em; */
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Volume */


div#flashVolume .ui-slider-handle {
	top: -3px !important;
	margin-left: 0px;
}


div#flashVolume .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 10px;
	border: 1px solid #669966;
	cursor: default;
}

.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 0px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #999999;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #669966;
    background-color: #64a077;
    font-weight: normal;
    color: #555555;
    outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #669966;
    background-color: #b5dbc2;
    font-weight: normal;
    color: #212121;
    outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #669966;
    background-color: #b5dbc2;
    font-weight: normal;
    color: #212121;
    outline: none;
}

.clear {
    clear: both;
}

#movie_container {
	clear: both;
	padding: 0px 0px 0px 0px;
}

#movie_player {
	position: relative;
	overflow: hidden;
	width: 462px;
	z-index: 10;
	padding-top: 20px;
}

#movie_info {
	width: 462px;
	z-index: 5;
	font-size: 12px;
	line-height: 25px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#movie_title {
	color:#009900;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.25px;
	line-height:25px;
	padding:0 15px 0 2px;
}

#movie_desc {
	padding: 10px 0px;
	text-align: left;
	line-height:20px;
}

#movie_rate {
	display: none;
}

#movie_rate img {
	margin-bottom: -3px;
}

.movie_image {
	float: left;
	width: 75px;
}

.movie_image img {
	border: 4px solid #d2eada;
}

.movie_desc {
	float: right;
	width: 200px;
}

.movie_title {
	font-size: 13px;
	color: #009900;
	font-weight: bold;
}

.movie_title a:hover {
	text-decoration: underline;
}

.movie_related {
	width: 283px;
	overflow: hidden;
	padding: 10px 0px;
}

div#movie_related .movie_title a {
	font-weight: bold !important;
	text-decoration: none;
}

div#movie_related .movie_title a:hover {
	font-weight: bold !important;
	text-decoration: underline;
}

#movie_related ul,
#movie_related li {
	margin:0;
	padding:0;
	list-style:none;
}

#movie_related li {
	width:100%;
	/* height:415px; */
	overflow:hidden;
}

#movie_pager {
	text-align: right;
	margin-top: 10px;
}

#flashContainer {
    width: 448px;
    height: 331px;
    padding: 8px 7px 8px 7px;
    background-color: #d2eada;
    text-align: center;
}
#flashLeft {
    float: left;
    width: 7px;
    height: 41px;
    padding: 0px;
    background: #d2eada url('../img/video/playerBackLeft.gif') no-repeat 0px 0px;
}
#flashRight {
    float: right;
    width: 7px;
    height: 41px;
    padding: 0px;
    background: #d2eada url('../img/video/playerBackRight.gif') no-repeat 0px 0px;
}
#flashControl {
    float: left;
    width: 462px;
    height: 41px;
    padding: 0px 0px;
    background: #d2eada url('../img/video/playerBack.gif') repeat-x 0px 0px;
    text-align: center;
}
.flashPlay {
    float: left;
    width: 25px;
    height: 25px;
    padding: 8px 0px 0px 0px;
}
#flashPause {
    display: none;
}
#flashProgress {
    float: left;
    width: 265px;
    margin: 17px 0px 0px 12px;
}
#flashTime {
    float: left;
    width: 30px;
    margin: 16px 0px 0px 4px;
    color: #666666;
    font-size: 10px;
    cursor: pointer;
}
#flashMute,
#flashMuted {
    float: left;
    width: 15px;
    margin: 16px 0px 0px 2px;
}
#flashMuted {
    display: none;
}
#flashVolume {
    float: left;
    width: 90px;
    margin: 19px 0px 0px 5px;
    height: 6px !important;
}
#flashFullscreen {
    float: left;
    width: 25px;
    height: 25px;
    padding: 8px 0px 0px 10px;
}

.movie_paginator a {
	font-size: 11px;
}

#movie_tabs_line {
	float: left;
    height: 31px;
    width: 310px;
	border-bottom: 1px solid #b4d5be;
	margin-left: -1px;
}

#hp_movies_list {
	clear: both;
	margin-top: 4px;
	padding-top: 5px;
	line-height: 18px;
	background: white url(../img/css/separator_horizontal_light.gif) repeat-x scroll 0 -10px;
}

#hp_movie_abaut {
	clear: both;
	margin-top: 3px;
	padding-top: 3px;
	line-height: 20px;
}

#hp_movie_text {
	font-weight: bold;
}
#hp_movie_title {
	color: #09824F ;
	font-weight: bold;
}
.dodaj_opinie {
	background-color:#007F30;
	border:1px solid #1E8E48;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding-bottom:3px;
	text-align:center;
	vertical-align:middle;
	width:110px;
	float: right;
	margin-top: -25px;
}
