/* SLIDE SHOW */
#slideshowContainer{
	background: url('/images/fundo-destaques.jpg') #fff;
	height:375px;
	z-index: 99;
	padding:12px 0px 0px 0px;	
}

#slideshowContainerWrapper {
	position: relative;
	background-color:#fff;
	xpadding:20px 0px 20px 0px;
	display: block;
	width: 960px;
	height:360px;
	margin: 0px auto;
	xborder-radius: 20px;
	z-index: 999;
}

#slideshowContainer .nav-button{
	position: absolute;
	width: 14px;
	height: 27px;
	top: 150px;
	padding: 10px 20px;
	cursor: pointer;
}

#slideshowContainer #nav-prev{
	left: 0px;
	background:url('images/bg_nav_prev.png') transparent no-repeat 50% 50%;

}
#slideshowContainer #nav-next{
	right: 0px;
	background:url('images/bg_nav_next.png') transparent no-repeat 50% 50%;
}


#slideshowContainer #nav-prev:hover{
	left: 0px;
	background:url('images/bg_nav_prev.png') #f4f4f4 no-repeat 50% 50%;

}
#slideshowContainer #nav-next:hover{
	right: 0px;
	background:url('images/bg_nav_next.png') #f4f4f4 no-repeat 50% 50%;
}


ul#slideshowDestaques{
	position: absolute;
	width: 890px;
	height:390px;
	top: 0px;
	left: 35px;
	display: block;
}
ul#slideshowDestaques li{
	width: 890px;
	height: 390px;
	list-style-type:none;
}

ul#slideshowDestaques li h2{
	text-transform: lowercase;
	padding-bottom: 12px;
	font-size:32px;
	color:#003399;
	text-transform:uppercase;
	line-height:38px;
}
ul#slideshowDestaques li p{
	text-align: left;
	font-size:23px;
	color:#2f0000;
}

ul#slideshowDestaques  li div.slideshow-text-block .p-pequeno{
	font-size:14px;
	color:#777;
}

ul#slideshowDestaques li div.slideshow-text-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) */
	vertical-align: top;
	width: 570px;
	height: 300px;
	padding: 50px 0px 0px 0px;
}

ul#slideshowDestaques li div.slideshow-text-block p{
	font-size:14px;
	color:#333333;
}


/*
.compre-ja-valor{
	display:inline-block;
	background: url('/images_user/destaques/fundo-compre-valor.jpg') transparent no-repeat;
	width:100px;
	height:59px;
}

.compre-ja{
	display:inline-block;
	background: url('/images_user/destaques/fundo-compre.jpg') transparent no-repeat;
	width:150px;
	height:59px;
}
*/


ul#slideshowDestaques li div.slideshow-image-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) */
	text-align: center;
	vertical-align: middle;
	width: 250px;
	height: 330px;
	padding: 20px 0px 0px 0px;
}

ul#slideshowDestaques li#slide12 div.slideshow-text{
	top: 80px;
}

ul#slideshowDestaques li#slide22 div.slideshow-text{
	top: 80px;
}

/* pager */


#navBlock {
	background-color: #cccccc;
	height: 180px;
}

#navDestaques{
	width:100%;
	height:125px;
	list-style-position: none;
	list-style-type: none;
	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;
	right:0;
	margin-top:0px;
	margin-right:0px;
	z-index:10;
}

.navDestaquesWrapper {
width: 890px;
margin: 0px auto;
text-align: center;
vertical-align: top;
padding-top: 10px;
font-size: 0;
position: relative;
z-index: 7999;
}

#nav{
   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: 170px;
	overflow:hidden;
	vertical-align:top;
	background: transparent;
}

.elemDestaqueNav{
   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: 182px;
	padding: 8px 12px;
	text-align: center;
	vertical-align: top;
	line-height: 13px;
	float: left;
	opacity: 1;
}

.activeSlide .elemDestaqueNav{
	background-color: #fff;
	/*border:1px solid #000000;*/
}

a .elemDestaqueNav{
	display: inline-block;
	position: relative;
}

a .elemDestaqueNav img{
	display: block;
	border:1px solid #BDBDBD;

}

.elemDestaqueNav span{
	display: block;
}


.elemDestaqueNav h3{
	display: block;
	color:#6c6d6d;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 17px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.elemDestaqueNav p{
	display: block;
	color:#919497;
	padding-bottom: 0px;
	font-size: 14px;
	text-align: center;
}


#slideshowDestaques.noCycle .slideDestaqueText{ /* quando so ha 1 destaque */
	z-index:0 !important;
	top:8px !important;
}

#slideshowDestaques .slide {
  width: 100%;
  height: 500px;
  background-size: cover;
  /* CSS3 to scale the background, not required */
}

#slideshowDestaques .slideDestaqueImg{
   position:relative;
   xwidth: 940px;
   height: 171px;
	z-index: 99;
	display:block;
}

