@charset "utf-8";
/* 
    Document   : layout
    Created on : 03/01/2012
    Author     : Leandro Massao<leandro.massao at vanguardaTI>
	
    Description:
        Este arquivo contem AS classes CSS padroes da estrutura do commerce.
        Nao e permitido excluir estas classes, somente alterar seu conteudo apenas.
        Qualquer nova classe, nao existente no layout, devera ser criada em custom.css
*/
	

/* CSS Document */


/* ###########################################################################*/
/*  TAGS GENERICAS  */
/* ###########################################################################*/

* { margin: 0; padding: 0;}

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	color: #ffffff;
	background-color:#004ebc;
	background-repeat: repeat-x;
	background-position:top center;
}

p{
    margin-top: 1.2em;    
    margin-bottom: 1.2em;    
}
    
textarea {
    width: 400px;
    min-height: 100px;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.15em;
}

input[type="submit"], 
input[type="button"], 
input[type="text"], 
input[type="password"],
select, 
textarea, 
dataField {
    /*border: 1px solid #9B9B9B;  um pouco mais escuro */
    border: 1px solid #CCCCCC;
}



select {
    width:150px;
}

img {
    border: none;/* para IE */
}

thead th {
    color: #003399;        
    background-image: url("../imagens/skin/ui-bg_highlight-hard_85_d5e3cf_1x100.png");
    /*background-origin: padding-box;*/
    background-position: 50% 50%;
    background-repeat: repeat-x;
    /*background-size: auto auto;*/
}


/* ###########################################################################*/
/*  CLASSES DE USO GLOBAL  */
/* ###########################################################################*/

.spacer {
    margin-top: 20px;    
}

.arredondado {/* atencao: nao funciona no IE */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.estoque { 
    font-size: 0.95em;
}

.precoOriginal {
    text-decoration:     line-through;
    color: inherit;
}

.precoFinal{
    color:#F00;
    font-size:115%;
    font-weight: bold;        
}

.esquerda {   text-align: left;  }
.direita {   text-align: right; }
.centro {    text-align: center;}
.clear {    clear: both; }
.width25    { width: 25%;}
.width50    { width: 50%;}
.width75    { width: 75%;}
.floatLeft  { float: left;}
.floatRight { float: right;}

.botoes_box input {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}


/************************************/
/* FORMULARIO */
/************************************/

.oc_Top {
	position: relative;
	height: 150px;
	width: auto;
}

.oc_Top {
	position: relative;
	height: 183px;
	width: auto;
}

#ec_CONTAINER {
	margin: 0px auto;/* centralizacao horizontal da pagina */
	text-align: left;
	width: 100%;
	height: 183px;
	background-image:url(../imagens/topo_bg.jpg);
	background-position:top center;
	background-repeat: repeat-x;
}

#ec_TOPO {
	margin: 0px auto;/* centralizacao horizontal da pagina */
    text-align: left;
    width: 990px;
    height: auto;
	}

#ec_MenuLogado {
	/*
    position:absolute;
	*/
	height:32px;
	position:relative;
	background-repeat:repeat-x;
	background-position:top center;
	margin: 0px auto;
	padding-top: 0px;
	z-index:100;
}

#ec_LOGIN {
	left:0px;
	width:148px;
	height:auto;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#569099;
	z-index:4;
	padding-top:8px;
	padding-left:16px;
}

#ec_MARCAS {
	left:0px;
	width:148px;
	height:auto;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#569099;
	z-index:4;
	margin-top: 10px;	
}

#ec_LOGO {
	position:absolute;
	background-position:center top;
	background-repeat:no-repeat;
	width:217px;
	height:128px;
	z-index:100;
	margin:0 auto;
	left:1px;
	top:55px;
	float: left;
	display: table;
	clear: both;
}

/* transparência para imagens 
#ec_LOGO :hover {
	--moz-opacity: 0.8;
	opacity: 0.8 ;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=50); 	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; 	
}
*/
#ec_MENU_BOX {
	clear: both;
}

.ec_MENU {
	width:  158px;
	min-height: auto;
	margin: 0 auto;
	float:  left;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	padding-left: 10px;
	z-index: 30px;

}
/************************************* MENU PRINCIPAL **************************************/


