/*ESTILIZAÇÃO DEFAULT*/
input[type="text"], input[type="password"] {
    border: 1px solid #bababa;
    border-radius: 3px;
    color: #808080 !important;
    float: left;
    font: 14px lato;
    height: 40px;
    padding: 0 12px;
    position: relative;
}
input.form-error,
select.form-error,
textarea.form-error{
	background: url("../../img/inputAlert.png") no-repeat scroll right top #fff;
    border: 1px solid #be0000 !important;
}
label {
    display: block;
    height: 40px;
}
.ui-tooltip, .arrow:after {
	background: #be0000;
}
.ui-tooltip {
	color: #be0000 !important;
	border-radius: 20px;
	font: 12px/12px lato !important;
	width: 230px;
	border: 1px solid #be0000 !important;
	background: #f3f3f3 !important;
	padding: 10px 10px;
	text-align: center;
}
.arrow {
	width: 60px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	bottom: auto;
}
.arrow:after {
	content: "";
	position: absolute;
	right: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.btGray{
	background: #be0000;
    color: #fff;
    font: 16px latoBold;
    padding: 10px 20px;
	margin-top: 10px;
	border-radius: 2px;
}
.btRed{
	background: none repeat scroll 0 0 #be0000;
    border-radius: 3px;
    color: #fff;
    font: 14px latoBold;
    padding: 10px 17px;
}
.btBig{
	font-size: 30px;
    padding: 14px 24px;
}
#content{
	position: relative;
	width: 940px;
	margin: 0 auto;
	clear: both;
}
.ttDefault{
	font: 20px/42px lato;
	color: #4f4f4f;
	background: #eaeaea;
	text-indent: 18px;
	margin-bottom: 15px;
	clear: both;
}
p.mensagem-erro{
	border: 1px solid;
    border-radius: 3px;
    clear: both;
    color: #be0000;
    font: 12px lato;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
}

p.mensagem-sucesso{
	border: 1px solid;
    border-radius: 3px;
    clear: both;
    color: #53B949;
    font: 12px lato;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
}

#TrabalheCandidatosForm > p.mensagem-erro {
	float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#TrabalheCandidatosForm select {
	border-radius: 3px;
}

#TrabalheCandidatosForm p.mensagem-sucesso {
	float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/*MODAL DE LOADING*/
.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('//i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .modalLoading {
    display: block;
}

/*ESTILIZAÇÃO DE CHECKBOX*/
.checkboxStyle input{
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 25px;
    width: 25px;
}
.checkboxStyle {
	cursor: pointer;
	height: 20px;
    width: 25px;
	float: left;
	background: url("../../img/checkbox.png") no-repeat 0 0;
}
.checkboxChecked {
	background: url("../../img/checkbox.png") no-repeat 0 -45px;
	float: left;
}

/*ESTILIZAÇÃO DE RADIO*/
.radioStyle input{
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 25px;
    width: 25px;
}
.radioStyle {
	float: left;
	width: 26px;
	height: 22px;
	cursor: pointer;
	margin-top: 10px;
	background: url("../../img/radio.png") no-repeat 0 0;
}
.radioChecked {
	background: url("../../img/radio.png") no-repeat 0 -35px;
	float: left;
}

/*ESTILIZAÇÃO DE SELECT*/
.selectStyle{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    width: 215px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 3px;
}
.selectStyle span {
	height: 100%;
	background: #bababa;
	width: 32px;
	position: absolute;
    right: 0;
    top: 0;
}
.selectStyle small.triangle {
    border-left: 5px solid #bababa;
    border-right: 5px solid #bababa;
    border-top: 6px solid #fff;
    height: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
}
.selectStyle select{
	background: none;
    border: none;
    height: 32px;
    padding: 7px;
    position: absolute;
	font: 13px lato;
	color: #808080;
    width: 115%;
}

/*TOPO ESCURO*/
#top .topDark{
	background: #eaeaea;
	height: 220px;
	margin-bottom: 0px;
}
#top{
	height: 250px;
	margin-bottom: 10px;
}

