/* CSS Document */
 
/***** CSS RESET  *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*ESTRUTURA GERAL */


#geral, #bkg_conteudo, #menu, #informacoes, #pagamento, .pedido_div, #pedido_escolha, .filtros, #resultado, #bkg_login, #abc, #itens, #itens_add, #frMeio, .filtrosfatura	{
	margin-left:auto !important;
	margin-right:auto !important;
}


#geral	{
	width:99%;
	height:auto;
	border: 1px solid #fff;
}

#logo	{
	display:block;
	width:175px;
	height:130px;
	text-indent:-9999px;
	background:url(../img/logo.jpg) no-repeat center center;
	margin-left:90px;
	float:left;
}

#titulo	{
	font-size:20px;
	color:#999;
	float:right;
	margin:95px 100px 0px 0px;
}

#Banner	{
	width:100%;
	height:227px;
	background:url(../img/banner.jpg) no-repeat center;
	overflow:hidden;
}

#bkg_conteudo	{
	width:910px;
	height:560px;
	background:url(../img/bkg.png) no-repeat center center;
	margin-top:-210px;
	
}

#menu	{
	width:900px;
	height:30px;
	background-color:#4B4F28;
}

#menu li	{
	float:left;
	list-style:none;
	width:120px;
	height:30px;
	text-align:center;
}

#menu li a	{
	display:block;
	width:120px;
	height:25px;
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-right:1px solid #88982C;
	
}

#menu li a:hover	{
	background-color:#BBD028;
}

/*SUB-MENU*/
#menu li ul {
	position:absolute;
	float:none;
	z-index: 100;
	margin:0;
	padding:0;		
	background: #4B4F28;	
}

#menu li ul li {
	display:inline;
	float:none;
	margin: 0;
	padding: 0;	
	border: none;	
}

#menu li ul li a:link, #menu li ul li a:visited {
	width:auto;
	display: block;
	*width: 100%;
	margin-bottom: 1px;
	padding: 4px 10px 0px 10px;
	border: none;	
	color: #fff;
	text-decoration: none;	
	border-bottom: 1px solid #88982C;
	font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: left;
}

#menu li ul li a:hover {
	background-color:#BBD028;	
}






#rodape	{
	width:100%;
	height:25px;
	background:#E8E8E8;
	border-top:3px solid #4B4F28;
	padding-top: 5px;
}

#rodape p  {
    color: #888; 
}

#octo	{
    float: right;
    margin-right: 100px;
}

#octo a, .pedido_div a {
    text-decoration:none;
    font-weight: bold;
    color: #666;
}

#octo a:hover, .pedido_div a:hover  {
    text-decoration:underline;
} 

#copy	{
    float: left;
    margin-left: 100px;
}



/*Condições Pagamento */


#aviso	{
    float: right;
    margin: 15px 30px 0px 0px;
    color: #88982C;
	padding-right: 24px;
}

#aviso span, #tempo span, #bkg_conteudo h2	{
    font-weight: bold;    
}

#bkg_conteudo h2	{
    margin: 60px 0px 0px 50px;
    width: 250px;
    color: #88982C;
    font-size: 16px;
}

#bkg_conteudo h3	{
    margin: 20px 0px 15px 0;
    color: #666;
    font-size: 16px;
}


#tempo	{
    float: right;
    margin: -20px 54px 0px 0px;
    color: #666; 
}

#informacoes, .pedido_div	{
    width: 800px;
    background-color: #FFF;
    border-top: 2px solid #BBD028;
    margin-top: 10px; 
	overflow-y:scroll;
}

.pedido_div 
{
    width: 750px;
    overflow:hidden;
}

#informacoes	{
	height: 385px;
}

#informacoes p
{
    color: #666;
    margin: 40px 15px 30px;
	line-height: 19px;
}

#informacoes h3
{
    text-align: center;
}

#descricaoPedido 
{
    margin: 40px 0 0 0;
}

#descricaoPedido p
{
    margin: 0 0 0 30px;
}

#descricaoPedido strong 
{
    font-weight: bold;
}

#frMeio
{
    height: 385px;
}

#frMeio p
{
    color: #666;
    margim: 40px 0px 60px 30px;   
}

#pagamento
{
    width: 600px;
    height: auto;
    background-color: #F6F6F6;
    padding: 0px 50px;
}

#pagamento li
{
    padding: 15px 0px;
    border-bottom: 1px solid #FFF;
    color: #666;
}

#prosseguir
{
	width: 106px;
    margin: 20px auto 0 auto;
    background:url(../img/bt_prosseguir.jpg) no-repeat center top;
    border:none;
    padding:6px 0;
    cursor:pointer;
    display:block;
    color:#fff;
	clear: both;
}

#prosseguir:hover
{
    background:url(../img/bt_prosseguir.jpg) no-repeat center bottom;
}



/*Home */


.pedido_div p, .pedido_div h3
{
    color:#666;
	margin:15px !important;
}


/*pedido */

/*pedido - Tabela de pagamento*/
.tblPagamento {
	border: 1px solid black;
	border-top: 0px;
	border-right: 0px;
	font-size: 13px;
	font-style: normal;
	background-color: #F6F6F6;
	margin: auto;
}
.tblPagamento caption {
	border: 1px solid black;
	background-color: rgb(198,239, 205);
	color: rgb(28, 78, 22);
	padding: 15px;
	text-align: center;
}
#headPagamento th {
	border-right: 1px solid black;
	padding: 10px;
	text-align: center;
}

#bodyPagamento td {
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 4px;
	text-align: center;
}


