/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* Generics CSS */
* HTML .clearfix {height: 1%;}

.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.noPaddingTop {padding-top: 0px !important;}
.alignCenter{
	text-align: center;
}
.inline{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
}


/* width classes */
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w60{width:60px !important;}
.w65{width:65px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w150{width:150px !important;}
.w180{width:180px !important;}
.w200{width:200px!important;}
.w250{width:250px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w350{width:350px !important;}
.w400{width:400px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}
.w550{width:550px !important;}
.w580{width:580px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w750{width:750px !important;}
.w800{width:800px !important;}

/* responsive width classes */
.rw15-or-100{width:15%;} /* 30% ou 100% (O 100% é definido por media-queries!) */
.rw30-or-100{width:30%;} /* 30% ou 100% (O 100% é definido por media-queries!) */
.rw50-or-100{width:50%;} /* 50% ou 100% (O 100% é definido por media-queries!) */
.rw60-or-100{width:60%;} /* 60% ou 100% (O 100% é definido por media-queries!) */


/* height classes */
.h20{height:20px !important;}
.h50{height:50px !important;}
.h100{height:100px !important;}
.h150{height:150px !important;}
.h200{ height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h450{height:450px !important;}
.h500{height:500px !important;}
.h550{height:550px !important;}
.h600{height:600px !important;}
.h650{height:650px !important;}
.h700{height:700px !important;}
.h750{height:750px !important;}
.h800{height:800px !important;}

.hidden{display:none !important;}


/* Global/Base CSS */

html { font-size: 62.5%; }

body {
	color: #787878;
	font: 80% 'Exo',  sans-serif; /* alterar para 1.4rem */
	line-height: 1.6rem;
}



html, body {
	height:100%;
	margin:0;
	color:#000;
	background: transparent;
}
h1 {
    font-size: 500%;
    line-height: 2.6rem;
    color: #787878;
	padding-bottom:1%;
    font-weight: 200;
    text-transform: uppercase;
}

h2 {
	font-size:250%;
/*	font-size: 120%;*/
	line-height: 2.0rem;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 0px;
	color: #565656;
}

h2 span.small {
	display: block;
	font-size: 1.8rem;
	line-height: 1.8rem;
}

h3 {
	font-size: 160%;
	/*font-weight:bold;*/
	padding-top: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.6rem;
	padding-top: 0px;
	padding-bottom: 0px;
}

h5 {
	font-size: 1.4rem;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

h6 {
	font-size: 1.4rem;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
	padding-bottom: 12px;
	text-align: justify;
	font-size:180%;
}

li {
	padding-bottom: 12px;
	/*text-align: justify;*/
	font-size:130%;
}

a *{
	cursor:pointer;
}

a {
	color: #0072c6;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #0072c6;
	text-decoration:none;
	outline:0;
}

h2 a {
  color: #0072c6;
}

h2 a:hover {
  color: #0072c6;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	color: #0072c6;
	text-decoration: underline;
}

textarea, input, select, submit {
/*	font: 14px 'Open Sans', sans-serif;*/
	font: 13px 'Exo',  sans-serif;
	outline: none;
}

textarea { resize: none; }

fieldset{
  border:0;
  display:block;
}

fieldset > legend{
  white-space:normal; /* firefox fix */
}












video, div.novideo
{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('/videos_user/jh_intro.jpg') no-repeat center center;
	background-size: cover;
}

div.socialnetwoks-mobile
{
	position: fixed;
	left: 0;
	bottom: 1rem;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	text-align: center;
}

#main-header .socialnetwoks-desktop {
	width: auto;
	xz-index: 99;
	text-align: center;
}



#outer-page-div { width:100%; min-height:100%; position:relative; }

#page-container { width:100%; padding-bottom:80px; display:block; /* display:table; */ text-align:center; }

header#main-header{
	display: block;
	position: absolute;
	text-align:center;
	width: 100%;
	background: url('/images/fundo-menu-interior.jpg') repeat-x;
    /*max-width: 1900px;
	/*padding-top:2%;*/
    margin: 0 auto;
	z-index:99;
}

header#main-header .c-hamburger span {
	background-color: #fff;
}

header#main-header .c-hamburger span::before, header#main-header .c-hamburger span::after {
	background-color: #fff;
}

header#main-header .c-hamburger--htx.is-active span {
	background-color: inherit;
}