/*TOPO*/
.topGray{
	width: 100%;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
.loginMenu{
	width: 940px;
	margin: 0 auto;
}
.loginMenu p {
	color: #4f4f4f;
	font: 13px/40px lato;
	width: 31%;
	float: left;
}
.loginMenu p a{
	color: #be0000;
	font-weight:bold;
}
.menuClient{float: right;}
.menuClient li{
	float: left;
	margin-right: 30px;
}
.menuClient li img{margin-top: 5px;}
.menuClient li:last-child{margin-right: 0;}
.menuClient li a{
	color: #be0000;
	font: 13px/40px lato;
}

.topContent{
	width: 940px;
	margin: 0 auto;
	clear: both;
}
.boxLogo{
	background: url("../../img/logoTop.png") no-repeat;
	height: 90px;
	width:200px;
	margin-top: 20px;
	float: left;
	background-size: 135%;
	background-position: -5px 5px;
}
.boxLogo a{
	width: 100%;
	height: 100%;
}
.searchTop{
	float: left;
	margin-top: 60px;
	margin-left: 50px;
}
.searchTop label{
	border: 1px solid #bababa;
    border-radius: 2px;
	border-radius: 2px;
}
.searchTop input[type="text"]{
	border: none;
    width: 355px;
	height: 40px;
}
.searchTop button{
	font-size: 26px;
	font-weight: bold;
	color: #bababa;
	height: 40px;
	padding: 0 10px;
}

.phoneTop{
	float: left;
    margin-left: 20px;
    margin-top: 60px;
	height: 40px;
    width: 145px;
	padding-left: 55px;
	background: url("../../img/phoneTop.png") no-repeat 0 0;
}
.phoneTop p{
	font: 15px latoItalic;
	color: #be0000;
}
.phoneTop strong{
	font: 15px latoBold;
	color: #505050;
	display: block;
	width: 80%;
}

.cartTop{
	float: right;
	margin-top: 30px;
	height: 75px;
	background: url("../../img/cartTop.png") no-repeat 0 bottom;
}
.cartTop a{
	background: url("../../img/cartNumber.png") no-repeat 0 0;
	display: block;
	height: 100%;
	width: 30px;
	color: #fff;
	font: 14px/23px latoBold;
	text-align: center;
	margin-left: 10px;
}

.menuTop{
	background: #be0000;
	clear: both;
    float: left;
    margin-top: 35px;
    width: 100%;
}
.menuTop li:nth-child(2) #dropDownMenuV3{
	margin-left: -10px;
	width: 940px;
}
.menuTop > ul > li:first-child{border-left: none;}
.menuTop > ul > li{
	float: left;
	padding: 19px 1px;
	position: relative;
	background: #be0000;
	border-left: 1px solid #e65454;
}
.menuTop > ul > li > a{
	font: 13px latoBold;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.menuTop ul li a span {
    display: block;
    font-family: latoBold;
}
.menuTop ul li a span.activeSpan {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.menuTop > ul > li:hover > #dropDownMenuV1{display: block;}
.menuTop > ul > li:hover > #dropDownMenuV2{display: block;}
.menuTop > ul > li:hover > #dropDownMenuV3{display: block;}
.menuTop > ul > li:last-child > #dropDownMenuV2{
	left: auto;
	right: 0;
}

#dropDownMenuV1 {
	display: none;
	background: #be0000;
	width: 200px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 2;
}
#dropDownMenuV1 > li {
	display: block;
	position: relative;
}
#dropDownMenuV1 > li > a {
	display: block;
	padding: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}
#dropDownMenuV1 > li:hover > ul {display: block;}
#dropDownMenuV1 > li > ul {
	display: none;
	width: 200px;
	background: #be0000;
	position: absolute;
	top: 0;
	left: 200px;
}
#dropDownMenuV1 > li > ul > li {
	display: block;
	position: relative;
}
#dropDownMenuV1 > li > ul > li:hover > ul {display: block;}
#dropDownMenuV1 > li > ul > li > a {
	display: block;
	padding: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}
#dropDownMenuV1 > li > ul > li > ul {
	display: none;
	width: 200px;
	background: #be0000;
	position: absolute;
	top: 0;
	left: 200px;
}
#dropDownMenuV1 > li > ul > li > ul > li {
	display: block;
	position: relative;
}
#dropDownMenuV1 > li > ul > li > ul > li > a {
	display: block;
	margin: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}

#dropDownMenuV2 {
	display: none;
	background: #be0000;
	width: 470px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 2;
}
#dropDownMenuV2 > li {
	display: inline-block;
	width: 43.5%;
	margin: 0 3% 3%;
}
#dropDownMenuV2 > li > a {
	display: block;
	margin: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}
