/****************************************************************************************************************************/
/* !! APENAS !! ESTRUTURA BASE DO SITE COMUM A TODAS AS PÁGINAS (índice, dinâmicas ou estáticas) 							*/
/****************************************************************************************************************************/
@import url("fck_content.css");


/****************************************************************************************************************************/
/* !! APENAS !! ESTILOS GENÉRICOS PARA O SITE 																				*/
/****************************************************************************************************************************/

/* div vertical align */
/* OBS1: o parent de .vertAlignDivOuter tem q ter position: relative */
/* OBS2: COMPATIBILIDADE PARA BROWSERS <= IE7:

	.vertAlignDivOuter{
		display: inline-block; 
		top: 0
	}

	.vertAlignDivInner{
		display: inline-block; 
		top: 50%, position: relative;
	}

	.vertAlignDivContent{
		display: inline-block; 
		top: -50%, position: relative;	
	}
*/
.vertAlignDivOuter{
	display: table; 
	position: absolute; 
	height: 100%; 
	width: 100%;
}

.vertAlignDivInner{
	display: table-cell; 
	vertical-align: middle;
}

.vertAlignDivContent{
	
}
/* END div vertical align */

.ui-datepicker-trigger {
    margin-bottom: -3px;
    margin-left: 3px;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
  border:0;
}
/*
ul {
   list-style-position: outside;
	list-style-type: square;
}*/

ul {
	list-style:none;
}

ol {
   list-style-position: outside;
}

/*
li{
	margin-left: 18px; 
	padding-bottom: 6px; 
}
*/

body {
	color: #676767;
	font: 13px 'Trebuchet MS', sans-serif;
	line-height: 16px;
	background-color:#ddd; /*#800000;*/
}

h1 {
	font-size: 26px;
	line-height: 26px;
	color: #313131;
	padding-bottom:10px;
	font-weight:normal;
	xtext-transform: uppercase;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 0px;
	color: #565656;
}

h2 span.small {
	display: block;
	font-size: 15px;
	line-height: 17px;
}	

h3 {
	font-size: 18px;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 2px;
}

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

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

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

p {
	padding-bottom: 12px;
	text-align: justify;
}

a *{
	cursor:pointer;
}

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

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

h2 a {
  color: #003399;
}

h2 a:hover {
  color: #003399;
}

h3 a {
	text-decoration: none;
}

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

textarea, input, select {font: 13px 'Open Sans', sans-serif;outline: none;}

textarea { resize: none; }

fieldset{
  border:0;
  display:block;
}

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

* 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) */
}
.text-compacted{
	letter-spacing: -1px;
}


/* 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;}

/* 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;}

.boxError{
  background-color:#ffcccc;
  color:#ff0000;
  border:1px solid red;
  padding:8px;
  margin-bottom:16px;
}

.boxError > li{
  margin-left:8px;
  margin-bottom:4px;
}

.boxInfo{
  margin-top:16px;
  background-color: #99ff9a;
  color:#00a401;
  border:1px solid #00a401;
  padding:8px;
  margin-bottom:8px;
  width: 720px;
}

.erro{
	border: 1px solid red;
}

div.notice{
	border: 1px dashed #0f0;
	color: #006633;
	text-align: center;
	padding: 8px;
	margin: 10px 0px;
	background-color: #ccffcc;
}

div.notice p{
	color: #006633;
	text-align: center !important;
	padding: 0px !important;
	margin: 0px auto;
}

.error{
	border: 1px dashed #f00000;
	padding: 8px;
	margin: 10px 0px;
	background: #ffcccc;
}

.error p{
	color: #FF4D4D;
	text-align: center !important;
	padding: 0px !important;
	margin: 0px auto;
}

/******************************************************************************/
/* 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;
	
}

.button-style1 { /*button com 1 linha */
	padding: 4px 10px;
	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) */
	min-width: 90px;
	background-color: #1aab00;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-transform:uppercase;
}
.button-style1:hover{
	background-color: #800000;
	color: #fff;
}

.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;
}

/*
div.errorBox {
  color: #FF0000;
  font: Miso-Bold;
  background-color: #FFCCCC;
  border: 1px solid #FF0000;
}

div.successBox {
  color: #009901;
  font: Miso-Bold;
  background-color: #CCFFCC;
  border: 1px solid #009901;
}
*/