#oc_menu {
	width: auto;
    height:35px;
	display: table;
	float: left;
	z-index: 2000px;
}

/* transparência para imagens */
#oc_menu:hover {
	--moz-opacity: 0.8;
	opacity: 0.8 ;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=50); 	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; 	
}

#oc_menu_spacer {
	width: 2px;
    height:33px;
	display: table;
	float: left;
	background-image:url(../imagens/menu_spacer.png);
}

/********** Nivo-slider **********/
.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/************************************/
/*  LINKS DA AREA PRINCIPAL DO SITE */
/************************************/

#ec_LINKS_PRINCIPAL {    
    float: right;
    margin-right: 25px;
    margin-top: 5px;
    font-size: 1.1em;

}

#ec_LINKS_PRINCIPAL a {
    font-weight:bold;
    color:#FFF;
    padding:5px;        

}

#ec_LINKS_PRINCIPAL a:hover{
    color:#00CC66;
}
/************************************/


#ec_Banner {
    height:247px;
}


/************************************/
/* PROMOCOES E LANCAMENTOS  */
/************************************/
.ec_divPromoLanc { 
    float: left;
}
.ec_divPromoLanc .item {
	/* otavio nao usou
        text-align: center;
	margin-top: 10px;
	min-height: 250px;
	width: 328px;
	margin-bottom: 10px;
	float: left;*/
}

.ec_divPromoLanc .item img {
    width: 150px;
	height: 150px;
}

.ec_divPromoLanc .item .nome {
	/* otavio nao usou
        margin-top: 10px;
	font-weight: bold;*/
}

#ec_divPromocoes{
    float: left;
    clear: both;
    margin-top: 0px;
}
#ec_divLancamentos{ 
    float: left;
    clear: both;
    margin-top: 0px;
}
#ec_divLancamentos .precoFinal {
	color: #000000;
	font-size: inherit;
	font-weight: inherit;
}
/************************************/



/************************************/
/* CARRINHO DE COMPRAS */
/************************************/
#ec_CARRINHO {
	color: #000;
}

#ec_CARRINHO .divisorialinha {
	border-bottom: 2px;
	border-left: 2px;
	border-top: 2px;
	border-right: 2px;
}

#ec_CARRINHO .valores_box {
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding-bottom: 10px;
	line-height: 25px;
	/*
	background-color: #f0f0f0;
	*/
	background-color: #CFC;
	margin-top: 10px;
	padding-left: 10px;
	width: 380px;
	margin-bottom: 10px;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding-top: 10px;
}

#ec_CARRINHO .valores_box .divItem {
	line-height: 25px;
}

#ec_CARRINHO .valores_box .divItem LABEL {
	border-bottom: #cccccc 1px solid;
	width: 250px;
	float: left;
	margin-left: 10px;
}

#ec_CARRINHO .valores_box .divItem SPAN {
	border-bottom: #cccccc 1px solid;
	text-align: right;
	width: 100px;
	float: left;
	font-weight: bold;
}

#ec_CARRINHO .msgErroItem {
	display: block;
	color: #f00;
	font-size: 0.9em;
	padding-top: 5px;
}

.tblCarrinhoCompras {
	width: 100%;
	background:#FFFFFF;
}

.tblCarrinhoCompras {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-collapse: collapse;
	padding-top: 5px;
	
}

.tblCarrinhoCompras TH {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-collapse: collapse;
	padding-top: 0px;
}

.tblCarrinhoCompras TD {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-collapse: collapse;
	padding-top: 5px;
}

.tblCarrinhoCompras INPUT[type=text] {
	width: 60px;
}

.tblCarrinhoCompras .valor {
	min-width: 100px;
	text-align: right !important;
}

