@charset "iso-8859-1";

html,body {
	padding:0;
	margin:0;
}

body {
	background:url(../img/bg.gif) left top;
	line-height:16px;
}
	
#corpo {
	margin:0 auto;
	width:778px;
}
	
#topo {
	background:url(../img/bg-topo.gif);
}

#nav {
	border-top:1px solid #262626;
	text-align:center;
	background:#000;
	height:47px;
}

#nav a, #nav .sep {
	padding:15px 0 17px 0;
	display:-moz-inline-box;
	display:inline-block;
}

#nav .sep {
	margin:0 20px;
}
 
#topo h1  {
	display:block;

	overflow:hidden;
	background:url(../img/bg-topo-centro4.jpg) center top no-repeat;
	height:182px;
}
 
#pagina {
	background:url(../img/bg-degrade.gif) repeat-x left 230px ;
}

#esquerda {
	width:500px;
}

#direita {
	float:right;
	padding-left:62px;
	width:145px;
}

#destaques .ft {
	padding-right:10px;
}

#rodape {
	background:url(../img/linha-escura.gif) top center repeat-x;
}

#rodape .frame{
	background:url(../img/firula-rodape.gif) 90px 2px no-repeat;
	padding-top:8px;
	width:661px;
	height:126px;
	margin:0 auto;
}

/*## Internas ##*/

.promocoes a {
	display:block;
}

.promocoes .descricao{
	position:absolute;
	margin-top:-20px;
	*margin-top:-22px;
	color:#FFF;
	padding:0px 9px;
	font-size:11px;
	font-weight:bold;
}

.promocoes .descricao .preco{
 	font-size:12px;
	color:#f9c300;
	font-weight:bold;
	padding-right:16px;
}

.promocoes .descricao .preco .centavos{
	position:absolute;
	margin-top:-2px;
	font-size:8px;
}

#promocoes .chamada .descricao {
	width:296px;
	position:absolute;
	margin-top:-50px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.chamada .tarja {
	position:absolute;
	margin-left:268px;
	margin-top:10px;
}

#promocoes .chamada .descricao td {
	padding:8px 13px;
}

#promocoes .chamada .descricao .preco{
	color:#f9c300;
	font-size:20px;
	padding:8px 13px;
}

#promocoes .chamada .descricao .preco .centavos{
	font-size:12px;
	position:absolute;
	margin-top:-5px;
	*margin-top:8px;
}

/*## elementos ##*/

p, .p {
	margin-bottom:16px;
}

h1 {
	margin:0;
}

.h2,.h3,.h4,.p,.margem,.meia-margem {
	display:block;
}

h2, .h2 {
	margin-bottom:26px;
	font-size:18px;
}

h3, .h3 {
	font-weight:bold;
	color:#4f4e4e;
	font-size:16px;
}

h4, .h4 {
	font-weight:bold;
	color:#000;
	margin-bottom:2px;
	font-size:13px;
}

/*## formularios ##*/

.input {
	background:url(../img/input-esq.gif) left top no-repeat #fff;
}

.input div{
	background:url(../img/input-dir.gif) right top no-repeat;
	padding:0 9px;
}

label.block {
	margin-bottom:3px;
}

/*##  Classes Comums ##*/

.lista-seta ul {
	padding-left:26px;
	list-style-type:none;
	padding-bottom:20px;
}

.lista-seta h4 {
	background:url(../img/marcador-seta.gif) left center no-repeat;
	padding-left:20px;
	margin-bottom:5px;	
}

.lista-seta ul li {
	background:url(../img/marcador-quadrado.gif) left center no-repeat;
	padding:3px 7px;	
	font-size:11px;
}

.produto-destaque .foto{
	background:url(../img/bg-topo-produto-destaque.gif) top center no-repeat #fff;
	text-align:center;
	/*padding:30px;*/
}

.produto-destaque .descricao{
	background:url(../img/bg-base-produto.gif) bottom center no-repeat;
	font-size:14px;
	color:#fff;
}

.produto-destaque .descricao strong{
	margin-left:20px;
}

.produto-destaque .descricao table{
	height:53px;
}

.produto-destaque .miniaturas td {
	text-align:center;
}


.no-margin {
	margin:0 !important;
}

.no-margin-top {
	margin-top:0 !important;
}

.show {
	display:block;
}

.hidden {
	display:none;
}

.branco {
	color:#fff;
}

.block {
	display:block;
}

.box-arredeondado .topo{
	background:url(../img/box-arredondado-bg-topo-internas.gif) top left no-repeat;
	height:30px;
}

.box-arredeondado .conteudo{
	background:url(../img/box-arredondado-bg-internas.gif) center center repeat-y;
	padding:0 30px;
	padding-bottom:1px;
}

.box-arredeondado .base{
	background:url(../img/box-arredondado-bg-base-internas.gif) bottom left no-repeat;
	height:30px;
}

.sep10 {
	margin:0 5px 0 4px;
}

.sep20 {
	margin:0 10px 0 9px;
}

.sep30 {
	margin:0 15px 0 14px;
}

.sep40 {
	margin:0 20px 0 19px;
}

ul.nocss {
	padding:0px;
	margin:0px;
	list-style:none;
}

.margem {
	margin:9px 0 10px 0;
}

.meia-margem {
	margin:4px 0 5px 0;
}

.margem-dupla {
	margin:19px 0 20px 0;
}

.margem,.meia-margem,.margem-dupla {
	display:block;
}

.linha {
	background:url(../img/linha-dupla.gif) repeat-x center center;
}

.linha-escura {
	background:url(../img/linha-escura.gif) repeat-x center center;
	height:2px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.font11 {
	font-size:11px !important;
}

.textarea {
	background:url(../img/textarea-sup-esq.gif) left top no-repeat #fff;
}

.textarea div {
	background:url(../img/textarea-sup-dir.gif) right top no-repeat ;
}

.textarea div div {
	background:url(../img/textarea-inf-esq.gif) left bottom no-repeat;
}

.textarea div div div {
	background:url(../img/textarea-inf-dir.gif) right bottom no-repeat;
	padding:0px 12px;
}

/*######### Paginacao ##########*/	

.paginacao {
	text-align: center;
	line-height: 20px;
}

.paginacao a, .paginacao strong {
	display: -moz-inline-box;
	display: inline-block;
	padding: 3px 7px;
	text-decoration:none;
}

.paginacao a {
	color: #be97d6;
	font-size:11px;
}

.paginacao .esquerda, .paginacao .direita {
	margin: 0!important;
	float: none!important;
	padding: 0 3px;
}

.paginacao * {
	vertical-align: middle;
}

.horario {
	text-align:center;
	margin-top:4px;
}