#main-header #header-lang-chooser {
	display: inline-block;
	padding: 1.5rem 0rem 2rem 3rem; /*2.5rem 0rem 3rem 3rem;*/
	text-transform: uppercase;
	letter-spacing: -.1rem;
}

#main-header #header-lang-chooser ul li{
	display: inline-block;
}

#main-header #header-lang-chooser ul li a{
	padding: 0.1rem 0.4rem;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;

}
#main-header #header-lang-chooser ul li.selected a{
	color: #000;
}

#main-header #header-lang-chooser ul li:after {content:"|"; font-size: 1.2rem;color: #ccc; padding: 0.1rem 0.3rem;}
#main-header #header-lang-chooser ul li:last-child:after {content:none}



#main-header #header-logotipo{
	display: inline-block;
	width: 73%;
	text-align:left;
	padding: 1% 3% 0% 0%;
}

#main-header #header-logotipo h1{
	font-weight:800;
	font-size:260%;
	color: #fff;	
	text-transform:uppercase;
	line-height:100%;
	padding:0;
}

#main-header #header-logotipo h2{
	font-size:170%;	
	font-weight:300;
	color: #fff;
}

#main-header #menu{
	display: inline-block;
	width: 10%;
}

#menu-3tracos {
	display: inline-block;
	vertical-align: top;
	width: 6%;
	height: 70px;
	text-align:center;
	margin: 0px 0px 0px 0px;
}

.slicknav_menu {
	display:none;
}


#header-toolbox{
	display: inline-block;
	float: right;
	width:15%;
	padding: 0.3rem 4.5rem 0rem 0rem; /*2.5rem 0rem 3rem 3rem;*/
	vertical-align: top;
}

#header-account{
	width: 24px;
	height: 35px;
	background: url('/images/bt_header_account_white.png') transparent no-repeat bottom right;
}


#header-shoppingcart-list {
	position: relative;
	width: 24px;
	height: 35px;
	text-transform: uppercase;
	/*letter-spacing: -.1rem;*/
	vertical-align: text-top;
	background: url('/images/bt_header_shoppingcart_white.png') transparent no-repeat bottom right;
}

#header-shoppingcart-list #qtdCart {
	display: block;
	position: absolute;
	top: 27px;
	right: -6px;
	xz-index: 100;
	width: 12px;
	height: 12px;
	background-color: #0971c3;
	text-align: center;
	color: #fff;
	line-height: 12px;
	font-weight: normal;
	font-size: 9px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}


/* BLOCO RESUMO DE COMPRAS */
#resumoCompras {
	display: none;
	width: 384px;
	background: transparent;
	position: absolute;
	right: -10px;
	top: -10px;
	xz-index: 9999999;
	font-size: 12px;
}

#painelHeaderSeta {
width: 100%;
height: 22px;
background: url('/assets/css/images/setaCompras.png') transparent no-repeat 310px 15px;
}
.painelHeader {
width: 100%;
height: 5px;
background: #fff;
}
#subPainel {
	background: #FFF;
	-webkit-box-shadow: 0px 2px 3px 1px #ccc;
	-moz-box-shadow: 0px 2px 3px 1px #ccc;
	box-shadow: 0px 2px 3px 1px #ccc;
	border: 1px solid #bbb;
}

#lstProdutosResumoCart {
display: inline-block;
width: 100%;
background: #F4F4F4;
border-bottom: 1px solid #fff;
}
#lstProdutosResumoCart li {
display: inline-block;
padding: 7px 11px;
}
.imgProdutoResumoCart {
display: inline-block;
width: 40px;
height: 30px;
margin: 5px 5px 5px 0px;
}
.nomeProdutoResumoCart {
display: inline-block;
width: 217px;
height: 40px;
margin-right: 5px;
vertical-align: top;
}
.qtdPrecosProdutoResumoCart {
display: inline-block;
width: 86px;
height: 40px;
vertical-align: top;
}
.qtdPrecosProdutoResumoCart div {
text-align: right;
}

.precoRealProduto {
font-size: 13px;
font-weight: bold;
}

.emPromo {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	padding-left: 24px;
	padding-top: 2px;
	line-height: 16px;
	/*background: url('/images/ico_promocao.png') transparent no-repeat left center;*/
}

