/* --- GLOBAL --- */

#global{
	overflow:hidden;
}

/************************/

/* --- header --- */
.headerHolder{
	background: transparent url(/template-resources/img/bg/bg_header.png) repeat-x scroll center top;
	border-top: 2px solid #367dc9;
}

.headerHolder .headerWrapper{
	height:147px;
	*height:145px;
	margin:0 auto;
	position:relative;
	width:940px;
}

/* LOGO */
.headerHolder .headerWrapper .siteLogo{
	float:left;
}

.headerHolder .headerWrapper .siteLogo a{
	background:url("/template-resources/img/structure/img_site_logo.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:inline;
	float:left;
	height:69px;
	margin:25px 0 0 7px;
	text-indent:-9999px;
	width:373px;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/template-resources/img/structure/img_site_logo.png');
}

/* USER BAR */
.headerHolder .headerWrapper .userBar{	
	display:inline;
	float:right;
	margin:0;
	width:373px;
}

.headerHolder .headerWrapper .userBar .cb{
	display: none;
}

/* USER NAVIGATION */
.headerHolder .headerWrapper .userBar .userNavigation{
	background:url("/template-resources/img/bg/bg_user_navigation_bar.png") no-repeat scroll 0 0 transparent;
	display:inline;
	float:right;
	height:28px;
	padding:0;
}			
	
.headerHolder .headerWrapper .userBar .userNavigation li{
	float:left;
	padding:9px 0;
}

.headerHolder .headerWrapper .userBar .userNavigation li a{
	display: inline;
	height:9px;
	float: left;
	font-size: 0;
	text-indent:-9999px;
}

.headerHolder .headerWrapper .userBar .userNavigation .item1 a{
	background:url("/template-resources/img/tit/tit_item1.png") no-repeat scroll 0 0 transparent;
	margin-left:13px;
	margin-right:7px;
	width:165px;
}

.headerHolder .headerWrapper .userBar .userNavigation .item2 a{
	background:url("/template-resources/img/tit/tit_item2.png") no-repeat scroll 0 0 transparent;
	margin-left:9px;
	margin-right:8px;
	width:79px;
}

.headerHolder .headerWrapper .userBar .userNavigation .item3 a{
	background:url("/template-resources/img/tit/tit_item3.png") no-repeat scroll 0 0 transparent;
	margin-left:9px;
	margin-right:9px;
	width:74px;
}

/* INFO CARRINHO */
#popUpShopCart .top,
.headerHolder .headerWrapper .userBar .shoppingCart{
	background:url("/template-resources/img/bg/bg_shopping_cart.png") no-repeat scroll 0 0 transparent;
	display:inline;
	float:right;
	height:79px;
	margin:0;
	overflow:hidden;
	width:193px;
}

.headerHolder .headerWrapper .userBar .shoppingCart .titMeuCarrinho,
#popUpShopCart .top .titMeuCarrinho{
	background:url("/template-resources/img/tit/tit_meu_carrinho_header.png") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	height:13px;
	margin:11px 0 0 14px;
	text-indent:-9999px;
	width:147px;
}

#popUpShopCart .top .lnkShopCart,
.headerHolder .headerWrapper .userBar .shoppingCart .lnkShopCart{
	color:#D8E9F5;
	display:inline;
	float:left;
	height:46px;
	padding:33px 0 0 88px;
	position:relative;
	top:-24px;
	width:105px;
	text-shadow:2px 2px 2px #1d446d;
    white-space:normal;
    filter: Shadow(Color=#1d446d,Direction=120,Strength=3);
}

#popUpShopCart .top .lnkShopCart strong,
.headerHolder .headerWrapper .userBar .shoppingCart .lnkShopCart strong{
	font-size:23px;
}

#popUpShopCart .top .lnkShopCart span,
.headerHolder .headerWrapper .userBar .shoppingCart .lnkShopCart span{
	font-size:20px;
	text-transform:capitalize;
}

.headerHolder .headerWrapper .userBar .shoppingCart .lnkShopCart:hover,
#popUpShopCart .top .lnkShopCart:hover{
	text-decoration: none;
}
					
/* BARRA DE LOGIN E BUSCA */
.headerHolder .headerWrapper .loginSearchBar,
.headerHolder .headerWrapper .stepsBar{
	overflow: hidden;
	bottom:0;
	left: 0;
	float:left;
	height:31px;
	_height:30px;
	position:absolute;
	width:100%;
}
			
