@charset "utf-8";
html {
	font-family: 'Ubuntu', sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
}
/* contentor superior com todas as marcas da loja */	
#divMarcas {
	position:absolute;
	z-index:90;
	height: 42px;
	width: 980px;
	top:10px;
	left:50%;
	margin-left:-490px;
	background-image:url(../_images/fundo_top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* Menu de topo com fundo vermelho para seleção das cetagorias principais */
#divMenu {
	position:absolute;
	z-index:90;
	width:980px;
	height:60px;
	top:52px;
	left:50%;
	margin-left:-490px;
	background-color:#E31E25;
	box-shadow: 0px 5px 10px #CCCCCC;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
/* contentor para o logotipo */
#divLogotipo {
	position:absolute;
	z-index:95;
	width:180px;
	height:96px;
	left:50%;
	top:10px;
	margin-left:-470px;
	cursor:pointer;
}
/* barra para a caixa de pesquisa */
#divProcuro {
	position:absolute;
	z-index:80;
	width:200px;
	height:25px;
	top:6px;
	left:780px;
	color:#666666;
	line-height:25px;
	vertical-align:top;
	text-align:right;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	font-weight:bold;	
}
/* zona de conteúdo 'body' branco centrado */
#divConteudo {
	position:absolute;
	z-index:50;
	width:980px;
	left:50%;
	top:0px;
	margin-left:-490px;
	background-color:#FFFFFF;	
}
/* Textos em Inglês e Espanhol */
#divLinguas {
	position:relative;
	float:left;
	z-index:88;
	width:925px;
	height:2200px;
	margin-top:40px;
	margin-left:28px;
	background-color:#FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#666;
}
.txtLinguas {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#666;
	margin-left:20px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:18px;
}
/* rodapé com ficha técnica e facebook */
#divRodape {
	position:relative;
	float:left;
	z-index:55;
	width:980px;
	height:30px;
	margin-top:30px;
	background-color:#FFFFFF;
	text-align:right;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
}
/* destaques novo contentor exterior */
#divDestaques {
	position:relative;
	float:left;
	z-index:88;
	width:935px;
	height:632px;
	margin-top:140px;
	margin-left:23px;
	border:none;
		
}
/* Outdoor destaque novo */
#divOutdoor {
	position:relative;
	float:left;
	width:480px;
	height:630px;
	margin-left:0px;
	border:solid 1px #cccccc;
	cursor:pointer;
}
/* div mensagem 1 novo */
#divMensagem1 {
	position:relative;
	float:right;
	width:425px;
	height:209px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:none;
	border-right:none;
	cursor:pointer;
	opacity:.9;
}
#divMensagem1:hover {
	opacity:1;	
}
/* div mensagem 2 novo */
#divMensagem2 {
	position:relative;
	float:right;
	width:425px;
	height:209px;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	cursor:pointer;
	opacity:.9;
}
#divMensagem2:hover {
	opacity:1;	
}
/* div mensagem 3 novo */
#divMensagem3 {
	position:relative;
	float:right;
	width:425px;
	height:209px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:none;
	border-right:none;
	cursor:pointer;
	opacity:.9;
}
#divMensagem3:hover {
	opacity:1;	
}

/* div foto mensagens novo */
.divFotoMensagem{
	position:relative;
	float:left;
	width:183px;
	height:183px;
	margin-top:13px;
	margin-bottom:13px;
	margin-left:0px;
	margin-right:0px;		
}
/* div texto mensagens */
.divTextoMensagem{
	position:relative;
	float:left;
	width:242px;
	height:183px;
	margin-top:13px;
	margin-bottom:13px;
	padding-top:46px;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	
}
/* div barra redes sociais novo*/
#divBarraRedesSociais {
	position:relative;
	float:left;
	z-index:88;
	width:935px;
	height:30px;
	margin-left:23px;
	margin-top:25px;
	margin-bottom:5px;
	background-color:#d9dbda;
	color:#666666;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:30px;
	vertical-align:top;
	text-align:right;
	
}
#tituloNovidades{
	position:relative;
	float:left;
	width:935px;
	margin-top:25px;
	margin-left:23px;
	margin-bottom:5px;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:700;
	
}
/* div criado com o único propósito de alinhar os produtos relacionados pelo limite inferior da imagem */
#divProdutosNovidade {
	position:relative;
	float:left;
	z-index:90;
	top:0px;
	left:16px;
	margin:0px;
	padding:0px;
	height:270px;
	width:878px;
	overflow:auto;
	overflow-y:hidden;
	overflow-x:hidden;
	scrollbar-arrow-color:#E31E25;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
