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

html { font-size: 62.5%; }

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

ul {
	list-style:none;
	padding-bottom:2rem;
}
ul.ul-squares {
	list-style-type: square;
	list-style-position: inside;
	padding: 0px 4px 10px 4px;
}

ol {
   list-style-position: outside;
}

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

body {
	color: #343434;
	font: 14px 'Vinkel-Regular',sans-serif;
	line-height: 16px;
	background-color:#d2d3d5;
}

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

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

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

h3 {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-transform: none;
}

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: #008dbc;
	text-decoration: none;
	outline: 0;
}

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

h2 a {
  color: #00bfff;
}

h2 a:hover {
  color: #008dbc;
}

h3 a {
	text-decoration: none;
}

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

textarea, input, select {font:14px 'Vinkel-Regular',sans-serif; outline: none;}

textarea { resize: none; }

fieldset{
  border:0;
  display:block;
}

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

.anchorTop {
	padding-bottom:5rem;
}

* HTML .clearfix {height: 1%;}

.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.noPaddingTop {padding-top: 0px !important;}
.alignCenter{
	text-align: center;
}
.nopaddingtop{padding-top: 0px !important;}
.norightmargin{margin-right: 0px !important;}

.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;}
.w25{width:25px !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;}
.w264{width:264px !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;}
.w530{width:530px !important;}
.w550{width:550px !important;}
.w580{width:580px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w690{width:690px !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;}

.red{color: red;}

.hidden{display:none !important;}

.textfilled{
	display: inline-block;
	min-height: 14px;
	background-color: #e8e8e8;
	padding: 6px;
	border: 1px solid #9e9e9e;
	color: #666;
}

.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: #ffe0e0;
}

.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 {
	min-width: 90px;
	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) */
	background-color: #ff9932;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 0px none #fff;
	cursor: pointer;
}

.ui-box-wizard-button:hover{
	background-color: #800000;
}

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

}


.destaques-button-style1{
	padding: 16px 24px;
	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) */
	background-color: #0093b8;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-transform:uppercase;
}

.destaques-button-style1:hover{
	background-color: #ff9932;
	color: #fff;
}


.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: #d52229;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-transform:uppercase;
}
.button-style1:hover{
	background-color: #800000;
	color: #fff;
	text-decoration:none;
}

.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: 13px;
line-height: 13px;
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;
}

.button-style2:hover{
	background-color: #fff;

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

.button-style2 span{
	display: block;
	font-size: 88%;
}
.messageBox{
	padding:10px;
	font-size: 14px;
}

.errorMessages{
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px dashed #F00000;
	width:80%;
	margin:0rem 2rem 2rem 2rem;
}

.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: 3px;
	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{
}

.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: url('images/bg-header.jpg') #BA0000 repeat-x;
	width:100%;
	margin:0px auto;
	height:29px;
}
#headerTopBarWrapper{
	position:relative; /* por causa do posicionamento absoluto do #blockHeaderRight*/
	width:820px;
	height:30px;
	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-size: 12px;
	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;
	top: 0;
}

.headerContainerTopCenter{
	vertical-align:top;
}
#headerTopBarWrapper  .headerContainerTopCenter p{
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #b8e5ea;
	text-transform: uppercase;
}

.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;
	right: 0;
	top: 0;
}

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

#headerMenuBar{
	padding-top:0rem;
	width:100%;
	height:4.7rem;
	background-color: #fff;
	color:#d52229;
	border-bottom:1px solid #c0c0c0;
}

#headerMenuBarWrapper{
	width:812px;
	height:4.6rem;
	margin: 0px auto;
	background:#fff;
	color:#d52229;
	padding:0rem 0rem;
	xborder-bottom:1px solid #c0c0c0;

}

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


#logotipo {
	display: block;
	position: absolute;
	vertical-align: top;
	top: 14px;
	width: 164px;
	height: 38px;
	margin: 30px 0px 0px 0px;
}

