/* CSS Geral ////////////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(imagens/bg_rodape_site.jpg) repeat-x bottom;
}

body {
	margin: 0 auto;
	text-align: center;
	background: url(imagens/bg_topo_site.jpg) repeat-x top;
}

/* Topo ////////////////////////////////////////// */

.topo {
	margin: 0 auto;
	text-align: left;
	background: url(imagens/bg_topo.jpg) no-repeat;
	width: 776px;
	height: 280px;
}

.logo {
	margin: 14px 0 10px 16px;
}

.menu_principal {
	position: absolute;
	top: 44px;
	_top: 47px;
	
	width: 768px;
	_width: 542px;
	*width: 542px;
	text-align: right;
	float: right;
}

.icones {
	position: relative;
	float: right;
	margin: 18px 10px 0 0;
}

.icones img {
	margin-right: 14px;
}

.menu {
	margin: 0 auto;
	_margin: -1px auto;
	width: 776px;
}

/* Corpo ////////////////////////////////////////// */

.corpo {
	margin: 0 auto;
	background: #FFFFFF url(imagens/bg_topo_corpo.jpg) no-repeat top;
	width: 776px;
}

/* Lateral ////////////////////////////////////////// */

.lateral {
	float: left;
	margin: 8px 0 0 22px;
	_margin: 12px 0 0 12px;
	*margin: 12px 0 0 12px;
	width: 170px;
}

/* Login */

.login {
	margin-left:2px;
	background: #EFEFEF;
	text-align: left;
	width: 166px;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.login a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.login p {
	margin: 5px 0 0 10px;
	background: url(imagens/input.gif) no-repeat;
	text-align: left;
	width: 151px;
	height: 21px;
}

.login input {
	margin: 1px 0 0 7px;
	_margin: 0 0 0 -3px;
	padding-top: 3px;
	border: 0;
	width: 135px;
	height: 17px;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.login .botao {
	position: relative;
	top: 16px;
	left: 5px;
	float: right;
	width: 36px;
	height: 20px;
}

/* Categorias */

.categorias {
	margin-left: 2px;
	background: #EFEFEF;
	text-align: left;
	width: 166px;
}

.categorias a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.categorias ul li {
	list-style-type: none;
	background: url(imagens/img_li.jpg) no-repeat left 9px;
	margin: 5px 0 0 15px;
	padding-left: 10px;
}

.categorias .subcategoria {
	list-style-type: none;
	background: #FAFAFA;
	margin: 5px;
	_width: 152px;
	_margin-left: -18px;
	*width: 152px;
	*margin-left: -18px;
}

.categorias .subcategoria li {
	background: none;
}

/* Mais Vendidos */

.mais_vendidos {
	margin-left: 2px;
	background: #EFEFEF;
	text-align: left;
	width: 166px;
}

.mais_vendidos ul li {
	list-style-type: decimal;
	margin: 8px 0 0 35px;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #B01717;
}

.mais_vendidos a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Home */

.home {
	float: right;
	margin-right: 15px;
	_margin-right: 7px;
	width: 561px;
}

.busca {
	background: url(imagens/bg_busca.jpg) no-repeat;
	text-align: right;
	width: 561px;
	height: 34px;
}

.busca .titulo {
	margin: 12px 0 0 10px;
	float: left;
}

.busca input {
	border: 0;
	width: 230px;
	height: 14px;
	margin-right: 2px;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.busca .botao {
	width: 26px;
	height: 20px;
	padding: 0;
	margin-right: 0;
}

.produto{
	margin-top: 15px;
}

.produto td {
	width: 224px;

	padding: 10px 0 10px 5px;
}

.produto h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.produto h1 a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.produto h1 a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.produto h2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

.produto h3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.produto h3 strong {
	font-size: 16px;
	color: #BE0000;
}

.imagem_produto {
	float: left;
	margin: 10px 2px 5px 0;
	border: 2px solid #F2F2F2;
}

/* Conteúdo Interna */

.conteudo {
	margin: 10px 0 10px 15px;
	text-align: left;
	width: 505px;
	
}

.conteudo h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.conteudo p {
	padding-top: 15px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.conteudo a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.conteudo a:hover {
	text-decoration: underline;
}

.formularios {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.formularios input {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.formularios select {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.formularios textarea {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/* Noticias Interna */

.noticias {
	margin-top: 40px;
}

.noticias .imagem {
	border: 1px solid #F7F7F7;
	margin-right: 5px;
	float: left;
}

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

.noticias h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
}

.noticias h2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 22px;
}

.noticias p {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.noticias {
	margin-top: 40px;
}

/* Cesta Compra */

.produto h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.produto h1 a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.produto h1 a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.produto h2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

.produto h3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.produto h3 strong {
	font-size: 16px;
	color: #BE0000;
}

.imagem_produto {
	float: left;
	margin: 10px 2px 5px 0;
	border: 2px solid #F2F2F2;
}

/* Conteúdo Interna */

.cesta_compra {
	padding: 10px 0 10px 15px;
	text-align: left;
}

.cesta_compra img {
	float: left;
	margin: 0 10px 5px 0;
	
	border: 1px solid #000000;
}

.cesta_compra h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.cesta_compra p {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.fonte_grande {
	margin: 20px 0 10px 25px;
	border: 1px solid #000000;
	
	width: 510px;
}

.fonte_grande h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}


.fonte_grande h2 {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}


/* Rodape */

.rodape {
	background:#313131 url(imagens/bg_rodape_site.jpg) repeat-x;
	width: 776px;
	height: 305px;
}

.newsletter {
	padding: 10px 0 0 40px;
	width: 170px;
	text-align: left;
}

.newsletter h1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.newsletter p {
	margin: 5px 0 0 0;
	background: url(imagens/input.gif) no-repeat;
	text-align: left;
	width: 151px;
	height: 21px;
}

.newsletter input {
	margin: 1px 0 0 7px;
	_margin: 0 0 0 7px;
	padding-top: 3px;
	border: 0;
	width: 135px;
	height: 16px;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.newsletter .botao {
	position: relative;
	top: 16px;
	left: 5px;
	float: right;
	width: 36px;
	height: 20px;
}

.noticias_rodape {
	padding: 10px 0 0 40px;
	width: 290px;
	text-align: left;
}

.noticias_rodape h1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.noticias_rodape ul li {
	list-style-type: none;
	background: url(imagens/img_li_rodape.gif) no-repeat left 7px;
	margin: 5px 0 0 5px;
	padding-left: 10px;
	line-height: 14px;
}

.noticias_rodape a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.parceiros {
	padding: 10px 0 0 40px;
	text-align: left;
}

.endereco {
	background: url(imagens/bg_endereco.jpg) no-repeat;
	width: 729px;
	height: 76px;
	margin: 10px 0 0 40px;
	padding-top: 15px;
	text-align: left;
}

.endereco address {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 10px;
}

.links_rodape {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #CECECE;
	line-height: 16px;
}

.links_rodape a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #CECECE;
	text-decoration: none;
}

.links_rodape a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.envie_amigo  {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.paginacao {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.paginacao a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.paginacao a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

.esqueci_senha {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.campo{width: 210px; height: 18px;}
.pfloat{float:left; width:250px;}