#divNovidadesSlide {
	float:left;
	padding-left:0px;
	padding-right:0px;
	margin-right:-12000px;	
}

/* Imagens de produtos relacionados */
.imgProdutosRelacionados {
	float:left;
	width:160px;
	height:250px;
	opacity:0.8;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:17px;
	cursor:pointer;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#333;
	font-weight:500;
	line-height:18px;
}
.imgProdutosRelacionados:hover {
	opacity:1;
}


/* banner de destaques central */
#divBannerDestaques {
	position:relative;
	float:left;
	z-index:88;
	width:925px;
	height:360px;
	margin-top:140px;
	margin-left:28px;
	background-color:#CCCCCC;
}
.divSliderSemAnim {
	float:left;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:-12000px;
}
.divSliderComAnim {
	float:left;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:-12000px;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out; 
}
.divEscolhaBanner {
	position:relative;
	float:left;
	width:12px;
	height:12px;
	top:335px;
	left:237px;
	margin-right:10px;
	border:solid 1px #999999;
	border-radius:6px;
	background-color:#FFFFFF;
	cursor:pointer;
	opacity:0.5;
}
.divEscolhaBanner:hover {
	opacity:1;	
}
.divBannerEscolhido {
	position:relative;
	z-index:97;
	float:left;
	width:8px;
	height:8px;
	top:2px;
	left:2px;
	border-radius:4px;
	background-color:#e31e25;
}
.divBannerImagens {
	position:absolute;
	z-index:88;
	width:565px;
	height:360px;
	top:0px;
	right:0px;
	background-color:#CCCCCC;
	/* definicoes animacao
 	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
	*/
}
#divBannerPrev {
	position:absolute;
	z-index:96;
	width:30px;
	height:30px;
	border-radius:15px;
	top:155px;
	right:530px;
	opacity:0.8;
	font-family: 'Ubuntu', sans-serif;
	font-weight:900;
	font-size:12px;
	color:#E31E25;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
#divBannerPrev:hover {
	opacity:1;	
}
#divBannerNext {
	position:absolute;
	z-index:96;
	width:30px;
	height:30px;
	border-radius:15px;
	top:155px;
	right:5px;
	opacity:0.8;
	font-family: 'Ubuntu', sans-serif;
	font-weight:900;
	font-size:12px;
	color:#E31E25;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
#divBannerNext:hover {
	opacity:1;	
}
#divBanners {
	position:absolute;
	z-index:88;
	width:565px;
	height:360px;
	top:0px;
	right:0px;
	background-color:#CCCCCC;
	overflow:auto;
	overflow-y:hidden;
	overflow-x:hidden;
	scrollbar-arrow-color:#E31E25;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out; 
}
#imgLink1 {
	position:absolute;
	z-index:94;
	width:282px;
	height:360px;
	top:0px;
	left:0px;
	background-color:#ffffff;
	opacity:0;
	cursor:pointer;	
}
#imgLink1:hover {
	opacity:0.3;
}
#imgLink2 {
	position:absolute;
	float:left;
	z-index:94;
	width:282px;
	height:360px;
	top:0px;
	left:283px;
	background-color:#ffffff;
	opacity:0;
	cursor:pointer;	
}
#imgLink2:hover {
	opacity:0.3;
}

#divBanner0 {
	position:absolute;
	float:left;
	z-index:88;
	width:565px;
	height:360px;
	top:0px;
	right:0px;
	background-color:#CCCCCC;
	/* definicoes animacao */
 	transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out; 
	overflow:hidden;
}

#divBanner1 {
	position:absolute;
	z-index:88;
	width:565px;
	height:360px;
	top:0px;
	right:0px;
	background-color:#CCCCCC;
	/* definicoes animacao */
 	transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
	overflow:hidden;
}

#divBanner2 {
	position:absolute;
	z-index:88;
	width:565px;
	height:360px;
	top:0px;
	right:0px;
	background-color:#CCCCCC;
	/* definicoes animacao */
 	transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out; 
	overflow:hidden;
}

#divBanner3 {
	position:absolute;
	z-index:88;
	width:565px;
	height:360px;
	top:0px;
	right:0px;
	background-color:#CCCCCC;
	/* definicoes animacao */
 	transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 5s ease-in-out; 
	overflow:hidden;
}

