@charset "utf-8";
/* CSS Document */



#video_main {
	width:630px;
	padding:0;
	margin:0;
	float:left;
}
#section_main{
/*	background-image:url(../images/blue400_50cent.png);
	background-position:left;
	background-repeat:no-repeat;*/
	width:622px;
	padding:2px 4px 4px 4px;
	margin:0;
	color:white;
}
#video_player{
	padding:0;
	margin:0;
	float:left;
	background-color:#ebf6fd	
}
	#video_player .day{
		margin:0;
		padding:1px;
		margin:0 2px 0 0;
		width:14px;
		height:14px;
		background-color:#999999;
		float:left;
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:white
	}
#video_player a.legenda_img {
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
	border:1px solid #999999;
	margin:0;	
}
#video_player .zoom_image {
	color:white;
	width:394px;
	height:225px;
	_background:none;
	position:absolute;
	padding:195px 0 0 370px;
	left:0;
	z-index:2;
	margin:0;
	cursor:pointer;
}
#titulo {
	color:#252525;
	font-weight:bold;
	font-size:15px
}
#legenda {
	color:#252525;
	font-weight:bold;
	font-size:15px
}
#opcional {
	color:#999999;
	font-size:12px;
	padding:3px 0 3px 0
}
#opcional_descricao {
	font-size:15px;
	padding:0 0 12px 0;
	color:#666666
}
#dados_tecnicos {
	font-size:11px;
	color:#464646;
	padding:12px 0 12px 0;
	width:630px;
	margin:0;
}
.video_by {
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
	float:left;
	width:480px
}
.video_date {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	font-style:italic;
	padding:0;
	margin:0;
	float:right;
	width:150px;
	text-align:right
}
#footer_noticia {
	width:618px;
	padding:14px 2px 0 10px;
	margin:0;
	background-image:url(../images/bg_save_share.jpg);
	background-position:top;
	background-repeat:repeat-x
}	

#fav_relacionados {
	width:630px;
	padding:6px 0 0 0;
	margin:0;
}

#videos_relacionados {
	width:390px;
	float:right;
	margin:0;
	padding:0 0 14px 0;
}
	#videos_relacionados ul.items {
		margin:6px 0 0 0;
		padding:0;
		float:right;
		width:390px
	}
	#videos_relacionados ul.items li{
		list-style-type:none;
		list-style:none;
		width:390px
		
	}


#tab_lista_videos {
	padding:0 0 8px 0;
	margin:0;
}
#lista_videos {
	width:300px;
	padding:0;
	margin:0;
}
	#lista_videos ul.items {
		margin:0;
		padding:0;
	}
	#lista_videos ul.items li{
		list-style-type:none;
		list-style:none;
		width:275px;
		float:left;
		padding:0 5px 5px 5px;
		margin:7px;
		border-bottom:1px dotted #e1e1e1
	}
	#lista_videos ul.items li .titulo{
		float:right;
		width:182px;
		text-align:left;
		font-size:14px;
	}
	#lista_videos ul.items li .imagem{
		float:left;
		width:86px;
	}
	#lista_videos ul.items li .img{
		border:1px solid #999999
	}
	#lista_videos .date {
	font-size:12px;
	width:182px;
	text-align:right;
	color:#999999;
	font-weight:bold;
	font-style:italic;
}	
	#lista_videos a.legenda_img {
		position:relative;
		display:block;
		float:left;
		text-decoration:none;
		border:1px solid #999999;
		margin:0;	
	}
	#lista_videos .legenda_txt {
		color:white;
		width:86px;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background:transparent url(../images/blue86_50cent.png) bottom left no-repeat;
		_background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../images/blue86_50cent.png');
		position:absolute;
		padding:1px;
		bottom:-15px;
		left:0;
		z-index:2;
		margin:0;
		cursor:pointer;
	}


a.legenda_img {
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
	border:1px solid #999999;
	margin:0;	
}
.playme_image {
	width:24px;
	height:24px;
	_background:none;
	position:absolute;
	padding:0;
	left:62px;
	top:24px;
	z-index:2;
	margin:0;
	cursor:pointer;
}
#main_lead{
	font-size:14px;
	font-weight:bold;
	color:#252525;
	width:622px;
	padding:0;
	margin:4px
}










/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable_hz {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 535px;	
	height:75px;	
	
	/* custom decorations */
			
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable_hz div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin:0 auto;
	text-align:center;
	margin-top:5px
}

/* single scrollable item */
div.scrollable_hz div.items div {
	float:left;
	margin-right:5px
	

}