/* facebook like */
/*
span.facebook_like_box {
   position: relative;
   top: -6px;
	left: 0px;
   float:left;
   overflow: hidden;
   width: 60px;
   height: 27px;
   margin: 0px 4px;
   background-color: transparent;
}

div#blockLikeLng iframe {
    margin: -30px -92px 0 -66px;
    padding-top: 1px; 
}

div#blockLikeLng{
	vertical-align: top;
}

*/


/* facebook like */
#headerFacebookLike{
	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) */
	height: 21px;
	padding-top: 0px;
	vertical-align:top;
}
#headerFacebookLike .facebookLike{
	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:100px;
	line-height:21px;
	height:21px;
	vertical-align:middle;
}
#headerFacebookLike .facebookLike > iframe{
	height:20px;
}

.facebookLikeCount{
	height:21px;
	width:95px;
	display:inline-block;
}

.facebookLikeStandard > iframe{
	border:none; 
	overflow:hidden; 
}

html:lang(pt) .facebookLikeStandard, 
html:lang(pt) .facebookLikeStandard > iframe {
	width:60px;
	overflow: hidden;
}

html:lang(en) .facebookLikeStandard, 
html:lang(en) .facebookLikeStandard > iframe {
	width:44px;
	overflow: hidden;
}

html:lang(es) .facebookLikeStandard, 
html:lang(es) .facebookLikeStandard > iframe {
	width:70px;
	overflow: hidden;
}






div.error ul li{
	color: #ff4d4d;
	font-size: 12px;
}

#notFoundContainer > *{
 font-family: 'Ubuntu',Helvetica,sans-serif;
 font-size: 13px;
}






h1.contentTitle, 
h2.contentTitle, 
h3.contentTitle{
	font-size: 18px !important;
	color: #313131 !important;
	cursor: default;
	margin-top: 6px;
	margin-bottom: 14px;
}

.contentTitle > *{
	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) */
	vertical-align: middle;	
}

h1.contentTitle img, 
h2.contentTitle img, 
h3.contentTitle img{
	padding-right:4px;
}

h3.contentTitle.contentsImagesTitle {
	padding-left: 36px;
	padding-top: 7px;	
  background: url('images/iconImagens.jpg') transparent no-repeat;
}

h3.contentTitle.contentVideosTitle {
	padding-left: 36px;
	padding-top: 7px;	
  background: url('images/iconVideos.jpg') transparent no-repeat;
}

ul.contentImages li{
	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: 0px 10px 6px 0px;
	vertical-align: top;
}

ul.contentImages li img{
	border: 1px solid #cccccc;
}

.contentInfoBlock{
	background-color:#ffffff;
	padding:20px 0px 20px 20px;
}

.contentDocuments > li, .contentLinks > li{
	margin-bottom:4px;
	padding:4px;
}

.contentDocuments > li:hover{
	background-color:#f4f7ec;
}

.contentDocuments > li > *, .contentDocuments > li > a > *{
	line-height:14px;
	display:inline-block;
	vertical-align:middle;
}

.contentDocuments > li > a{ /* TODO: DOWNLOAD DO FICHEIRO */
	width:34%;
	margin-right:24px;
}

.contentDocuments > li .documentSize{
	width:10%;
	text-align:right;
	margin-right:24px;
}

.contentDocuments > li .documentDate{
	width:7%;
	margin-right:24px;
}


.contentDocuments > li .documentAuthor{
	width:30%;
}

.contentDocuments > li > a > img{
	margin-right:2px;
}

.contentLinks > li > *{
	line-height:14px;
	display:inline-block;
	vertical-align:middle;
}



/*--------------------------------------------------------------------------------------------------------------------------*/
/* HEADER																													*/
/*--------------------------------------------------------------------------------------------------------------------------*/

#headerTopBar{
	background: #BA0000;
	width:100%;
	margin:0px auto;
	height:36px;
}
#headerTopBarWrapper{
	position:relative; /* por causa do posicionamento absoluto do #blockHeaderRight*/
	width:960px;
	height:36px;
	margin: 0px auto;
}

#headerTopBarWrapper p, #headerTopBarWrapper a{
	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) */
	font-weight: normal;
	padding: 0px;
	line-height:27px;
	color:#fff;
	vertical-align: top;
}

.headerContainerTopLeft{
	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) */
	vertical-align:top;
	position:absolute;
	left: 0;
margin-top:5px;
}

.headerContainerTopCenter{
	vertical-align:top;
}

#headerTopBarWrapper  .headerContainerTopCenter p{
	width: 100%;
	text-align: center;
	color: #b8e5ea;
	text-transform: uppercase;
}