.tblCarrinhoCompras {
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

.tblCarrinhoCompras THEAD TH {
	text-align: center;
	height: 24px;
	color: #fff;
	/*
	background-color:#FFF;
	*/
	background: url("../imagens/barra-carrinho-azul.png") repeat-x center center;
	
}

.tblCarrinhoCompras THEAD TH + TH + TH + TH {
	text-align: right;
}

.tblCarrinhoCompras A:link {
	color: blue;
}

.tblCarrinhoCompras A:visited {
	color: blue;
}

.tblCarrinhoCompras TFOOT TD {
	background: url("../imagens/barra-carrinho-azul.png") repeat-x center center;
	font-size: 110%;
}

.tblCarrinhoCompras TFOOT TD.valor{
	color: #ffffff;
}
/************************************/





/************************************/
/* TEXTOS INSTITUCIONAIS */
/************************************/

.ec_TEXTOINSTITUCIONAL {
	text-align: justify;
	margin: 0 15px 0 15px;
	padding: 20px 20px;
	color: #555555;
	
	background-color: #f4f4f4;
	vertical-align: middle;
	overflow: auto;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
        min-height: 320px;
}
.ec_TEXTOINSTITUCIONAL P {
	margin-top: 13px;
}

.ec_TEXTOINSTITUCIONAL UL {
	margin-top: 13px;
}

.ec_TEXTOINSTITUCIONAL UL LI {
	margin-top: 13px;
}

.ec_TEXTOINSTITUCIONAL H2 {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 5px;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 5px;
	color: #555;
	padding-top: 5px;
}

.ec_TEXTOINSTITUCIONAL UL LI {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 25px;
}

/************************************/

/************************************/
/*DETALHES DO PRODUTO  */
/************************************/
#ec_DETALHESPRODUTO {
	background-color: #fff;
	width:650px;
	min-height: 765px;
	vertical-align: middle;
	overflow: auto;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding:10px 10px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	clear: both;
        margin-left: 15px;

}

#ec_DETALHESPRODUTO #ec_FOTOPRODUTO {
	text-align: center;
	float: left;
	height: auto;
}

#ec_DETALHESPRODUTO #ec_FOTOPRODUTO .ampliarImagem {
	color: black;
	text-decoration: underline;
}

/*------------*/


#ec_DETALHESPRODUTO #ec_DADOSPRODUTO {
	float: left;	
        padding-left: 20px;
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO .nome {
	font-size: 1.15em;
	font-weight: bold;
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO .precoOriginal {
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO .precoFinal {
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO {
    width: 450px;
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO .form-botao {
	margin-top: 20px;
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO .valores_box {
	padding-bottom: 5px;
	margin-top: 10px;
	padding-left: 5px;
	width: 200px;
	padding-right: 5px;
	background: #f4f4f4;
	padding-top: 5px;
	
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

#ec_DETALHESPRODUTO #ec_DADOSPRODUTO SPAN {
	line-height: 20px;
}

#ec_DETALHESPRODUTO #ec_ESPECIFICACOESPRODUTO {
        clear: both;
	text-align: justify;
	width: 630px;
        margin-top: 10px;
        float: left;
}

/************************************/

#ec_ESPECIFICACOESPRODUTO .margemInterna {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#ec_ESPECIFICACOESPRODUTO H3 {
	padding-bottom: 10px;
	background-color: #f4f4f4;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #555;
	padding-top: 10px;
}

/************************************/

/**********************************************/
/*    TELA DE RESULTADO DO BUSCAR PRODUTOS    */
/**********************************************/


#ec_BUSCAPRODUTO_RESULTADOS {
	background-color: #fff;
	width:650px;
	min-height: 500px;
	vertical-align: middle;
	overflow: auto;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding:10px 10px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	clear: both;
        margin-left: 15px;
}

#ec_BUSCAPRODUTO_RESULTADOS .textoFiltroAplicado {
	padding-bottom: 5px;
	background-color: #f4f4f4;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.1em;
	padding-top: 5px;
}

#ec_BUSCAPRODUTO_RESULTADOS .textoFiltroAplicado A {
	color: #333;
	font-weight:bold;
	text-decoration:none;
}

#ec_BUSCAPRODUTO_RESULTADOS .textoFiltroAplicado A:hover {
	color:#360;
}

#ec_BUSCAPRODUTO_RESULTADOS .textoFiltroAplicado A:visited {
	color: #000;
}

