/* Geral ******************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 722px;
	margin: 1em auto;
	background-color: #371d01;
	color: #cfc9af;
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
}

* html body {
	font-size: small;
	font-s\ize: medium;
}


ul#menu, div#menu_produtos ul  {
	list-style: none;
}

a, a:visited, a:hover, a:active {
	color: #371d01;
}


/* Logo *******************************************/


div#logo {
	width: 170px;
	height: 70px;
	float: left;
}

/* Menu Principal *********************************/

address {
	font-style: normal;
	font-size: 0.6em;
	text-align: right;
	color: #d9bd00;
	margin: 0.3em 0;
}

* html address {
	margin: 0.2em 0;
}

.telefone {
	padding-left: 15px;
	background: #371d01 url(/images/telefone.png) no-repeat 0 50%;
}

ul#menu {
	padding: 2px;
	background-color: #cfc9af;
	color: #371d01;
	float: right;
	font-size: 0.6em;
	font-weight: bold;
}

div#menu {
	float: left;
	background-color: #cfc9af;
	border-left: 2px solid #cfc9af;
	border-right: 2px solid #cfc9af;
	margin-top: 4px;
}


div#menu object, div#menu embed {
	margin: 0px;
}

div#buscamenu{
	background-color: #371d01;
	height: 30px;
	width: 130px !important;
	width: 146px;
	float: left;
	margin-top: 10px;
}

div#buscamenu .selectbusca{
	display: inline;
	height: 15px;
	width: 120px;
	color: #371d01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px #371d01 solid;
	background-color: #ece9d8;
	margin: 2px 0 0 10px !important;
	margin: 0 0 0 25px;
	padding: 0;
}

#busca{
	background-color: #371d01;
	height: 30px;
	width: 120px;
	float: right;
	margin-top: -10px;
}

#busca form {
	display: inline;
}

#busca form select {
	font-size: 9px;
}

#busca form label {
	font-size: 12px;
	color: #371d01;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	padding: 0 8px;
	color: #371d01;
	text-decoration: none;
	line-height: 3.1em;
}

ul#menu li#busca {
	display: block;
	margin: 0 0 0 4px;
	background-color: #371d01;
	color: #cfc9af;
	text-decoration: none;
}

ul#menu li#busca form label {
	margin: 0 2px 0 4px;
	line-height: 3.1em;
	display: block;
	float: left;
}

ul#menu li#busca form select {
	margin-top: 0.5em;
}

* html ul#menu li#busca form label {
	margin: 0 0 0 1px;
	height: 1%;
}

#search {
	font-size: 1.1em;
}


/* Conteudo ***************************************/

div#content h2 {
	color: #cfc9af;
	font-style: italic;
	text-align: right;
	float: right;
	width: 10em;
	padding: 12px;
	font-size: 24px;
	background-color: #371d01;
}

div#content {
	font-size: 11px;
	clear: both;
	padding: 1em;
	background-color: #cfc9af;
	color: #371d01;
	min-height: 250px;
}

* html div#content { /* IE hack */
	padding-top: 0.5em;
	height: 250px;
}

div#content p {
	line-height: 1.6em;
	text-align: justify;
}

div.produto {
	clear: right;
	margin-bottom: 1em;
	/*margin: 0 0 1em 170px;*/
}

div#produtos {
	margin-left: 170px;
	padding-top: 60px;
	margin-bottom: 75px;
}

/* Menu de Produtos *******************************/

div#menu_produtos {
	float: left;
}

div#content div#menu_produtos h2 {
	background: none;
	color: #371d01;
	float: none;
	text-align: left;
	font-style: normal;
	width: auto;
	padding: 0;
	font-size: 10px;
	margin-bottom: 1em;
}

div#menu_produtos ul {
	width: 135px;
}

div#menu_produtos li {
	height: 1%;
}