.linguas{
	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) */
	vertical-align:top;
	position:absolute;
	color:#fff;
	margin:2px 0px 0px 350px;

}

.linguas-select{
	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) */
	vertical-align:top;
	position:absolute;
	margin:10px 0px 0px 750px;

}

.headerContainerTopRight{
	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) */
	position:absolute;
	width: 180px;
	text-align:right;
	right: 0;
	margin-top:5px;
}
.headerContainerTopRight.loggedin{
	margin-top:0px;
}

#headerLogoBar{
	background-color: #ba0000;
	width:100%;
	margin:0px auto;
	height:83px;
	color:#fff;
}
#headerLogoBarWrapper{
	position:relative; /* por causa do posicionamento absoluto do #blockHeaderRight*/
	width:960px;
	height:83px;
	margin: 0px auto;
}

#headerMenuBar{
	background-color: #800000;
	width:100%;
	margin:0px auto;
	height:50px;
	color:#fff;
}
#headerMenuBarWrapper{
	width:960px;
	height:50px;
	margin: 0px auto;
}



#headerLogoBar p{
	padding:0px 0px 0px 0px;
}


#logotipo {
	display: block;
	position: absolute;
	vertical-align: top;
	top: 3px;
	width: 250px;
	height: 63px;
	margin: 0px 0px 0px 0px;
}

#logotipo 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) */
	vertical-align: top;
}

#logotipo div#logotipo-img{
          margin-right:10px;
}

#logotipo a div span#logoTitle{
	display: block;
	font-size: 36px;
	line-height: 21px;
	color: #fff;
	margin-top:25px;
	text-shadow: 2px 2px #000000;
	text-transform: uppercase;
}

#logotipo a div span#logoTitle span{
	display: block;
	font-size: 24px;
	line-height: 31px;
        text-transform: uppercase;
}





#funcionalidadesHdr {
	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) */
	position:absolute;
	right: 0;
	top: 19px;
/*
display: inline-block;
float: left;
width: 270px;
height: 105px;
*/
}
#areaBlckHdr {
width: 153px;
height: 27px;
padding-right: 20px;
text-align: right;
background: url('images/bg_area_top.png') transparent no-repeat center right;
font-size:11px;
text-transform:uppercase;
}

#headerTopBarWrapper #areaLogout {
display: block;
margin-top: -4px;
margin-right: 16px;
font-size: 11px;
line-height: 10px;
}

.titulosAreaCompras {
	font-size: 17px;
	line-height: 14px;
	text-align: right;
	color: #ffffff;
        font-weight:normal;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 4px 0px 0px 0px;
}
.textosAreaCompras {
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	color: #ffffff;
	margin-bottom: 0;
	padding: 4px 0px 0px 0px;
}

.txtBlckHdr {
display: inline-block;
float: left;
width: 62px;
margin: 43px 0px 0px 0px;
}

#areaIconHdr {
width: 34px;
height: 29px;
background: url('/images/bg_area_top.png') transparent no-repeat;
margin: 45px 0px 0px 10px;
}
.iconBlckHdr {
display: inline-block;
float: left;
}

#comprasBlckHdr {
	width: 200px;
	height: 38px;
	padding-right: 52px;
	background: url('images/img-carrinho-gd.png') transparent no-repeat center right;
	cursor: pointer;
}

#comprasBlckHdr p.titulosAreaCompras{
	padding-top: 4px;
}
#comprasBlckHdr p.textosAreaCompras{
}



#comprasBlckHdr .txtBlckHdr h1, #comprasBlckHdr .txtBlckHdr p {
text-align: left;
}
#comprasBlckHdr .txtBlckHdr h1, #comprasBlckHdr .txtBlckHdr p {
text-align: left;
}

/* BLOCO RESUMO DE COMPRAS */
#resumoCompras {
	display: none;
	width: 384px;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 56px;
	z-index: 9999999;
	color: #333b00;
	font: 12px 'Open Sans', sans-serif;
}

#painelHeaderSeta {
width: 100%;
height: 22px;
background: url('/assets/css/images/setaCompras.png') transparent no-repeat 310px 15px;
}
.painelHeader {
width: 100%;
height: 5px;
background: #800000;
}
#subPainel {
background: #FFF;
-webkit-box-shadow: 0px 2px 6px 1px #888;
-moz-box-shadow: 0px 2px 6px 1px #888;
box-shadow: 0px 2px 6px 1px #888;
}
#lstProdutosResumoCart {
display: inline-block;
width: 100%;
background: #F4F4F4;
border-bottom: 1px solid #fff;
}
#lstProdutosResumoCart li {
display: inline-block;
padding: 8px 12px;
}
.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: #800000;
margin: 6px;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: bold;
padding: 6px 0px;
}
#verCart a {
color: #FFF;
text-decoration: none;
}