/* active item */
div.scrollable_hz div.items div.active {

}

	div.scrollable_hz .titulo{
		float:right;
		width:125px;
		text-align:left;
		font-size:14px;
	}
	div.scrollable_hz .imagem{
		float:left;
		width:86px;
	}
	div.scrollable_hz .date {
		font-size:12px;
		color:#999999;
		font-weight:bold;
		font-style:italic;
	}
	
	div.scrollable_hz a.legenda_img {
		position:relative;
		display:block;
		float:left;
		text-decoration:none;
		border:1px solid #999999;
		margin:0;	
	}
	div.scrollable_hz .legenda_txt {
		color:white;
		width:286px;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background:transparent url(../images/blue86_50cent.png) bottom left no-repeat;
		_background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../images/blue86_50cent.png');
		position:absolute;
		padding:1px;
		bottom:-1px;
		left:0;
		z-index:2;
		margin:0;
		cursor:pointer;
	}

#seus_comentarios {
	width:630px;
	padding:14px 0 0 0;
	margin:0;
	float:left;
}

#comentarios_header {
	width:618px;
	padding:0 5px 0 5px
}
#comentarios_lista {
	width:618px;
	padding:0 5px 0 5px
}
	#comentarios_lista ul.items {
		margin:0;
		padding:0;
	}
	#comentarios_lista ul.items li{
		list-style-type:none;
		list-style:none;
		width:610px;
		padding:10px 4px 5px 4px;
		font-size:12px;
		color:#747474;
		border-bottom:1px dotted #999999;
	}
#comentarios_form {
	width:618px;
	padding:8px 5px 0 5px
}

/******************************************************************************************************************************/
#main_img {
	width:630px;
	padding:14px 0 14px 0;
	margin:0;
	float:left
}
#main_img img{
	width:630px;
	padding:0;
	margin:0;
	border:0
}
#main_titulo{
	width:630px;
	padding:0;
	margin:0;
	border:0
}
#main_titulo .titulo {
	font-size:24px;
	color:#464646;
	font-weight:bold;
	padding-bottom:8px
}
#main_titulo .dados_tecnicos {
	font-size:11px;
	color:#464646;
	padding:0;
	height:20px;
	border-bottom: 1px solid #dbdbdb;
}
#main_titulo .jornalista {
	font-size:12px;
	color:#000000;
	font-weight:bold
}
#main_titulo .date {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	font-style:italic
}
#main_titulo .time {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	font-style:italic
}
#main_lead{
	font-size:14px;
	font-weight:bold;
	color:#252525;
	padding:6px 0 6px 0
}
#main_body{
	color:#898989;
	padding:0 0 14px 0
}
#main_sponsors {
	padding:10px 0 10px 0;
	margin:0
}
#footer_noticia {
	width:618px;
	padding:14px 2px 14px 10px;
	margin:0;
	background-image:url(../images/bg_save_share.jpg);
	background-position:top;
	background-repeat:repeat-x
}
#save_share {
	float:left;
	padding:5px;
	margin:0
}
#page_tools {
	float:right;
	padding:5px;
	margin:0
}


#artigos_anteriores {
	width:630px;
	padding:0;
	margin:0;
	float:left;
}
#autopromo {
	width:630px;
	padding:14px 0 14px 0;
	margin:0;
	float:left;
}


.main_body_title {
	font-size:18px;
	color:#464646;
	font-weight:bold;
}
.img_sponsor{
	padding:6px;
	border:0
}
a.legenda_img {
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
	border:0
}
.legenda_txt {
	color:white;
	width:612px;
	font-weight:normal;
	font:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	background:transparent url(../images/black_50cent_630px.png) bottom right no-repeat;
	_background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../images/black_50cent_630px.png');
	position:absolute;
	padding:4px 9px 4px 9px;
	bottom:0;
	left:0;
	z-index:2;
	margin:0;
	cursor:pointer;
}
.legenda_titulo{
	font-size:20px;
	color:#0073c4;
	font-weight:bold
}
.img_loc{
		border:1px solid #999999;
		margin:0 4px 0 4px;
		padding:0
	}
	
.textoErro{
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#00FFFF
}
.cx_box {
	border-right:1px #d4d6d7 solid;
    border-top:1px #d4d6d7 solid;
    border-left:1px #d4d6d7 solid;
    border-bottom:1px #d4d6d7 solid;
	background-image:url(../images/bg_form_cx_msg.jpg);
	background-position:top;
    color: #777777;
	font-size:14px;
	font-weight:normal;
    text-decoration: none;
	padding:2px 0 0 3px
}
.cx_scrollbox {
	border-right:1px #d4d6d7 solid;
    border-top:1px #d4d6d7 solid;
    border-left:1px #d4d6d7 solid;
    border-bottom:1px #d4d6d7 solid;
    color: #777777; 
	background-image:url(../images/bg_form_cx_msg.jpg);
	background-position:top;
    font-size:14px;
	font-weight:normal;
    text-decoration: none;
	height:19px;
	padding:2px 0 0 3px
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/

#tab_destaques_relacionados {
	padding:14px 0 14px 0;
	margin:0;
	float:left;
}