#valoresResumoCart {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
width: 376px;
height: 45px;
margin: 4px;
}
#valoresResumoCart div {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
width: 219px;
font-size: 15px;
padding: 18px 0px;
}
#valoresResumoCart #valoresResumoCartLftSd {
margin: 0px 3px 0px 12px;
text-align: left;
}
#valoresResumoCart #valoresResumoCartRghtSd {
width: 132px;
margin: 0px 3px 0px 3px;
text-align: right;
}
#verCart {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
width: 372px;
background: #494949;
margin: 6px;
text-align: center;
font-family: 'Exo', sans-serif;
font-size: 15px;
font-weight: bold;
padding: 6px 0px;
}
#verCart a {
color: #FFF;
text-decoration: none;
}

/* FIM BLOCO RESUMO DE COMPRAS */

#content {
/*
	width:100%;
	height:811px;
	z-index:0;
	background: url(/images_user/destaques/destaque-ep.jpg) no-repeat;
	background-size: 100%;
	margin-top:-70px;
*/
}

#withpadding-container{
	/*padding: 1.0rem 1.0rem 1.0rem 1.0rem;*/
	padding: 3.5rem;
	text-align:left;
}

/*#withpadding-container h3{
	font-size: 1.5rem;
}*/

div.contentListNoResults{
	min-height: 400px;
	padding-top: 130px;
	text-align: center;
}

div#notFoundContainer{
	min-height: 400px;
	padding-top: 130px;
	text-align: center;
}

footer#main-footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;
	clear:both;
	font-size: 1.3rem;
	color: #fff;
	background-color:rgba(0,0,0,0.3);
}




/* FOOTER */

#categorias {
	width:100%;
	margin: 0 auto;
	max-width:1590px;
	min-height:250px;
	background:#fff;
	text-align:center;
}

#categorias h1{
	font-size: 500%;
    color: #3b3a3d;
    font-weight: 100;
    text-align: center;
    padding: 3% 0% 1% 0%;
	text-transform:uppercase;
}

#categorias p{
	font-size:215%;
	color:#777;
	text-align:center;
	padding-bottom:2%;
	line-height:120%;
}

#categorias span{
	display:block;
}


#categorias h2{
    font-size: 275%;
    color: #333;
    font-weight: 300;
    padding: 145px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}



#bloco-categorias-balcao{
	background:url('/images/fundo-categorias-balcao-de-rececao.jpg') no-repeat top left;
	width:160px;
	height:210px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
}
#bloco-categorias-reuniao{
	background:url('/images/fundo-categorias-mesas-de-reuniao.jpg') no-repeat top left;
	width:160px;
	height:210px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
}






#distingue {
	width:100%;
	min-height:300px;
	background:#fbfbfb;
	border-top:1px solid #ccc;
	text-align:center;
}

#distingue h1{
	font-size: 500%;
    color: #3b3a3d;
    font-weight: 100;
    text-align: center;
    padding: 3% 0%;
	text-transform:uppercase;
}

#distingue h2{
    font-size: 350%;
	line-height:120%;
    color: #999;
    font-weight: 200;
    padding: 30px 0px 160px 20px;
    text-align: left;
    text-transform: uppercase;
}

#blocos-distingue {
	text-align:center;
	min-height:443px;
	padding-bottom:3%;
}

#bloco-distingue-variedade{
	background:url('/images/fundo-distingue-variedade.jpg') no-repeat top left;
	width:387px;
	height:443px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
}

#bloco-distingue-variedade p{
	width:90%;
	font-size:200%;
	line-height:120%;
	color:#111;
	font-weight:200;
	text-align:left;
    padding: 0px 0px 10px 20px;
}

#bloco-distingue-precos{
	background:url('/images/fundo-distingue-precos.jpg') no-repeat top left;
	width:387px;
	height:443px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
}

#bloco-distingue-precos p{
	width:90%;
	font-size:200%;
	line-height:120%;
	color:#111;
	font-weight:200;
	text-align:left;
    padding: 0px 0px 10px 20px;
}

#bloco-distingue-rapidez{
	background:url('/images/fundo-distingue-rapidez.jpg') no-repeat top left;
	width:387px;
	height:443px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
}

#bloco-distingue-rapidez p{
	width:90%;
	font-size:200%;
	line-height:120%;
	color:#111;
	font-weight:200;
	text-align:left;
    padding: 0px 0px 10px 20px;
}

#bloco-distingue-variedade p span{
	font-weight:800;
}

#bloco-distingue-precos p span{
	font-weight:800;
}

#bloco-distingue-rapidez p span{
	font-weight:800;
}

#bloco-distingue-apoio p span{
	font-weight:800;
}