/* FIM BLOCO RESUMO DE COMPRAS */


.deliveryPayInfo {
	margin-top: 30px;
}
.resumoIvaTable{
	border-spacing:0px; 
	display:inline-block;
	width:400px; 
	font-size:14px;
}

.resumoIvaTable tr{width:400px;}

.resumoIvaTable tr th{
	padding:4px 0px !important;
	border-top:0 !important; 
	border-bottom:0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.resumoIvaTable th,
.resumoIvaTable td{
	 text-align:right; 
	 width:80px;
}
tfoot .columnPreco{
	padding: 0px 10px;
	line-height: 16px;
}
tfoot tr td{
	vertical-align: top;
}

.titleFieldInfo {
width: 90px;
}

.headerContainerWrapper{
	width:950px;  /* 950 px sem o padding */
	height:100px;
	margin: 0px auto;
	/*padding: 0px 10px;*/
	vertical-align: top;
	/*background:url('images/bg_top_wrapper_index.jpg') transparent no-repeat bottom right;*/
	
	position:relative; /* por causa do posicionamento absoluto do #blockHeaderRight*/
}

.headerContainerMenu{
  background:url('images/fundoMenu.jpg') #00243b repeat-x bottom;
  height:45px;
}

.sf-menu ul li.menuContactos a{ /* ROLHA PRA N SAIR FORA */
	width:140px !important;
}


#logoSubtitle{
	font-size:14px;
	text-align:right;
	margin-top:-5px;
	margin-right:30px;
	display: block;
}

#blockHeaderRight{
	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-top:16px;
	width:618px; /* hardcoded pra n se notar o flick... */
	font-size:0px;
}

#pesquisaForm{
	  margin-left:122px;  /* hardcoded pra n se notar o flick... e alterada por js qdo se clica no input */
	  vertical-align:top;
	  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-right:16px;
	background: transparent url(/images/pesquisaRight.png) no-repeat right !important;*/
}

#pesquisaRight{
	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) */
	vertical-align:top;
	width:16px;
	height:31px;
	background: transparent url(/images/pesquisaRight.png) no-repeat right !important;
}

#pesquisaForm.largePesquisaForm{
	margin-left:23px;
}

#pesquisaForm.largePesquisaForm  #pesquisaInput{
	width:219px; 
}

#pesquisaInput {
	vertical-align:top;
	border:0px;
	background: transparent url(/images/pesquisaCenter.png) repeat-x !important;
	width:120px;
	height: 31px;
	line-height: 31px;
	color:#777;
}

#pesquisaButton {
	border: 0px;
	vertical-align: top;
	height: 31px;
	width: 25px;
	
	background: transparent url(/images/pesquisaLeft.png) no-repeat center !important;
	cursor: pointer;
	display:inline-block;
}

#areaAlunoLink{
	text-transform:uppercase;
	text-shadow: 1px 1px #000000;
	font-size:16px;
	margin-left:21px;
	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:30px; /* 25 + 5 */
	height:31px;
	line-height:31px;
	background: transparent url(/images/areaAluno.png) no-repeat left !important;
	color:#ffffff;
}

#langList{
	margin-left:16px;
}

#langList > li a{
	text-shadow: 1px 1px #000000;
	color:#A3A3A3;
	height:31px;
	line-height:31px;
	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:2px;
	padding-right:2px;
}

#langList > li{
	margin-right:6px;
	text-transform:uppercase;
}

#langList, #langList > li {
	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) */
}

#langList > li > a{
	font-size:16px;
}

#langList > li.selected a{
	color:#ffffff;
}

.facebookLike{
	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-left:5px; /* deveria ser 20 mas é 18 por causa do safari.. */
	width:85px;
	line-height:31px;
	height:31px;
	vertical-align:middle;
}

/****************************************************************************************************************************/
/* MAIN LIST PRODUTOS																													*/
/****************************************************************************************************************************/

/* MAIN CONTENT CONTAINER */
.contentContainer{
	width:100%; 
	margin: 0px auto;
	position: relative; /*  IMPORTANTE !*/
	display:block;  
}
.contentContainerWrapper{
	width: 960px;
	margin: 0px auto;
	vertical-align: top;
	padding: 20px 0px 0px 0px;
	position: relative; /* z-index:999; IMPORTANTE !*/
	display:block;  
}

