@charset "utf-8";
@import url("geral.css");
#mainVideoResult {
	background-image: url(../images/bkgStrippesLighter.gif);
	background-position: center top;
}

#mainVideoTopLine {
	background-image: url(../images/bkgStrippesDark.gif);
	background-position: center top;
	height: 6px;
	background-repeat:no-repeat;
}

#mainVideoDisplayResult {
	margin: auto;
	width: 810px;
	padding-top: 39px;
	padding-left: 5px;
}

#mainVideoDisplayResult h1 {
	color:#6bc3c1;
	font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	}

#mainVideoDisplayResult h2 {
	color:#6d6d6d;
	font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
}

#buscaResult {
	clear:both;
	display:inline-block;
	float:left;
	margin-top:20px;
	width:100%;
}

.boxBusca {
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
	width:250px;
	margin-bottom:25px;
	margin-right:15px;
}


.videoListingItem {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	clear: both;
	height: 75px;
	overflow: hidden;
	padding-top: 13px;
	padding-bottom: 13px;
}
.videoThumbHolder {
	width: 86px;
	height: 75px;
	float: left;
	margin-right: 5px;
	display: inline;
}
.videoThumbLabel {
	position: relative;
	top: -40px;
	left: 46px;
}
.videoRankItem {
	position: relative;
	top: -37px;
}
.videoThumbDescription {
	line-height: 14px;
	font-size: 11px;
	float: left;
	width: 155px;
	display: inline;
}
.videoThumbDescription  a {
	font-size: 12px;
	font-weight: bold;
	color: #5b9fea;
	line-height: 16px;
}


a.comments{
	background-image: url(../images/btnComentarios.gif);
	height:18px;
	width:40px;
	text-align:center;
	color:#000;
	text-decoration:none;
	background-repeat:no-repeat;
	float:left;
	padding-left:5px;
	display:inline;
	font-size: 10px;
}
a.comments:hover{
	color: #5b9fea;
}

a.views{
	background-image: url(../images/btnViews.gif);
	height:18px;
	width:40px;
	text-align:center;
	color:#000;
	display:inline;
	text-decoration:none;
	background-repeat:no-repeat;
	float:left;
	padding-left:2px;
	margin-right:2px;
	font-size: 10px;
}
a.views:hover{
	color: #5b9fea;
}


#rodape {
	clear: both;
	background-color: #b6b6b6;
}
#rodapeContent {
	margin: auto;
	margin-left:126px;
	*margin-left:124px;
	width: 990px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #8d8d8d;
	background-color: #e7e7e7;
	padding-bottom: 25px;
}


#paginacao{
	text-align:center;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: auto;
	width:500px;
	font-weight:bold;
}

#paginacao ul {
	list-style-type: none;
}
#paginacao li {
	display:inline;
}
#paginacao li a {
	color:#33a09e;
	padding:2px;
}
#paginacao li a:hover {
	color: #2c2c2c;
}
#paginacao li.nolink {
	color: #2c2c2c;
	padding: 2px;
}
#paginacao li.current {
	color: #000;
	padding: 2px;
	font-weight:normal;
}
a.pontas {
	color: #2c2c2c;
	padding: 3px;
	font-weight:normal;
}