/* SLIDE SHOW */
#slideshowContainer{
	background-color: #fff;
	height:340px;
	z-index: 99;
}

#slideshowContainerWrapper {
	position: relative;
	display: block;
	width: 940px;
	height:390px;
	margin: 0px auto;
	vertical-align: top;
	z-index: 999;
}

#slideshowContainer .nav-button{
	position: absolute;
	width: 14px;
	height: 27px;
	top: 150px;
	padding: 20px 7px;
	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;
	width: 890px;
	height:390px;
}
ul#slideshowDestaques li{
	width: 890px;
	height: 390px;
	list-style-type:none;
}

ul#slideshowDestaques li h2{
	text-transform: lowercase;
	padding-bottom: 12px;
	font-family: 'NeoSansStd-Light', sans-serif;
	font-size:38px;
	color:#004167;
	text-transform:uppercase;
	line-height:38px;
}
ul#slideshowDestaques li p{
	text-align: left;
	font-size:23px;
	color:#2f0000;
}

ul#slideshowDestaques .p-pequeno{
	text-align: left;
	font-size:15px;
	color:#2f0000;
}

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: 70px 0px 0px 0px;
}

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


div.slideshow-text-block span{
  display:block;
}

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: 775px;
	height: 258px;
	padding: 50px 0px 0px 50px;
}

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

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

/* pager */


#navBlock {
	background: url('images/bg_slideshow.jpg') transparent repeat-x center bottom;
	height: 150px;
}

#navDestaques{
	width:100%;
	height:80px;
	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:40px;
	margin-right:0px;
	z-index:10;
}

.navDestaquesWrapper {
width: 940px;
margin: 0px auto;
text-align: center;
vertical-align: top;
padding-top: 0px;
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: 80px;
	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: 190px;
	height: 44px;
	padding: 8px 12px;
	margin-right: 16px;
	text-align: center;
	vertical-align: top;
	line-height: 13px;
	float: left;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 2px 2px 6px 0px #c6c6c6;
	-moz-box-shadow:    2px 2px 6px 0px #c6c6c6;
	box-shadow:         2px 2px 6px 0px #c6c6c6;
}

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

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

a .elemDestaqueNav img{
   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) */
}

.elemDestaqueNav span{
	display: block;
}

.elemDestaqueNav  div.navTextDestaque{
   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;
}
.navTextDestaque h3{
	display: block;
	color:#6c6d6d;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
}

.navTextDestaque p{
	display: block;
	color:#919497;
	padding-bottom: 0px;
	font-size: 12px;
}


#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: 170px;
	height: 46px;
	background-color: #0072c6;
	font-size: 22px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;	
}

.destaques-button-default:hover{
	background-color: #006abc;
	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: 250px;
	height: 59px;
	background: url('/images/bg_bt_destaques_style1.jpg') #b10000 no-repeat;

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

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


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