body
{
	background-attachment: fixed;
}

#player-container ul.chapters li a:hover,
#player-container ul.chapters li a.nowplaying {
	background: #b85d05 url(images/bg-chapter-active.gif) repeat-x top left;
	color: #392208;
	text-shadow: 0px 1px 0px #b99708;
}

#pages p { color: #ffffff; font-size: 11px; }
#pages p a { color: #FFA304; padding-left: 3px; padding-right: 3px; text-decoration: none; }

.mask ul li span { text-align: center; }

.table
{
	width: 750px;
	display: block;
}

.table-left
{
	width: 450px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
}

.table-right
{
	width: 250px;
	height: 20px;
	text-align: left;
	display: block;
	margin-right: 5px;
	float: left;
}

.table-right input
{
	width: 200px;
	font-size: 11px;
}

#header_content
{
	width: 800px;
	height: 250px;
	font-size: 12px;
}


#movie-details div.sinopsis p a, #movie-details div.sinopsis p a:hover 
{
	color: #ffa800;
	font-size: 12px;
}


#player-container ul.playlist_chapters {
	display: block;
	float: right;
	width: 185px;
	list-style-type: none;
}

#player-container ul.playlist_chapters li {
	display: block;
	clear: both;
	height: 28px;
	margin: 0px 0px 5px 0px;
}

#player-container ul.playlist_chapters li a {
	display: block;
	height: 28px;
	line-height: 28px;
	background: #211f1e url(images/bg-chapter.gif) repeat-x top left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #b8b8b8;
	text-decoration: none;
	padding: 0px 5px;
	text-shadow: 0px -1px 0px black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#player-container ul.playlist_chapters li a:hover,
#player-container ul.playlist_chapters li a.active {
	background: #b85d05 url(images/bg-chapter-active.gif) repeat-x top left;
	color: #392208;
	text-shadow: 0px 1px 0px #b99708;
}

.cuelink {
	float: right;
	width: 80px;
	height: 28px;
	display: block;
	line-height: 28px;
	background: #211f1e url(images/bg-chapter.gif) repeat-x top left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #b8b8b8;
	text-decoration: none;
	padding: 0px 5px;
	text-shadow: 0px -1px 0px black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.cuelink:hover,
.cuelink.active {
	background: #b85d05 url(images/bg-chapter-active.gif) repeat-x top left;
	color: #392208;
	text-shadow: 0px 1px 0px #b99708;
}

.editeaza_acum {
	font-size: 12px;
	color: #ffffff;
	margin-left: 25px;
}


.delcue
{
	display: block;
	width: 16px;
	height: 25px;
	margin-top: -27px;
	float: right;
	margin-right: -4px;
	background: url(../images/delete.png) no-repeat center left;
	border: 0px solid #fff;
}

.editcue
{
	display: block;
	width: 16px;
	height: 25px;
	margin-top: -27px;
	float: right;
	margin-right: 20px;
	background: url(../images/edit.png) no-repeat center left;
	border: 0px solid #fff;
}

.cue_desc
{
	float: left;
	display: block;
	border: 0px solid red;
	width: 170px;
	height: auto;
	margin-left: 15px;
	font-size: 9px;
	text-align: right;
	margin-bottom: 3px;
	background: /*#898F94*/#4E5256;
	padding-right: 2px;
}

.rvs 
{
	border: 1px solid black; 
	clear: both;
}

.choose_related
{
	list-style-type: none;
	width: 300px;
	height: 400px;
	overflow-y: scroll;
	float: left;
}

.choose_related li
{
	display: block;
	position: relative;
	height: 82px;
}

.choose_related li.even
{
	background: #151413;
	border-bottom: 1px solid white;
}

.choose_related li.odd
{
	background: #435256;
	border-bottom: 1px solid white;
}

.choose_related li div
{
	width: 283px;
	height: 82px;
	/*display: block;*/
	position: relative;
}

.choose_related li div img
{
	position: relative;
	float: left;
}

.choose_related li div span
{
	position: relative;
	font-size: 12px;
	float: left;
	display: block;
	width: 150px;
	height: 60px;
	margin-top: 22px;
}


.rvs_drag
{
	list-style-type: none;
	width: 300px;
	height: 400px;
	overflow-y: scroll;
	float: left;
}

.rvs_drag li
{
	display: block;
	position: relative;
	height: 82px;
}

.rvs_drag li.even
{
	background: #151413;
	border-bottom: 1px solid white;
}

.rvs_drag li.odd
{
	background: #435256;
	border-bottom: 1px solid white;
}

.rvs_drag li div
{
	width: 283px;
	height: 82px;
	/*display: block;*/
	position: relative;
}

.rvs_drag li div img
{
	position: relative;
	float: left;
}

.rvs_drag li div span
{
	position: relative;
	font-size: 12px;
	float: left;
	display: block;
	width: 150px;
	height: 60px;
	margin-top: 22px;
}


#editor 
{
	width: 90%;
	background: #FFFF88;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font: Verdana, sans-serif;
	color: #36393D;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

#editor a
{
	color: #D01F3C;
	font: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#relatedvs
{
	width: 850px;
	display: block;
	margin-left: 30px;
	margin-top: 20px;
	clear: both;
	float: left;
}

.rvs_topname
{
	float: left;
	width: 100%;
	display: block;
	clear: both;
}

.rvs_topname h2
{	
	float: left;
	margin-left: 120px;
}

#rvs_possible 
{
	overflow-y: scroll;
	width: 400px;
	float: left;
	list-style-type: none;
	height: 350px;
}

#rvs_possible li
{
	height: 60px;
}

#rvs_possible li input
{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#rvs_possible li img
{
	float: left;
	margin-left: 10px;
}

#rvs_possible li p
{
	float: left;
	margin-left: 5px!important;
	color: #000000;
	font-weight: bold;
	margin-top: 20px!important;
}

.rvs_odd
{
	background: #505050;
}

.rvs_even
{
	background: #7f7f7f;
}

#rvs_related 
{
	overflow-y: scroll;
	width: 400px;
	float: left;
	margin-left: 45px;
	list-style-type: none;
	height: 350px;
}

#rvs_related li
{
	height: 60px;
}

#rvs_related li input
{
	float: left;
	margin-top: 20px;
	margin-left: 10px
}

#rvs_related li img
{
	float: left;
	margin-left: 10px;
}

#rvs_related li p
{
	float: left;
	margin-left: 5px!important;
	color: #000000;
	font-weight: bold;
	margin-top: 20px!important;
}

/*.locked_chapter {  background: url('images/bg-chapter-inactive.gif') top left repeat-x; color: black; }*/

/*#pages {
	padding: 3px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
	border: 1px solid white;
}
#pages li a {
	color: #2f2313;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;

}
#pages li a:hover {
	color: #638425;
	background: #f1ffd6;
	border: 1px solid #85bd1e;
}
#pages li.nolink {
	color: #cccccc;
	padding: 4px;
	border: 1px solid #F3F3F3;
}
#pages li.current-page {
	color: #FFF;
	border: 1px solid #b2e05d;

	background: #FFA304;
}*/


.termeni h1, h2
{
	margin-left: 30px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.termeni ul
{
	margin-left: 50px;
}

.termeni ul li
{
	list-style-type: none;
	width: 860px;
}

.termeni p
{
	width: 880px;
}