#dropDownMenuV2 > li > ul {
	background: #be0000;
	float: left;
	width: 95%;
	margin-left: 5%;
}
#dropDownMenuV2 > li > ul > li {
	display: block;
}
#dropDownMenuV2 > li > ul > li > a {
	display: block;
	margin: 8px 12px;
	font: 15px lato;
	color: #fff;
}

#dropDownMenuV3 {
	display: none;
	background: #be0000;
	width: 940px;
	position: absolute;
	left: -89px;
	z-index: 2;
}
#dropDownMenuV3 > li {
    display: inline-block;
    width: 33.33% !important;
    float: left;
    text-align: left;
}
#dropDownMenuV3 > li > a {
    display: block;
    margin: 2px 12px;
    font: 14px latoBold;
    color: #fff;
    padding: 8px 5px !important;
}
#dropDownMenuV3 > li > a:hover {
    color: #be0000;
	background: #fff;
	text-decoration: none;
}
#dropDownMenuV3 > li > ul {
	background: #be0000;
	float: left;
	width: 95%;
	margin-left: 5%;
}
#dropDownMenuV3 > li > ul > li {
	display: block;
}
#dropDownMenuV3 > li > ul > li > a {
	display: block;
	margin: 8px 12px;
	font: 15px lato;
	color: #fff;
}

/*BANNER DESTAQUE*/
.bannerTopo{
	float: left;
	clear: both;
	width: 940px;
	overflow: hidden;
	margin-bottom: 20px;
}
.bx-wrapper .bx-controls-direction a i{color: #4f4f4f;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{background: #be0000;}
.bx-wrapper .bx-pager.bx-default-pager a{background: #4f4f4f;}

/*CARROSSEL DE MARCAS*/
.carouselFooter h4{
	font: 20px lato;
	color: #be9e2e;
	margin-bottom: 18px;
}
.carouselMark{clear: both;}
.carouselMark ul li{
	border: 1px solid #f9f9f9;
    float: left;
    height: 100px;
    margin-right: 18px;
    width: 150px;
    margin-bottom: 20px;
    box-sizing: border-box;
	text-align: center;
}
.carouselFooter{
	clear: both;
    margin: 0 auto 45px;
    position: relative;
    width: 940px;
}
.carouselMark .bx-controls-direction{position: absolute;width: 850px; top: 80px;margin-left: -15px;}
.carouselMark .bx-wrapper{
	float: left;
    margin-bottom: 5% !important;
    margin-left: 5% !important;
}
.carouselMark .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}
.carouselMark .bx-controls.bx-has-controls-direction {
    top: 51px;
    position: absolute;
}
/*NEWSLETTER*/
.newsFooter{
	background: #be0000;
	height: 60px;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
.newsFooter .newsletter{
	width: 940px;
	margin: 0 auto;
}
.newsFooter .newsletter .btGray{background: #fff; color: #505050;}
.newsFooter .newsletter p{
	color: #ffffff;
	float: left;
	font: 13px lato;
	margin-right: 30px;
	margin-top: 15px;
	width: 207px;
}
.newsFooter .newsletter label{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.newsFooter .newsletter label input.name{
	width: 240px;
	padding-right: 30px;
}
.newsFooter .newsletter label input.email{
	width: 190px;
	padding-right: 30px;
}

/*RODAPÉ*/
#footer {background: #e9e9e9;width: 100%;}
.footerLinks{
	float: right;
	width: 675px;
}
#footer .contentFooter{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .contentFooter h4{
	font: 15px latoItalic;
	color: #505050;
	margin-bottom: 10px;
	font-weight:bold;
}
#footer .contentFooter ul li{
	float: left;
	margin-right: 10px;
}
#footer .contentFooter ul li:last-child{margin-right: 0;}
#footer .contentFooter .logoAbout{
	float: left;
	width: 215px;
	margin-top: 2%;
}
#footer .contentFooter .logoAbout img{width: 100%;}
#footer .contentFooter .about{
	margin-top: 23px;
	margin-bottom: 35px;
	width: 210px;
	color: #505050;
	font: 13px latoLightItalic;
}
#footer .contentFooter .payments{
	float: left;
	margin-top: 15px;
}
#footer .contentFooter .security{
	float: right;
	margin-right: 6%;
	margin-top: 15px;
}
#footer .contentFooter .phone{
	float: left;
	clear: both;
	width: 145px;
	padding-left: 60px;
	margin-top: 20px;
	margin-right: 60px;
	background: url("../../img/phoneTop.png") no-repeat 0 0;
}
#footer .contentFooter .phone h4{margin-bottom: 0;}
#footer .contentFooter .phone strong{
	font: 20px latoBold;
	color: #505050;
	display: block;
}
#footer .contentFooter .phone small{
	font: 10px tahoma;
	color: #4f4f4f;
	width: 145px;
	float: right;
}
#footer .contentFooter .listLinks{
	float: left;
	margin-right: 30px;
	margin-top: 6%;
}
#footer .contentFooter .listLinks.clear{clear: both;}
#footer .contentFooter .listLinks li{float: none;}
#footer .contentFooter .listLinks li a{
	font: 12px latoItalic;
	color: #505050;
}
#footer .contentFooter .social{
	float: right;
    margin-top: 6%;
    width: 23%;
}
#footer .contentFooter address{
	margin-top: 25px;
	float: left;
	color: #fff;
	width: 815px;
	padding-bottom: 27px;
}
#footer .contentFooter address small{
	font: 10px lato;
	display: block;
	color: #505050;
}