/*-------------------------------------------------------------------------*/

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 90%;
	font-weight: bold;
	padding-top: 10px;
    float: none;
}
#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .ordenar UL {
	padding-bottom: 10px;
	background-color: #f4f4f4;
	padding-left: 4px;
	padding-right: 10px;
	float: left;
	padding-top: 10px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .ordenar .itens {
	float: left;
}
#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .ordenar UL LI {
	float: left;
    font-size: 0.9em;
	list-style:none;
}
#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .ordenar .titulo {
	padding-bottom: 10px;
	background-color: #f4f4f4;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	padding-top: 10px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

/*----------------------------------------------------------------------------*/

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .filtros {
	float: right;
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .filtros UL {
	padding-bottom: 10px;
	background-color: #f4f4f4;
	padding-left: 4px;
	padding-right: 10px;
	float: left;
	padding-top: 10px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .filtros .itens {
	float: left;
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .filtros UL LI {
	float: left;
    font-size: 0.9em;
	list-style:none;
	
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem .filtros .titulo {
	padding-bottom: 10px;
	background-color: #f4f4f4;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	padding-top: 10px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem A {
	padding-bottom: 3px;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	color: #333;
	padding-top: 3px;
	text-decoration:none;
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem A:hover {
	color:#569099;
	text-decoration: underline;
}

#ec_BUSCAPRODUTO_RESULTADOS .opcoesFiltragem A:active {
	background-color: #000;
	color: #999;
}

/*-------------------------------------------------------------------------*/

#ec_BUSCAPRODUTO_RESULTADOS .listaResultados {
	margin-top: 70px;
	clear: both;
}
.nenhum {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.1em;
	padding-top: 15px;
}
#ec_BUSCAPRODUTO_RESULTADOS .listaResultados .item {
	margin-top: 15px;
	margin-bottom: 5px;
	float: left;
	clear: both;
}
#ec_BUSCAPRODUTO_RESULTADOS .listaResultados .item IMG {
}
#ec_BUSCAPRODUTO_RESULTADOS .listaResultados .item .precoOriginal {
}
#ec_BUSCAPRODUTO_RESULTADOS .blocoEsquerda {
	width: 150px;
	float: left;
	height: 150px;
}
#ec_BUSCAPRODUTO_RESULTADOS .blocoDireita {
	width: 450px;
	float: left;
	margin-left: 15px;
}
#ec_BUSCAPRODUTO_RESULTADOS .blocoDireita SPAN {
	line-height: 25px;
}

/*------------*/

#ec_BUSCAPRODUTO_RESULTADOS .paginacao_box {
	text-align: right;
	padding-bottom: 5px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	float: right;
	height: 18px;
	color: #000;
	padding-top: 5px;
}
#ec_BUSCAPRODUTO_RESULTADOS .paginacao_box .paginacao LI {
	float: left;
	list-style: none;
}
#ec_BUSCAPRODUTO_RESULTADOS .paginacao_box A {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	padding-top: 5px;
	text-decoration:none;
}
#ec_BUSCAPRODUTO_RESULTADOS .paginacao_box A:hover {
	color:#569099;
	text-decoration: underline;
}
.active {
	border-bottom: #569099 1px solid;
	border-left: #569099 1px solid;
	color:#569099;
	border-top: #569099 1px solid;
	font-weight: bold;
	border-right: #569099 1px solid;
}
#ec_BUSCAPRODUTO_RESULTADOS .tit-paginas {
	font-weight: bold;
}





/************************************/
/* RODAPE */
/************************************/

#ec_RODAPE {
	width: auto;
	margin: 0 auto;
	clear: both;
	margin-top: 0px;
	height:155px;
	text-align:center;
	background-color:#004ebc;
	background-repeat: repeat-x;
	background-position:top center;
	background-image:url(../imagens/bg-footer.png);
	z-index: 20;
}


#ec_RODAPE a, 
#ec_RODAPE a:visited {
    color: #fff;
	text-decoration:none;
	font-size:11px;
}

#ec_RODAPE a:hover {
    color: #9f9f9f;
	text-decoration:none;
	font-size:11px;
}
/***************************************/



/************************************/
/* CARRINHO COMPRAS - TELA DE TRANSPORTE E FORMA DE PAGAMENTO */
/************************************/
.ec_FORM_TRANSPPAG  label {
    text-align: right;
    font-weight: bold;
}

