/* SITE COMMOM LAYOUT */
.bg_color{
	background:#F7F7F7;
}

.vermelho{
	color:#CC0000;
}


#comentarios ul{
	list-style:none;
	margin:0;
	padding:0;
}

#comentarios li div{
	padding:5px;
	border-bottom:1px dashed #CCC;
}

.input{
	background:url("/layout/site/img/bg_input.jpg");
	border:1px solid #EBEBEB;
	float:left;
	margin: 2px 5px 0 0;	
}
.pontilhado{
	background:url("/layout/site/img/pontilhado.gif") repeat-x bottom;
}
.pontilhado_y{
	background:url("/layout/site/img/pontilhado_y.gif") repeat-y right;
}
.dica{
	border-top:6px #EBEBEB solid;
}
.texto_direita{
	float:right;
}

#message{ 
		left:0%;
		display:none; 
		width:250px; 
		text-align:center; 
		padding:5px 8px; 
		font-weight:bold; 
		position:absolute; 
		font:12px arial;
}
.lista{
	padding:5px;
	margin: 0 0 7px 0;
	display:block;
	overflow:hidden;
	height:100%;
}
.lista img{
	float:left;
	margin: 0 5px;
}
.barra_extras{
	padding:3px;
	background:#EBEBEB;
}

.tip            { width:295px; font-family:tahoma,arial; background:#FFF; border:6px solid #CCC;}  
.tip         ul { margin:0; padding:0; list-style:none; }
.tip         li { border-top:1px dashed #EBEBEB; padding:5px;  }
.tip-top        { height:26px; width:295px; }  
.tip-title      { color:#FF6600; font-weight:bold; margin:5px; }  
.tip-text       { color:#000; padding:5px; }  
.tip-bottom     {  width:295px; }