@charset "utf-8";
body {
	background-color: #afb9c6;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

input, textarea {
	padding: 2px;
}

/*****************************************************/

#coluna_esq {

}

#molduras_pane img {
	border: 1px solid #dd0000;
}

#produto img {
	border: 1px solid #aaaaaa;
}

#molduras_pane a {
	text-decoration:none;
}

#coluna_dir {

}

#coluna_esq, #coluna_dir, #categorias, #produto {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#categorias {
	background-color:#EBEBEB;
	font-size:12px;
}

#categorias a {
	text-decoration:none;
	color: #000000;
}

#categorias a:hover {
	text-decoration:underline;
}
.nItens {
	color: #999999;
}



.separador {
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dd0000;
	padding-bottom: 3px;
	font-size: 12px;
	color: #aa0000;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;

}

#coluna_dir  .separador {
	text-align:right;
}

/********************************************************************/

#evento {
	width:208px;
	height:170px;
	float:left;
	margin: 5px;
}

#evento a {
	color:#990000;
}

.evento_foto {
	margin-bottom: 5px;
}
/********************************************************************/

#molduras_pane {
	clear:both;
	min-height: 230px;
}

.moldura {
	float:left;
	height: 125px;
	width: 112px;
	margin-right: 5px;
	margin-left: 5px;
}

.moldura_foto {

}

.moldura_titulo {
	font-size: 14px;
	color: #aa0000;
	margin-top: 5px;

}

.moldura_texto {
	font-size: 11px;
	color: #666666;

}

/*********************************************************/

#quadro_login {
	background-image: url(imagens/quadro.jpg);
	height: 240px;
	width: 187px;
	margin-left: 7px;
}

.quadro_login_texto {
	font-size: 11px;
	color: #666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
}


/*********************************************************/

.copyright{
	font-size: 11px;
	text-align:center;
	color: #666666;
}

.produto_borda {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}

.produto_borda a { 
	text-decoration: none;
	color:#000000;
}


.produto_titulo {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.produto_desc {
	font-size: 12px;
}

.produto_preco {
	margin-top:5px;
	font-size: 12px;
}

.borda {
	border: 1px solid #CCCCCC;
}