.ec_FORM_TRANSPPAG  span {
    color: #000;
}

.ec_FORM_TRANSPPAG  .totalNF {
    font-weight: bold;
    color: #0000FF;
}

.ec_FORM_TRANSPPAG  select{
    min-width: 300px;
}

.ec_FORM_TRANSPPAG  textarea {
    width: 500px;
    min-height: 100px;
}

.ec_FORM_TRANSPPAG  .alertaUsuario {
    color: #F00;    
}

.ec_FORM_TRANSPPAG  .valores_box { 
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    width: 450px;
}

.ec_FORM_TRANSPPAG  .valores_box  .valor { 
    width: 200px !important;
    text-align: right !important;
}



#ec_CONTEUDO table  label {/* classe necessaria pela deficiencia de layout dos componentes */
    min-width: 100px; /*  sobreescreve o label do formulario para nao ficar muito comprido */
}
/************************************/






/************************************/
/* para componentes de redes sociais e chat  */
/************************************/

#barraRedesSociais_detalhesProduto {
    margin-top: 40px;
}

#barraRedesSociais_rodape {
    padding: 10px 5px 5px 5px;
    width: 430px;       /* forcar centralizacao horizontal */
    position:relative;  /* forcar centralizacao horizontal */
    left: 50%;          /* forcar centralizacao horizontal */
    margin-left: -215px;/* forcar centralizacao horizontal */
}
/************************************/



/************************************/
/* AREA DE LOGIN */
/************************************/
#loginForm {
    float: right;    
}

#loginForm  .camposLogin {
    float: left;

}

#loginForm  .btEsqueciSenha {
    margin-left: 20px;
    float: left;    
}

#loginForm  .btChat {
    margin-left: 20px;
    float: left;
    vertical-align: middle;
}

.btChat {
    margin-left: 10px;
    vertical-align: middle;
}


/************************************/





.ec_PromocoesLancamentos_box {
    float:left;
    padding-left: 25px;
    padding-right: 25px;

    border-bottom: 1px solid #CCCCCC;

    height:50px;
}

.ec_PromocoesLancamentos_box  input {    
    /*margin-right: 5px;    */
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4; 
    width: 110px;
    height:50px;
    cursor: pointer;	
    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


#ec_BUSCAPRODUTO_BOX {
	position:relativa;
	width:984px;
	height:31px;
	background-position:center center;
	background-repeat:repeat x;
	background-image:url(../..imagens/bg-menu-logado.jpg);
	z-index:4;


}

#ec_BUSCAPRODUTO_BOX  select, 
#ec_BUSCAPRODUTO_BOX  input {
	height: 20px;
	width:200px;
	vertical-align: middle;
	margin-top:4px;
	margin-left:8px;
	border-color:#FFF;
}





/************************************/
/* CONTEUDO */
/************************************/
#ec_CONTEUDO {
	margin-top: 0px;
	width: 100%;
	text-align:left;
}
#ec_CONTEUDO .linha {
	clear: both;
}
#ec_CONTEUDO .divisorialinha {
	border-bottom: #999999 1px dotted;
	min-height: 1px;
	clear: both;
}
#ec_CONTEUDO .areaInternaConteudo {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.ec_CONTEUDO_TITULO {
	background-image:url("../imagens/bg-titulos.png");
	background-position:right;
	background-repeat:no-repeat;
	/*background-color:#ccc;*/
	letter-spacing: 0.3em;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	border-left: #cccccc 0px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 50px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
}
.ec_CADASTROCLIENTE{
	text-align:left;
}
.ec_CONTEUDO_TITULO_BOX {
	border-bottom: #999 0px solid;
	padding-bottom: 5px;
	padding-left:15px;
	margin-top:7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/************************************/


#ec_MEIO {
	width: 100%;
	float: left;
	clear: both;
	text-align:center;
	width: 100%;
	background-image: url(../imagens/pixel-cinza-claro.jpg);
	background-repeat: repeat;
}