.contentContainerWrapper.paddingBottom{
	padding-bottom: 26px;  
}

.globalContentContainer{
	display:block;  
	width: 890px; /* sem padding nem border: 938px */
	margin: 0px auto;
	vertical-align: top;
	padding: 24px;
	position: relative;z-index:999; /*  IMPORTANTE !*/
	background-color: #fff;
	border: 1px #eaebeb solid; /* #e4edd3 */
/*
	-webkit-box-shadow: 0px 0px 6px #e4edd3;
	-moz-box-shadow   : 0px 0px 6px #e4edd3;
	box-shadow        : 0px 0px 6px #e4edd3;*/
*/	
}

#categorias-list{
	background-color: #e8e8e8;
}

.open-list h1{
	display: inline-block;
	/*padding: 2px 9px 8px 9px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: none;
}

#filterContainer{
	height: 40px; 
}
#filter-block{
	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) */
	position: absolute;
	right: 200px;
}
#filter-block p{
	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: 0px 6px 0px 0px;
	line-height: 25px;
}

#filter-block select{
	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: 0px;
	min-width: 300px;
}

#sort-block{
	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) */
	position: absolute;
	right: 0px;
}
#sort-block p{
	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: 0px 6px 0px 0px;
	line-height: 25px;
	vertical-align: middle;
}

#sort-block ul{
	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: 0px;
	line-height: 25px;
	vertical-align: middle;
}

#order-bt-list > li {
	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: 16px; 
	height: 16px;
	margin: 0px 0px 0px 4px;
	vertical-align: middle;
	cursor: pointer;
}

#order-bt-list > li.selected {
	background-color: #c0c0c0;
}




#global-content{
	background-color: #f3f4f4;
}

#produtosList {
	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: 100%;
}

#produtosList p{
padding: 0px;
}

#produtosList li {
	position: relative;
	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: 207px; /*235px sem padding */
	height: 280px; /*300px sem padding */
	background-color: #ffffff;
	margin: 0px;
	padding: 10px 14px;
	border-right: 1px solid #cfcfcf;
	overflow: hidden;
}

/* EFFECTS HOVER MAIN IMAGE */
li.produto .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

li.produto a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
li.produto a.close-overlay.hidden {
  display: none;
}

li.produto div.addtocart {
	display: block;
	position: absolute;
	z-index: 100;
	width: 70px;
	height: 70px;
	background: url('/images/bt_addcart_44_37.png') #fff no-repeat center center;
	text-align: center;
	color: #fff;
	line-height: 66px;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #c0c0c0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

li.produto div.gotoproduct {
	display: block;
	position: absolute;
	z-index: 100;
	width: 70px;
	height: 70px;
	background-color: #b00000;
	text-align: center;
	color: #fff;
	line-height: 66px;
	font-weight: normal;
	font-size: 14px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

li.produto div.gotoproduct a{
	color: #fff;
}

li.produto .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
li.produto .overlay div.addtocart {
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

li.produto .overlay div.gotoproduct {
  right: 30px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

li.produto.produto-hover .overlay {
  opacity: 1;
}
li.produto.produto-hover .overlay div.addtocart, li.produto.produto-hover .overlay div.gotoproduct {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}


#produtosList li.norightmargin{
	border-right: 0px none;
}

.prodImg {
width: 100%;
height: 130px;
margin: 0px 0px 8px 0px;
text-align: center;
}

/*
.prodDesc, .prodDesc-promo {
	height: 80px;
}
*/
.prodDesc p {
	width: 100%;
	text-align: center;
	margin: auto;
}

.prodDesc-promo p {
	width: 100%;
	text-align: left;
}

.prodNome {
	font-size: 17px;
	width: 100%;
	line-height: 17px;
}
.prodClassAdd {
	font-size: 13px;
	line-height: 12px;
}
.prodClassAdd {
	font-size: 13px;
	line-height: 12px;
}
.prodCategoria a {
	font-size: 12px;
	line-height: 11px;
	color: #808080;
}
#produtosList .prodResumo {
	padding-top: 6px;
	font-size: 12px;
	line-height: 11px;
	color: #4d4d4d;
}
.prodDesc-promo p.prodResumo {
	width: 158px;
	text-align: left;
}
.categorias {
display: block;
margin: 6px auto;
width: 84px;
}

.taskProd {
	position: absolute;
	bottom: 14px;
	left: 14px;
	text-align: left;
}	
.taskProd_OLD {
	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: 50px;
height: 39px;
margin-left: 5px;
}



.precoProd_OLD {
	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: 109px;
	height: 39px;
	margin-right: 16px;
	text-align: right;
}

.precoProd {
	position: absolute;
	bottom: 18px;
	right: 14px;
	text-align: right;
}

.priceDiscount {
	display: block;
	font-size: 12px;
	font-weight: bold;
	background: url("/images/bg_sticker_promo_percent.png") no-repeat right 55%;
	width: 39px;
	height: 30px;
	margin-left: auto;
	text-align: center;
	color: #fff;
	padding-top: 12px;
	margin-bottom: -4px;
}

.priceOld {
	display: block;
	margin: 0px;
	text-align: right;
	font-size: 13px;
	line-height: 13px;
	text-decoration: line-through;
	color: #4d4d4d;
}
.priceCurrent {
	display: block;
	margin: 2px 0px 0px 0px;
	text-align: right;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
}

.priceIVA{
	display: block;
	margin: 2px 0px 0px 0px;
	text-align: right;
	color: #999;
	font-size: 14px;
	line-height: 14px;
}

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

/****************************************************************************************************************************/
/* FOOTER																													*/
/****************************************************************************************************************************/

#footer{
	width:100%;
}

.footerContainerWrapper {
width: 960px;
margin: 0px auto;
vertical-align: top;
padding: 0px;
position: relative;
z-index: 999;
display: block;
}

#footer p{margin-bottom: 0px; padding: 0px;}

#footer a{
	color: #fff;
}