#logotipo #logoErgovisao{
	margin-left: 20px;
}

#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-nome{
}

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

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

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


#blocosLogoBar {
	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: right;
    clear: both;
	width: 80%;
	margin-top: 55px;
	margin-right: 0;
	text-align: right;
}
#blocosLogoBar a{
	display: inline-block;
	color: #fff;
}

#info_user{
	margin-bottom: 4px;
}
#info_user span{
	display: block;
}

#info_user1{
	height: 20px;
	margin-bottom: 5px;
}

#info_user_2{
    vertical-align: top;
}
#info_user_2 span{
}



#info_user_2 #areaLogout{
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
	vertical-align: top;
}

#info_user_2 #header_shopping_cart{
    display: inline-block;
	padding-left: 20px;
	padding-right: 20px;

	font-size: 1.2rem;
	line-height: 1.6rem;

	text-align: right;
	vertical-align: top;
	background: url('images/ico_shopping_cart.png') transparent no-repeat center left;
}

#blocosRSMenu {
	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: right;
    margin-right: 6px;
}
#blocosRSMenu a{
	color: #fff;
}

/*
#aSuaArea {
	display: inline-block;
	float: left;
}


#aSuaAreaImg {
    display: inline-block;
    float: left;
    width: 14px;
    height: 16px;
    background: url('/assets/css/images/spriteIndex.png') transparent no-repeat -42px -95px;
    margin: 4px 6px 0px 6px;
}
*/

#areaLogout{
	font-size: 12px;
	line-height: 14px;
}

#compras,
#compras
div {
    display: inline-block;
    float: left
}

#compras {
    width: 104px;
    margin: 0px
    10px 0px 10px
}


.textoBlocoMenu {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
}

#areaLogout .textoBlocoMenu {
    font-size: 15px;
	line-height: 18px;
}



#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: 30px;
/*
display: inline-block;
float: left;
width: 270px;
height: 105px;
*/
}
#areaBlckHdr {
width: 132px;
height: 27px;
padding-right: 20px;
text-align: right;
background: url('images/bg_area_top.png') transparent no-repeat center right;
}
/*
.titulosAreaCompras {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #ffffff;
        font-weight:bold;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}

.textosAreaCompras {
	display: block;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
}
*/

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




#cart_message{
	display: none;
	overflow:visible;
	position:fixed;
	z-index: 1020;
	color: #fff;
	background: url(/images/bg_cart_message.jpg) repeat #3d3d3d;
	left:0;
	top:0;
	height: 66px;
	text-align:center;
	padding:20px 0;
	border-bottom:4px solid #272727;
	width:100%;
}
#cart_message h3{
	padding:0rem 0 2rem 0;
	font-size: 2rem;
	text-align:center;
	color: #fff;
}
#cart_message p{
	text-align: center;
	color: #fff;
}
#cart_message p span#item_name{
	font-size: 1.4rem;
	text-shadow: 1px 1px #BDD8E3;
}

#cart_message a{
	color: #BDD8E3;
}

/* BLOCO RESUMO DE COMPRAS */
#resumoCompras {
	display: none;
	width: 384px;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 24px;
	z-index: 49000;
	color: #333b00;
	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: #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: 218px;
/*height: 40px;*/
margin-right: 5px;
vertical-align: top;
}
.nomeProdutoResumoCart span.atributos{
	font-size: 11px;
}

.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: 10px;
	padding-top: 2px;
	line-height: 16px;
	color: #d60000;
}

span.produto-old-preco{
	font-size: smaller;
	text-decoration: line-through;
	color: #676767;
}


#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: 220px;
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;
}

.bt_pnl_cart {
	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) */
	background: #800000;
	margin: 6px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px;
}
.bt_pnl_cart a {
	display: inline-block;
    width: 100%;
	color: #fff;
	text-decoration: none;
}

#goto_cart {
	width: 296px;
	margin-right: 1px;
}
#close_pnl {
	width: 70px;
	margin-left: 1px;
}