#ultimos_videos {
	width:630px;
	padding:14px 0 0 0;
	margin:0;
	float:left
}
#ultimos_videos_last {
	padding:14px 0 14px 0;
	margin:0;
	float:left;
}
	#ultimos_videos_last ul.items {
		margin:0;
		padding:0;
	}
	#ultimos_videos_last ul.items li{
		list-style-type:none;
		list-style:none;
		width:190px;
		height:80px;
		float:left;
		padding:0 5px 10px 5px;
		margin:0;
	}
	#ultimos_videos_last ul.items li .titulo{
		float:right;
		width:95px;
		text-align:left;
		font-size:14px;
	}
	#ultimos_videos_last ul.items li .imagem{
		float:left;
		width:86px;
	}
	#ultimos_videos_last ul.items li .img{
		border:1px solid #999999
	}
	#ultimos_videos_last .date {
		font-size:12px;
		color:#999999;
		font-weight:bold;
		font-style:italic;
		float:right
}	
	#ultimos_videos_last a.legenda_img {
		position:relative;
		display:block;
		float:left;
		text-decoration:none;
		border:1px solid #999999;
		margin:0;	
	}
	#ultimos_videos_last .legenda_txt {
		color:white;
		width:86px;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background:transparent url(../images/blue86_50cent.png) bottom left no-repeat;
		_background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../images/blue86_50cent.png');
		position:absolute;
		padding:1px;
		bottom:-15px;
		left:0;
		z-index:2;
		margin:0;
		cursor:pointer;
	}
	
	
	
#ultimos_videos_top {
	padding:14px 0 14px 0;
	margin:0;
	float:left;
}
	#ultimos_videos_top ul.items {
		margin:0;
		padding:0;
	}
	#ultimos_videos_top ul.items li{
		list-style-type:none;
		list-style:none;
		width:190px;
		height:80px;
		float:left;
		padding:0 5px 10px 5px;
		margin:0;
	}
	#ultimos_videos_top ul.items li .titulo{
		float:right;
		width:95px;
		text-align:left;
		font-size:14px;
	}
	#ultimos_videos_top ul.items li .imagem{
		float:left;
		width:86px;
	}
	#ultimos_videos_top ul.items li .img{
		border:1px solid #999999
	}
	#ultimos_videos_top .date {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	font-style:italic;
	float:right
}	
	#ultimos_videos_top a.legenda_img {
		position:relative;
		display:block;
		float:left;
		text-decoration:none;
		border:1px solid #999999;
		margin:0;	
	}
	#ultimos_videos_top .legenda_txt {
		color:white;
		width:86px;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background:transparent url(../images/blue86_50cent.png) bottom left no-repeat;
		_background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../images/blue86_50cent.png');
		position:absolute;
		padding:1px;
		bottom:-15px;
		left:0;
		z-index:2;
		margin:0;
		cursor:pointer;
	}	
	
	
		
#seccoes_videos {
	width:612px;
	padding:14px 0 0 0;
	margin:0;
	float:left;
}
#nav_seccoes {
	width:190px;
	padding:0;
	margin:0;
	float:left;
	border-right:1px solid #e1e1e1;
	background-color:#ebebeb
}
	#nav_seccoes ul.items {
		margin:0;
		padding:0;
		height:300px;
	}
	#nav_seccoes ul.items li{
		list-style-type:none;
		list-style:none;
		margin:0;
		padding:2px 2px 0 2px;
	}
#lista_seccoes {
	width:420px;
	padding:0;
	margin:0;
	float:right;
}
	#lista_seccoes ul.items {
		margin:0;
		padding:0;
	}
	#lista_seccoes ul.items li{
		list-style-type:none;
		list-style:none;
		height:80px;
		width:190px;
		float:left;
		padding:0 5px 14px 5px;
		margin:0;
	}
	#lista_seccoes ul.items li .titulo{
		float:right;
		width:95px;
		text-align:left;
		font-size:14px;
	}
	#seccoes_videos ul.items li .imagem{
		float:left;
		width:86px;
	}
	#seccoes_videos ul.items li .img{
		border:0
	}
	#seccoes_videos .date {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	font-style:italic;
}