/* LOGIN */
.headerHolder .headerWrapper .loginSearchBar .login{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding:8px 0 0;
}

.headerHolder .headerWrapper .loginSearchBar .login br{
	display: none;
}

.headerHolder .headerWrapper .loginSearchBar .login strong{
	color:#FFE400;
	font-size: 13px;
}

.headerHolder .headerWrapper .loginSearchBar .login a{
	color: #FFFFFF;
	text-decoration: underline;
}

.headerHolder .headerWrapper .loginSearchBar .login a:hover{
	text-decoration: none;
}

.headerHolder .headerWrapper .loginSearchBar .login .lnkHighlight{
    float:left;
    font-size: 13px;
	font-weight: bold;
}
				
/* BUSCA */
.headerHolder .headerWrapper .loginSearchBar .search{
	float:right;
}

.headerHolder .headerWrapper .loginSearchBar .search form{
	background:url("/template-resources/img/bg/bg_busca.png") no-repeat scroll 5px 4px transparent;
	float:left;
	padding:4px 0 0;
	width:520px;
}

.headerHolder .headerWrapper .loginSearchBar .search .fldBuscar{
	background:url("/template-resources/img/bg/bg_txt_busca.png") no-repeat scroll 11px 8px transparent;
	border:0 none;
	color:#00346b;
	display:inline;
	float:left;
	margin:0 5px 0;
	padding:5px 9px 2px;
	width:412px;
}

.headerHolder .headerWrapper .loginSearchBar .search .btBuscar{
	background:url("/template-resources/img/button/bt_buscar.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:inline;
	float:right;
	height:22px;
	margin:1px 0 0;
	padding:0;
	text-indent:-9999px;
	width:79px;
}
					
/* --- POP UP CARRINHO HEADER --- */
#popUpShopCart{
	display:none;
	margin:0;
	position:absolute;
	right:0;
	top:28px;
	width:266px;
	z-index:9999;
}

#popUpShopCart .top{
	height:75px;
	position:relative;
	z-index: 2;
}

#popUpShopCart .middle{
	/*background:url("/template-resources/img/bg/bg_pop_list.png") repeat-x scroll 0 0 #F0F5F8;*/
    padding:10px;
    width:246px;
    float: left;
	position:relative;
	z-index: 1;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3d4ec), to(#FFFFFF));
	background: -moz-linear-gradient(#b3d4ec, #FFFFFF);
	background: linear-gradient(#b3d4ec, #FFFFFF);
	-pie-background: linear-gradient(#b3d4ec, #FFFFFF);
	
	_float: none;
	
    -webkit-box-shadow: #999 0 0 12px;
    -moz-box-shadow: #999 0 0 12px;
    box-shadow: #999 0 0 12px;
	
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
	
    behavior: url("/template-resources/img/structure/PIE.htc");
}

#popUpShopCart .middle .lstProdutosCarrinho{
	float:left;
}

#popUpShopCart .middle .lstProdutosCarrinho li{
	background-color:#367DC9;
	display:inline;
	float:left;
	margin:0 0 10px;
	padding:10px;
	width:226px;
}

#popUpShopCart .middle .lstProdutosCarrinho li .images{
	float:left;
	display:inline;
}

#popUpShopCart .middle .lstProdutosCarrinho li .images img{
	border:1px solid #cbcbcb;
}

#popUpShopCart .middle .lstProdutosCarrinho li .images p{
	margin:3px 0;
	text-align:center;
}

#popUpShopCart .middle .lstProdutosCarrinho li p{
	color:#FFFFFF;
	display:inline;
	float:right;
	margin:3px 0;
	width:165px;
	font-weight: bold;
}

#popUpShopCart .middle .lstProdutosCarrinho li p strong,
#popUpShopCart .middle .lstProdutosCarrinho li p span{
	float:left;
	width:100%;
}

#popUpShopCart .middle .lstProdutosCarrinho li p strong{
	font-weight:normal;
}

#popUpShopCart .middle .pagamento{
	color:#367DC9;
	float:left;
	font-weight:bold;
	text-align:right;
	width:100%;
}

#popUpShopCart .middle .btFinalizarPedido{
	background:transparent url(/template-resources/img/button/bt_pop_shopcart_finalizarpedido.png) no-repeat scroll 0 0;
	display:inline;
	float:right;
	height:22px;
	margin:7px 0 0;
	text-indent:-9999px;
	width:153px;
}

