#v-player {
	width: 962px;
	height: 559px;
	position: relative;
	background-color: black;
	margin-bottom: 10px;
}
.box-header {
	float: right;
	text-align: left;
}
.title {
	float:left;
	width:520px;
}
.title-left {
	float: left;
}
.title-right {
	float: right;
	margin-right:-15px;
}
.title h4 {
	/*Заглавието на играта да е в черно*/
	/*color: #585858;*/
	color: #000000;
	font-size:12px;
	width: auto;
}
.button_black_video_small, .button_black_download_small {
	float: right;
	width:130px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 0 3px 35px;
}
.button_black_video_small {
	background: url(../img/buttons/button_black_video_small.png) top left no-repeat;
}
a.button_black_video_small:hover {
	background: url(../img/buttons/button_black_video_small.png) bottom left no-repeat;
}
.button_black_download_small {
	background: url(../img/buttons/button_black_download_small.png) top left no-repeat;
}
a.button_black_download_small:hover {
	background: url(../img/buttons/button_black_download_small.png) bottom left no-repeat;
}
.left-img {
	margin-right: 10px;
	float: left;
	
}
.left-img img{ border:1px solid #0f0f0f;}
.platform-icon {
	width: 520px;
	float: left;
}
.platform-xbox {	
	float: left;
	width: 25px;
	height:10px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-right: 3px;
	background-position: bottom left ;
}
.news-box p {
	/*заглавието на самото видео да е в сиво*/
	/*color: #2E2E2E;*/
	color:#585858;
	font-size: 11px;
	text-align: justify;
	width: 520px;
	float: left;
}
.games_box_text{
	float:left;
	width:520px;
	font-size:10px;
	color:#585858;
	text-align:left;
	margin-bottom:5px;
	margin-top:-3px;
}

/*BEGIN: video box styles*/
.video_box_item
{
	float: left;
	width: 294px;
	height: 86px;
	margin: 0 0px 20px 0;
	padding-right:20px;
	/*overflow: hidden;*/
}

.video_box_item div.video_box_thumbnail
{
	float: left;
	width: 132px;
	height: 86px;
	/*margin-right: 10px;*/
}

.video_box_item img
{
	float: left;
	margin-right:10px;
	border: 1px solid #000000;
	width: 120px;
	height: 66px;
}

a.sd_video, a.hd_video
{
	float: left;
	width: 61px;
	height: 18px;
	background-position: top left;
}

a.sd_video
{
	background-image: url(../img/buttons/sd_video.png);
}

a.hd_video
{
	background-image: url(../img/buttons/hd_video.png);
}

a.sd_video:hover, a.hd_video:hover, a.sd_video_big:hover
{
	background-position: bottom left;
}

a.sd_video_big
{
	float: left;
	width: 122px;
	height: 18px;
	background-position: top left;
	background-image: url(../img/buttons/sd_video_big.png);
}

.video_box_text
{
	display: block;
	float: left;
	width: 162px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.video_box_text h4
{
	color: #585858;
	font-size:12px;
}

.video_box_text span.red
{
	color: #D01007;
	font-size:12px;
}

.video_box_text span.black
{
	color: #000000;
	font-size:12px;
}
/*END: video box styles*/

.games_box_separator
{
	float: left;
	width: 609px;
	height: 2px;
	background: url(../img/backgrounds/box_separator.png) top left repeat-x;
	margin: 10px 0px;
}

/**/
.games_info{
	float:left;
	width:649px;
	height:30px;
	position:relative;
	z-index:10;
	margin-left:-20px;
	margin-top:-20px;
	margin-bottom:20px;
	background:url('../img/backgrounds/games_opt.png') top left repeat-x;
	border-bottom:1px solid #444444;
}
.games_info_tab{
	float:left;
	width:106px;
	height:23px;
	text-align:center;
	font-size:12px;
	color:#585858;
	padding-top:7px;	
}
.games_info_tab_separator{
	border-left:1px solid #444444;
	border-right:1px solid #ffffff;
	height:30px;
	float:left;
	position:relative;
	z-index:20;
}

.games_info_tab:hover, .games_info_tab_active{
	
	color:#585858;
	background:url('../img/backgrounds/games_opt_bullet.png') center no-repeat;
	background-position: 45px 30px;
	color:#000000;
	font-weight:bold;
	position:relative;
	z-index:20;
	height:30px;
}