
/*
AJUDA:
body - todas as tags 'body': <body>
.cleaner - todas as classes 'cleaner': <p class="cleaner">
#header - todos os id 'header': <p id="header">
*/

*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
  /*margin: 10px 0px 10px 0px;*/
  margin: 0px 0px 10px 0px;
  padding: 0;
  background-color: #FFFFFF;
  /*color:#E8E8E8;*/
  /*background-image: url(/store/public/images/fundo.gif);*/
  /*background-repeat: repeat-x repeat-y;*/
  font: small Arial, Helvetica, Verdana, sans-serif;
  font-size:12px;
  text-align: center;
  /*min-width: 980px;*/
  min-width: 1007px;  
}

img {
	border: 0;	
}

#wrapper {
  text-align: left;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

#main {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  //border-left: 1px solid #CACACA;	
  //border-right: 1px solid #CACACA;
  _height:0px;	/*tem q estar aqui senao a border n aparece!*/
}

#main .linha{
	border-bottom: 1px solid #CACACA;
}

#top {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;   
 }

#bottom {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

#content {
	background-color: #FFFFFF;
	text-align:left;
  	color: #737272;
  	clear: both;
}


#content a {
	color: #E80B1A;
	text-decoration: none;
}

/* cabe�alho */
#header {
  	width: 980px;
	height: 82px;
  	background-image: url(/images/fundotop.jpg);
  	margin-left: auto;
  	margin-right: auto;
  	background-color: #FE0000;
  	clear: both;
}

#header .canto_esquerdo {
    float: left;	
    margin: 0;    
}

#header .logo {
    float: left;	
    margin-left: 15px;
}

#header .canto_direito {
    float: right;
    margin: 0;
}

#header #header_direita {
    float: right;
}

#header #header_direita #header_links{
    margin: 5px 0px 0px 0px;
}

#header #header_direita #logos
{
	clear: both;
	margin:0;
	padding: 0;
}

#header .logo_cd {
    float: right;
    margin: 10px 30px 0px 0px;
}

#header .logo_ce {
    float: right;
    margin: 10px 40px 0px 0px;
}


/* cabe�alho - links */
#header_links
{
  	margin-left: auto;
  	margin-right: auto;
  	clear: both;    
}

#header_links .texto
{
	float: right;
  	margin: 0px 20px 5px 0px;
	font-size:11px;
    /*color: black;*/
    font-weight:bold;
	color: white;
}

#header_links .texto a
{
    text-decoration:none;
    /*color: black;*/
    font-weight:bold;
    color: white;    
}


/* cabe�alho - newsletter */
#header_news {
	padding: 10px 20px 10px 20px;	/*nao necessita de padding-bottom pq o pr�prio formulario ja da esse espacamento*/
	height:20px; /*tem q estar aqui senao a border n aparece!*/
	/*
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	*/
	margin-left: auto;
  	margin-right: auto;
  	clear: both;
}

#header_news .sethp {
	float: left;
	font-size:11px;
  	color: #737272;
}


#header_news .sethp a{
    text-decoration:none;
	color: #737272;
}

#header_news .subescrever{
	float: right;
  	margin-right: 57px;
  	font-size:11px;
  	color: #737272;
}

#header_news .subescrever a{
    text-decoration:none;
	color: #737272;
}

#header_news .subescrever input{
  	margin-right: 20px;
	font-size:11px;
	border: 1px solid #737272;
  	color: #737272;
}



/* BARRA GRUPO PE */
#barra-pe{
	text-align:center;
	/*text-align:left;*/
	/*
	background-image: url('/media/images/barraGPE.gif');
	background-repeat: repeat;
	*/
	height: 25px;
	clear: both;

	width: 1007px;
	margin-top:0px;	
	margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;
}

#barra-pe ul#menu_barra{
	margin:0;
	padding:4px;		
}

#barra-pe #menu_barra li{			
	list-style-type:none;	
	display : inline;	
	/*color:#185E92;*/
	/*font-size:13px;*/
	color:#666666;	
	font-size:12px;	
	text-decoration:none;	
	margin:0;
		
}

#barra-pe #menu_barra li a{
	margin:0;	
	/*
	font-size:13px;
	color:#185E92;
	*/		
	font-size:12px;
	color:#666666;
	text-decoration:none;	
	margin:0;	
				
}


#barra-pe #menu_barra li img{
	margin:0px 3px 2px 0px;				
}


/* BARRA GRUPO PE FIM*/



/*newsletter - mensagens de subscribe e remove*/
#newsletter_subscribe, #newsletter_remove {
	padding: 10px 20px 10px 20px;
	margin-left: auto;
  	margin-right: auto;
	float: left;
}


/* rodape */
#footer {
  	width: 980px;
  	height: 70px;
  	margin-left: auto;
  	margin-right: auto;
  	background-color: #FFFFFF;
  	background-image: url(/images/fundorodhp.jpg);
  	clear: both;
}

#footer .canto_esquerdo {
    float: left;	
    margin: 0;    
}

#footer .logo {
    float: right;	
    margin: 0;
}

#footer .canto_direito {
    float: right;
    margin: 0;
}

#footer .texto{
	float: left;
	margin-top: 30px;
	font-size:11px;
  	color: #D0697E;
}

#footer .texto a{
    text-decoration:none;
    text-transform:uppercase;
    color: #737272;
}


#copyright .texto{
    font-size:11px;
    color: #737272;
	text-align: center;
    margin-top: 20px;
}


/*DESTAQUES*/
.destaques{
}

.destaques .grande{
	width: 460px;
}

.destaques .grande .imagem{
	float:left;
	width: 220px;
}

.destaques .grande .imagem img{
	width: 220px;
}


.destaques .grande .texto{
  	font-size:12px;
	float:left;
	width: 220px;
	margin-left: 20px;
}

.destaques .grande .texto .titulo{
	font-size:15px;
	font-weight:bold;
	/*color: #E80B1A;*/	/*herda da tag 'a'*/
}
.destaques .grande .texto .subtitulo{
	color: #E80B1A;
}

.destaques .grande .texto .autores{
	font-weight:bold;
}

.destaques .pequeno{
	float:left;
	width:220px;
}

.destaques .pequeno .preco{
  	font-size: 11px;
}

.destaques .pequeno .imagem{
	float:left;
	width: 75px;
}

.destaques .pequeno .imagem img{
	width: 75px;
}

.destaques .pequeno .texto{
	font-size:12px;
	float:left;
	width: 130px;
	margin-left: 15px;
}

.destaques .pequeno .texto .titulo{
	/*font-size:12px;*/
	font-weight:bold;
	/*color: #E80B1A;*/	/*herda da tag 'a'*/
}
.destaques .pequeno .texto .subtitulo{
	color: #E80B1A;
}


.destaques .pequeno .texto .autores{
	/* font-weight:bold; */
}

.destaques .adcesto{
	float:left;
	padding-left:5px; 
}

.destaques .adcesto .logo{
	/*float: right;*/
}

.destaques .sepvertical{
	float: left;
	width:20px;
	height:1px;	/*o firefox obriga*/
}

.destaques .sephorizontal{
	clear:both;
	height: 40px;
}

/*PRE�O*/
.preco{
	clear:both;
	padding-top:30px;
}

.preco .label{
	float: left;
}

.preco .capa{
	float: left;
	text-decoration: line-through;
}

.preco .venda{
	float: left;
	color: #E80B1A;
}