#bloco-distingue-apoio{
	background:url('/images/fundo-distingue-apoio.jpg') no-repeat top center;
	width:379px;
	height:443px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
}

#bloco-distingue-apoio p{
	width:90%;
	font-size:200%;
	line-height:120%;
	color:#111;
	font-weight:200;
	text-align:left;
    padding: 0px 0px 10px 20px;
}

#bloco-distingue-apoio h2{
	padding-bottom: 126px;
}



footer#main-footer {
	width:100%;
	clear:both;
	/*font-size: 1.3rem;*/
	color: #fff;
	text-align: left;
	z-index: 400;
}

footer#main-footer .content-wrapper{
	width: 100%;
	max-width: 1550px;
	margin: 0 auto;

}

#container-footer{
	color: #fff;
	padding: 20px 20px 18px 20px;
	color: #e0e0e0;
}

#container-footer p{
	line-height: 1.4rem;
}

#container-footer a{
	color: #e0e0e0;
}

#container-footer h2{
	text-transform: initial;
	color: #e0e0e0;
}


#container-sitemap{
	padding: 2.6rem 1.4rem;
	background: url('/images/fundo-rodape.jpg');
}

#container-sitemap h3{
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 0rem;
}

#container-sitemap a{
	color: #6aa5cf;
}

#container-sitemap ul{
	list-style-type: none;
	xfont-size: 1.7rem;
	line-height: 1.6rem;
}

#container-sitemap p{
	text-shadow:none;
	font-size:70%;
	color:#ccc;
	padding:0;
	margin-top:20%;
}

#container-funcionalidades-footer{
	padding: 1.0rem 1.0rem;
	color: #3b3b3b;
	background-color: #20232b;
	text-transform: uppercase;
}

#container-funcionalidades-footer p{
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.3rem
	text-align: left;
}

#container-funcionalidades-footer p span{
	display: block;
	font-size: 1.0rem;
	line-height: 0.9rem;
	color: #c5c5c5;
}

#titulo-rodape{
	width:68%;
	text-align:left;
}

#titulo-rodape h1{
	padding-top:1%;
	font-size:230%;
	font-weight:800;
	color:#fff;
}

#titulo2-rodape{
	width:30%;
	text-align:right;
}

#titulo2-rodape h1{
	font-size:150%;
	color:#fff;
	font-weight:200;
}

#funcionalidades-footer-registar{
	max-width: 30%;
	padding-left: 30px;
	vertical-align:top;
	background: url('/images/bg_footer_registar.png') transparent no-repeat;
	text-align: left;
}

#funcionalidades-footer-registar a, #funcionalidades-footer-redes a{
	color:#fff;
}

#funcionalidades-footer-registar p{
	margin:0;
	font-size:130%;
	line-height:120%;
	font-weight:600;
	color:#fff;
	line-height:14px;
}

#funcionalidades-footer-registar span{
	display:block;
	font-size:70%;
	font-weight:200;
	color:#ccc;
	line-height:14px;

}

#funcionalidades-footer-redes{
	float: right;
	max-width: 40%;
	padding-left: 30px;
	vertical-align:top;
	background: url('/images/bg_footer_redes.png') transparent no-repeat;
	line-height:14px;
}

#funcionalidades-footer-redes p{
	margin:0;
	font-size:130%;
	line-height:130%;
	font-weight:600;
	color:#fff;
	line-height:14px;
}

#funcionalidades-footer-redes span{
	display:block;
	font-size:70%;
	font-weight:200;
	color:#ccc;

}



#container-info-sitemap span{
	text-shadow:none;
	display:block;
	line-height:90%;
}

#container-info-sitemap h3{
    font-size: 110%;
    line-height: 90%;
    font-weight: 800;
    margin: 0;
    padding: 0;
	text-shadow:none;
	text-align:right;

}

#container-info-sitemap p{
    text-shadow: none;
    font-size: 100%;
    color: #777;
    margin: 0;	
	text-align:right;
	padding-bottom:10px;		
}	

#container-info-centro{
	width: 54%;
	vertical-align:top;
	text-align: left;
}

#texto-rodape{
	width:95%;
	font-size:130%;
	line-height:120%;
	color:#999;
	text-align:right;
	margin-bottom:5%;
}
#registo-comprar{
	width:80%;
	text-align:center;
}

#container-info-contactos{
	width: 15%;
	vertical-align:top;
	text-align: left;
}

