@charset "utf-8";
/* CSS Document */

h1{
	position:relative;
	color:#06c;
	font-size:18px;
	font-weight:bold;
}
.nav-gal{	/* PAGINACAO DA GALERIA */
	position:relative;
	padding:5px 31px;
	background:#fff url(/img/v8/galeria/bg-thumbs.gif);
	margin:10px 0;
	width:918px;
}
.nav-gal .bt-prev,
.nav-gal .bt-next{
	position:absolute;
	display:block;
	top:0;
	width:26px;
	height:59px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(/img/v8/galeria/btn-nav-gal.gif);
}
.nav-gal a:hover.bt-prev,
.nav-gal a:hover.bt-next{
	background-image:url(/img/v8/galeria/btn-nav-gal-h.gif);
}
.nav-gal .bt-prev{
	left:0;
	background-position:left top;
}
.nav-gal .bt-next{
	right:0;
	background-position:right top;
}
.nav-gal .mascara{
	position:relative;
	width:918px;
	height:49px;
	overflow:hidden;
}
.nav-gal ul{
	position:relative;
	width:auto;
	height:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.nav-gal ul li{
	position:relative;
	float:left;
	width:49px;
	height:49px;
	margin:0 1px;
	display:inline;
}
.nav-gal ul li a{
	position:relative;
	display:block;
	width:45px;
	height:45px;
	border:2px solid #fff;
	overflow:hidden;
	background:#fff;
}
.nav-gal ul li a.ativo{border:2px solid #06c;}
.nav-gal ul li a:hover{border:2px solid #f90;}

.nav-gal ul li img{
	position:absolute;
	display:block;
	left:-25%;
}
.area-img{ /* AREA DA IMAGEM */
	position:relative;
	width:100%;
}
.area-img .pict-img{ /* BLOCO DA IMAGEM */
	position:relative;
	background-color:#f5f5f5;
	float:left;
	overflow:hidden;
	padding:10px;
	width:640px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomright:8px;
	z-index:1;
}
.area-img .txt-funcionamento{
	position:relative;
	display:block;
	margin-top:10px;
	color:#bbb;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.area-img .pict-img #imagem{
	position:relative;
	display:block;
	max-width:640px;
	z-index:2;
	margin:0 auto;
}
* html .area-img .pict-img #imagem{  
  width: expression(this.width > 640 ? 640: true);
}
.area-img .pict-img a.bt-zoom{
	position:absolute;
	display:none;
	top:10px;
	width:115px;
	height:50px;
	overflow:hidden;
	text-indent:-999px;
	background: url(/img/v8/galeria/bt-zoom.png) center center no-repeat;
	z-index:4;
	cursor:pointer;
}
* html .area-img .pict-img a.bt-zoom{
	background-image:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/v8/galeria/bt-zoom.png',sizingMethod='scale');
}
.area-img .pict-img a.bt-next,
.area-img .pict-img a.bt-prev{
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	top:10px;
	width:330px;
	z-index:3;
	cursor:pointer;
	background:url(/b.gif);
}
.area-img .pict-img a.bt-next img,
.area-img .pict-img a.bt-prev img{
	position:absolute;
	width:50px;
	height:50px;
	margin-top:-25px;
	top:50%;
}
.area-img .pict-img a.bt-prev,
.area-img .pict-img a.bt-prev img{left:0;}

.area-img .pict-img a.bt-prev img{
	background: url(/img/v8/galeria/bt-prev.png) left center no-repeat;
}

* html .area-img .pict-img a.bt-prev img{
	background-image:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/v8/galeria/bt-prev.png',sizingMethod='scale');
}
.area-img .pict-img a.bt-next,
.area-img .pict-img a.bt-next img{right:0;}

.area-img .pict-img a.bt-next img{
	background: url(/img/v8/galeria/bt-next.png) right center no-repeat;
}
* html .area-img .pict-img a.bt-next img{
	background-image:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/v8/galeria/bt-next.png',sizingMethod='scale');
}

.area-img .desc-img{ /* BLOCO DA DESCRICAO */
	position:relative;
	background-color:#f5f5f5;
	float:right;
	padding:10px;
	width:300px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
}
.desc-img h3{
	position:relative;
	color:#06c;
	font-size:18px;
	font-weight:bold;
}
.desc-img span{
	position:relative;
	margin-top:5px;
	display:block;
	color:#666;
	line-height:1.5em;
	text-align:left;
}
.desc-img .copy{
	position:relative;
	width:100%;
	margin-top:5px;
	font-style:italic;
	font-weight:bold;
	color:#999;
	font-size:11px;
}
.nav-img{ /* NAVEGACAO DA IMAGEM */
	position:relative;
	overflow:hidden;
	width:300px;
	height:20px;
	margin-top:20px;
}
.nav-img em{
	position:relative;
	display:block;
	float:left;
	color:#bbb;
	line-height:20px;
	width:212px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}
.nav-img a{ /* NAVEGACAO DA IMAGEM */
	position:relative;
	display:block;
	float:left;
	color:#666;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(/img/v8/galeria/bt-nav-img.gif);
	background-repeat:no-repeat;
}
.nav-img a:hover{
	background-image:url(/img/v8/galeria/bt-nav-img-h.gif);
	color:#06c;
}
.nav-img a.bt-frst,
.nav-img a.bt-prev{margin-right:2px;}
.nav-img a.bt-frst{background-position:0 0;}
.nav-img a.bt-prev{background-position:0 -20px;}
.nav-img a.bt-next,
.nav-img a.bt-last{
	margin-left:2px;
}
.nav-img a.bt-next{background-position:0 -40px;}
.nav-img a.bt-last{background-position:0 -60px;}

.info-area{
	position:relative;
	float:right;
	width:300px;
	margin-left:20px;
	padding-top:20px;
	clear:right;
}
.info-area h4{
	position:relative;
	margin-bottom:10px;
	color:#999999;
	font-size:16px;
	font-weight:normal;
}
.tags-relacionadas,
.artigos-relacionados,
.downloads-relacionados,
.albuns-relacionados{
	position:relative;
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.albuns-relacionados ul{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.albuns-relacionados li{
	position:relative;
	background:url(/img/v8/galeria/bg-albuns-rel.gif) left top;
	margin-bottom:10px;
	padding:5px 0 0 0;
	width:300px;
}
.albuns-relacionados li .gal{
	position:relative;
	width:290px;
	background:url(/img/v8/galeria/bg-albuns-rel.gif) left bottom;
	padding:0 5px 5px 5px;
	overflow:hidden;
}
.albuns-relacionados .img-thumb{
	position:relative;
	display:block;
	width:45px;
	height:45px;
	border:2px solid #fff;
	overflow:hidden;
	float:left;
}
.albuns-relacionados a:hover.img-thumb{border:2px solid #06c;}
.albuns-relacionados .info{
	position:relative;
	display:block;
	float:right;
	width:225px;
	padding:9px 0;
}
.albuns-relacionados a{
	font-size:13px;
	font-weight:bold;
}
.albuns-relacionados em{
	display:block;
	font-size:11px;
	color:#999;
	font-style:normal;
}
.albuns-relacionados img{
	position:absolute;
	display:block;
	left:-25%;
}
.artigos-relacionados ul{
	position:relative;
	padding:0 0 0 20px;
	margin:0;
	list-style:square outside;
	color:#bbb;
}
.artigos-relacionados li{
	position:relative;
	clear:both;
	margin-bottom:10px;
}
.artigos-relacionados a{
	line-height:1.5em;
	font-size:13px;
	font-weight:bold;
}
.artigos-relacionados small{
	line-height:1em;
	font-size:11px;
	color:#bbb;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
.downloads-relacionados ul{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.downloads-relacionados li{
	position:relative;
	clear:both;
	width:100%;
	overflow:hidden;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-x bottom;
	padding:10px 0; 
}
.downloads-relacionados li.last{background:none;}
.downloads-relacionados .img-app{
	position:relative;
	float:left;
	width:100px;
	height:65px;
	overflow:hidden;
}
.downloads-relacionados .info{
	position:relative;
	float:right;
	width:190px;
}
.downloads-relacionados a{
	font-size:13px;
	font-weight:bold;
}
.downloads-relacionados span{
	color:#666;
	font-size:12px;
	font-weight:normal;
	display:block;
}
.downloads-relacionados strong{
	display:block;
}
.downloads-relacionados em{
	color:#999999;
	display:block;
	font-size:11px;
	font-style:normal;
	margin-top:4px;
}
.tags-relacionadas a{
	padding-right:8px;
	font-weight:bold;
}
.comment-area{ /* LISTAGEM DE COMENTARIOS */
	position:relative;
	padding-top:20px;
	width:660px;
	clear:left;
	float:left;
}
.comment-area .total{
	position:relative;
	float:right;
	height:22px;
	margin-top:-22px;
	line-height:22px;
	font-size:11px;
	color:#999;
}
.comment-area a.btn-comentar{
	position:relative;
	width:154px;
	height:22px;
	display:block;
	float:left;
	text-indent:-999px;
	overflow:hidden;
	background:url(/img/v8/galeria/btn-comentar.gif) 0 0;
}
.comment-area a:hover.btn-comentar{
	background:url(/img/v8/galeria/btn-comentar.gif) 0 -22px;
}
.comment-area h4{
	position:relative;
	color:#06c;
	font-size:18px;
	font-weight:normal;
}
.comment-area .paginacao-box{
	margin:15px 0;
	width:650px;
	height:22px;
	padding:5px;
	overflow:hidden;
	position:relative;
	background:#f5f5f5 url(/img/v8/galeria/bg-paginacao-box.gif);
}
.comment-area .comment-box{ /* BLOCO DE COMENTARIO */
	position:relative;
	min-height:53px;
	padding-left:68px;
	margin-bottom:10px;
	padding-bottom:10px;
	clear:both;
	width:592px;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) bottom left repeat-x;
}
.comment-box .avatar{ /* BLOCO DO AVATAR NO COMENTARIO */
	position:absolute;
	top:0;
	left:0;
	width:53px;
}
.comment-box .avatar a{
	position:relative;
	display:block;
	width:45px;
	height:45px;
	padding:3px;
	border:1px solid #e0e0e0;
	background:#fff;
}
.comment-box .avatar a:hover{
	border:1px solid #bbb;
}
.comment-box .avatar img{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.comment-box .text{ /* BLOCO DE TEXTO NO COMENTARIO */
	position:relative;
	width:100%;
}
.comment-box .text em{
	position:relative;
	display:block;
	color:#999;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-style:normal;
	height:22px;
	width:100%;
}
.comment-box .box-aval{
	position:relative;
	margin-top:10px;
	overflow:hidden;
	padding:0 5px;
	line-height:12px !important;
}
.comment-box .box-aval a{
	float:left;
	position:relative;
	line-height:18px;
	color:#999;
	font-size:11px;
	text-transform:uppercase;
}
.comment-box .bt-denuncie{padding:0 5px;}
.comment-box a:hover.bt-denuncie{color:#06c;}
.comment-box .bt-aval-pos,
.comment-box .bt-aval-neg{
	width:0;
	height:18px;
	overflow:hidden;
	padding:0 0 0 27px;
	background-image:url(/img/v8/galeria/ic-bt-aval.gif);
	background-repeat:no-repeat;
	margin-right:5px;
	border-right:1px dotted #bbb;
}
.comment-box .bt-aval-pos{background-position:0 0px;}
.comment-box a:hover.bt-aval-pos{background-position:0 -18px;}
.comment-box .bt-aval-neg{background-position:0 -36px;}
.comment-box a:hover.bt-aval-neg{background-position:0 -54px;}

.comment-box .aval{
	float:right;
	font-weight:bold;
	font-size:11px !important;
	line-height:12px !important;
	margin-left:20px;
	padding:3px 5px 3px 27px;
	background-image:url(/img/v8/galeria/ic-bt-aval.gif);
	background-repeat:no-repeat;
	-moz-border-radius:3px;
	margin-top:-22px;
	z-index:1;
}
.comment-box .aval-pos{
	background-position:0 -18px;
	color:#9c0 !important;
}
.comment-box .aval-neg{
	background-position:0 -54px;
	color:#c00 !important;
}

.comment-box .aval-result{
	background:#fffeee url(/img/v8/tira-duvidas/bg-tooltip.gif) no-repeat scroll left bottom;
	border:1px solid #bbb;
	cursor:default;
	display:block;
	font-size:13px;
	padding:6px 12px 6px 32px;
	position:relative;
	margin-top:5px;
	z-index:2;
	width:220px;
	clear:both;
	color:#999;
}
.comment-box .bt-close{
	background:url(/img/v8/tira-duvidas/bt-close.png);
	height:0;
	overflow:hidden;
	padding-top:16px;
	position:absolute;
	right:6px;
	top:6px;
	width:16px;
}
.comment-box .text span{
	position:relative;
	display:block;
	color:#666;
	font-size:13px;
	line-height:1.5em;
}
.comment-area .nocomments{/* BLOCO DA GALERIA SEM COMENTARIOS */
	position:relative;
	color:#666;
	font-size:13px;
	margin:15px 0;
	line-height:22px;
	height:22px;
	width:640px;
	padding:5px 10px;
	overflow:hidden;
	background:#f5f5f5 url(/img/v8/galeria/bg-paginacao-box.gif);
}
.comment-area .comment-edit{ /* BOX DE ESCREVER COMENTARIO */
	position:relative;
	padding:10px;
	background:#f5f5f5;
	-moz-border-radius:8px;
	width:640px;
}
form .legenda{
	color:#06c;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	position:relative;
}
form .campo-texto{
	background:#fff url(/img/v8/tira-duvidas/bg-input.png) repeat-x scroll left top;
	border:1px solid #e5e5e5;
	padding:5px;
	position:relative;
}
form .campo-texto textarea{
	border:none;
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.25em;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}
form .form-botoes{
	position:relative;
	clear:both;
	margin:10px auto 0;
	position:relative;
	text-align:right;
}
.comment-edit .form-botoes .bt-enviar{
	background:url(/img/v8/tira-duvidas/bt-enviar.png);
	border:none;
	cursor:pointer;
	height:35px;
	position:relative;
	width:125px;
}
.box-denunciar .form-botoes .bt-cancelar,
.comment-edit .form-botoes .bt-cancelar{
	background:url(/img/v8/galeria/bt-cancelar.png);
	border:none;
	cursor:pointer;
	height:35px;
	position:relative;
	width:125px;
}
.comment-area .comment-ok{ /* BOX DE ESCREVER COMENTARIO */
	position:relative;
	background:#f5f5f5 url(/img/v8/tira-duvidas/ic-ok.png) no-repeat scroll 20px 20px;
	-moz-border-radius:8px;
	padding:20px 20px 20px 102px;
	overflow:hidden;
	width:538px;
}
.comment-ok h3{
	color:#9c0;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:5px;
	text-align:justify;
}
.comment-ok p{
	color:#666;
	font-size:13px;
	line-height:1.5em;
	margin:5px 0 0;
	padding:0;
	text-align:justify;
}
.comment-ok a.btn-ok{
	display:block;
	float:right;
	height:28px;
	overflow:hidden;
	position:relative;
	text-indent:-999px;
	width:100px;
	margin-top:20px;
	background:url(/img/v8/galeria/btn-ok.png);
}
.comment-area .box-denunciar{ /* BOX DE ESCREVER COMENTARIO */
	position:relative;
	-moz-border-radius:8px;
	padding:10px;
	overflow:hidden;
	background:#f5f5f5;
	margin-top:10px;
	width:572px;
}
.box-denunciar ol{
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-x bottom;
	list-style:none;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 0 10px;
	position:relative;
	width:100%;
}
.box-denunciar ol li{
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:50%;
}
.box-denunciar fieldset{
	border:medium none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
}
form label.campo-selecao{
	color:#666;
	cursor:pointer;
	font-size:13px;
	font-weight:normal;
	line-height:30px;
	position:relative;
}
.box-denunciar .campo-texto{
	width:272px;
}
.box-denunciar label.campo-selecao{
	display:block;
	clear:both;
}
.box-denunciar .bt-enviar-denuncia{
	background:url(/img/v8/tira-duvidas/bt-enviar-denuncia.png);
	border:none;
	cursor:pointer;
	height:35px;
	position:relative;
	width:160px;
}
.listgal-head{
	position:relative;
	width:100%;
	clear:both;
	overflow:hidden;
}
.listgal-cont{
	position:relative;
	width:100%;
	clear:both;;
	margin-top:20px;
	overflow:hidden;
}
.menu-galeria{
	position:relative;
	width:200px;
	height:250px;
	float:left;
	margin-right:10px;
}
.menu-galeria h2{
	color:#06c;
	font-size:18px;
	font-weight:bold;
	padding-bottom:8px;
	position:relative;
}
.menu-galeria .busca-tags{
	background:transparent url(/img/v8/tecnologia/bg-busca-tags.gif) repeat scroll 0 0;
	height:26px;
	margin-bottom:10px;
	position:relative;
	width:200px;
}
.busca-tags .input-txt{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#666666;
	font-size:13px;
	height:16px;
	left:2px;
	line-height:16px;
	padding:3px;
	position:absolute;
	top:2px;
	width:163px;
}
.busca-tags .input-btn{
	background-color:transparent;
	background-image:url(/img/v8/tecnologia/btn-busca-tags.gif);
	background-position:0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	height:22px;
	position:absolute;
	right:2px;
	top:2px;
	width:26px;
}
.menu-galeria .menu-tags{
	position:relative;
	background:#f5f5f5 url(/img/v8/tira-duvidas/bg-tags-menu.gif) right bottom no-repeat;
}
.menu-galeria .menu-tags ul{
	position:relative;
	width:auto;
	margin:0;
	padding:0 6px;
	list-style:none;
	overflow:hidden;
	background:url(/img/v8/tira-duvidas/bg-tags-menu.gif) left top no-repeat;
}
.menu-galeria .menu-tags li{
	position:relative;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-x bottom;
}
.menu-galeria .menu-tags a{
	display:block;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
}
.menu-galeria .menu-tags em{
	color:#999;
	cursor:pointer;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px;
}
.tv-galeria{
	position:relative;
	float:left;
	width:440px;
	height:250px;
	margin-right:10px;
	background: url(/img/v8/galeria/bg-tv.png) bottom right;
}
.tv-galeria .bg-color{
	position:absolute;
	width:100%;
	height:185px;
	background: url(/img/v8/galeria/bg-tv-active.png);
}
.tv-galeria .main{
	position:relative;
	width:100%;
	height:250px;
	display:block;
}
.tv-galeria .main-img{
	position:relative;
	width:356px;
	height:179px;
	display:block;
	padding:3px;
	overflow:hidden;
}
.tv-galeria .main-img img{
	position:relative;
	width:354px;
	height:177px;
	border:1px solid #fff;
	display:block;
}
.tv-galeria .main-tit{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	border:1px #e0e0e0 solid;
	background-color:#fff;
	margin:3px;
	height:47px;
}
.tv-galeria .main-tit  h1 {
	font-size:16px;
	font-weight:bold;
	color:#0066CC;
}
.tv-galeria .info{
	position:relative;
	font-size:12px;
	color:#999;
	font-weight:bold;
	margin-top:5px;
	padding:0 5px;
	line-height:20px;
	clear:both;
	display:block;
}
.tv-galeria .qnt-imagens{
	padding-left:20px;
	padding-right:8px;
	background:url(/img/v8/galeria/ic-imagens.gif) no-repeat left center;
	border-right:1px solid #e0e0e0;
}
.tv-galeria .qnt-comentarios{
	padding-left:20px;
	margin-left:8px;
	background:url(/img/v8/galeria/ic-comm.gif) no-repeat left center;
}
.listgal small{
	position:relative;
	display:block;
	color:#bbb;
	text-transform:uppercase;
	font-size:10px;
}
.listgal small{
	margin-bottom:9px;
	font-weight:bold;
}
.tv-galeria ul.thumbs{
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
}
.tv-galeria ul.thumbs li{
	position:relative;
	float:left;
	clear:both;
	background:#fff;
	padding:3px;
	background: url(/img/v8/galeria/bg-tv.png) bottom right;
}
.tv-galeria ul.thumbs li a{
	background:#fff;
	display:block;
	height:29px;
	overflow:hidden;
	position:relative;
	width:70px;
	border:1px solid #fff;
}
.tv-galeria ul.thumbs li img{
	width:100%;
	opacity:0.25;
}
* html .tv-galeria ul.thumbs li img{filter:alpha(opacity=25);}
.tv-galeria ul.thumbs li.active{background:url(/img/v8/galeria/b-tv-active.gif) left center no-repeat;}
.tv-galeria ul.thumbs li.active a img{opacity:1;}
* html .tv-galeria ul.thumbs li.active a img{filter:alpha(opacity=100);}
.ad300{
	float:left;
	position:relative;
	height:250px;
	width:300px;
	overflow:hidden;
}
.left-area{
	position:relative;
	float:left;
	width:810px;
}
.right-area{
	position:relative;
	float:right;
	width:160px;
}
.left-area .box-cont{
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.left-area h2{
	color:#06c;
	font-size:18px;
	font-weight:normal;
	position:relative;
}
.left-area .box-paginacao{
	position:relative;
	padding:4px;
	background:#f5f5f5;
	overflow:hidden;
	margin:9px 0;
	width:802px;
}
.box-paginacao .txt-paginacao{
	position:relative;
	float:left;
	font-size:11px;
	line-height:22px;
	color:#666;
}
ul.listgal{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-x 1px -1px;
	clear:both;
}
ul.listgal li{
	position:relative;
	float:left;
	width:258px;
	padding:9px 0 1009px 9px;
	margin:0 9px -1000px 0;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-y left;
}
ul.listgal li.first{
	padding-left:0;
	background:none;
}
ul.listgal li.last{
	margin-right:0;
}
ul.listgal .main-img{
	position:relative;
	width:258px;
	height:129px;
	overflow:hidden;
	display:block;
	margin-bottom:9px;
}
ul.listgal .main-img img{
	display:block;
	width:100%;
}
ul.listgal .main-tit{
	position:relative;
	font-size:14px;
	line-height:1.25em;
	font-weight:bold;
}
ul.listgal span{
	position:relative;
	display:block;
}
ul.listgal .data{
	font-size:11px;
	color:#999;
	margin-top:3px;
}
ul.listgal .info-gal {
	position:relative;
	overflow:hidden;
	width:100%;
}
ul.listgal .qnt-comentarios{
	color:#999;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding-left:20px;
	background:url(/img/v8/galeria/ic-comm.gif) left center no-repeat;
	float:right;
	position:absolute;
	right:0px;
	bottom:0px;
}
ul.listgal .qnt-imagens{
	position:absolute;
	bottom:3px;
	right:3px;
	line-height:12px;
	overflow:hidden;
	padding:6px 8px;
	background:#06c;
	display:block;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	opacity:0.9;
	cursor:pointer;
	-moz-border-radius:5px;
}
* html ul.listgal .qnt-imagens{filter:alpha(opacity=90);}
.ultimas{
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) bottom repeat-x;
	padding-bottom:1px;
}
.ultimas h2{margin-bottom:8px;}
.ultimas .veja-mais{
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-x 1px -1px;
	overflow:hidden;
	padding:10px;
	position:relative;
	text-align:right;
}
.ultimas .veja-mais a{
	background-image:url(/img/v8/tecnologia/b-veja-mais.gif);
	background-position:right 0;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	padding-right:10px;
	text-transform:uppercase;
}
.listtop{
	position:relative;
	border:1px solid #E5E5E5;
	clear:both;
	overflow:hidden;
	padding:1px;
	margin-top:10px;
}
.listtop h2{
	background:url(/img/v8/tira-duvidas/bg-list-resposta.png) repeat-x bottom;
	border-bottom:1px solid #F5F5F5;
	padding:5px 10px;
	color:#06c;
	font-size:18px;
	font-weight:normal;
}
.listtop .box-margem {
	border-color:#F5F5F5 !important;
	background-color:#fff;
	border:1px solid #E5E5E5;
	overflow:hidden;
	padding:1px;
	position:relative;
}
.listtop ul{
	position:relative;
	float:right;
	margin:-28px 10px 0 0;
	height:22px;
	overflow:hidden;
	padding:0;
	list-style:none;
}
.listtop ul li{
	position:relative;
	float:left;
	display:inline;
	margin-left:10px;
}
.listtop ul li a{
	line-height:22px;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	padding:0 8px;
}
.listtop ul li a.active{
	background:#06c;
	color: #fff !important;
	-moz-border-radius:5px;
}
.listtop ol{
	position:relative;
	list-style:none;
	margin:5px 0;
	padding:0 5px;
	overflow:hidden;
	width:792px;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-y center;
}
.listtop ol.loading {
	background:url('http://www.baixaki.com.br/img/carregando.gif') no-repeat center;
}
.listtop ol li{
	position:relative;
	float:right;
	clear:right;
	width:381px;
	padding:5px 5px 1005px 5px;
	margin:0px 0px -1000px 0px;
	overflow:hidden;
	background:url(/img/v8/tecnologia/dot-e0e0e0.gif) repeat-x top;
	clear:right
}
.listtop ol li.impar{
	margin-right:10px;
	float:left;

}
.listtop ol a.main-img{
	position:relative;
	display:block;
	overflow:hidden;
	width:127px;
	height:64px;
	float:left;
	margin-right:5px;
	border:2px solid #e0e0e0;
}
.listtop ol a:hover.main-img{border:2px solid #bbb;}
.listtop ol .main-img img{width:100%;}
.listtop .main-tit{
	font-size:14px;
	font-weight:bold;
	line-height:1.25em;
	position:relative;
}
.listtop ol span{display:block;}
.listtop ol .info{
	position:relative;
	float:left;
	padding:5px;
	width:180px;
}
.listtop ol .num-rank{
	position:relative;
	margin-right:10px;
	width:35px;
	text-align:center;
	font-size:24px;
	line-height:29px;
	padding:5px 0 30px;
	color:#bbb;
	float:left;
}
.listtop ol .infogal{
	position:relative;
	padding:5px 5px 0;
	overflow:hidden;
}
.listtop ol .qnt-imagens,
.listtop ol .qnt-comentarios{	
	color:#999;
	font-size:12px;
	line-height:20px;
	padding-left:20px;
	position:relative;
	float:left;
	font-weight:bold;
}
.listtop ol .qnt-imagens{
	background:url(/img/v8/galeria/ic-imagens.gif) no-repeat left center;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #e0e0e0;
}
.listtop ol .qnt-comentarios{background:url(/img/v8/galeria/ic-comm.gif) no-repeat left center;}
.listtop .veja-mais{
	overflow:hidden;
	padding:10px;
	position:relative;
	text-align:right;
	border-top:1px solid #f5f5f5;
	margin:0 5px;
}
.listtop .veja-mais a{
	background-image:url(/img/v8/tecnologia/b-veja-mais.gif);
	background-position:right 0;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	padding-right:10px;
	text-transform:uppercase;
}
.listgal-cont .busca-tags{
	position:relative;
	float:right;
	background:url(/img/v8/tecnologia/bg-busca-tags.gif) no-repeat center center;
	height:26px;
	width:200px;
	margin-top:-22px;
	margin-bottom:10px;
}
.box-erro{
	background:#f5f5f5;
	margin:9px 0;
	overflow:hidden;
	padding:5px;
	position:relative;
	width:800px;
}
.box-erro .box-margem{
	background-color:#fff;
	border:1px solid #e5e5e5;
	overflow:hidden;
	padding:1px;
	position:relative;
}
.box-erro .box-info{
	position:relative;
	background:#fffeee url(/img/v8/tira-duvidas/ic-alert.png) no-repeat 20px center;
	color:#666666;
	padding:25px 10px 25px 102px;
}
.box-erro h3{
	color:#f90;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