/* Definição da keyframes de animação do banner 
@keyframes 'fazerFadeIn'
{
from {opacity:0;}
to {opacity:1}
}

@-webkit-keyframes fazerFadeIn 
{
from {opacity:0;}
to {opacity:1}
}

@keyframes 'fazerFadeOut'
{
from {opacity:1;}
to {opacity:0}
}

@-webkit-keyframes fazerFadeOut 
{
from {opacity:1;}
to {opacity:0}
}

 fim das animações */

/* espaço destinado à subscrição da newsletter */
#divNewsletter {
	position:relative;
	float:right;
	z-index:88;
	width:182px;
	height:66px;
	margin-top:15px;
	margin-right:25px;
/*	background-image:url(../_images/fundo_newsletter.jpg);*/
}
/* zona de escolha do idioma do site */
#divMenuIdiomas {
	position:relative;
	float:left;
	z-index:60;
	width:110px;
	height:80px;
	margin-top:15px;
	margin-left:28px;;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}
/* menu rodapé 'Loja' */
#divMenuLoja {
	position:relative;
	float:left;
	z-index:60;
	width:120px;
	height:80px;
	margin-top:15px;
	line-height:20px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#E31E25;
}
/* menu rodapé NOVO */
#divMenuRodapeLinks {
	position:relative;
	float:left;
	z-index:60;
	width:140px;
	height:80px;
	margin-top:25px;
	margin-left:28px;
	line-height:18px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#E31E25;
	cursor:pointer;
}

/* classe destinada aos links dos menus de rodapé NOVOS */
.linksMenusRodapeNovos {
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:9px;
	line-height:17px;
	color:#E31E25;
	cursor:pointer;
	text-decoration:none;
}
.linksMenusRodapeNovos:hover {
	text-decoration:underline;
}

/* menu rodapé 'Como Comprar' */
#divMenuComprar {
	position:relative;
	float:left;
	z-index:60;
	width:140px;
	height:80px;
	margin-top:15px;
	line-height:20px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#E31E25;
}
/* menu rodapé com imagens NOVO */
.imgensRodape {
	position:relative;
	float:left;
	z-index:60;
	width:180px;
	height:85px;
	margin-top:25px;
	line-height:20px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:11px;
	font-weight:500;
	color:#999999;
	line-height:15px;
	text-decoration:none;
}