/* 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-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:820px;  /* 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:18px; /* 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{
	xwidth: 820px;
	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: 820px; /* sem padding nem border: xxxpx */
	margin: 0px auto;
	vertical-align: top;
	padding: 3rem 0;
	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;
}



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

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

#footer{
	width:100%;
}

.footerContainerWrapper {
width: 820px;
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: #231f20;
}


#footerTop {
line-height: 14px;
background-color: #fff;
}

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

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

#footerMainMenu{
width: 820px;
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: center;
	vertical-align: top;
	margin-right: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

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

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

#footerMainMenu li.grpPapelaria > .sf-menu-title a{
	background: url('images/icon-footermenu-papelaria.png') transparent no-repeat 0px top;
	padding-left: 32px;
}
#footerMainMenu li.grpPapelaria > .sf-menu-title a span{
	font-size: 12px;
}

#footerMainMenu li.grpInformatica > .sf-menu-title a{
	background: url('images/icon-footermenu-informatica.png') transparent no-repeat 0px top;
	padding-left: 32px;
	padding-top: 6px;
	height: 34px;
}
#footerMainMenu li.grpMobEsc > .sf-menu-title a{
	background: url('images/icon-footermenu-mobiliario-escritorio.png') transparent no-repeat 0px top;
	padding-left: 32px;
}
#footerMainMenu li.grpAudiovisuais > .sf-menu-title a{
	background: url('images/icon-footermenu-audiovisuais.png') transparent no-repeat 0px top;
	padding-left: 32px;
	padding-top: 6px;
	height: 34px;
}
#footerMainMenu li.grpHigiene > .sf-menu-title a{
	background: url('images/icon-footermenu-higiene-limpeza.png') transparent no-repeat 0px top;
	padding-left: 32px;
}

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

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


#footer-parceiros ul {
	margin-top: 10px;
}

#footer-parceiros ul 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) */
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	padding: 4px;
	margin: 0px 10px 12px 0px;

	vertical-align: top;

	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;

}

#footer-parceiros ul li.norightmargin{
	margin-right: 0px;
}

#footer-parceiros .footer-parceiros-img{
	height: 60px;

}

#footerTop #footer-parceiros ul p {
	padding: 8px 0px 0px 0px;
	text-align: center;
}


#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: 80px;
	vertical-align: top;
}
#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-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-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-color: #80000;
}


.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{
	display:inline-block;
	width: 49%;
	margin-top:4rem;
	border-right:1px solid #231f20;
}

.footerContainerWrapper #footer-col2{
	display:inline-block;
	width: 24%;
	margin-top:4rem;


}

.footerContainerWrapper #footer-col2 h3{
	text-align:right;
	color:#231f20;
	font-size:1.5rem;
	line-height:2rem;
	text-transform:none;
}

.footerContainerWrapper #footer-col2 p{
	text-align:right;
	color:#231f20;
	font-size:1.6rem;
	line-height:2rem;
	font-weight:500;
	text-transform:none;
}

#footer-col2 a{
	text-align:right;
	color:#008dbc;
	font-size:1.6rem;
	line-height:2rem;
	font-weight:500;
	text-transform:none;
}



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

#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 div#footer-logotipo-nome span{
	display: block;
}

#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;
}
#footer-copyrights p {
	text-transform: uppercase;
}
#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: 10px 20px 15px 20px;
	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-webdesign{
	margin-top: 4px;
	font-size: 10px;
}

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

/* PESQUISA HEADER */