#popUpShopCart .bottom{
    display: none;
}


/************************/
/************************/


/* --- container --- */

.containerHolder{
	background:transparent url(/template-resources/img/bg/bg_site.gif) repeat-x scroll center 0;
	overflow:hidden;_zoom:1;
	padding:0 0 28px;
}

.containerHolder .container{
	margin:0 auto;
	overflow:hidden;
	width:940px;
}

/* SIDE BAR */
.containerHolder .navMainHolder{
	overflow:hidden;
	float:left;display:inline;
	width:173px;
}

/* CONTEUDO */
.containerHolder .content{
	display:inline;
	float:right;
	margin:0;
	width:756px;
}

/************************/



/* --- footer --- */

.footerHolder {
	background:url("/template-resources/img/bg/bg_footer.png") repeat-x scroll 0 0 transparent;
	float:left;
	width:100%;
}

.footerHolder .footerWrapper{
	background:url("/template-resources/img/bg/bg_footerWrapper.png") no-repeat scroll center 0 transparent;
	margin:0 auto;
	overflow:hidden;
	padding:0 43px;
	width:1144px;
}

/* LISTA ATENDIMENTO */
.footerHolder .footerWrapper .lstAtend{
	height:61px;
	overflow:hidden;
	padding:0 102px;
	width:940px;
}
.footerHolder .footerWrapper .lstAtend li{
	float:left;
	height:100%;
}
.footerHolder .footerWrapper .lstAtend li a,
.footerHolder .footerWrapper .lstAtend li strong{
	display: inline;
	float: left;
	text-indent:-9999px;
}

.footerHolder .footerWrapper .lstAtend .item1 strong{
    display: none;
}

.footerHolder .footerWrapper .lstAtend .item2 strong{
	background:url("/template-resources/img/structure/txt_central_atendimento.png") no-repeat scroll center center transparent;
	height:38px;
	margin:12px 0 0 55px;
	width:564px;
}

.footerHolder .footerWrapper .lstAtend .item3 a{
	background:url("/template-resources/img/button/bt_central_atendimento.png") no-repeat scroll 0 0 transparent;
	height:43px;
	margin:10px 0 0 22px;
	width:227px;
}
					
/* LISTA FOOTER */
.footerHolder .footerWrapper .lstFooter{
	background:url("/template-resources/img/bg/lstFooter.png") no-repeat scroll center 52px transparent;
	float:left;
	height:318px;
	padding:0 97px;
	width:950px;
}

.footerHolder .footerWrapper .lstFooter a{
	font-size:11px;
	color:#c6e2ff;
	font-family: Tahoma;
	text-decoration:underline;
}

.footerHolder .footerWrapper .lstFooter a:hover{
	text-decoration: none;
}

.footerHolder .footerWrapper .lstFooter .lstInstitutional,
.footerHolder .footerWrapper .lstFooter .lstHelpSupport,
.footerHolder .footerWrapper .lstFooter .lstPaymentType,
.footerHolder .footerWrapper .lstFooter .lstMore{
	background:url("/template-resources/img/bg/bg_lstFooter.png") no-repeat scroll 0 54px transparent;
	display:inline;
	float:left;
	height:100%;
	margin:0 1px 0 0;
	padding:0 0 0 20px;
}

.footerHolder .footerWrapper .lstFooter li .lstItens,
.footerHolder .footerWrapper .lstFooter li .lstSocialMedia{
	/*background:url("/template-resources/img/bg/bg_lstItens.png") repeat-x scroll 0 center transparent;*/
	display:inline;
	float:left;
	margin:10px 0 0;
}

.footerHolder .footerWrapper .lstFooter li .lstItens li,
.footerHolder .footerWrapper .lstFooter li .lstSocialMedia li{
	float:left;
    width:100%;
}

.footerHolder .footerWrapper .lstFooter .lstInstitutional{
    width:174px;
}

.footerHolder .footerWrapper .lstFooter .lstHelpSupport{
	width:198px;
}

.footerHolder .footerWrapper .lstFooter .lstPaymentType{
	width:267px;
}

.footerHolder .footerWrapper .lstFooter .lstMore{
	width:227px; 
}
				
