#wrapper {
	background: transparent url(../images/bg/bg_main_content.png) no-repeat top center;
	height: 384px;
	position: relative;
}

#content {
	position: relative;
	width: 1000px;
	height: 358px;
}

#content div.padding {
	padding: 0 10px;
}

#content #player {
	/*float: left;*/
	width: 612px;
	background: transparent url(../images/bg/bg_flash.jpg) no-repeat top left;
	min-height: 358px;
}

#content #player div.padding {
	padding: 13px 0 0 13px;
}

#content #sidebar {
	/*float:left;*/
	position: absolute;
	top: 0;
	right: 10px;
	width: 367px;
	text-align: right;
	height:351px;
}

#content #sidebar div.padding {
	padding: 30px 10px 0 2px;
} 

#content #sidebar img.raporty {
	padding-right: 24px;
	margin: 0 0 8px 0;
}

#content #video_select {
	height: 318px;
	overflow: auto; left:0;
}

#content #sidebar ul.select {
	text-align: left;
	background: transparent url(../images/bg/bg_video_select_li.jpg) repeat-y top right;
	width: 337px;
}

#content #sidebar ul.select li div.item {
	background: transparent url(../images/bg/bg_video_select.gif) no-repeat top left;
	width: 327px;
	height: 88px;
	margin-bottom: 12px;
	clear: both; 
	position: relative; overflow:hidden;
}

#content #sidebar ul.select li div.item span.done {
	background: transparent url(../images/video_done.gif) no-repeat top left;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: 120px;
	z-index: 22;
} 

#content #sidebar ul.select li div.item span.undone {
	background: transparent url(../images/video_undone.gif) no-repeat top left;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: 120px;
	z-index: 22;
} 

#content #sidebar ul.select li div.item p.ready {
	top: 7px;
	left: 23px;
	position: absolute;
	width: 111px;
	height: 63px;
	background-color: #000;
	opacity: 0.8;
	text-align: center;
	z-index: 20;
}

#content #sidebar ul.select li div.item p.ready span {
	padding-left: 15px;
	background: transparent url(../images/ok.gif) no-repeat 0 3px;
	color: #fff;
	font-size: 11px;
	line-height: 63px;
	vertical-align: middle;
}

#content #sidebar ul.select li div.item img.prev {
	padding: 3px;
	background-color: #131313;
	margin: 10px 0 0 20px;
	float: left;
}

#content #sidebar ul.select li div.item img.prev_empty {
	margin: 4px 0 0 20px;
	float: left;
}

#content #sidebar ul.select li div.item div.more {
	float :left;
	color: #fff;
	font-size: 10px;
	padding: 5px 0 0 12px;
	width: 170px;
}

#content #sidebar ul.select li div.item div.more p.num {
	font-size: 11px;
	font-weight: bold;
}

#content #sidebar ul.select li div.item div.more p.title, #content #sidebar ul.select li div.item div.more p.title a {
	font-size: 12px;
	font-weight: bold;
	color: #91D238;
}

#content #sidebar ul.select li div.item div.more p.hint {
	font-size: 10px;
	font-weight: normal;
	color: #cfcfcf;
}

#content #sidebar ul.select li.current div.item {
	background: transparent url(../images/bg/bg_video_select_current.gif) no-repeat top left;
}