/* CSS Document */

#conteudo{
	height:100%;
	padding-bottom:30px;
}

#conteudo h2{
	margin-bottom:20px;
}

#conteudo #buscaVideo{
	display:block;
	padding:10px;
	margin-bottom:10px;
	background-color:#eee;
}

#conteudo #buscaVideo label{
	font-weight:bold;
}

#conteudo #buscaVideo input{
	padding:3px;
	margin:0px 10px;
}

#conteudo #buscaVideo a{
	color:#739201;
}

#video{
	height:100%;
	overflow:auto;
	padding:10px;
	background-color:#eee;
}

#video #flashVideo{
	width:425px;
	height:344px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}

#video #info{
	width:173px;
	float:left;
}

#video #info h3{
	margin-bottom:10px;
	font-size:24px;
	color:#739201;
}

#video #info h4{
	font-size:14px;
	font-weight:normal;
}

#video #info p{
	line-height:18px;
	margin-bottom:20px;
	color:#000;
}

#video p#data{
	font-size:10px;
	color:#64647c;
}

/* OUTROS VÍDEOS */

#outrosVideos{
	float:none;
	clear:both;
	padding:30px 0px;
}

#outrosVideos h3{
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:14px;
	color:#ed1c24;
	border-bottom:3px solid #ed1c24;
}

#outrosVideos ul{
	height:100%;
	overflow:auto;
}

#outrosVideos li{
	display:block;
	width:638px;
	padding:15px 0px;
	margin-bottom:15px;
	border-bottom:1px solid #eee;
	cursor:pointer;
}

#outrosVideos p.data{
	font-size:10px;
	color:#64647c;
}

#outrosVideos h4{
	margin-bottom:5px;
	font-size:20px;
	font-weight:normal;
	color:#739201;
}