#footer .contentFooter address small a {
    color: #505050;
}

#footer .contentFooter address small:first-child{display: block;color: #505050;}
#footer .contentFooter .dev{
	float: right; 
	margin-top: 25px;
}
#footer .contentFooter .whatsapp{
	clear: right;
    float: right;
    margin-right: 20px;
    margin-top: 3%;
    color: #fff;
    font: 15px latoBold;
}
.infoBottom{
	border-top: 1px solid #be0000;
    float: left;
    margin-top: 2%;
}

/*COLUNA PRIMÁRIA*/
#primary{
	float: left;
	overflow: hidden;
}
.categories {
	width: 220px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	font-family: lato, sans-serif;
	background: #f8f8f8;
}
#primary .categories h2{
	background: #f8f8f8;
    border-bottom: 1px solid #be0000;
    line-height: 24px;
    margin-top: 6px;
    font-weight: normal;
    padding: 5px 12px;
}
#primary .categories > span{
	color: #be0000;
    display: block;
    font-family: latoItalic,sans-serif;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0 10px;
}
#primary .categories h2 a{
	color: #be0000;
    font-family: latoItalic,sans-serif;
    font-size: 16px;
}
.categories * {
	font-family: inherit;
}
.categories .level-1 > li > a {
	background: #f8f8f8;
    border-bottom: 1px solid #be0000;
    color: #be0000;
    font-family: latoItalic, sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 12px;
    margin-top: 6px;
}