#footerTop {
line-height: 14px;
background: url('images/fundo-sitemap.jpg') #f2f2f2 repeat-x top;
}

#footerTop  .footerContainerWrapper{
padding: 12px 0px 12px 0px;
}

#footerTop p {
font-size: 12px;
color: #8a8a8a;
text-align: center;
}

#footerMainMenu{
width: 960px;
height: 50px;
position: relative;
line-height: 1.0;
}

#footerMainMenu > li {
	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) */
	min-width: 40px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	margin-right: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

#footerMainMenu li:hover {
	border: none;
	background: #dedede;
}

#footerMainMenu > li > .sf-menu-title {
	padding: 10px 4px 0px 4px;
}

#footerMainMenu > li:last-child{
	margin-right: 0px;
}

#footerMainMenu > li > .sf-menu-title > a{
	display: block;
	height: 40px;
	color: #676767;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#footerMainMenu li.grpVinhos > .sf-menu-title a{
	background: url('images/icon-footermenu-1.png') transparent no-repeat 0px top;
	padding-left: 18px;
	padding-top: 8px;
	height:40px;
}

#footerMainMenu li.grpVinhosPorto > .sf-menu-title a{
	background: url('images/icon-footermenu-2.png') transparent no-repeat 0px top;
	padding-left: 24px;
	padding-top: 2px;
	height: 40px;
}
#footerMainMenu li.grpVinhosMadeira > .sf-menu-title a{
	background: url('images/icon-footermenu-3.png') transparent no-repeat 0px top;
	padding-left: 24px;
	padding-top: 2px;
	padding-top: 2px;
	height: 40px;
}
#footerMainMenu li.grpEspumantes > .sf-menu-title a{
	background: url('images/icon-footermenu-4.png') transparent no-repeat 0px top;
	padding-left: 28px;
	padding-top: 2px;
	height: 40px;
}
#footerMainMenu li.grpEspirituosa > .sf-menu-title a{
	background: url('images/icon-footermenu-5.png') transparent no-repeat 0px top;
	padding-left: 20px;
	padding-top: 3px;
	height: 40px;
}

#footerMainMenu li.grpAzeite > .sf-menu-title a{
	background: url('images/icon-footermenu-6.png') transparent no-repeat 0px top;
	padding-left: 22px;
	padding-top: 10px;
	height: 40px;
}

#footerMainMenu li.grpEspirituosa > .sf-menu-title a{
	background: url('images/icon-footermenu-5.png') transparent no-repeat 0px top;
	padding-left: 20px;
	padding-top: 3px;
	height: 40px;
}

#footerMainMenu li.grpLicor > .sf-menu-title a{
	background: url('images/icon-footermenu-7.png') transparent no-repeat 0px top;
	padding-left: 22px;
	padding-top: 10px;
	height: 40px;
}