#container-info-contactos h3{
  font-size: 110%;
  line-height: 90%;
  font-weight:800;
  margin: 0;
  padding:0;

}

#container-info-sitemap{
	width: 15%;
	vertical-align:top;
	text-align: right;
	font-size:90%;
	text-shadow: 2px 2px #000;

}

#container-info-sitemap .ul .li{ 
	text-align:right;
}

#container-info-contactos p{
	text-shadow:none;
	font-size:100%;
	color:#777;
	padding:0;
	margin-top:0;
	margin-bottom:6%;
}

#container-info-contactos span{
	text-shadow:none;
	display:block;
}


.footerMenuOrcamentos{
	padding-top: 1.7rem;
}


#container-copyrights{
	padding: 1% 0;
	color: #3b3b3b;
	font-size:70%;
	background-color: #fff;
	text-transform:uppercase;
}

#container-copyrights span{
	font-size:140%;
	font-weight:900;
}

#container-abstract{
	padding: 1.4rem 1.4rem;
	color: #3b3b3b;
	background-color: #fff;
}
#container-abstract, #container-abstract p{
	text-align: center;
}

#title-categoria{
	height:71px;
}

/******************************************************************************/
/* DIALOGS                                                                    */
/******************************************************************************/
.ui-input-style1 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid transparent;
	padding: 0px 10px !important;
	margin-bottom: 5px;
	color: #5a86a3;
	height: 34px;
   background-color: #fff;
}
input.ui-input-style1, select.ui-input-style1, button.ui-input-style1{
  line-height:28px;
}

.ui-box-wizard-button {
	border: 0px solid white;
	color: #333;
	height: 30px;
	width: 123px;
	cursor: pointer;
	border-image: initial;
}
.ui-box-wizard-button span {
	visibility: hidden;
}

.ui-box-prosseguir-button {/*background: transparent url(images/bt_prosseguir.png) no-repeat;*/}
.ui-box-retroceder-button {/*background: transparent url(images/bt_retroceder.png) no-repeat;*/}
.ui-box-finalizar-button {/*background: transparent url(images/bt_finalizar.png) no-repeat;*/}
.ui-box-sair-button {/*background: transparent url(images/bt_sair.png) no-repeat;*/}


/******************************************************************************/
div.blockBar{
	display: block;

}

hr.separador-style1{
/* linha cinza com sombra branca */
	border: 0;
	height: 1px;
	background: #c0c0c0;
	box-shadow: 0px 1px 0px #ffffff;
}

.button-style1{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	margin: 0px;
	padding: 4px 24px;
	font-size: 15px;
	line-height: 15px;
	background-color: #fff;
	border: 1px solid #d5d5d6;
	color: #838384;
	text-transform: lowercase;
	cursor: pointer;
}

.button-style1:hover{
	background-color: #616161;
	border: 1px solid #616161;
	color: #e6e6e6;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.button-style2 { /*button com 2 linhas de texto */
padding: 4px 10px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
min-width: 100px;
height: 30px;
background-color: #9eed0c;
font-size: 16px;
line-height: 16px;
text-align: left;
vertical-align: middle;
border: 1px solid #6fa906;
text-transform: lowercase;
}
.button-style2 span.smallline{
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}

.messageBox{
	margin: 5px 0px;
	padding:8px;
	font-size: 14px;
}

.errorMessages{
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px dashed #F00000;
}

.errorMessages > li{
	list-style-type:square !important;
	list-style-position:inside !important;
	color: #FF4D4D;
}
.errorMessages > li a{
	color: #FF4D4D;
}

.infoMessages{
	border: 1px solid #00a401;
	background: #99ff9a;
}

.infoMessages p{
	color:#00a401 !important;
	padding-bottom: 0px !important;
}


#paginas {
	display: block;
    width: 100%;
    margin: 40px 0px 0px 0px;
    text-align: right;
}


#moradaCliente {
	padding-top:40px;
}

#moradaEntrega {
	padding-top:40px;
}



/* PESQUISA HEADER */


#pesquisaHdr {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	float: left;
	width: 490px;
	/*height: 40px;*/
	background-color: #fff;
	border-radius: 5px;

	margin: 8px 2px 0px 16px;
}

#pesquisaHdr > form > span, #pesquisaHdr > input{
	vertical-align: top;
}