.categories ul li a {
    color: #4f4f4f;
    display: block;
    font-size: 13px;
    padding: 10px;
}
.categories ul.level-1 > li {
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e6e6;
	background: #f8f8f8;
}
.categories ul li{border-bottom: 1px solid #e5e6e6;}
.categories ul li.hidden {display: none;}
.categories a.filter{
	font-size: 13px;
	color: #475c6f;
	display: block;
	padding:10px;
}
.categories a.filter.grade{
	float: left;
	height: 30px;
	width: 30px;
	padding: 0;
	margin: 10px;
	border: 2px solid #f8f8f8;
	text-align: center;
	overflow: hidden;
}
.categories a.filter.grade.checked,
.categories a.filter.grade:hover{
	border: 2px solid #be0000;
	vertical-align: middle;
	border-radius: 3px;
}
.categories a.filter.limparFiltros{
	float: none;
	clear: both;
	width: auto;
	border: none;
	text-align: left;
	padding-left: 10px;
}
.categories a.filter.limparFiltros:hover{border: none;}
.categories ul .level-3 li {
	margin-bottom: 0;
}
.categories ul .level-3 a {
	padding:5px;
}
.categories .level-2 li li {
	padding-left: 10px;
}
/*--- ACORDION ---*/ 

.acordion{
	width: 220px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.acordion h2:first-child{margin-top: 0;}
.acordion h2{
	background:#f8f8f8;
    border-bottom: 1px solid #eaeaea;
    color: #eaeaea;
    cursor: pointer;
    font: 13px/31px latoItalic;
    margin-top: 6px;
    text-indent: 7px;
}
.acordion h2.active{background:#f8f8f8;}
.acordion ul{
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e6e6;
	background: #f8f8f8;
}
.acordion ul li{
	text-indent: 20px;
	border-bottom: 1px solid #e5e6e6;
}
.acordion h2 a { padding: 5px 40px 5px 12px; display: block;}
.acordion ul li a{
	font: 13px/40px lato;
	color: #475c6f;
}

/*--- ACORDION C/SETAS---*/ 

.acordion2{
	width: 220px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.acordion2 h2:first-child{margin-top: 0;}
.acordion2 h2{
	
    border-bottom: 1px solid #eaeaea;
    color: #eaeaea;
    cursor: pointer;
    font: 13px/31px latoItalic;
    margin-top: 6px;
    text-indent: 7px;
}
.acordion2 h2 a { padding: 5px 40px 5px 12px; display: block; background: url('../../img/down.png') no-repeat 96% center #f8f8f8;}
.acordion2 h2 a.active{background: url('../../img/up.png') no-repeat 96% center #f8f8f8;}
.acordion2 ul{
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e6e6;
	background: #f8f8f8;
}
.acordion2 ul li{
	text-indent: 20px;
	border-bottom: 1px solid #e5e6e6;
}
.acordion2 ul li a{
	font: 13px/40px lato;
	color: #475c6f;
}

.lateralBanners{
	width: 220px;
	float: left;
	clear: left;
}
.lateralBanners > div{
	margin-bottom: 20px;
}
.lateralBanners .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 5px;}
.lateralBanners .bx-wrapper .bx-controls-direction a.bx-prev{left: 10%;}
.lateralBanners .bx-wrapper .bx-controls-direction a.bx-next{right: 5%;}
.bannerShowcase{
	float: right;
    width: 100% !important;
    height: auto;
    overflow: hidden;
	text-align: center;
}

/*MIGALHA*/
.breadcrumbs{
	margin: 20px 0;
	float: left;
	clear: both;
	width: 100%;
}
.breadcrumbs em{
	font: 14px lato;
	float: left;
	color: #4f4f4f;
}
.breadcrumbs li:last-child{color: #be0000;}
.breadcrumbs li{
	float: left;
	margin-left: 5px;
	color: #4f4f4f;
	font: 14px lato;
}
.breadcrumbs li a{
	font: 14px lato;
	color: #4f4f4f;
}


/*
    Vitrines temáticas
*/
.tematic-header {
    padding:23px 40px;
    background-position: center center;
    background-size:100% auto;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    background-color: #EEEEEE;
    margin:20px auto;
    box-shadow: 0 3px 1px rgba(0,0,0,.2);
}
.tematic-header h2 ,
.tematic-header .h2 {
    color:#be0000;
}
.tematic-header * {
    font-family: inherit;
}
.tematic-header .tematic-logo .image {
    float:left;
    display: block;
    margin:10px;
    overflow: hidden;
    border:2px solid #FFF;
}
.tematic-header .tematic-logo .image img {
    max-width: 210px;
    height:auto;
    display: block;
}
.tematic-header .tematic-logo .group-title {
    font-size: 26px;
    font-family: latoBold, sans-serif;
    font-weight: normal;
    float: left;
    max-width: 50%;
    margin-top: 60px;
    margin-left: 48px;
    text-shadow: -2px 1px 6px rgba(0,0,0,.2);
}
.tematic-header .tematic-logo .legend {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color:#000000;
}
.tematic-header .tematic-logo h4,
.tematic-header .tematic-logo .h4 {
    font-size: .8em;
    font-weight: normal;
    font-style: italic;
    color:#EEE;
    margin-bottom: 12px;
    font-family: lato, sans-serif;
}
.tematic-logo:after,
.tematic-header:after {
    width: auto;
    clear: both;
    float: none;
    display: block;
    content:"  "    ;
}
.tematic-flush .listProducts,
.tematic-flush .listProducts ul {
    float:none;
    width: auto;
    overflow: hidden;
}
.tematic-flush .listProducts li {
    margin-right: 20px !important;
    overflow: hidden;
}
.tematic-flush .listProducts li:nth-child(4n+4) {
    margin-right: 0 !important; 
}
.tematic-flush .listProducts li p {
    width: 100px;
}

/* TELEVENDAS */

.TelevendasEscolhaCliente .divEscolhaCliente {
	width: 600px;
}

.TelevendasEscolhaCliente .divAvisoTelevenda {
	color: #DA0B13; 
	border: solid 1px #DA0B13; 
	border-radius:5px; 
	margin: 20px 0px 30px 0px; 
	padding: 15px 10px;
	text-align: center;
	font-size: 13px; 
	font-weight: bold;
}

.TelevendasEscolhaCliente .divAvisoTelevenda .icoFechar {
	float: right;
	width: 12px;
	height: 15px;
	margin-top: 2px;
	background: url("../../img/ico-fechar.png") no-repeat;
	cursor: pointer;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca div {
	margin: 0px 10px 0px 10px;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca .divLabelBuscar {
	float:left; 
	vertical-align: middle; 
	padding-top:12px;
	font-weight: bold;
	color:#555;
	font-size: 15px;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca .buttonBuscar {
	margin-left: 10px;
}

.TelevendasEscolhaCliente .divResultadoBuscaCliente {
	padding: 0px 0px 50px 0px;
}

.TelevendasEscolhaCliente .tableResultadoBusca {
	width:920px; 
	border: solid 1px #ccc;
	font-family: lato;
	font-size: 14px;
}
.TelevendasEscolhaCliente .tableResultadoBusca td {
	padding: 10px;
	border: solid 1px #ccc;
}
.TelevendasEscolhaCliente .tableResultadoBusca thead {
	background-color: #e8e8e8;
}
.TelevendasEscolhaCliente .tableResultadoBusca thead td {
	background-color: #e8e8e8;
	font-weight: bold;
}
.TelevendasEscolhaCliente .tableResultadoBusca tbody td {
	color:#666;
}

.TelevendasEscolhaCliente .btBuscarTelevenda{
	background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #000;
    font: 14px latoBold;
   	padding: 3px 5px;
}

.divTelevendasEscolha,
.divTelevendasEscolhaCliente {
	padding: 50px 0px 50px 20px;
}
.divTelevendasEscolha form {
	margin-top: 0px;
}
.divTelevendasEscolha div {
	border: solid 1px #ccc; 
	width:400px; 
	padding: 20px 0px 20px 0px;  
	margin-bottom:10px;
	cursor:pointer;
	font-weight: bold;
}
.divTelevendasEscolha div:hover {
	background-color: #be0000;
	font-color: #ffffff;
}

/* fim TELEVENDAS */

/*PROCESSO DE COMPRA*/
.processPurchase {
    clear: both;
    height: 70px;
    margin: 0 auto 25px;
    padding-top: 25px;
    width: 765px;
}
.processPurchase li {
    float: left;
    height: 70px;
    position: relative;
    width: 180px;
}
.processPurchase li:last-child {
    width: 45px;
}
.processPurchase li a {
    bottom: 0;
    color: #c9c9c9;
    display: block;
    font: 15px latoBoldItalic;
    margin-left: -15px;
    position: absolute;
}
.processPurchase li a.active {color: #be0000;}
.processPurchase li:nth-child(3) a {
    margin-left: -5px;
}
.processPurchase .active a {
    color: #f38f1f;
}
.processPurchase .pass a {
    color: #f38f1f;
}
.processPurchase .circle {
    background: none repeat scroll 0 0 #bababa;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 1;
}
.processPurchase .circle:before {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: block;
    height: 22px;
    margin: 11px auto;
    width: 22px;
}
.processPurchase .circleActive {
    background: none repeat scroll 0 0 #be0000;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 99;
}
.processPurchase .circleActive:before {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #be0000;
    content: "";
    display: block;
    height: 22px;
    margin: 11px auto;
    width: 22px;
}
.processPurchase .circleActive a {
    color: #be0000;
}
.processPurchase .pass .circleActive {
    background: none repeat scroll 0 0 #be0000;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 1;
}
.processPurchase .pass .circleActive:after {
    background: none repeat scroll 0 0 #be0000;
    border: 0 none;
    border-radius: 100%;
    color: #be0000;
    content: "";
    display: block;
    height: 10px;
    margin: -27px auto;
    width: 10px;
}
.processPurchase .pass .circleActive ~ a {
    color: #be0000;
}
.processPurchase .inpass .circleActive {
    background: none repeat scroll 0 0 #be0000;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 2;
}
.processPurchase .inpass .circleActive:after {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    content: ".";
    display: block;
    height: 22px;
    margin: -32px auto;
    width: 22px;
}
.processPurchase li span.line {
    border-bottom: 10px solid #bababa;
    position: absolute;
    right: -2px;
    width: 78%;
    z-index: 1;
}
.processPurchase li span.line.active {
    border-bottom: 10px solid #be0000;
}
.processPurchase li.pass span.line {
    border-bottom: 10px solid #be0000;
}
.processPurchase li.inpass span.line.active {
    border-bottom: 10px solid #bababa;
}

/* PAGINADOR */
.paginator {
	clear: both;
	display: inline-block;
	margin:10px 0 10px 20px;
	float: right;
	text-align: center;
	width: 700px;
}
.paginator > a,
.paginator .disabled {
	display: inline-block;
	overflow: hidden;
	margin-top:7px;
	vertical-align:top;
}
.paginator a {text-decoration: none !important;}
.paginator em {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #be0000;
}
.paginator ol {
	display: inline-block;
	overflow: hidden;
}
.paginator li {
	float: left;
	font: bold 16px/36px lato;
	color: #9a9384;
	width: 32px;
	height: 36px;
	list-style: none;
	margin: 0 5px;
	text-align: center;
	padding:0;
}
.paginator li a {
	display: block;
	font: 16px/36px latoBold;
	color: #9a9384;
}
.paginator li.current,
.paginator li:hover {
	background: #be0000;
	color: #fff;
}
.paginator li.current a,
.paginator li:hover a {
	color: #fff;
}

/* CSS do auto complete */
input.ac-f1search {
	outline:0
}
div.ac-f1search {
	background: #be0000 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 7px 10px #999;
    display: block;
    font: bold 12px/15px lato;
    margin-top: 41px;
    padding: 5px 2px 10px;
    position: absolute;
    width: 483px !important;
    z-index: 9999999;
}
.ie8 div.ac-f1search {	
	left:auto!important;
}

div.ac-f1search ul,
div.ac-f1search li {
	margin:0px;
	padding:0px;
	list-style: none;
}
div.ac-f1search li.groupbox {
	padding:3px;
	color:#be0000;
	font: bold 16px/15px lato;
	clear:both;
}

div.ac-f1search ul.hintoptions {
	background:#fff;
	max-height:450px;
	overflow:auto;
}

div.ac-f1search div.loading {
	width:100%;
	background: url("../../img/loading.gif") center center no-repeat;
	height:20px;
}

div.ac-f1search li.option {
	margin:2px;
	padding:2px;
	color:#7c7c7c;
	font: 12px/15px lato;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	border-radius: 4px;
	border: 1px solid #fff;
	cursor: pointer;
}
div.ac-f1search li.option span{font: 13px lato;}
div.ac-f1search li.resultados,
div.ac-f1search li.categorias {
	float:left;
	background:#f3f3f3;
}

div.ac-f1search li.option span.highlight{
	font-weight:bold;
	color:#7c7c7c;
	font-family: lato;
}

div.ac-f1search li.maisvendidos,
div.ac-f1search li.produtos {
	clear:both;
}

div.ac-f1search .miniatura-produto  {
	height:71px;	
}

.ie8 div.ac-f1search .miniatura-produto:hover {background: #f0f0f0;}

div.ac-f1search .miniatura-produto img {
	float:left;
	margin:8px;
}

div.ac-f1search .miniatura-produto > strong {
    color: #7c7c7c;
    float: left;
    font-family: lato;
    font-weight: normal;
    height: 50px;
    margin-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 5px;
    width: 355px;
}

div.ac-f1search li.option:hover .miniatura-produto > strong,
div.ac-f1search li.selected .miniatura-produto > strong {
	background: #F0F0F0;
	color: #7c7c7c;
}

div.ac-f1search .miniatura-produto > span,
div.ac-f1search .miniatura-produto > span > span {
	display:inline-block;
	padding:5px;
	font-weight:normal !important;
	color:inherit !important;
}


.preload-img {
	background: url("../../img/loading.gif") -1000 no-repeat;
	width:0px; height:0px;
}
/* fim do CSS do auto complete */

.vitrines {
	margin-top: 50px;
}

/*Menu de imagens*/
.menuTop ul li {
    text-align: center;
}
.menuTop ul li a {
	display: block;
}

.menuIcoHover {
	display: none;
}

.menuTop ul li img {
	max-height: 40px;
	min-height: 40px;
}

/* Provador virtual */
p.titleProvador{
	color: #fff;
	background-color: #be0000;
}
.contentProvador{
	background-color: #fff;
	border-color: #be0000 !important;
}

.contentProvador p.subtitle {
	color: #be0000;
	font-family: lato;
}

.payments img {
    width: 54px;
    height: 39px;
}