#footerMainMenu li.grpMercearia > .sf-menu-title a{
	background: url('images/icon-footermenu-8.png') transparent no-repeat 0px top;
	padding-left: 26px;
	padding-top: 3px;
	height: 40px;
}

#footerMainMenu li.grpPromocao > .sf-menu-title a{
	background: url('images/icon-footermenu-9.png') transparent no-repeat 0px top;
	padding-left: 26px;
	padding-top: 2px;
	height: 40px;
}

#footerMainMenu li.grpRecomendado > .sf-menu-title a{
	background: url('images/icon-footermenu-10.png') transparent no-repeat 0px top;
	padding-left: 22px;
	padding-top: 2px;
	height: 40px;
}

#footerMainMenu li .sf-menu-title a span {
display: block;
}

#footerMainMenu li .sf-menu-title a .sf-menu-subtitle {
display: block;
}

#footerTop #footer-funcionalidades{
	padding: 30px 0px;
}

#footer-funcionalidades ul{
	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-top: 4px;
}

#footer-funcionalidades li{
	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-right: 20px;
	vertical-align: top;
	height:60px;	
}
#footer-funcionalidades ul li:last-child{
	margin-right: 0px;
}

#footer-funcionalidades li#funcionalidades-pagamento{
	background: url('images/icon-tempo-entrega.png') transparent no-repeat top left;
}
#footer-funcionalidades li#funcionalidades-portes{
	background: url('images/icon-portes.png') transparent no-repeat top left;
}
#footer-funcionalidades li#funcionalidades-entrega{
	background: url('images/icon-satisfacao-devolucao.png') transparent no-repeat top left;
}
#footer-funcionalidades li#funcionalidades-satisfacao{
	background: url('images/icon-seguranca.png') transparent no-repeat top left;
}


#footer-funcionalidades h2{
	display: block;
	padding-top: 2px;
	color:#676767;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left;
}
#footer-funcionalidades h2 span{
	display: block;
}

li#funcionalidades-portes h2{
	padding-left: 65px;
}

li#funcionalidades-pagamento h2{
	padding-left: 65px;
}
li#funcionalidades-entrega h2{
	padding-left: 65px;
}
li#funcionalidades-satisfacao h2{
	padding-left: 65px;
}





#footerTop ul p{
	display: block;
	padding-top: 2px;
	padding-left: 65px;
	color:#676767;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

#footerTop ul p span{
	display: block;
}




#footerBottom{
	width:100%;
	padding: 30px 0px;
	color: #fff;
    background: url('images/fundo-rodape.jpg') #800000 repeat-x top;
}


.footerContainerWrapper > 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) */
	vertical-align: top;
}

.footerContainerWrapper #footer-col1{
	width: 306px;
	margin-right: 90px; 
}

.footerContainerWrapper #footer-col2{
	width: 260px;
	margin-right: 80px; 
}

.footerContainerWrapper #footer-col3{
	width: 186px;
}


#footer-logotipo {
	display: block;
	position: relative;
	margin: 0px auto;
	padding-bottom: 10px;
	vertical-align: top;
}

#footer-logotipo div#logotipo-img {
margin-right: 10px;
}

#footer-logotipo 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) */
	vertical-align: top;
}

/*
#footer-logotipo div#footer-logotipo-nome{
	padding-top: 0px;
	padding-left: 10px;
	font-size: 26px;
	line-height: 24px;
	text-transform: uppercase;
}
*/
#footer-logotipo a div span#logoTitle {
display: block;
font-size: 36px;
line-height: 21px;
color: #fff;
margin-top: 25px;
text-shadow: 2px 2px #000000;
text-transform: uppercase;
}


#footer-dadosfiscais {
	display: block;
	position: relative;
	vertical-align: top;
	margin: 0px auto;
}
#footer-dadosfiscais p {
	text-transform: uppercase;
}

#footer-copyrights {
	display: block;
	position: relative;
	vertical-align: top;
	margin: 0px auto;
	padding-top: 10px;
}
#footer-copyrights p {
	text-transform: uppercase;
}

#footer-newsletter {
	display: block;
	position: relative;
	vertical-align: top;
	margin: 0px auto;
	padding: 15px 0px 5px 0px;
}

#footer #footer-newsletter h3{
    font-size: 10px;
}

#footer #footer-newsletter #newsemail{
    font-size: 11px;
	line-height: 13px;
	padding: 3px 3px;
	margin-bottom: 4px;
	border: 1px solid #800000;
}