/* 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: relative;
	width: 370px;
	height: 36px;
	background-color: #fff;
	border: 3px solid #a8a9ac;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:  0px 0px 24px 20px;
}

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

#pesquisaHdr input#global-search-term {
	border: 0px none #fff;
	padding: 5px 10px;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	width: 314px;
	height: 16px;
	margin: 4px 2px 0px 5px;
	vertical-align: bottom;
}

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

#pesquisaHdr input#global-search-button {
	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: 19px;
	height: 19px;
	background: url('/images/bt_search_header.png') transparent no-repeat;
	border: 0;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
}


#jquery-live-search {
	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: 39000;
}
/*
#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;
position: relative;
}

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

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

#jquery-live-search .imgProdutoLiveSearch {
	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: 30px;
	height: 30px;
	margin: 5px 4px 5px 4px;
}
#jquery-live-search .prodDescLiveSearch {
	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: 190px;
	vertical-align: top;
}
.prodDescLiveSearch .prodNomeLiveSearch{
	color: #00a4de;
font-size: 13px;
text-align: left;
margin-bottom: 4px;
}
.prodDescLiveSearch .prodClassAddLiveSearch{
font-size: 12px;
text-align: left;
margin-bottom: 0px;
}

#jquery-live-search .qtdPrecosProdutoLiveSearch{
	position: absolute;
	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) */
	bottom: 10px;
	right: 4px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

#jquery-live-search .qtdPrecosProdutoLiveSearch .priceCurrent {
	display: block;
	margin: 2px 0px 0px 0px;
	text-align: right;
	color: #242424;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

#jquery-live-search .qtdPrecosProdutoLiveSearch .priceOld {
	display: block;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 11px;
	text-decoration: line-through;
	color: ##7f7f7f;
}


#header_utilizador{
	display:inline-block;
	background:url('/images/bg_header_utilizador.png') no-repeat top left;
	vertical-align:top;
	padding:0rem 2rem 0rem 2rem;
    font-size: 12px;
    line-height: 18px;
}

#header_perfil{
	display:inline-block;
	background:url('/images/bg_header_perfil.png') no-repeat top left;
	vertical-align:top;
	padding:0rem 0rem 0rem 2rem;
	text-align:left;
    font-size: 12px;
    line-height: 18px;
}

#header_empresa{
	display:inline-block;
	background:url('/images/bg_header_empresa.png') no-repeat top left;
	vertical-align:top;
	padding:0rem 3rem 0rem 2rem;
    font-size: 12px;
    line-height: 18px;
}

#faq-index{
	padding:3rem 0rem;
}






#header-cart {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;

    position: relative;
	padding: 0.4rem 0.6rem;
	border: 1px solid #d52229;
}

#header-account {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;

    position: relative;
	padding: 0.4rem 0.6rem;
	border: 1px solid #d52229;
}

#header-account:hover{
	border: 1px solid #fff;

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

#header-account a#header-account-link{
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: right;
    vertical-align: top;
    background: url(/images/bg_header_utilizador.png) no-repeat top left;
}

#header-account.selected {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #d52229;
    z-index: 59001 !important;
}

#header-account span{
	display: block;
	font-size: 82%;
	padding-right: 0.2rem;
}

#header-account-panel{
	display:none;
	position:absolute;
	width: 34rem;
	min-height:10rem;
	margin-top: -0.1rem;
	right:0;
	padding: 0;
    border: 1px solid #000;
    font-size: 1.1rem;
    line-height: 1.2rem;
	text-align: right;
	z-index: 59000;
	background-color: #d52229;
}

#header-account-panel #header-account-panel-box {
    text-align: left;
    padding: 1rem 0.4rem 0.8rem 0.4rem;
}

#header-account-panel #header-account-panel-box .header-account-panel-info{
	display: block;
}

#header-account-panel #header-account-logout-box {
	text-align: right;
	padding: 0.5rem 0.6rem;
	border-top: 1px solid #999;
	background-color: #fff;
}

#header-account-panel #header-account-logout-box:hover{
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#header-account-logout-box a#account-logout{
	background: transparent url('/images/ico_logout.png') no-repeat right;
	color: #000;
	padding: 0.5rem;
	padding-right: 3rem;
}


#header-account-panel-box ul li{
	padding: 0rem 0.6rem;
}
#header-account-panel-box ul li:hover{
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


#header-account-panel-box ul li a{
	display: block;
	padding: 0.6rem 0rem;
}