/* menu rodapé 'Condições Gerais' */
#divMenuCondicoes {
	position:relative;
	float:left;
	z-index:60;
	width:120px;
	height:80px;
	margin-top:15px;
	line-height:20px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#E31E25;
}
/* classe destinada aos links dos menus de rodapé: Loja, Como Comprar, Condições Gerais */
.linksMenusRodape {
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:11px;
	font-weight:500;
	color:#999999;
	line-height:15px;
	text-decoration:none;
}
.linksMenusRodape:hover {
	color:#666666;
}
/* classe destinada ao link do Design Linkage */
.linkLinkage {
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	font-size:10px;
	font-weight:500;
	color:#999999;
	line-height:15px;
	text-decoration:none;
}
.linkLinkage:hover {
	color:#666666;
}
/* classe criada para dar o efeito rollover no menu de categorias */
.menuCategorias {
	opacity:0.85;
	cursor:pointer;
}
.menuCategorias:hover {
	opacity:1;
}
/* classe links dos menus novos */
.menuLinks {
	color:#333;
	line-height:12px;
	margin-top:0px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	font-weight:500;
	letter-spacing:0.5px;cursor:pointer;
}
.menuLinks:hover {
	color:#e31e25;	
}
/* classe links dos menus novos secção SELECIONADOS */
.menuLinksSel {
	color:#333333;
	line-height:12px;
	margin-top:0px;
	vertical-align:top;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	font-weight:500;
	letter-spacing:0.5px;cursor:pointer;
}
.menuLinksSel:hover {
	color:#e31e25;	
}
/* classe para os links de login e produtos */
.linksLoginProdutos {
	 color:#FFFFFF;
	 text-decoration:underline;
	 opacity:0.85;
	 font-weight:600;
}
.linksLoginProdutos:hover {
	 opacity:1;
}
/* campo de pesquisa de produtos 'procuro' */
#cxPesquisa {
	width: 120px;
	height:12px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	margin-top:0px;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#666666;
}
/* botao com a lupa junto à caixa de pesquisa */
#btPesquisa {
	width:17px;
	height:17px;
	background-image:url(../_images/b_pesquisa.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-right:30px;
	margin-left:-3px;
	margin-top:5px;
	border:none;
}
/* campo introdução email para registo na newsletter */
#cxEmailNewsletter {
	width: 135px;
	height:14px;
	margin-left:10px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#666666;
}
/* botao para enviar email e registar na newsletter */
#btEmailNewsletter {
	width:28px;
	height:18px;
	margin-left:-2px;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#e31e25;
}
/* estilo do texto dentro da área de registo do email para newsletter */
.txtNewsletter {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-justify:200px;
	text-align:justify;
	color:#E31E25;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
/* SubMenus */
.divSubMenus {
	position:absolute;
	z-index:89;
	top:42px;
	width:200px;
	left: 50%;
	right:50%;
}
.linksSubMenu {
	line-height:25px;
	width:200px;
	vertical-align:middle;
	cursor:pointer;
	background-color:#E31E25;
	color:#FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	font-weight:700;
	padding-left:15px;
	margin:0px;
	opacity:.75;
}
.linksSubMenu:hover {
	opacity:1;
}
#divIndisponivel {
	position:relative;
	float:left;
	margin-top:170px;
	margin-left:190px;
	margin-right:190px;
	margin-bottom:90px;
	background-color:#DADADA;
	width:600px;
	height:240px;
	border:5px solid #666;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	text-align:center;
	color:#666666;
	line-height:28px;
	vertical-align:middle;
}
#divAvisoRegisto {
	position:relative;
	float:left;
	margin-top:170px;
	margin-left:190px;
	margin-right:190px;
	margin-bottom:90px;
	background-color:#FFFFFF;
	width:600px;
	height:240px;
	border:5px solid #666;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	text-align:center;
	color:#666666;
	line-height:28px;
	vertical-align:middle;
}
/* div de contactos */
#divContactos {
	position:relative;
	float:left;
	z-index:86;
	width:890px;
	height:450px;
	margin-top:155px;
	margin-left:45px;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#999;
	line-height:18px;
}
/* div de Como Comprar */
#divComoComprar {
	position:relative;
	float:left;
	z-index:86;
	width:890px;
	height:1400px;
	margin-top:155px;
	margin-left:45px;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#999;
	line-height:18px;
}
/* div fundo transparente dimensão total para suportar popup */
#divEntradaFundo {
	position:fixed;
	z-index:997;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#DADADA;
	opacity:0.8;
}
/* div fundo boas vindas  */
#divFundoBoasvindas {
	position:fixed;
	z-index:998;
	width:550px;
	height:400px;
	top:110px;
	left:50%;
	right:50%;
	margin-left:-275px;
	border:6px solid #333;
	background-color:#666;
	opacity:0.5;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#666;
	line-height:20px;
}
/**/
#divBoasvindas {
	position:fixed;
	z-index:999;
	width:500px;
	height:350px;
	top:140px;
	left:50%;
	right:50%;
	margin-left:-245px;
	border:none;
	background-color:#FFF;
	opacity:0.75;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#666;
	line-height:20px;
}
/* cabeçalho da página de registo */
#divCabecalhoRegisto {
	position:relative;
	float:left;
	z-index:88;
	width:820px;
	height:115px;
	margin-top:150px;
	margin-left:80px;
	border:solid 1px #cccccc;
}
/* dados pessoais do registo */
#divDadosPessais {
	position:relative;
	float:left;
	z-index:88;
	width:520px;
	height:240px;
	margin-top:10px;
	margin-left:80px;
	background-color:#ebedec;
	border:solid 1px #cccccc;
}
/* dados crianças do registo */
#divCriancas {
	position:relative;
	float:left;
	z-index:88;
	width:300px;
	height:240px;
	margin-top:10px;
	margin-left:0px;
	background-color:#ebedec;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:none;
	border-right:solid 1px #cccccc;
}
/* Etiquetas dos campos de formulário */
.labelsCamposRegisto {
	display:inline-block;
	width:120px;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#999;
	margin-left:20px;
}
/* Etiquetas dos campos de formulário */
.caixasCamposRegisto {
	width:310px;
	height:12px;
	margin-top:3px;
	margin-bottom:3px;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#999;
	margin-left:20px;
	border: solid 1px #cccccc;
}
/* Login e Novo Registo */
.divLogin {
	position:relative;
	float:left;
	z-index:88;
	width:400px;
	height:230px;
	margin-top:150px;
	margin-left:80px;
	background-color:#ebedec;
	border:solid 1px #cccccc;
}
/* Div do Saco de Compras (sem scroll) */
#divSacoCompras {
	position:relative;
	float:left;
	z-index:88;
	width:610px;
	min-height:290px;
	margin-top:0px;
	padding-top:0px;
	margin-left:28px;
	background-color:#ffffff;
	border:solid 1px #e31e25;
	border-top:none;
}
/* Div do Saco de Compras (com scroll) */
#divSacoComprasBCK {
	position:relative;
	float:left;
	z-index:88;
	width:610px;
	height:290px;
	margin-top:0px;
	margin-left:28px;
	background-color:#ffffff;
	border:solid 1px #cccccc;
	overflow-y:scroll;
	overflow-x:none;
}
/* Div Total da Encomenda */
#divTotalEncomenda {
	position:absolute;
	z-index:88;
	width:282px;
	height:190px;
	bottom:198px;
	right:28px;
}
/* Div Total da Encomenda */
#divTotalEncomendaBCK {
	position:relative;
	float:right;
	z-index:88;
	width:282px;
	height:172px;
	margin-top:15px;
	margin-right:28px;
}

