<!--
body {
	margin:0px;
	padding:0px;
	background-color:#888888;
}

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:11px;
}

.cor_tabela {
  background-color:#E7E7E7;
}

#menu {
	width:155px;
	margin-top:10px;
}
#menu p {
	border:4px solid #E7E7E7;
	margin:-1px 0 0 0;
	padding-top:2px;
	height:18px;
	background-color:#888888;
}
#menu a {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:5px;
	display:block;
	width:140px;
}
#menu a:hover {
	/*text-decoration:underline;*/
	color:#FFFF00;
	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 {
  text-align:center;
  margin-top:30px;
  color:#000000;
  padding-bottom:10px;
}

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


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

.titulo {
	font-size:12px;
	font-weight:bold;
	color:#888888;
}

.subtitulo {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}


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

#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: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: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;
}

-->