#pesquisaHdr input#global-search-term {
	border: 0px none #fff;
	padding: 5px 0px 5px 0px;
	color: #666;
	font-family: Cuprum, sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 440px;
	height: 18px;
	margin: 5px 2px 5px 7px;
}

#pesquisaHdr input#global-search-term.loading{
	background: url('/images/ajax-loader-ss.gif') transparent no-repeat 98% center;
}

#pesquisaHdr input#global-search-button {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/images/lupa-pesquisa.jpg') transparent no-repeat;
	border: 0;
	cursor: pointer;
	margin: 7px 5px 0px 0px;
	vertical-align: top;
}



#jquery-live-search {
	font-family: 'Exo', sans-serif;
	background: #fff;
	padding: 0px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	border: 1px solid #cccccc;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	z-index: 99990;
}

#faixa-pesquisa{
	width:100%;
	text-align:center;
	margin: -60px auto;
}

#container-produtosdestaque{
	padding-top:2%;
	background:#f1f1f1 /*url('/images/chat.png') no-repeat 11% 3%*/;
	width:100%;
	margin:0 auto;
}

#ajuda{
	display:inline-block;
	background:url('/images/chat.png') no-repeat;
	width:20%;
	height:200px;
	vertical-align:top;
}

#destaques{
	max-width:1300px;
	margin:0 auto;
	text-align:center;
}

#destaques-index{
	display:inline-block;
	text-align:center;
	width:68%;
	padding: 2% 10% 0% 0%;
}

#destaques-index p{
	font-size:215%;
	text-align:center;
	line-height:120%;
	font-weight:200;
}

.produtosList{
	background:#f1f1f1;
	max-width:1590px;
	margin:0 auto;
	padding-bottom:40px;
}


.produto{
	padding-bottom:0px;
	position: relative;
	background:#fff;
	width:250px;
	height:330px;
	display:inline-block;
	vertical-align:top;
	margin:0px 11px 13px 0px;
	border-radius: 5px;
}

.prodImg{
	padding:10px;
	height:35%;
	text-align:center;
}

.prodImgExclusivo{
	background:url('/images/sticker-exclusivo.jpg') no-repeat 96% 10%;
	padding:10px;
	height:35%;
}

.prodImgNovidade{
	background:url('/images/sticker-novidade.jpg') no-repeat 96% 10%;
	padding:10px;
	height:35%;
}

.prodImgExclusivoNovidade{
	background:url('/images/sticker-exclusivo-novidade.jpg') no-repeat 96% 10%;
	padding:10px;
	height:35%;
}

span.sticker-promo {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 25px;
    height: 120px;
    z-index: 10;
}

.prodDesc{
	height:27%;
	text-align:center;
	padding:0px 4px 0px 4px;
}

.prodDesc p{
	font-size:160%;
	text-align:center;
	line-height:120%;
	font-weight:200;
	padding-bottom:5%;
}

.prodPreco{
	text-align:center;
	background:#fbfbfb;
	border-top:1px solid #f4f4f4;
	padding-top:2%;
	height:30%;
	border-radius: 5px;
}

.priceOld{
	font-size:160%;
	color:#666;
    text-decoration: line-through;
	line-height:100%;
}

.priceCurrent{
	font-size:300%;
	font-weight:800;
	line-height:115%;
	color:#666;
	display:block;
}

.priceCurrentSP{
	text-align:center;
	font-size:300%;
	font-weight:800;
	line-height:130%;
	color:#666;
	display:block;
	padding-top:16px;
}

.priceIVA{
	font-size:130%;
	text-transform:uppercase;
	color:#b3b3b3;
	line-height:100%;
	display:block;
	width:100%;
	padding-bottom:3%;
}

.priceDesconto{
	font-size:160%;
	padding-top:1.5%;
	color:#fff;
	width:100%;
	height:20px;
	display:block;
	text-shadow:2px 2px #000;
	background: url('/images/fundo-desconto.jpg') no-repeat top center;
}


#headerCtg{
	background: url('/images/fundo-header-ctg.jpg') repeat-x;
	width:100%;
	height:185px;
	margin:0 auto;
}

#headerCtg-wrapper{
	max-width:1590px;
	margin:0 auto;
}

#atual-ctg{
	background: url('/images/fundo-ctg-atual.jpg') no-repeat;
	width:35%;
	min-width:400px;
	height:185px;
	text-align:left;
	vertical-align:top;
	display:inline-block;
}

#atual-ctg h2{
	text-transform:uppercase;
	font-size:220%;
	font-weight:200;
	padding:8px 0px 0px 20px;
}

