@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font:11px normal Verdana, Arial, sans-serif;
    color:#666666;
}
div#principal {
	width:900px; height:650px;
	margin:0 auto;
    background:url(../../img/assinatura.gif) 170px 595px no-repeat;
	border:1px solid #CCCCCC;
    position: relative;
}

div#topo{
	width:900px; height:12px;
	background-color:#FF0000;
	border:0px solid red;
}
div#colunaEsquerda{
    float:left;
    border-right:1px solid #CCCCCC;
    width: 320px;
    height: 638px;
}
div#mais{
    border-bottom: 1px solid #CCCCCC;
    height: 100px;
    padding-top: 10px;
}
div#mais ul{padding: 10px 0 0 5px;}
div#mais a.voltar{
    display: block;
    float:right;
    color:red;
}
div#mais h3{
  color: red;
  font-weight: bold;
}
div#descricaoColecao{
    height: 200px;
}
div#descricaoColecao h2 {
    color:red;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
}
div#descricaoColecao p{
    text-align: justify;
    padding: 0 10px 10px 10px;
}
div#listaImagens p{
    text-align: center;
    color:red;
}
div#listaImagens ul{
    display: block;
    width: 270px;
    margin:10px auto;
}
div#listaImagens li{
    display: block;
    float: left;
    margin:4px;
    height: 50px;
}
div#listaImagens img{
    padding: 3px;
    border:1px solid #CCCCCC;
}
div#imagem{
    float: left;
    width: 575px;
}
div#imagem img{
    margin:60px auto;
    display: block;
}
div#cinza{
    background-color:#CFCFCF;
    width:400px; height: 25px;
    text-align: center;
    padding-top: 5px;
}
a#maxZoom{
  background: url(../../img/zoom.gif) top center no-repeat;
  display:block;
  width: 75px;
  height: 20px;
  padding-top: 30px;
  cursor: pointer;
  float: right;
  margin-top: -20px;
}
div#compreja {
    margin-top:12px;
    float: left;
    text-align: center;
    width: 575px;
    display:none;
}

div#compreja a{
    display:block;
    overflow: hidden;
    background: url(../../img/loja.gif);
    text-indent:-9000px;
    width: 100px; height: 64px;
    margin: 3px auto;
}


/* Rodape */
div#rodape{
    width:900px;
    margin:0 auto;
    padding:15px;
    text-align: center;
}

.aviso{
    text-align: center;
    padding-top: 40px;
    color:#CCCCCC !important;
    font-size: 10px !important;
}