<!--
body {
	margin:0px;
	padding:0px;
	background-image: url(imagens/fundo2.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color:#FFFFFF;
}

body,div,textarea {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #D0E8D0;
	scrollbar-darkshadow-color:#D0E8D0;
	scrollbar-track-color: #F1F8F1;
	scrollbar-arrow-color: #333333;
}

body,p,td,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.cor_tabela {

}

#menu {
	width:165px;
	margin-top:10px;
}
#menu p {
	border:4px solid #E7EBEF;
	margin:-1px 0 0 0;
	padding-top:2px;
	height:20px;
	background-color:#818080;
}
#menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:5px;
	display:block;
	width:145px;
}
#menu a:hover {
	color:#92E5FA;
	/*margin-left:10px;*/
}


.link{
  display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.link:hover {
	color:#000000;
	text-decoration:underline;
}

#artistas {
  font-size:11px;
  text-align:center;
  margin-top:30px;
  color:#000000;
  padding-bottom:10px;
}

#artistas img {
  padding-top:10px;
  padding-bottom:2px;
}


#conteudo{
  width:520px;
  margin-top:20px;
  margin-left:30px;
  color:#000000;
  padding-bottom:20px;
}

.titulo {
	font-size:14px;
	font-weight:bold;
	color:#003399;
}

.subtitulo {
	font-size:12px;
	font-weight:bold;
	color:#003399;
}


.rodape {
	background-color:#433530;
	color:#FFFFFF;
	height:20px;
	text-align:center;
}

#mensagemok {
  color:#FFFFFF;
  text-align:center;
  margin-left:100px;
  background-color:#CE3400;
  width:300px;
  padding:10px;
}

.rodape a {
  color:#FFFFFF;
}

a{
	color:#000000;
	text-decoration:underline;
}

a:visited{
	color:#000000;
}

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

#foto_produto {
  text-align:left;
  max-width:200px;
	width:150px;
	margin-left:10px;
	float:right;

}

.divprod0 {
    width:160px;
    height:250px;
    float:left;
    margin-right:17px;
    text-align:center;
}
.divprod1 {
    width:200px;
    height:250px;
    float:left;
    margin-right:17px;
    text-align:center;
}
.divprod2 {
    width:200px;
    height:250px;
    float:left;
    margin-right:17px;
    text-align:center;
}
.divprod3 {
    width:200px;
    height:250px;
    float:left;
    text-align:center;
}

.valor {
	color:#000000;
	font-weight:bold ;
}
.valorriscado {
	color:#000000;
	text-decoration:line-through;
}

.imagemProd {
    border:none;
}

-->