#atual-ctg h1{
	padding-top:12%;
	text-transform:uppercase;
	font-size:250%;
	line-height:100%;
	font-weight:400;
}

#atual-ctg span{
	display:block;
}

#img-ctg{
	padding:7px 0px 0px 5px;
	display:inline-block;
}

#titulo-ctg{
	display:inline-block;
	vertical-align:top;
	padding-top:5%;
	text-align:left;
}

#outras-ctg{
	background: url('/images/fundo-ctg-atual.jpg') no-repeat;
	min-width:312px;
	height:185px;
	text-align:left;
	width:45%;
	vertical-align:top;
	display:inline-block;
}

#outras-ctg h2{
	text-transform:uppercase;
	font-size:220%;
	font-weight:200;
	padding:8px 0px 0px 20px;
}

#outras-ctg-nome1{
	margin-top:15px;
	margin-left:10px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra1.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome1 span{
	display:block;
}

#outras-ctg-nome2{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra2.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome2 span{
	display:block;
}

#outras-ctg-nome3{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra3.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome3 span{
	display:block;
}

#outras-ctg-nome4{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra4.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome4 span{
	display:block;
}

#outras-ctg-nome5{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra5.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome5 span{
	display:block;
}

#outras-ctg-nome6{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra6.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome6 span{
	display:block;
}

#outras-ctg-nome7{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra7.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome7 span{
	display:block;
}

#outras-ctg-nome8{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra8.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome8 span{
	display:block;
}

#outras-ctg-nome9{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra9.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:111%;
	text-align:center;
	line-height:120%;
}

#outras-ctg-nome9 span{
	display:block;
}



#chat-ctg{
	width:17%;
	min-width:260px;
	background: url('/images/fundo-chat-ctg.jpg') no-repeat;
	vertical-align:top;
	display:inline-block;
	height:185px;
}

#chat{
	width:17%;
	min-width:227px;
	background: url('/images/chat.png') no-repeat;
	vertical-align:top;
	display:inline-block;
	height:150px;
}

#links-rodape{
	padding-left:2%;
	padding-right:2%;
}

#copy{
	display:inline-block;
	width:15%;
	vertical-align:top;	
	text-align:left;
	font-size:140%;
	font-weight:300;
}

#termos{
	display:inline-block;
	width:68%;
	vertical-align:top;	
	text-align:center;
	font-size:140%;
	font-weight:400;
}

#img-apoios{
	width:90%;
	height:auto;
}

#wdnostri{
	display:inline-block;
	width:15%;
	vertical-align:top;
	text-align:right;
	font-size:140%;
	font-weight:800;
}

#search_mde{
	background: url('/images/bt_header_search_white.png');
	width:24px;
	height:21px;
	line-height: 34px;
}

#filterContainer{
	width: 100%;
	min-height: 16px;
    max-width: 1590px;
	margin: 0 auto;
}

#searchResumeContainer{
	padding-top: 8px;
	width: 100%;
	min-height: 16px;
    max-width: 1590px;
	margin: 0 auto;
	text-align: left;
}

#catname-block{
	float: left;
	text-align: left;
}

#catname-block p{
	padding: 5px 0 0 0;
	color: #787878;
	text-transform: uppercase;
}

.filtersubblock p{
	padding: 0 8px 0 25px;
	display:inline-block;
}

.filtersubblock select{
	padding: 3px 10px;
	border: 0px none;
}

#filter-block, #sort-block{
	float: right;
}

#subcategoriasList{
	margin-top: -38px;
	background-color: #f8f8f8;
}
.subcategoriasListWrapper{
	width: 100%;
    max-width: 1590px;
	margin: 0 auto;
	text-align: left;
}

.openmenucol{
	display:inline-block;
	vertical-align:top;
	margin-right: 16px;
	font-size: 130%;
}
.openmenucol a{
	font-size: 130%;
}

.imgProdutoLiveSearch{
	display:inline-block;
    width: 10%;	
}

.prodDescLiveSearch{
	display:inline-block;
    width: 70%;	
	padding-top:1%;
}

.prodNomeLiveSearch{
	font-size: 140%;
}

.qtdPrecosProdutoLiveSearch{
	display:inline-block;
    width: 18%;
    text-align: right;	
}

.seo-text{
	padding:1% 5% 2% 5%;
	text-align:center;
}




	