.footerHolder .footerWrapper .lstFooter .lstInstitutional .tit{
	background: url(/template-resources/img/tit/tit_institucional_footer.png) no-repeat;
}
.footerHolder .footerWrapper .lstFooter .lstHelpSupport .tit{
	background: url(/template-resources/img/tit/tit_ajudasuporte_footer.png) no-repeat;
}
.footerHolder .footerWrapper .lstFooter .lstPaymentType .tit{
	background: url(/template-resources/img/tit/tit_formas_pagamento_footer.png) no-repeat;
}
.footerHolder .footerWrapper .lstFooter .lstMore .tit{
	background: url(/template-resources/img/tit/tit_mais_footer.png) no-repeat;
}

.footerHolder .footerWrapper .lstFooter li .tit{
	height:25px;
	text-indent:-9999px;
	margin:22px 0 7px;
}

.footerHolder .footerWrapper .lstFooter li ul li{
	margin:0 0 5px;
}
/* FORMA DE PAGAMENTO */
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail{
	float:left;
	margin:10px 0 0;
	width:100%;
}
				
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .master,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .visa,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .amex,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .diners,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .hiper,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .itau,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .bradesco,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .bancoBrasil,
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .boleto{
	float:left;display:inline;
	text-indent:-9999px;
	overflow:hidden;
	width:35px;
	height:25px;
	background:url(/template-resources/img/ico/ico_footer.png) 0 0 no-repeat;
	margin-right:6px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .master{
	background-position:0 -160px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .visa{
	background-position:0 -185px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .amex{
	background-position:0 -210px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .diners{
	background-position:0 -235px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .hiper{
	background-position:0 -260px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .itau{
	background-position:0 -285px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .bradesco{
	background-position:0 -311px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .bancoBrasil{
	background-position:0 -335px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .boleto{
	background-position:0 -362px;
}
.footerHolder .footerWrapper .lstFooter li .lstPaymentTypeDetail .type{
	color:#C6E2FF;
	display:inline;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin-bottom:7px;
	width:100%;
}

/* SOCIAL MEDIA */
.footerHolder .footerWrapper .lstFooter li .lstSocialMedia li{
	height:33px;
	margin-bottom:10px;
	overflow:hidden;
	padding:0 0 0 62px;
	width:160px;
	clear: both;
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia li p{
	position: relative;
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia .twitter{
	background:url(/template-resources/img/ico/ico_twitter.png) 0 0 no-repeat;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/template-resources/img/ico/ico_twitter.png');
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia .youtube{
	background:url(/template-resources/img/ico/ico_youtube.png) 0 0 no-repeat;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/template-resources/img/ico/ico_youtube.png');
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia .orkut{
	background:url(/template-resources/img/ico/ico_orkut.png) 0 0 no-repeat;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/template-resources/img/ico/ico_orkut.png');
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia .facebook{
	background:url(/template-resources/img/ico/ico_facebook.png) 0 0 no-repeat;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/template-resources/img/ico/ico_facebook.png');
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia .blog{
	background:url(/template-resources/img/ico/ico_blog.png) 0 0 no-repeat;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/template-resources/img/ico/ico_blog.png');
}

.footerHolder .footerWrapper .lstFooter li .lstSocialMedia p strong{
	display:block;
	font-family:Tahoma;
	font-size:11px;
	color:#c6e2ff;
}
					
/* COPYRIGHT */
.footerHolder .footerWrapper .copyright a,
.footerHolder .footerWrapper .copyright,
.footerHolder .footerWrapper .parceiro{
	color:#00346B;
	font-family:Tahoma;
	font-size:11px;
}

.footerHolder .footerWrapper .parceiro,
.footerHolder .footerWrapper .copyright{
	height:65px;
	margin:16px;
}

.footerHolder .footerWrapper .copyright{
	display: inline;
	float:left;
	margin-left:97px;
	width:475px;
}

.footerHolder .footerWrapper .parceiro{
	display:inline;
	float:right;
	margin-right:97px;
	position:relative;
	text-align:left;
	width:145px;
}

.footerHolder .footerWrapper .parceiro br{
	display: none;
}

.footerHolder .footerWrapper .parceiro .logoImg{
	background:url("/template-resources/img/structure/img_parceiro_esm.png") no-repeat scroll 0 0 transparent;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/template-resources/img/structure/img_parceiro_esm.png');
	display:inline;
	float:right;
	height:47px;
	padding:0;
	position:absolute;
	right:180px;
	top:-8px;
	width:194px;
}

.footerHolder .footerWrapper .parceiro span{
    display: none;
}

/************************/

#scripts{display:none;}