div#menu_produtos li a {
	display: block;
	margin-bottom: 4px;
	padding: 0.7em 1em;
	text-decoration: none;
	background-color: #371d01;
	color: #cfc9af;
}

* html div#menu_produtos li a {
	margin-bottom: 2px;
}

div#menu_produtos a:hover {
	display: block;
	background-color: #9c967c;
	color: #371d01;
}

div#menu_produtos li#lista_compras a {
	background: url(../images/icone_lista_compras.png) no-repeat 0 50%;
	background-color: #cfc9af;
	color: #371d01;
	height: 37px;
	padding: 10px 0 0 42px;
	text-decoration: none;
}

div.clipping {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

div.clipping small, div.history {
	font-size: 10px;
	font-weight: normal;
}

div.history {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	width: 70%;
}

div.clipping img, div.clipping small {
	display: block;
}

div.clipping img {
	border-color: #371d01; 
	border-width: thin;
	border-style: solid;
	margin-bottom: 10px;
}

table.product_options {
	border-collapse: collapse;
	width: 400px;
	margin: 30px 0 30px 0;
}

table.product_options th {
	background-color: #371D01;
	color: #cec9ae;
	border: 1px solid #cec9ae;
}

table.product_options td {
	border: 1px solid #371D01;
	padding: 2px 5px 0 5px;
}

	table.product_options td.add_to_cart {
	border: 0px;
	width: 200px;
}

object, embed {
	margin: 0px;
	padding: 0px;
}

div.product_description {
	float: right;
	width: 200px;
}

div.product_description h3 {
	font-size: 13px;
}

div.product img {
	float: left;
}

#bt {
	height: 15px;
	float: right;
	width: auto;
	font-weight: bold;
	text-align: center;
	background-color: #371d01;
	color: #cec9ae;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
#bt a, #bt a:link,#bt a:visited,#bt a:active {
	text-decoration:none;
	color: #cec9ae;
}

#bt a:hover,#bt a:focus {
	text-decoration:none;
	color: #ece9d8;
}

p.category_tagline {
	padding-bottom: 15px;
	text-align: left !important;
	font-size: 12px;
}

div#footer {
	padding: 4px 2px 2px 2px;
	font-size: 10px;
	text-align: right;
}

div#footer_logos {
	padding: 2px 2px 2px 2px;
	float: left;
	text-align: left;
}

div#footer a {
	color: #cec9ae;
	text-decoration: none;
	font-weight: bold;
}

div#content div.product_description p {
	text-align: left;
}

textarea {
	width: 400px;
	height: 100px;
}

input, label, select, button {
	display: block;
	width: 250px;
}

input, select{
	margin-bottom: 10px;
}

button {
	width: 75px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 0px;
	background-color: #371d01;
	color: #cec9ae;
}

form.product input {
	width: 20px;
}

input {
	border: 1px solid #371d01;
	margin: 0;
}

input.hidden {
	display: none;
}

.button-to input, input.button-to  {
  height: 15px;
  width: auto;
  font-weight: bold;
  text-align: center;
  background-color: #371d01;
  color: #cec9ae;
  margin: 0px;
  padding: 0px 4px 0px 4px;
  border: 0;
  margin-right: 10px;
}

input.button-to-bg  {
  height: 39px;
  width: auto;
  font-weight: bold;
  text-align: center;
  background-color: #CFC9AF;
  color: #cec9ae;
  margin: 0px;
  padding: 0px 4px 0px 4px;
  border: 0;
  margin-right: 10px;
}

#i_promo {
            position:relative;
            width: 700px;
            float: left;
            height:auto;
            margin: 0px;
            text-align:left;
            vertical-align:top;
            background-color: #e58911;
            padding: 10px;
}

#i_promo h2 {
            margin: 0px;
            color: #e58911;
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
}

div#errors, div#errors ul li {
  font-size: 11px;
}

div#errors ul {
  margin: 10px;
}

h4 {
  font-size: 11px;
}