#ec_MEIO  .ec_ESQUERDA { 

	width:162px;
	/*min-height: 162px; leandro - alterado*/
	border: 0px solid #ccc;
	padding-top:0px;
	padding-bottom:0px;/*leandro - alterado*/
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	float: left;

}

#ec_MEIO  .ec_CENTRAL {
	position:relative;
	margin: 0 auto;/* centralizacao horizontal da pagina */
	text-align: left;
	width: 990px;
	min-height: 450px;
	background-image: url(../imagens/pixel-cinza.jpg);
	padding-top: 15px;
	padding-bottom: 15px;
	
      
}

#ec_MEIO  .ec_DIREITA { 
	width:158px;
	/*min-height: 746px; leandro - alterado*/
	/*
	background-image:url("../imagens/titulo-fabricantes.png");
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid #ccc;
	*/
	background-color:#fff;
	padding-top:0px;
	padding-bottom:0px;/*leandro - alterado*/
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	float: right;

}


/************************************/
/* CLASSES DO DETALHES DO RMA */
/* classe de nome fixo interno ao componente */
/************************************/
.nf-remessa  .listaRMAObs {
    color: #F00;
    margin-bottom: 10px;    
}

.tblClientes {
    margin-top: 20px;
}

.tblClientes  .listMenuRma {
    width: 100px;
}


.ec_FORM_RETIRANTES  .celCodigo {
    text-align: center;
}


.celValor{
    text-align: right;
}


/************************************/
/* CLASSES DO DETALHES DO PEDIDO */
/************************************/

.ec_DETALHESPEDIDO  table {
    width: 100%;
}

.ec_DETALHESPEDIDO  .campo {
    font-weight: bold;
    line-height: 18px;
    color: #555555;
}

.ec_DETALHESPEDIDO  .dado { }/*nao esta funcionando pois o componente nao esta implementando a classe*/

.ec_DETALHESPEDIDO  .tabelaPedido {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.ec_DETALHESPEDIDO  .tabelaPedido,  
.ec_DETALHESPEDIDO  .tabelaPedido th, 
.ec_DETALHESPEDIDO  .tabelaPedido td {
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 5px; 
}

.ec_DETALHESPEDIDO  .tabelaPedido thead th {
    color: #003399;        
    height: 30px;
}

.panelDetalhesPedido {
    margin-bottom: 15px;
}

.tabelaPedido { width: 100%; }
.tabelaPedido td { padding: 0 0 0 2px; }
.tabelaPedido th { margin: 1px; line-height: 18px; text-align: left; border: 1px solid #CCCCCC; }
.tabelaPedido span { float: left; padding-left: 2px; color: #555555;}
.tabelaPedido span.preencheBG { font-weight: bold; line-height: 18px; }



/************************************/
/* IDIOMAS */
/************************************/
.ec_IDIOMAS a {
    margin-right: 10px;
}


/************************************/
/* TELA DE RETORNO DO PAGAMENTO - PAGSEGURO E PAGAMENTO DIGITAL */
/************************************/
#retornoPagamento{
        margin: 0px auto;/* centralizacao horizontal da pagina */ 
        width: 600px;/* centralizacao horizontal da pagina */         
        color: #000;
}

#retornoPagamento .areaInternaConteudo{
    background-color: #f4f4f4;
    border: 1px solid #CCCCCC;
    padding: 30px;
    margin-top: 100px;
    
}

#retornoPagamento h2 {
    text-align: center;    
    color: #0000FF;
    font-size: 1.3em;
}

#retornoPagamento .tabela {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: inherit;
    line-height: 25px;
}

#retornoPagamento .tabela .label {
    min-width: 200px;
}

#retornoPagamento .tabela .dado {
    font-weight: bold;
}

#retornoPagamento a,   #retornoPagamento a:visited {
    font-weight: bold; 
    cursor: pointer; 
    color: #1d5987;    
}

#retornoPagamento .link {
    margin-top: 10px;
}

#retornoPagamento .messages{
    margin-top: 50px;    
    color: #0C6;
    font-weight: bold;
}






.ec_CONTAINER {
    margin: 0px auto;/* centralizacao horizontal da pagina */
    /*text-align: left;*/
    width: 100%;
    height: auto;
}


.botao {
    float: left;
}