/* Div Observacoes da Encomenda */
#divObservacoesEncomenda {
	position:relative;
	float:left;
	z-index:88;
	width:502px;
	height:190px;
	margin-top:25px;
	left:0px;
}
/* Div Observacoes da Encomenda Parte Interior Sombreada*/
#divObservacoesEncomendaInterior {
	position:relative;
	float:left;
	z-index:88;
	width:500px;
	height:138px;
	margin-top:0px;
	margin-left:0px;
	background-color:#ebedec;
	border:solid 1px #cccccc;
}





/* Div Total da Encomenda */
#divTotalEncomendaPag {
	position:relative;
	float:right;
	z-index:88;
	width:282px;
	height:190px;
	margin-top:5px;
	right:28px;
}
/* Div Total da Encomenda Parte Interior Sombreada*/
#divTotalEncomendaInterior {
	position:relative;
	float:right;
	z-index:88;
	width:280px;
	height:142px;
	margin-top:0px;
	margin-right:0px;
	background-color:#ebedec;
	border:solid 1px #cccccc;
}
/* Div Precisa de Ajuda */
#divPrecisaAjuda {
	position:relative;
	float:right;
	z-index:88;
	width:282px;
	height:155px;
	margin-top:150px;
	margin-right:28px;
}
/* Div Precisa de Ajuda */
#divPrecisaAjuda2 {
	position:relative;
	float:right;
	z-index:88;
	width:282px;
	height:155px;
	margin-top:-40px;
	margin-right:28px;
}
/* Div Total da Encomenda Parte Interior Sombreada*/
#divPrecisaAjudaInterior {
	position:relative;
	float:right;
	z-index:88;
	width:280px;
	height:100px;
	margin-top:0px;
	margin-right:0px;
	background-color:#ebedec;
	border:solid 1px #cccccc;
}
.txtAjuda {
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#666;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
/* Div da Escolha do Metodo de Pagamento */
#divMetodoPagamento {
	position:relative;
	float:left;
	z-index:88;
	width:610px;
	height:155px;
	margin-top:150px;
	padding-top:0px;
	margin-left:28px;
	background-color:#ffffff;
}
/* INTERIOR DO MÉTODO DE PAGAMENTO */
#divMetodoPagamentoInterior {
	position:relative;
	float:left;
	z-index:88;
	width:610px;
	height:100px;
	margin-top:0px;
	left:0px;
	padding-left:10px;
	border:solid 1px #cccccc;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#999;
}
/* imagens miniatura  do produto no saco de compras */
.imgProdutoSaco {
	width:64px;
	height:85px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	margin-bottom:0px;
	cursor:pointer;
}
/* classe para produtos em saldo */
.precoSaldoProduto {
	color:red;	
	text-decoration:line-through;
}
#divContentorRodape {
	position:relative;
	float:left;
	width:980px;
	height:160px; 
	margin-top:60px;
	z-index:55;
	background-color:#FFFFFF;
}
#cabecalho_catalogo {
	width:100%;
	height:80px;
	background-color:#e31e25;
		
}
#btContinuarNovo{
	position:relative;
	float:right;
	width:20%;
	right:30px;
	margin-top:10px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	background-color:#E31E25;
	color:#fff;
	font-size:13px;
	text-align:center;
	opacity:1;
	cursor:pointer;
}
#btContinuarNovo:hover{
	opacity:0.8;
}