#footer #footer-newsletter .submit-button{
    font-size: 10px;
	line-height: 10px;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 4px;
	border: 1px solid #fff;
	background-color: #000000;
	text-transform: uppercase;
}
#footer-newsletter .result-notify{
    font-size: 12px;
	line-height: 12px;
}

#footer-modos-pagamento {
	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) */
	position: relative;
	margin-top: 38px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	color: #676767;
	background-color: #fff;
}
#footer #footer-modos-pagamento h3{
	padding: 6px 0px;
}


#footer h3{
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

#footer-morada, #footer-telefone, #footer-email  {
	display: block;
	margin-bottom: 16px;
}

#footer-redes-sociais  {
	display: block;
	margin-top: 30px;
	padding-left: 22px;
	background: url('images/facebook_ico.png') transparent no-repeat left center;
	height: 16px;
}

#footer-redes-sociais  p{
	xfont-size: 17px;
	xline-height: 43px;
	vertical-align: middle;
	xtext-transform: uppercase;
}

#footer-sitemap  a{
	line-height: 22px;
	text-transform: uppercase;
}

#footer-hp{
        margin-top:20px;
        line-height: 22px;
        font-size:10px;
	text-transform: uppercase;
}
#footer-hp p{
        text-align:left;}


#footer-webdesign{
	margin-top: 4px;
	font-size: 10px;
}

.contentListNoResults{
	background-color: #fff;
	padding: 40px 10px;
	margin: 20px 0px;
	min-height: 100px;
}

/* 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) */
	position: absolute;
	width: 400px;
	height: 48px;
	left: 300px;
	top: 14px;
	background-color: #fff;
	border: 0px none #aaa;
	xborder-radius:7px;
	/*
	-webkit-box-shadow: 0px 1px 1px #888888;
	-moz-box-shadow: 0px 1px 1px #888888;
	box-shadow: 0px 1px 1px #888888;
	*/
}

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

#pesquisaHdr input#global-search-term {
	border: 0px none #fff;
	padding: 6px 8px 10px 8px;
	color: #737272;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 341px;
	height: 28px;
	margin: 4px 0px 0px 0px;
}


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


#jquery-live-search {
	font-family: 'Open Sans', 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;
}
/*
#jquery-live-search {
background: url(/AndreasLagerkvist/Styles/darker/gfx/jquery-live-search-bg.png) repeat-x;
font-size: 12px;
border: 1px solid #222;
}
*/
#jquery-live-search h2 {
	padding: 8px 4px 0px 4px;
	font-size: 18px;
}
#jquery-live-search h3 {
	padding: 4px;
}
ul.ul-bullets {
	list-style-type:disc;
	list-style-position: inside;
	padding: 0px 4px 10px 4px;
	font-size: 12px;
}
#jquery-live-search ul.ul-bullets li{
display: list-item;
}

#jquery-live-search h2 + p {
	font-size: 12px;
	padding: 0px 4px 8px 4px;
}

#jquery-live-search li {
display: block;
}

#jquery-live-search li a{
	display:block;
	color: #333b00;
	padding: 8px 4px;
}
#jquery-live-search li a:hover{
	background-color: #e0e0e0;
}

#jquery-live-search li p{
padding: 0px;
}

#jquery-live-search .imgProdutoLiveSearch {
display: inline-block;
width: 30px;
height: 30px;
margin: 5px 4px 5px 4px;
}
#jquery-live-search .prodDescLiveSearch {
display: inline-block;
width: 240px; /* se scrollbar, é melhor 240px! */
vertical-align: top;
}
.prodDescLiveSearch .prodNomeLiveSearch{
	color: #003399;
font-size: 13px;
text-align: left;
}
.prodDescLiveSearch .prodClassAddLiveSearch{
font-size: 12px;
}

#jquery-live-search .qtdPrecosProdutoLiveSearch {
display: inline-block;
float:right;
/*width: 70px;*/
vertical-align: top;
}
#jquery-live-search .qtdPrecosProdutoLiveSearch div {
text-align: right;
}
#jquery-live-search .qtdPrecosProdutoLiveSearch p.precoConsultar {
	font-size: 10px
}

#jquery-live-search .precoRealProduto {
font-size: 13px;
font-weight: normal;
}


/* FORMS */

.dataLine {
clear: left;
padding-bottom: 4px;
}

.dataLine > label > span {
clear: left;
display: inline-block;
text-align: left;
width: 90px;
margin-right: 8px;
}

.dataLine input{
	padding: 6px;
}

.dataLine select {
	padding: 6px;
}

sup.note-required-field{
	color: #f00;
}



