/* VIDEOS */

#blocos-principal-lateral{
	width:100px;
	float:left;
	background-image:url(../Imagens/lateral-videos.png);
	background-position:top;
	background-repeat:no-repeat;
	height:500px;
}

#blocos-principal-conteudo{
	width:480px;
	padding:15px;
	float:right;
	background-color:#FFFFFF;
}

.blocos-juntor{
	border-bottom:5px solid #666666;
	margin-bottom:10px;
	min-height:500px;
}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* CAMPO DE BUSCA */

#pesquisa{
	height:35px;
	border-bottom:5px solid #666666;
	margin-bottom:10px;
}
	#pesquisa-esquerda{
		float:left;
	}
		#campocaracteres{
			width:118px;
			height:25px;
			float:left;
			margin-right:10px;
			cursor:pointer;
		}
			#campocaracteres input{
				width:112px;
				padding:5px 3px;;	
				background-color:#333333;
				color: #eeeeee; 
				font-size: 12px; 
				font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-weight:bold;
			}
			#campocaracteres input:hover{
				background-color:#222222;
			}
		
		#botaook{
			width:25px;
			border:none;
			margin-bottom:10px;
			cursor:pointer;
			float:left;
		}
			#botaook a{
				display:block;
				line-height:25px;
				text-align:center;
				color: #ffc400; 
				font-size: 12px; 
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-weight:bold;
				background-color:#333333;
			}
			#botaook a:hover{
				background-color:#222222;
			}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/
		
/* THUMB */
	
.thumbvideos li{
	list-style:none;
	float:left;
	
	width:143px;
	height:110px;
	margin-bottom:10px;
	margin-right:10px;
	border:5px solid #666666;
}
.thumbvideos li:hover{
	border:5px solid #333333;
}

.thumbvideos .semmargem{
	margin-right:0;
}
