/* Página Busca =========================*/

.box_display {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.titulo_buscaRefinada {
    color: #f15a25;
    1.8em;
    font-weight: bold;
}
.box_breadcrumb {
    width: 100%;
    height: 81px;
    background-color: #fafafa;
    /*border-top: solid 5px #ee5218;*/ 
    *margin-top: -19px;
    height:auto;
}
.box_faixa {
    width: 100%;
    height: 26px;
    background-color: #2a563b;
}
.faixa_busca {
    width: 95%;
    min-width: 985px;
    margin: 0 auto;
    color: #FFFFFF;
    padding-top: 4px;
}
ul.breadcrumb {
    padding: 2px 23px 0;
}
.breadcrumb li {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
a.menu_breadcrumb:link,  a.menu_breadcrumb:visited,  a.menu_breadcrumb:active {
    font-size: 0.9em;
    color: #FFFFFF;/*FFFFFF;*/
    text-decoration: none;
}
a.menu_breadcrumb:hover {
    text-decoration: underline;
}

.menu_breadcrumb_hover {
    font-size: 0.9em;
    font-weight: bold;
    color: #f15b23;
    text-decoration: none;
    display: none;/*Aba mostrada na página de busca dos produtos*/
}
.menu_hover {
    -moz-border-radius: 0.5em 0.5em 0 0; /* Firefox */
    -webkit-border-radius: 0.5em 0.5em 0 0; /* Safari and Chrome */
    border-radius: 0.5em 0.5em 0 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    background-color: #E5DCBB;
    padding: 0 15px;
}
.menu {
    padding: 0 2px;
}
.info_menu, .info_01, .info_02 {
    color: #555454;
    font-size: 0.9em;
    margin-top: 10px;
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.info_menu, .info_02 {
    text-align: right;
}
.info_menu, .info_01 {
    text-align: left;
}
.info_menu {
    width: 100%;
    margin: 0 auto;
}
.info_01 {
    padding-left: 25px;
}
.info_menu .info_01 {
    width: 47%;
}
.info_menu .info_02 {
    width: 47%;
}
h1.titulo_categorias, h2.subtitulo {
    color: #555454;
    background-color: transparent;
}
h1.titulo_categorias {
    font-size: 1.3em;
    font-weight: bold;
}
h2.subtitulo {
    font-size: 1em;
    margin-top: 3px;
}
.linha {
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #b9bcbd;
    border-bottom: solid 1px #eaeae8;
}
.box_buscaRefinada {
    padding: 5% 5%;
}
.item_buscaRefinada li {
    color: #f15a25;
    margin-top: 10px;
}
.icone_mais_item {
    text-align: right;
    padding: 5px 0;
}
.txt_item {
    font-size: 0.9em;
    width: 90%;
    padding-left: 3px;
}
.txt_checkbox {
    color: #555454;
    font-size: 0.9em;
}
.botao_refinar, .botao_remover_todos {
    position: relative;
    text-align: right;
}
.botao_refinar_busca_ativo {
    height: 23px;
    background: url(http://images.jacotei.com.br/imgs/layout_2012/botao_refinar_hover.png) no-repeat;
    background-position: right;
    cursor: hand;
    cursor: pointer;
}

.botao_refinar_busca_inativo {
    height: 23px;
    background: url(http://images.jacotei.com.br/imgs/layout_2012/botao_refinar.png) no-repeat;
    background-position: right;
}
.conteudo {
    width: 100%;
    min-width: 985px;
    position: relative;
}
.conteudo .layout {
    width: 77%;
    min-width: 728px;
    margin:0 1% 0 0;
}

#conteudoMenuLayout{
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width:1090px;
}
.conteudo #conteudoMenuLayout .menus {
    width: 17%;
    min-width: 200px;
}
.layout {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.conteudo #conteudoMenuLayout .menus {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    margin:1% 1% 1% 1.7%;
    border: solid 0px red;
}
.conteudo .listagem_produtos {
    min-width: 728px;
}
.conteudo .conteudo_layout_02 {
    min-width: 728px;
}
.conteudo .conteudo_layout_03 {
    min-width: 728px;
}
.conteudo_layout_02 {
    margin-top: 1.5%;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 10px;
}
.conteudo_layout_03 {
    margin: 1% 0;
}

.box_conteudo_layout #conteudoMenuLayout .textoApoio {
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
    margin: 1% 0 0 1.8%;
    min-width: 1057px;
}

.box_conteudo_layout #conteudoMenuLayout .textoApoio p {
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 90%;
    padding: 14px;
    color: #555454;
    height: auto;
}
.box_conteudo_rodape,  .box_conteudo_categorias {
    width: 95%;
    min-width: 985px;
    margin: 0 auto;
}
.box_menu {
    -moz-border-radius: 1em; /* Firefox */
    -webkit-border-radius: 1em; /* Safari and Chrome */
    border-radius: 1em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

.listagem_produtos {
    margin: 2% 0;
    background-color: #FFFFFF;
    border: solid 2px #d5d5d0;
}



.box_produto_03 {
    width: 100%;
    margin: 0 0;
    padding-bottom: 1.2%;
}
.box_conteudo_02 {
    width: 100%;
    margin: 2% 0 0;
    padding-bottom: 1%;
}
.box_produto_03 .box_listagem {
    width: 30%;
}
.box_produto_03 .box_economia {
    width: 20%;
    min-width: 100px;
}
.box_produto_03 .prod {
    width: 10%;
    margin: 0.4% 2%;
    min-width: 100px;
}
/* Listagem de produtos ========================================================*/

ul.conteudo_listagem_produtos li strong {
    font-size: 1em;
    font-weight: bold;
    color: #454444;
    height: 20px;
    overflow: hidden;
}
ul.conteudo_listagem_produtos li p,  .box_listagem,  .box_economia {
    font-size: 0.9em;
    color: #686f72;
}
.descricao_produto {
    height: 50px;
    overflow: hidden;
}
.box_produto_03 .prod, .box_listagem, .box_economia {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
a.link_marca:link,  a.link_marca:visited,  a.link_marca:active {
    font-size: 1em;
    color: #686f72;
    text-decoration: none;
}
a.link_marca:hover {
    text-decoration: underline;
}
.marca_produto {
    padding: 1% 0;
}
/*.box_produto_03 div {
		color: #2a573c;
		border: solid 0px red;
	}*/

.box_produto_03 span.economia {
    color: #2a573c;
    *height: 40px;;
}
.box_produto_03 span.valor {
    font-weight: bold;
    font-size: 25px;
    *font-size: 15px;
    line-height: 14px;
    color: #2a573c;
}
.box_produto_03 p.preco {
    white-space: nowrap;
    line-height: 20px;
    color: #2a573c;
}
:root .destaque {
    font-size: 25px \0/;
}	/* IE9 */
.destaque {
    *font-size: 15px;
    font-size: 25px;
    line-height: 13px;
}
.box_economia {
    margin-top: 9px;
    *margin-top: 0px;
    text-align: center;
    padding-bottom: 10px;
}
.redes_sociais {
    width: 100%;
    margin-top: 10px;
}
.redes_sociais .botao_compare_checkbox, .icones_redes_sociais {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.icones_redes_sociais {
    margin-left: 2%;
    width: 30px;
    border-left: 1px dotted #ccc;
    padding-left: 2%;
    padding-right: 2%;
    *padding-right: 5%;
}
.icon_facebook {
    padding-right: 42px;
    border-left: none;
}
.icones_redes_sociais div {
    vertical-align: top !important;
}
.botao_compare_checkbox {
    background:#e9e9e9;
    width:auto;
    padding:8px;
    height: 24px;
    margin: 0 13.5%;
    border-radius:8px;
}
.preco_prod {
    font-size: 0.9em;
    font-weight: bold;
}
.box_anuncio, .produtos_relacionados {
    padding: 0 2%;
}
.produtos_relacionados {
    width: 94%;
    margin: 0 auto 0 auto;
    float: left;
}
.produtos_relacionados ul li {
    display: inline-block;
    padding: 0 1%;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
h3.prod_relacionado {
    color: #373434;
    font-weight: bold;
    font-size: 0.9em;
    padding-bottom: 1%;
}
.botao_compare {
    color: #ffffff;
    font-size: 0.9em;
    line-height: 30px;
    width: 158px;
    height: 41px;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    background: url("http://images.jacotei.com.br/imgs/layout_2012/compare.png") no-repeat;
}
.icone_conteudo {
    border: dashed 1px #dedede;
    font-size: 0.9em;
    color: #FFFFFF;
    width: 100%;
    margin-top: 1%;
}
.compareAjustes {
    width: 80%  !important;
    text-align: center  !important;
    display: table  !important;
    height: 16px  !important;
    
    background: #f05a22  !important;
    font-family: Trebuchet MS,Helvetica, sans-serif !important;
    cursor: pointer  !important;
    max-width: 300px  !important;
    margin: 0 auto  !important;
    line-height: 3  !important;
    padding: 0  !important;
}

a.link_compare {
    height: 100%;
    display: inline-block;
}
.quantidadeLojasProduto{
    font-size: 16px;
    line-height: 3.5;
}
.menor {
    font-size: 0.603em !important;
    line-height: 5;
    font-family: Trebuchet MS;
}
.compare {
    font-size: 1.4em;
    color: #FFFFFF;
}
.linha2 {
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #eaeae8;
    border-bottom: solid 1px #eaeae8;
}
a.texto_desconto:link,  a.texto_desconto:visited,  a.texto_desconto:active {
    font-size: 1em;
    color: #29563b;
    text-decoration: none;
}
a.texto_desconto:hover {
    text-decoration: underline;
}
.desconto_produto {
    height: 40px;
    overflow: hidden;
}
.box_paginacao {
    width: 98%;
    height: 20px;
    margin: 0 auto;
    text-align: center;
}
.paginacao li {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
a.link_paginacao:link,  a.link_paginacao:visited,  a.link_paginacao:active {
    font-size: 1em;
    color: #29563b;
    text-decoration: none;
    padding: 2px 4px;/*border: solid 1px #b9bcbd;*/
}
a.link_paginacao:hover {
    text-decoration: underline;
    color: #423f3f;
    background-color: #c8c7c7;
    padding: 2px 4px;
    border: solid 1px #92918f;
}
a.texto_paginacao:link,  a.texto_paginacao:visited,  a.texto_paginacao:active {
    font-size: 1em;
    color: #7b7b78;
    text-decoration: none;
    padding: 2px 4px;
}
a.texto_paginacao:hover {
    text-decoration: underline;
    color: #423f3f;
    padding: 2px 4px;
}
.pagina_selecionada {
    color: #29563B;
    padding: 2px 4px;
    border: solid 1px #B9BCBD;
    background-color: #E0DEDE;
}
.preco_menor {
    margin-bottom: 10px;
    color: #2a573c;
}
a.link_titulo_produto:link,  a.link_titulo_produto:visited,  a.link_titulo_produto:active {
    font-size: 1em;
    color: #363737;
    text-decoration: none;
}
a.link_titulo_produto:hover {
    text-decoration: none;
    color:#F60;
}
/*Classe botão compare:*/
a.link_compare:link,  a.link_compare:visited,  a.link_compare:active {
    color: #FFFFFF;
    text-decoration: none;
}
a.link_compare:hover {
    text-decoration: none;
}
.facets_list {
    max-height: 162px;
    height: auto;
    overflow: auto;
    margin-bottom: 8px;
    white-space: nowrap;
}
.facets_boolean {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
a.link_checkbox:link, a.link_checkbox:visited, a.link_checkbox:active {
    font-size: 12px;
    color: #555454;
    text-decoration: none;
    line-height: 19px;
}
a.link_checkbox:hover {
    color: #e12304;
    text-decoration: none;
}
.filtro {
    font-size: 0.8em;
    line-height: 17px;
    margin: 2px 0 10px;
    padding-left: 3px;
}
.img_produto {
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.img_produto img {
    max-height: 90px;
    max-width: 90px;
}
/*itens da prancheta*/



.containerInfoPrancheta img {
    float: left;
    max-width: 120px;
    padding: 0px 19px 0px 15px;
}

.adicionarPrancheta {
    width: 100px;
    height: 38px;
    background: #2a573c;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}


.adicionarTxt {
    font-size: 16px;
    line-height: 2;
}

.tituloPranchetaProduto{
    color: #363737;
}
.containerNomeDescricao{
    float: left;
    margin-top: 40px;
    margin-left: 40px;
}

.img_listagem_produto {
    display: inline;
    width: 100%;
}
.box_barra_lateral {
    width: 194px;
    height: 24px;
    float: left;
    margin-left: 14px;
    max-width: 284px;
    text-align: center;
    margin-top: 23px;
}
.marcaProdutoPrancheta {
    text-align: left;
    text-transform: uppercase;
    display: inline !important;
    line-height: 1.5;
    padding-left: 0 !important;

}

.box_barra_lateral p {
    text-align: left;
    padding-left: 38px;
    display: inline-block;
    width: 250px;
    color: #363737;
    padding: 2px 0;
    height: 19px;
    overflow: hidden;
}

.txtBold{
    font-weight: bold;
    color: #363737;
}
.tudoPrancheta {
    border: 1px solid #ccc;
    background: #F3F3F3;
    margin: 5px 0 0 0;
    -moz-box-shadow: 0 0 23px #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    cursor: pointer;
}

.jaPrancheta{
    font-size: 13px;
    color: #F60 !important;
}
.containerImagens {
    display: inline-block;
    float: left;
    background: #fff;
}
.maiusculas{
    text-transform: uppercase;
}
.tudoPrancheta:hover {
    box-shadow: 15px 15px 9px #000;
    -webkit-box-shadow: 0 0 23px #000;
    -moz-box-shadow: 0 0 23px #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}


.submit input{
    width: 92px;
    border-radius: 5px;
    border: none;
    padding: 2px;
    font-size: 15px;
}
.clearDiv{clear: both;}
/* Ordenação ==============================================*/	
.box_ordenacao {
    width: 99%;
    padding-top: 10px;
}
ul.ordenacao li {
    font-size: 0.9em;
    line-height: 25px;
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
ul.ordenacao li span.traco {
    color: #7f7f7f;
    padding: 0 3px;
}
.titulo_ordenacao {
    width: 90px;
    height: 28px;
    font-size: 0.9em;
    color: #FFFFFF;
    padding-left: 5px;
    background-color: #7f7f7f;
    background: url("http://images.jacotei.com.br/imgs/layout_2012/img_ordenacao2.png") no-repeat;
    background-position: top right;
}
.linha3 {
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #dedede !important;
}
a.link_ordenacao:link,  a.link_ordenacao:visited,  a.link_ordenacao:active {
    font-size: 0.9em;
    color: #555454;
    text-decoration: none;
}
a.link_ordenacao:hover {
    color: #e95d29;
    text-decoration: none;
}
.destaque_ordenacao {
    font-size: 0.9em;
    color: #e95d29;
}
h1.titulo_categorias, h2.subtitulo {
    color: #555454;
    background-color: transparent;
}
h2.subtitulo {
    font-size: 1em;
    margin-top: 3px;
}
.paginacao_topo {
    width: 167px;
    float: right;
}
.guia-jacotei {
    background-color: white;
    border: 1px solid #CCCCCC;
    height: 300px;
    line-height: 25px;
    margin: 20px auto;
    overflow: auto;
    width: 94%;
}
.titulo-guia {
    font-size: 1.3em;
    font-weight: bold;
}
/*========================Banner Flutuante - Busca ===========================================================================================================*/

#banner_flutuante {
    display: none;
    width: 265px;
    height: 265px;
    position: absolute;
    z-index: 1;
    left: 300px;
}
.bt_fechar {
    width: 265px;
    text-align: right;
    padding: 5px 5px 0 0;
}
.grupo {
    margin-top: 0px !important;
    margin-left: 20px;
    font-size: 12px;
    color: #555454;
}
.grupo label {
    color: #555454;
    cursor: pointer;
}
.isolado {
    margin-left: 20px;
}
.tree {
    background: none;
    border: 0;
}
.ui-icon-triangle-1-se {
    background: url('/img/downArrow.gif') 0 0 !important;
}
.ui-icon-triangle-1-e {
    background: url('/img/rightArrow.gif') 0 0 !important;
}
.tree li {
    margin-top: 0px !important;
}
/**/
.ver_grafico {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: underline;
    position: absolute;
    margin: 29px 0 0 -60px;
    z-index: 999;
}
.box_economia #boxMinorPrice {
    position: relative;
    width: auto;
    height: auto;
    right: inherit;
}
.box_economia #boxMinorPrice img {
    position: relative;
    width: 55px;
    top: -31px;
    z-index: 10;
}

.box_economia #boxMinorPrice .boxMinorPrice {
    display: none;
    position: absolute;
    width: 123px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 9px #888888;
    border-radius: 6px;
    top: 40px;
    right: 41px;
    background: #fff;
    z-index: 9;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.box_economia #boxMinorPrice:hover .boxMinorPrice{
    display: block;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.containerBox_Produtos_item:first-child  #boxMinorPrice img{
    position: relative;
    width: 55px;
    top: -27px;
    z-index: 10;
}
.containerBox_Produtos_item:last-child .icone_conteudo{
    border:none;
}

@media only screen  and (min-width:1024px) and (max-width:1378px){
    .box_economia{margin-right: 13px;
    }
    .box_economia #boxMinorPrice img {
	position: relative;
	width: 55px;
	top: -20px;
	z-index: 10;
    }
    .box_conteudo_layout #conteudoMenuLayout .textoApoio {
	width: 95%;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: auto;
	margin: 1% 0 0 1.8%;
	min-width: 1050px;
    }


}


/*TEXTO APOIO*/		        
.texto_apoio{
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 3px 10px 10px 10px;
    font-size: 12px;
    overflow: hidden;
}
.texto_apoio_categorias{
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 3px 10px 10px 10px;
    font-size: 12px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}	

.texto_apoio p{
    float:left;
    width:92%;
}

.bt_texto_apoio	a{
    color:#f15a25;
    text-decoration:underline;
    float:right;
    display:block;
}
#text_top{
    width: 89%;
    float: left;
    margin:0;
}	