#slideshowDestaques .slideDestaqueText{
  height:72px; /* ALTERAR NO JS SE FOR ALTERADO */
  width: 380px;
  background:transparent;
  position:relative;
  top:-72px;
  z-index: -1;
  display:block;
}

.slideDestaqueText h1{
	font-size:25px;
	padding-top:0px;
	padding-bottom:4px;
	color:#ffffff;
	/*font-weight:800;*/
	text-shadow: #000000 1px 2px 1px;
	margin-left: 0px;
	text-transform:uppercase;
}

.slideDestaqueText p{
	color:#4d4d4d;
	font-size:14px;
	margin-left: 0px;
	text-transform:uppercase;
}

.destaques-button-default{
	padding: 0px;
	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: 160px;
	height: 50px;
	background-color: #b10000;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

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

.destaques-button-style1{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: relative;
	padding: 0px;
	width: 150px;
	height: 59px;
	background-color:#1AAB00;  /*#60dd49;  /*#003399;*/
	border-radius:10px;
	font-size: 21px;
	line-height: 59px;
	color: #fff;
	text-align: center;
}

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



#slideshowDestaques .destaques-hover:hover{
	background-color:#000;
}

#preco{
	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) */
}

#preco span.destaque-bt-preco {
	position: relative;
	display:block;
	top: 2px;
	xleft:18px;
	font-size: 26px;
	font-weight:bold;
	line-height: 24px;
	width:100px;
}
#preco span.destaque-bt-precoIVA {
	position: relative;
	display:block;	
	top:10px;
	font-size: 11px;
	line-height: 12px;
}




.destaquesPrice{
	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) */
	padding-right: 24px;
}

.destaquesPricePromo{
	margin-top: 30px;
}	

.destaquesPrice span{
	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) */
}

.destaquesPrice span.destaquesPriceCurrent{
	font-size: 26px;
	font-weight:bold;
	line-height: 24px;
}

.destaquesPrice span.destaquesPriceOld {
	margin: 0px;
	padding-right: 14px;
	text-align: right;
	font-size: 18px;
	font-weight:bold;
	line-height: 24px;

	text-decoration: line-through;
}

.destaquesPrice span.destaquesPriceDiscount {
display: block;
position: absolute;
top: -40px;
right: 50px;

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

.destaquesPrice span.destaque-bt-precoIVA {
	position: relative;
	display:block;	
	top:10px;
	font-size: 11px;
	line-height: 12px;
}







#preco-botao{
	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) */
}

.destaquesPromoMes{
	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: bottom;
	padding-left: 20px;
}

.destaques-button-style2{
	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;
	padding: 0px;
	width: 250px;
	height: 59px;
	background: url('/images/bg_bt_destaques_style2.jpg') #b10000 no-repeat;

	font-size: 21px;
	line-height: 59px;
	color: #fff;
	text-align: center;
}

.destaques-button-style2:hover{
	background-image:none;
	color: #fff;
}
.destaques-button-style2 span.destaque-bt-preco{
	position: absolute;
	top: 8px;
	right:18px;
	font-size: 24px;
	line-height: 24px;
}
.destaques-button-style2 span.destaque-bt-precoIVA{
	position: absolute;
	top: 36px;
	right:18px;
	font-size: 11px;
	line-height: 12px;
}
.destaques-button-style2 span.destaque-bt-action{
	position: absolute;
	top: 0px;
	left:18px;
}

.pre-button{
	padding: 12px 20px;
	font-size: 16px !important;
	line-height: 16px;
}


/*          css específico de itens      */
.slideShowItems-pontosfortes-block{
	font-family: 'Abel', sans-serif;
	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;
	color: #3c2bbc;
	font-size: 24px;
	line-height: 16px;
	text-transform: uppercase;
}

.slideShowItems-pontosfortes-block p span{
	display: block;
	color: #b0b0b0;
	font-size: 12px;
	text-transform: lowercase;
	text-align: right;
}

.slideShowItems-quadros-block{
	font-family: 'Abel', sans-serif;
	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;
	color: #1a1a1a;
}

.slideShowItems-quadros-block p span{
	display: block;
}

.slideShowItems-cacifos-block{
	font-family: 'Abel', sans-serif;
	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;
	color: #1a1a1a;
}

.slideShowItems-cacifos-block p span{
	display: block;
}

.slideShowItems-papel-block{
	font-family: 'Abel', sans-serif;
	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;
	color: #1a1a1a;
	text-align: center;
}

.slideShowItems-papel-block p span{
	display: block;
	text-align: center;
}

.slideShowItems-toners-compativeis-hp-block{
	font-family: 'Abel', sans-serif;
	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;
	color: #1a1a1a;
}

.slideShowItems-toners-compativeis-hp-block p span{
	display: block;
}
/* FIM SLIDE SHOW */