<!--
body {
	margin:0px;
	padding:0px;
	background-image: url(imagens/fundo.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	background-color:#e20b17;
}

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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    line-height:18px;
	text-align:justify;
}

.cor_tabela {

}

#menu {
	width:220px;
	margin-left:20px;
	margin-top:0px;
	background-color:#f5f5f5;
	padding-bottom:15px;
}
#menu p {
	border:4px solid #f5f5f5;
	margin:-1px 0 0 0;
	padding-top:4px;
	height:16px;

}
#menu a {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-left:0px;
	width:200px;
}
#menu a:hover {
	color:#000000;
}


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

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

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


#conteudo{
  width:700px;
  margin-top:10px;
  margin-left:15px;
  color:#000000;
  padding-bottom:10px;
}

.titulo {
	font-size:16px;
	font-weight:bold;
	color:#e10b17;
	padding-top:10px;
}

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


.rodape {
	color:#666666;
	font-size:11px;
	height:30px;
}

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

.rodape a {
  color:#000000;
}

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

a:visited{
	color:#000000;
}

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

#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:160px;
    height:250px;
    float:left;
    margin-right:17px;
    text-align:center;
}
.divprod2 {
    width:160px;
    height:250px;
    float:left;
    margin-right:17px;
    text-align:center;
}
.divprod3 {
    width:160px;
    height:250px;
    float:left;
    text-align:center;
}

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

.imagemProd {
    border:none;
}


.lista_links li{
    margin-bottom:8px;
}

.divfoto {
    width:180px;
    height:130px; 
    float:left;
    margin-right:13px;
    text-align:center;
	border:0px solid #000000;

-->