
<!--
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
}
:focus {
	outline:0;
}
body {
	background: #EEE;
	color: #009900;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#tudo {
	background: #FFF;
	border: #009900 1px solid;
	width: 1000px;
	margin: auto;
	padding: 0px;
	text-align: left;
}
#cabecalho {
	background: #F0F6F9;
	font-size: 18px;
	text-align: center;
	padding-right: 5px;
	padding-top:30px;
	padding-bottom:30px;
	height:50px;
}
#cabecalho-esquerda {
	float:left;
	padding:5px;
}
#cabecalho-direita {
	float:left;
	padding:5px;
}
#cabecalho-direita2 {
	float:left;
	padding:5px;
}
#cabecalho-direita input.input {
	border: 1px solid #009900;
	width: 240px;
	color:#009900;
}
#cabecalho-direita input.botao {
	background-color:#009900;
	color:#FFF;
	font-weight: bold;
}
select, input, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
#menu {
	clear:both;
	background: #009900;
	height: 27px;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	margin-left: 6px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	background: #F0F6F9;
	color: #009900;
	border: 1px #FFF solid;
	border-bottom: 1px #009900 solid;
	float: left;
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
}
#menu ul li a:hover {
	background: #FFF;
	color: #F00;
	border: #F00 1px solid;
	border-bottom: none;
	text-decoration: none;
}
#conteudo {
	clear: both;
	font-size: 12px;
	padding: 5px;/*text-align: center;*/
}

#esquerdo {
	float:left;
	width:700px;
	display:block;
}
#esquerdo .paginacao {
	color:#009900;
	font-weight:bold;
	padding: 5px;
	clear:both;
}
#cabecalho-carousel {
	color:#009900;
	font-weight:bold;
	font-size: 15px;
}
.destaque {
	padding:0;
	margin:0;
	width: 163px;
	float:left;
	text-align:center;
}
.conteudo-destaque {
	clear:both;
	width: 100%;
	
}
.visitas {
	font-size: 9px;
}
.foto-legenda {
	display:inline;
	float:left;
	margin-right:0.5em;
	_margin-right:0.3em;
}
.foto-legenda img {
	display:block;
	margin-bottom:0.08em;
}
.foto-legenda * {
	zoom:1;
}
.bloco {
	padding:6px 0;
	border-bottom:1px solid #DDD;
	margin:4px 0;
	border-bottom:1px solid #E1E1E1;
	display:block;
	_height:60px;
	min-height:60px;
	padding:1em 0;
	width:100%;
	clear:both;
}
.bloco p, .bloco h3 {
	text-align:left;
}
.bloco p, .bloco h3 a, .videos-relacionados-interno h3 a {
	color:#009900;
}
#direito {
}
#baixo {
	clear:both;
	text-align:center;
}
#rodape {
	clear: both;
	background: #009900;
	color: #FFF;
	padding: 5px;
	text-align: center;
}
#rodape a:link, #rodape a:hover, #rodape a:active, #rodape a {
	color: #fff;
	font-weight:bold;
}
#video {
	width:450px;
}
#video-detalhes {
}
#video-detalhes-principal {
}
#videos-relacionados {
	clear:both;
	padding-top:10px;
}
.videos-relacionados-interno {
	float:left;
	padding: 6px;
	width: 129px;
}
.clear {
	clear:both;
}
a:link {
	color:#009900;
}
a:visited {
	color:#009900;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}
#rodape a:link {
	color: #fff;
	font-weight:bold;
}
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;*/
	/*padding-bottom:8px;
	margin-bottom:8px;*/
		padding-left:170px;
}
.loading {
	height: 30px;
	background: url('../voto/images/working.gif') 50% 50% no-repeat;
	padding-left:170px;
}
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;

	height: 30px;
	position: relative;
	background: url('../voto/images/starrating.gif') top left repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;/* */
	}
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background: url('../voto/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit {
	left: 0px;
}
.unit-rating a.r1-unit:hover {
	width:30px;
}
.unit-rating a.r2-unit {
	left:30px;
}
.unit-rating a.r2-unit:hover {
	width: 60px;
}
.unit-rating a.r3-unit {
	left: 60px;
}
.unit-rating a.r3-unit:hover {
	width: 90px;
}
.unit-rating a.r4-unit {
	left: 90px;
}
.unit-rating a.r4-unit:hover {
	width: 120px;
}
.unit-rating a.r5-unit {
	left: 120px;
}
.unit-rating a.r5-unit:hover {
	width: 150px;
}
.unit-rating a.r6-unit {
	left: 150px;
}
.unit-rating a.r6-unit:hover {
	width: 180px;
}
.unit-rating a.r7-unit {
	left: 180px;
}
.unit-rating a.r7-unit:hover {
	width: 210px;
}
.unit-rating a.r8-unit {
	left: 210px;
}
.unit-rating a.r8-unit:hover {
	width: 240px;
}
.unit-rating a.r9-unit {
	left: 240px;
}
.unit-rating a.r9-unit:hover {
	width: 270px;
}
.unit-rating a.r10-unit {
	left: 270px;
}
.unit-rating a.r10-unit:hover {
	width: 300px;
}
.unit-rating li.current-rating {
	background: url('../voto/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.voted {
	color:#999;
}
.thanks {
	color:#36AA3D;
}
.static {
	color:#5D3126;
}
a.rank_1{font-size:11px; padding-right: 3px;}
a.rank_2{font-size:14px; padding-right: 3px;}
a.rank_3{font-size:17px; padding-right: 3px;}
a.rank_4{font-size:20px; padding-right: 3px;}
a.rank_5{font-size:23px; padding-right: 3px;}
a.rank_6{font-size:26px; padding-right: 3px;}
a.rank_7{font-size:30px; padding-right: 3px;}
-->