#pedido_escolha	{
    height: auto;
    padding: 0px 40px;
    width: 700px;
}

#pedido_escolha li
{
	float:left;
    padding: 40px 65px;
    color: #666;
	border-right: 2px solid #fff;
	background-color: #F6F6F6;
	margin-bottom:20px;
	width:215px;
}


/* pedido - condições de pagamento*/
#pedidos_condPagamento	{
    float: left;
    height: auto;    
    width: 608px;
    padding: 10px 40px 20px 40px;
    margin: 0 0 20px 50px;
    background-color: #F6F6F6;    
}

#pedidos_condPagamento li
{
	float:left;
	clear: both;
    padding: 10px 0;
    color: #666;
	border-bottom: 2px solid #fff;	
	margin: 0 0 0 35px;
	width:540px;
}
	
/* faturas */

.filtros, .filtrosfatura	{
	width: 735px;
	height: auto;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding:10px 0;
}

/*.filtros img { display: none; }*/
#frmFiltrar { width: 20px }

.filtros p, .filtrosfatura p	{
	display:inline;
	margin:0px !important;
}

.filtros select, .filtros input  {
    /*width: 280px;*/
    margin-left: 5px;
    border: 1px solid #ccc;
	font-size: 12px;
	width:340;
}


.filtros select  {
    margin-right: 22px;
}

.filtrosfatura select, .filtrosfatura input  {
    width: 180px;
    margin-left: 5px;
    border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
}

#resultado	{
	width: 740px;
	margin-top:40px;
	height:auto;
}

#resultado a	{
	color:#88982C;
}

#resultado th	
{
	height: 30px;
	padding: 3px;
	border: 1px solid #FFF;
	text-align:center;
	color:#666;
}

#resultado td	{
	height: 30px;
	border: 1px solid #FFF;
	padding: 4px 2px;
	text-align:center;
	color:#666;
}

#resultado td.left 
{
    text-align: left;
}

#resultado td.totalizador , #resultado td.limitador 
{
    text-align: right; color: #88982C !important; padding-top: 0px !important; padding-right: 15px !important; padding-bottom: 0px !important; padding-left: 0px !important;
}

#resultado td.valorTotal 
{
    padding: 0px;
}

.escuro td, .escuro th	{
	background-color:#CCC;
}

.claro td	{
	background-color:#f6f6f6;
}

.white	td{
	background-color:#fff !important;
}


/* login */

#bkg_login	{
	padding-top:30px;
	width:372px;
	height:203px;
	margin-bottom:20px;
	margin-top:-50px;
	background:url(../img/bkg_login.png) no-repeat center center;
}

#logon {
	margin:0px 0px 0px 130px;
    background:url(../img/bt_prosseguir.jpg) no-repeat center top;
    border:none;
    padding:6px 12px;
    cursor:pointer;
    display:block;
    color:#fff;
	clear:left;
}

#logon:hover {
    background:url(../img/bt_prosseguir.jpg) no-repeat center bottom;
}

.campos_login	{
	width:250px;
	height:30px;
	margin-left:55px;
	margin-bottom:20px;
	
}

#bkg_login h3	{
	margin-left:55px;
	font-weight:bold;
	color:#88982C;
}

#Banner p	{
	color:#fff;
	text-align:center;
	width: 310px;
	margin:100px auto 0 auto;
	padding: 9px 22px 22px;
}

#esqueci_senha	{
	margin-bottom:180px;
	text-align:center;
}

#esqueci_senha a {
	color:#88982C;
	text-decoration:none;
}

#esqueci_senha a:hover {
	text-decoration:underline;
}


/* itens */

#abc	{
	margin-top:20px;
	text-align:center;
	display:block;
	width:720px;
}

#abc li	{
	width:19px;
	float:left;
	margin-bottom:20px;
}

#abc li	a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

#quantidade_desejada	{
	clear:left;
	margin-left:140px !important;
	text-align: left !important;
}


.quantidade{
	width:30px !important;
	height: 22px;
	border: 1px solid #ccc;
	padding: 0 2px;
	margin-right: 5px;
}

/*#adicionar	{
	margin: 0px;
    border:none;
    padding:6px 12px !important;
    cursor:pointer;
    display:block;
    color:#fff;
	clear:left;
	width: 100px;
	margin-right: 5px;
	background: url("../img/bt_prosseguir.jpg") no-repeat center;
}*/

.corDesconto { color: #88982C !important; padding-right: 3px !important; }

.totalPedidos { color: #88982C !important; }

.btn {
    /*position: relative;*/
    float: right;
	margin: 0px;
    border:none;
    padding:6px 12px !important;
    cursor:pointer;
    display:block;
    color:#fff;
	width: 100px;
	margin-right: 5px;
	background: url("../img/bt_prosseguir.jpg") no-repeat center top;
}

.btn-visualizar {
	width: 130px !important;
	background-size: 100% !important;
	background-size: auto;
}

.btn:hover {
	background: url("../img/bt_prosseguir.jpg") no-repeat center bottom;
}

.btnAlterar {
    padding-left: 5px;
    text-decoration: none;
}

.btnAlterar:hover {
    text-decoration: underline;
}

.conta-quitada {
	color: green !important;
	font-weight: bold;
}

.conta-emAberto {
	color: red !important;
	font-weight: bold;
}

.tbl-nf {
	width: 100%;
	background-color: linen;
	border: 0 !important;
}

.nfDetail-title{
	font-size: 18px;
	font-weight: bold;
}

.nf-title{
	margin: 5px !important;
	text-align: left !important;
	font-size: 18px;
	font-weight: bold;
}






