* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}

body, html {
	height: 100%;
	width: 100%;
	overflow:hidden;
}
#cntr_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#FFF;
	filter:alpha(opacity=75);


	-moz-opacity: 0.90;
	opacity: 0.90;
	display: none;
}
* html #cntr_overlay { /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#cntr_full {
	width: 796px;
	height:360px;
	margin-left: -398px;
	margin-top: -180px;
	position: absolute;
	z-index: 102;
	top:50%;
	left:50%;
	display: none;
}
#cntr_full #cntr_midia {
	float: right;
	position: relative;
	clear: right;
	width: 450px;
	height: 360px;
}
#cntr_full #cntr_midia a.closeTB {
	float:right;
	background-image: url(bt_fechar_thick.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	float: right;
	height: 17px;
	width: 50px;
	overflow: hidden;
	margin-right: 10px;
}
#cntr_full #cntr_midia a.prevBtn, #cntr_full #cntr_midia a.nextBtn {
	position: absolute;
	top: 170px;
	left: 16px;
	text-decoration: none;
	background-image: url(bt_prev.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	overflow: hidden;
	height: 17px;
	width: 8px;
}

#cntr_full #cntr_midia a.nextBtn {
	left: 442px;
	background-image: url(bt_next.jpg);
}
#cntr_full #cntr_midia #cntr {
	background-color: #000000;
	height: 335px;
	width: 410px;
	margin-top: 22px;
	margin-left: 28px;
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}


#cntr_full #fom_comentarios {
	float: left;
	width: 337px;
}
#cntr_full #fom_comentarios h2 {
	background-image: url(titulo_comentarios.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	height: 16px;
	width: 148px;
	overflow: hidden;
	margin-bottom: 16px;
}
#cntr_full #fom_comentarios label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 3px;
	display: block;
}
#cntr_full #fom_comentarios input, #cntr_full #fom_comentarios textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	width: 330px;
	*width: 325px;
	background-color: #DCDCDC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#cntr_full #fom_comentarios #bt_form {
	background-image: url(bt_enviar.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	height: 19px;
	width: 83px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}
#cntr_full #comentarios_list {
	height: 115px;
	list-style-type: none;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cntr_full #comentarios_list li {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
}
#cntr_full #comentarios_list li span.dados_usuario {
	font-weight: bold;
	color: #999999;
	display: block;
	padding-top: 3px;
}
#cntr_full #comentarios_list li.no_comments {
	font-weight: bold;
	color: #999999;
	text-align: center;
	display: block;
	padding: 10px;
}
