html, body {
	margin: 0;
	padding:0;
	width: 100%;
	display: inline-block;
	font: 400 12px 'PT-Sans', sans-serif;
}
div {
	display: block;
}
.esconder,
.esconderPack{
	display: none!important;
}

a {
	outline: none;
	color:#e2151a;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #999999;
	text-decoration: none;
}

.clear{
	clear: both;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 32px;;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}

form {
	margin: 0;
}

img {
	border: none;
}

pre {
	margin: 0;
	padding: 20px;
	z-index: 9999;
	color: #000000;
	position: relative;
	width: calc(100% - 40px);
	border: 1px solid #666666;
	background: none repeat scroll 0 0 #CCCCCC;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 1168px;
	margin: 0 auto;
	
}

.opacity {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.transition {
	transition: background-color 100ms ease-out 100ms;
	-o-transition: background-color 100ms ease-out 100ms;
	-moz-transition: background-color 100ms ease-out 100ms;
	-webkit-transition: background-color 100ms ease-out 100ms;
}

:-moz-placeholder {
	color: #6E6E6E;
}
::-moz-placeholder {
	color: #6E6E6E;
}
:-ms-input-placeholder {
	color: #6E6E6E;
}
::-webkit-input-placeholder {
	color: #6E6E6E;
}

/* ------- PROJECTO ------- */

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1170px;
	background-color:#FFFFFF;
	position:relative;
}

/*INICIO MENU SUPERIOR*/
#header > .topMenu {
	width: 100%;
	float: left;
	padding: 10px 0;
	background: #000000;
}

#header > .topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header > .topMenu ul li {
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
}

#header > .topMenu ul li:last-of-type {
	float: right;
	margin-right: 0px;
}

#header > .topMenu ul li a {
	color: #FFFFFF;
	font: 400 11px 'PT-Sans', sans-serif;
}
#header > .topMenu ul li a:hover {
	color: #CCCCCC;
}

#header > .topMenu ul li a.active {
	color: #999999;
}
#header > .topMenu a.backMobile {
	display: none;
}
/*FIM MENU SUPERIOR*/
#header > .wrapper > .mobileTopo {
	display: none;
}
/*INICIO MENU PRINCIPAL*/
#header > .wrapper > .top {
	margin: 0;
	padding: 0;
	float: left;
	width: 1168px;
}

#header > .wrapper > .top .left {
	float: left;
	width: 910px;
}

#header > .wrapper > .top .left > #logo {
	float: left;
	width: 170px;
	height: 82px;
	display: block;
	margin-right: 19px;
}

#header > .wrapper > .top .left > #menu {
	float: left;
	margin: 57px 0 0;
	padding: 0;
	position: relative;
	width: 720px;
}

#header > .wrapper > .top .left > #menu > li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none;
	height: 36px;

}

#header > .wrapper > .top .left > #menu > li > a {
	z-index: 2;
	display: block;
	color: #000000;
	padding: 8px 16px 7px;
	font: 700 15px 'PT-Sans';
	border: 1px solid #FFFFFF;
	border-bottom: none;
	position: relative;
	z-index: 200;
}
#header > .wrapper > .top .left > #menu > li > a.menuEncarnado {
	color: #E2151A;
	text-transform: uppercase;
}
#header > .wrapper > .top .left > #menu > li > a.menuNormal{
	text-transform: uppercase;
}
#header > .wrapper > .top .left > #menu > li > a.menuNovos{
	color:#03AB9E;
	font-style:italic;
	text-transform: uppercase;
}
#header > .wrapper > .top .left > #menu > li > a.menuNovos span{
	color:#e2151a;
}


#header > .wrapper > .top .left > #menu > li:hover > a {
	color: #E2151A;
	background: #F4F4F4;
	border: 1px solid #E1E1E1;
	border-bottom: none;
	padding: 8px 16px;
}
#header > .wrapper > .top .left > #menu > li:hover > a.borderBottom {
	border-bottom: 1px solid #E1E1E1;
}
#header > .wrapper > .top .left > #menu > li > a.active{
	color:#E2151A;
}

#header > .wrapper > .top .left > #menu li > ul {
   background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	display: none;
	font: 400 13px "PT-Sans",sans-serif;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	top: 35px;
	z-index: 10000;
}
#header > .wrapper > .top .left > #menu li:hover > ul {
	display: block;
	position: absolute;
}

#header > .wrapper > .top .left > #menu li > ul > li {
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #E1E1E1;
	font: 400 11px 'PT-Sans', sans-serif;
}
#header > .wrapper > .top .left > #menu li > ul > li:last-of-type {
	border-bottom: none;
}

#header > .wrapper > .top .left > #menu li > ul > li a {
	color: #000000;
	display: block;
	padding: 18px 16px;
	padding-right: 25px;
}
#header > .wrapper > .top .left > #menu li > ul > li:hover a {
	color: #E2151A;
}

#header .wrapper > .top .right {
	float: right;
	max-width: 255px;
	text-align: right;
	width:100%;
}

#header .wrapper > .top .right .top {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}

#header .wrapper > .top .right > .top > a {
	padding: 5px 4px 0 8px;
	border-left: 1px solid #000000;
}
#header .wrapper > .top .right > .top > a:first-of-type {
	padding-left: 0;
	border-left: none;
}
#header .wrapper > .top .right .top a:last-of-type {
	padding-right: 0;
}

#header .wrapper > .top .right .top a > .cart-items,
#cart-wrapper .cart-links > .cart-links-left > .cart-items {
	display:inline-block;
	margin:2px 0 0 4px;
	padding:0;
	vertical-align:top;
	color:#E2151C;
	font-size:14px;
	line-height:13px;
}

#header .wrapper > .top .right .top a .cliente{
	color: #333333;
	display: inline-block;
	margin-left: 3px;
}
#header .wrapper > .top .right .top a .cliente:hover,
#header .wrapper > .top .right .top a .cliente.active {
	color: #E2151C;
}

#header .wrapper > .top .right .bottom {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .wrapper > .top .right .bottom > li {
   float: left;
	font: 400 13px "PT-Sans",sans-serif;
	padding-bottom: 10px;
}

#header .wrapper > .top .right .bottom > li:first-of-type {
	border: none;
}

#header .wrapper > .top .right .bottom > li > a{
	color: #9c9c9c;
	display: block;
	padding: 0 13px 0;
}

#header .wrapper > .top .right .bottom > li > .partilhe{
	color: #9c9c9c;
	display: block;
	padding: 0 13px 0;
	position:relative;
}

#header .wrapper > .top .right .bottom > li:first-of-type > a {
	padding-left: 0;
}
#header .wrapper > .top .right .bottom > li:last-of-type > a {
	padding-right: 0;
}
#header .wrapper > .top .right .bottom > li > a:hover,
#header .wrapper > .top .right .bottom > li > .partilhe:hover{
	color: #E1161C;
}

#header .wrapper > .top .right .bottom > li > .partilhe > img {
	padding-top: 3px;
	padding-right: 5px;
}

#header .wrapper > .top .right .bottom > li > .partilhe > img,
#header .wrapper > .top .right .bottom > li > .partilhe > span {
	float: left;
	cursor:pointer;
}

#header .wrapper > .top .right .bottom > li > .partilhe > ul {
	display: none;
	list-style: none;
	margin-top: 20px;
	padding: 15px 10px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-top: 1px solid #EF3123;
}

#header .wrapper > .top .right .bottom > li:hover > .partilhe  > ul {
	display: block;
	position: absolute;
	top:6px;
	left: -45px;
}

#header .wrapper > .top .right .bottom > li > .partilhe > ul > li {
	float: left;
	padding: 0 7px;
}

#header .wrapper > .top .right .bottom > li > .partilhe > ul > li > a.rede-social {
	float: left;
	display:block;
	width: 12px;
	height: 12px;
	background-color:#black;
}
#header .wrapper > .top .right .bottom > li > .partilhe > ul > li > .rede-social img{
	display:block;
	background-color:#000000;
}
#header .wrapper > .top .right .bottom > li > .partilhe > ul > li > .rede-social img:hover{
	background-color:#E2151A;
}

#header .wrapper > .bottom {
	margin: 0;
	padding: 0;
	float: left;
	width: 1168px;
	margin-top: 2px;
}

#header .wrapper > .bottom .left {
	float: left;
	width: 800px;
	padding-top: 3px;
}

#header .wrapper > .bottom .left a{
	color: #868686;
	display: inline;
	font: 400 11px "PT-Sans",sans-serif;
}
#header .wrapper > .bottom .left a:first-of-type{
	border-bottom: 1px solid;
}


#header .wrapper > .bottom .left a:hover{
	color:#e70100;
}
#header .wrapper > .bottom .left span,
#header .wrapper > .bottom .left h1 {
	color: #e70100;
	display: inline;
	margin-right: 10px;
	font-size: 12px;
	font-weight: initial;
}
#header .wrapper > .bottom .left span.separadorRed{
	color: #e70100;
	margin: 0 10px;
}
#header .wrapper > .bottom .left span.separadorGray{
	color:#868686;
	margin: 0 10px;
}

#header .wrapper > .bottom .left .home {
	background: rgba(0, 0, 0, 0) url("../img/icon_home.jpg") no-repeat scroll center center;
	float: left;
	font-size: 0;
	height: 9px;
	padding-top: 6px;
	width: 12px;
}

#listagemConteudo select {
    border: 1px solid #dddddd;
    color: #e2151a;
    cursor: pointer;
    font: 400 12px "PT-Sans",sans-serif;
    margin-right: 10px;
    outline-color: #cccccc;
    padding: 5px 10px 5px 8px;
}
*::-moz-placeholder {
    color: #6e6e6e;
}
html, body {
    font: 400 12px "PT-Sans",sans-serif;
}
html, body {
    font: 400 12px "PT-Sans",sans-serif;
}
#header .wrapper > .top .pesquisaContainer {
    border: 1px solid #dddddd;
    display: block;
    float: right;
    margin-top: 3px;
    padding: 5px;
}
#header .wrapper > .top .pesquisaContainer .pesq {
	width: 195px;
	border: none;
	outline: none;
	color: #333333;
	font: 700 14px 'PT-Sans', sans-serif;
}

#header .wrapper > .top .pesquisaContainer .search {
	border: none;
	outline: none;
	color: #333333;
	cursor: pointer;
	padding-right: 23px;
	font: 400 14px 'PT-Sans', sans-serif;
	font-style: italic;
	background: url('../img/icon_Lupa.png') right center no-repeat;
}
#header .wrapper > .top .pesquisaContainer .search:hover {
	border: none;
	outline: none;
	color: #333333;
	cursor: pointer;
	padding-right: 23px;
	font: 400 14px 'PT-Sans', sans-serif;
	font-style: italic;
	background: url('../img/icon_Lupa_hover.png') right center no-repeat;
}
.shadowHeader{
	background: rgba(0, 0, 0, 0) url("../img/menuSombra.png") no-repeat scroll 0 center;
	bottom: -20px;
	display: block;
	height: 20px;
	position: absolute;
	width: 100%;
	z-index: 1100;
}

#sub-footer {
	color: #383D4B;
	width: 100%;
	margin: 0 auto;
	min-width: 1168px;
	padding: 40px 0;
	text-align: center;
	background: #EBEBED;
	font: 700 18px 'PT-Sans', sans-serif;
	position:relative;
}

#sub-footer span {
	display: block;
	font: 700 36px 'PT-Sans', sans-serif;
}

#sub-footer .more {
	margin: 0 auto;
	width: 130px;
	display: block;
	color: #FFFFFF;
	margin-top: 7px;
	padding: 10px 20px;
	background-color: #E2151A;
	text-transform: uppercase;
	font: 700 16px 'PT-Sans', sans-serif;
}
#sub-footer .more:hover {
	background-color: #EF3125;
}

.backToTopContainer {
	display: none;
	height: 48px;
	float:right;
	position: fixed;
	right: 1%;
	top: 90%;
	z-index: 1050;
}
.backToTopContainer .goTop {
	width: 48px;
	height: 48px;
	font-size: 0;
	cursor: pointer;
	background: #E2151A url('../img/setaGoTop.png') no-repeat center center;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: opacity 250ms ease-out 250ms;
	-o-transition: opacity 250ms ease-out 250ms;
	-moz-transition: opacity 250ms ease-out 250ms;
	-webkit-transition: opacity 250ms ease-out 250ms;
}
.backToTopContainer .goTop:hover{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


#footer {
	min-width: 1170px;
	width: 100%;
	float: left;
	background-color: #333333;
}

#footer .top {
	width: 100%;
	float: left;
	padding-top: 35px;
	margin-bottom: 25px;
}

#footer .top .left {
	float: left;
	width: 250px;
	color: #ADADAD;
	margin-right: 40px;
	font: 400 14px 'PT-Sans', sans-serif;
}

#footer .top .left img {
	display: block;
	padding-bottom: 40px;
}

#footer .top .right {
	float: left;
	margin-top: 30px;
}

#footer .top .right .col {
	float: left;
	width: 175px;
	margin-right: 30px;
}
#footer .top .right .colContactos {
	width: 263px;
	margin-right: 0;
}

#footer .top .right .colContactos span {
	color: #CCCCCC;
	display: block;
	margin: 15px 0;
	font: 400 14px 'PT-Sans', sans-serif;
}

#footer .top .right .colContactos p {
	color: #FFFFFF;
	margin: 25px 0;
	font: 400 14px 'PT-Sans', sans-serif;
}

#footer .top .right .colContactos p a {
	color: #FFFFFF;
} #footer .top .right .colContactos p a:hover {
	color: #CCCCCC;
}

#footer .top .right .col ul {
	margin: 0;
	padding: 0;
	width: 175px;
	margin-top: 15px;
	list-style: none;
}

#footer .top .right .col .title {
	color: #ffffff;
	font: 400 22px "Aprex-New-Bold",sans-serif;
	height: 58px;
	text-transform: uppercase;
}

#footer .top .right .col ul li {
	padding: 11px 0;
	border-bottom: 1px solid #515151;
	font: 400 14px 'PT-Sans', sans-serif;
}
#footer .top .right .col ul li:last-of-type {
	border: none;
}

#footer .top .right .col ul li a {
	color: #FFFFFF;
}
#footer .top .right .col ul li a:hover {
	color: #CCCCCC;
}
#footer .top .right .col ul li a.active {
	color: #E2151A;
}

#footer .bottom {
	width: 100%;
	float: left;
	padding-bottom: 45px;
	border-bottom: 1px solid #E3141A;
}

#footer .bottom .left {
	float: left;
	width: 400px;
}

#footer .bottom .left form {
	max-height: 34px;
	overflow: hidden;
}

#footer .bottom .left span {
	color: #FFFFFF;
	display: block;
	padding-bottom: 5px;
	font: 400 14px 'PT-Sans', sans-serif;
}

#footer .bottom .left .email {
	margin: 0;
	float: left;
	padding: 7px 12px;
	color: #6E6E6E;
	border: 1px solid #6E6E6E;
	border-right: none;
	font: 400 14px 'PT-Sans', sans-serif;
	font-style: italic;
	background: none;
	outline: none;
	width: 225px;
}

#footer .bottom .left .submit {
	float: left;
	cursor: pointer;
	color: #FFFFFF;
	padding: 7px 25px;
	background-color: #E2151A;
	text-transform: uppercase;
	border: 1px solid #E2151A;
	font: 700 14px 'PT-Sans', sans-serif;
	outline-color: #E2151A;
}
#footer .bottom .left .submit:hover {
	background-color: #EF3125;
	border: 1px solid #EF3125;
}

#footer .bottom .right {
	padding-top: 20px;
}

#footer .bottom .right a {
	margin-left: 10px;
	float: left;
}
#footer .bottom .right a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#footer .footer {
	padding: 26px 0;
	margin-bottom: 15px;
}

#footer .footer .left {
	color: #ADADAD;
	font: 400 14px 'PT-Sans', sans-serif;
}

#footer .footer .right a {
	float: right;
	padding-top: 5px;
}


/*INICIO NOVIDADES & PRELANCAMENTOS & CAMPANHAS & PROMOCOES*/

.tabsCarrosselGrande {
	width: 100%;
	position: relative;
	margin-bottom: 55px;
	height: 337px;
}
.tabsCarrosselGrande .wrapper {
	position: relative;
}
.tabsCarrosselGrande .caroufredsel_wrapper{
	border-top: 1px solid #E2151A;
}

.tabsCarrosselGrande .title {
	cursor: pointer;
	float: left;
	color: #CCCCCC;
	margin-right: 55px;
	text-transform: uppercase;
	font: 400 25px 'Aprex-New-Bold', sans-serif;
}
.tabsCarrosselGrande .title:hover{
	color:#383D4B;
}

.tabsCarrosselGrande span.labelTabs {
	margin-top: -30px;
	display: block;
	color: #E2151A;
	text-transform: uppercase;
	font: 400 16px 'Aprex-New-Bold', sans-serif;
}

.tabsCarrosselGrande .titleActive {
	color: #383D4B;
	font: 400 35px 'Aprex-New-Bold', sans-serif;
}

.tabsCarrosselGrande ul {
	width: 1170px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-top: 20px;
	list-style: none;
	cursor:default;
}

.tabsCarrosselGrande ul li {
	float: left;
	width: 195px;
	height: 265px;
	margin-right: 0;
}

.tabsCarrosselGrande ul li .hide {
	float: left;
	width: 161px;
	display: none;
	height: 225px;
	color: #FFFFFF;
	padding: 20px 17px;
	background: #191919;
	position: relative;
	margin-right: 16px;
}
.tabsCarrosselGrande ul li .hide a{
	color: #FFFFFF;
}

.tabsCarrosselGrande ul li .hide .author {
	text-transform: uppercase;
	font: 400 22px 'PT-Sans-Narrow', sans-serif;
}

.tabsCarrosselGrande ul li .hide .book,
.tabsCarrosselGrande ul li .hide .book a{
	color: #CCCCCC;
	font: 400 13px 'PT-Sans-Narrow', sans-serif;
}

.tabsCarrosselGrande ul li .hide .text {
	padding-top: 10px;
	font: 400 14px 'PT-Sans-Narrow', sans-serif;
}

.tabsCarrosselGrande ul li .hide .more {
	left: 50%;
	float: left;
	bottom: 40px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-left: -56px;
	padding: 7px 20px;
	padding-left: 40px;
	position: absolute;
	text-transform: uppercase;
	font: 700 12px 'PT-Sans', sans-serif;
	background: #E2151A url('../img/icon_shopBT.png') no-repeat 20px center;
}

.caroufredsel_wrapper {
	margin-left:0px !important;
}

.tabsCarrosselGrande ul {
	margin-left:45px !important;
}

.tabsCarrosselGrande ul li:hover .show {
	display: none;
}

.tabsCarrosselGrande ul li:hover .hide {
	display: block;
}

.tabsCarrosselGrande li .show {
	float: left;
	cursor: pointer;
	text-align: center;
	margin-right: 16px;
	margin: 0 auto;
	margin-left: 20px;
}

.tabsCarrosselGrande li .show .img {
	padding: 0 5px 23px 13px;
	position: relative;
}

.tabsCarrosselGrande li .show .img .faixaEbooks, .tabsCarrosselGrande li .show .img .faixaAcessoDigital{
	background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/faixa_eBook.png") no-repeat scroll 0 0;
	bottom: 14px;
	display: block;
	height: 118px;
	position: absolute;
	right: -4px;
	width: 118px;
}
.tabsCarrosselGrande li .show .img .faixaAcessoDigital{ background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/faixa_digital.png") no-repeat scroll 0 0; }
.tabsCarrosselGrande li .show .img img{
	box-shadow: 5px 10px 10px #888888;
	-moz-box-shadow: 5px 10px 10px #888888;
	-webkit-box-shadow: 5px 10px 10px #888888;
	box-shadow: 5px 10px 10px #888888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	max-width: 129px;
}

.tabsCarrosselGrande .arrows {
	top: 46%;
	width: 16px;
	height: 27px;
	cursor: pointer;
	position: absolute;
}

.tabsCarrosselGrande .leftArrow {
	left: 0;
	background: url('../img/seta_Lista_Livros.png') no-repeat left top;
}
.tabsCarrosselGrande .leftArrow:hover {
	background: url('../img/seta_Lista_Livros.png') no-repeat left -27px;
}

.tabsCarrosselGrande .rightArrow {
	right: 0;
	background: url('../img/seta_Lista_Livros.png') right top no-repeat;
}
.tabsCarrosselGrande .rightArrow:hover {
	background: url('../img/seta_Lista_Livros.png') right -27px no-repeat;
}

.tabsCarrosselGrande .bookBullets {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.tabsCarrosselGrande .bookBullets a {
	width: 14px;
	height: 14px;
	font-size: 0;
	margin-right: 5px;
	display: inline-block;
	background: url('../img/nav_Lista_Livros.png') right center;
}
.tabsCarrosselGrande .bookBullets a:last-of-type {
	margin-right: 0;
}

.tabsCarrosselGrande .bookBullets a.selected {
	background: url('../img/nav_Lista_Livros.png') left center;
}
/*FIM NOVIDADES & PRELANCAMENTOS & CAMPANHAS & PROMOCOES */

/*INICIO ESTRELAS COMENTARIOS */
.estrelaContainer{
	display: inline-block;
	height: 20px;
	width: 85px;
}

.estrelaContainer .estrelaInactiva{
	display:inline-block;
	width:13px;
	height: 12px;
	background: url('../img/estrelasClassificacao-inactiva.png') no-repeat 0 0;
}
.estrelaContainer .estrelaActiva{
	display:inline-block;
	width:0;
	height: 12px;
	background: url('../img/estrelasClassificacao-activa.png') no-repeat 0 0;
}

.estrelaContainer2{
	display:inline-block;
	width:80px;
	height: 12px;
}
.estrelaContainer2 .estrelaInactiva{
	display:inline-block;
	width:12px;
	height: 12px;
	background: url('../img/estrelasClassificacaoWhite-inactiva.png') no-repeat 0 0;
}
.estrelaContainer2 .estrelaActiva{
	display:inline-block;
	width:0;
	height: 12px;
	background: url('../img/estrelasClassificacaoWhite-activa.png') no-repeat 0 0;
}
.carousel ul li .book .hideBook .comentarios {
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 200px;
}
.comentarios a{
	color:#ffffff;
}
.comentarios a:hover{
	color:#999999;
}


/*FIM ESTRELAS COMENTARIOS */


/*INICIO LIVROS TEMPO REAL */
#realTime{
	float: left;
	height: 369px;
	margin-bottom: 55px;
	margin-right: 0;
	overflow: hidden;
	position: relative;
	width: 269px;
}

#realTime .title2 {
	width: 100%;
	color: #383D4B;
	display: inline-block;
	text-transform: uppercase;
	font: 700 18px 'PT-Sans', sans-serif;
	border-bottom: 1px solid #E2151A;
	padding-bottom: 6px;
}

#realTime ul{
	width: 269px;
	border: none;
	list-style:none;
	padding: 40px 0 0;
	cursor:default;
}

#realTime ul li{
	margin: 0 auto;
	float: left;
	width: 269px;
	position: relative;
	height: 315px;
}

#realTime ul li .text{
	float: left;
	width: 269px;
	margin-top: 15px;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}

#realTime ul li .img{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom: 18px;
}
#realTime ul li .img a{
	display:inline-block;
	position:relative;
}
#realTime ul li .img img{
	display:inline-block;
	width:105px;
	height:159px;
	box-shadow: 5px 10px 10px #888888;
	-moz-box-shadow: 5px 10px 10px #888888;
	-webkit-box-shadow: 5px 10px 10px #888888;
	box-shadow: 5px 10px 10px #888888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}
#realTime ul li .img .faixaEbooksMedia, #realTime ul li .img .faixaAcessoDigitalMedia{
	background: rgba(0, 0, 0, 0) url("../img/faixa_eBook_smal.png") no-repeat scroll 0 0;
	bottom:-6px;
	display: block;
	height: 81px;
	position: absolute;
	right: -7px;
	width: 81px;
}
#realTime ul li .img .faixaAcessoDigitalMedia{ background: rgba(0, 0, 0, 0) url("../img/faixa_digital_small.png") no-repeat scroll 0 0; }

#realTime ul li .text .editora{
	color: #333333;
	text-transform: initial;
	font: 700 14px 'PT-Sans', sans-serif
}

#realTime ul li .text .comentarios {
	color: #333333;
	font: 700 9px 'PT-Sans', sans-serif;
}

#realTime .arrow {
	top: 46%;
	width: 16px;
	height: 27px;
	cursor: pointer;
	position: absolute;
}
#realTime .arrowLefts {
	left: 0;
	background: url('../img/seta_Lista_Livros.png') no-repeat left top;
}
#realTime .arrowLefts:hover {
	background: url('../img/seta_Lista_Livros.png') no-repeat left bottom;
}

#realTime .arrowRights {
	right: 0;
	background: url('../img/seta_Lista_Livros.png') no-repeat right top;
}
#realTime .arrowRights:hover {
	background: url('../img/seta_Lista_Livros.png') no-repeat right bottom;
}
/*FIM LIVROS TEMPO REAL */

/*INICIO TOP */
#containerTops {
	float: left;
	width: 268px;
	position: relative;
	margin-bottom: 55px;
}
#containerTops .tabContainer{
	padding-bottom:5px ;
	border-bottom: 1px solid #e2151a;
}
#containerTops ul {
	padding: 0;
	list-style: none;
	float: left;
	width: 415px;
	margin-top: 40px;
}

#containerTops ul li{
	float: left;
	margin-right: 30px;
	width: 268px;
	cursor:default;
}
#containerTops ul li .livro {
	display: block;
	float: left;
	height: 110px;
	margin-bottom: 15px;
	width: 413px;
}

#containerTops ul li .livro .info {
	color: #333333;
	display: block;
	float: left;
	font: 700 14px "PT-Sans",sans-serif;
	width: 180px;
}

#containerTops ul li .livro .img {
	float: left;
	position: relative;
	width: 88px;
}
#containerTops ul li .livro .img a{
	display: inline-block;
	max-width: 78px;
	padding: 5px;
	position: relative;
}
#containerTops ul li .livro .img img{
	max-width: 78px;
}

#containerTops ul li .livro .faixaEbooksPequena, #containerTops ul li .livro .faixaAcessoDigitalPequena{
	background: rgba(0, 0, 0, 0) url("../img/faixa_eBook_mini.png") no-repeat scroll 0 0;
	bottom: 0;
	display: block;
	height: 69px;
	position: absolute;
	right: 0px;
	width: 69px;
}
#containerTops ul li .livro .faixaAcessoDigitalPequena{ background: rgba(0, 0, 0, 0) url("../img/faixa_digital_mini.png") no-repeat scroll 0 0; }


#containerTops ul li .livro .info a{
	color: #333333;
}
#containerTops ul li .livro .info a:hover{
	color: #E2151A;
}

#containerTops ul li .livro  .info .pos {
	color: #E2151A;
	display: inline;
}

#containerTops ul li .livro .info .author {
	color: #999999;
	display: block;
	text-transform: uppercase;
}

#containerTops ul li .livro .comentarios {
	float: left;
	display: block;
	color: #646569;
	margin-top: 10px;
	text-transform: uppercase;
}
#containerTops ul li .livro .comentarios a{
	color: #646569;
}
#containerTops ul li .livro .comentarios a:hover{
	color: #999999;
}

#containerTops .title {
	color: #CCCCCC;
	margin-right: 25px;
	display: inline-block;
	text-transform: uppercase;
	font: 700 18px 'PT-Sans', sans-serif;
	cursor:pointer;
}
#containerTops .title:hover,
#containerTops .titleActive{
	color: #383D4B;
}
#containerTops .title span{
	text-transform: initial;
}

#containerTops .arrows {
	top: 41px;
	width: 11px;
	height: 17px;
	cursor: pointer;
	position: absolute;
}

#containerTops .arrows:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#containerTops .arrowLeft {
	left: 0;
	background: url('../img/seta_Nav_News.png') left center;
}

#containerTops .arrowRight {
	left: 18px;
	background: url('../img/seta_Nav_News.png') right center;
}


/*FIM TOP */
/* MAIS PERTO DE SI */
#right {
	float: left;
	width: 268px;
}

#right .col {
	float: left;
	margin-bottom: 55px;
}

#right .col img {
	max-width: 269px;
}

#right .col .title {
	color: #CCCCCC;
	margin-right: 25px;
	display: inline-block;
	text-transform: uppercase;
	font: 700 18px 'PT-Sans', sans-serif;
}

#right .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right .col:first-of-type ul li {
	margin-top: 15px;
	padding-left: 11px;
	font: 700 13px 'PT-Sans', sans-serif;
	background: url('../img/ul-bullet.png') no-repeat left center;
}

#right .col:first-of-type ul li a {
	color: #333333;
}

#right .col:first-of-type ul li a:hover {
	color: #999999;
}

#right .col:first-of-type ul li a span {
	color: #999999;
	text-transform: uppercase;
}

#right .col:first-of-type ul li a:hover span {
	color: #CCCCCC;
}

#right .titles {
	width: 268px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2151A;
	margin-bottom: 25px;
}

#right .titles .title {
	float: left;
	margin-right: 35px;
	font: 700 18px 'PT-Sans', sans-serif;
	color: #CCCCCC;
	text-transform: initial;
	cursor: pointer;
}
#right .titles .titleActive {
	cursor: initial;
	color: #383D4B;
	text-transform: uppercase;
	font: 700 18px 'PT-Sans', sans-serif;
}

/* MAIS PERTO DE SI */




.loading {
	background: rgba(0, 0, 0, 0) url("../img/loading.gif") no-repeat scroll center bottom;
	display: block;
	height: 60px;
	margin: 20px 0;
	width: 100%;
}

.banner img{
	display:block;
	width:270px;
	height: 98px;
}

/*INICIO CARROSSEL NOVIDADES + QUEM COMPROU ... */
.carousel{
	display:block;
	float:left;
	margin-top: 25px;
	position:relative;
	width: 100%;
	margin-bottom: 70px;
}

.carousel .wrapperTop {
	border-bottom: 1px solid #e2151a;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.carousel .titleTop {
	float: left;
	color: #383D4B;
	text-transform: uppercase;
	padding-bottom: 0px;
	font: 700 18px 'PT-Sans', sans-serif;
}

.carousel .more {
	float: right;
	color: #CCCCCC;
	padding-top: 8px;
	font: 700 13px 'PT-Sans', sans-serif;
}

.carousel ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	list-style: none;
	cursor:default;
}

.carousel ul li {
	float: left;
	height: 380px;
	width: 190px;
}

.carousel ul li .book {
	float: left;
	width: 180px;
	margin-right: 40px;
	margin-bottom: 50px;
	height: 295px;
	position: relative;
}

.carousel ul li .book:hover .showBook {
	display: block;
}
.carousel ul li .book:hover .hideBook {
	display: block;
}

.carousel ul li .right {
	margin-right: 0;
}

.carousel ul li .book .showBook {
	display: block;
	float: left;
	height: 295px;
	position: relative;
	z-index: 190;
}

.carousel ul li  .book .showBook .img {
	padding-left: 9px;
	position: relative;
	padding-bottom: 21px;
	background-size: 135px;
	text-align: center;
	height: 180px;
}
.carousel ul li  .book .showBook .img a{
   display: block;
	position:relative;
}
.carousel ul li .book .showBook .img img {
	max-width: 120px;
	max-height: 180px;
	box-shadow: 5px 10px 10px #888888;
	-moz-box-shadow: 5px 10px 10px #888888;
	-webkit-box-shadow: 5px 10px 10px #888888;
	box-shadow: 5px 10px 10px #888888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.carousel ul li .book .showBook .img .faixaEbooks, .carousel ul li .book .showBook .img .faixaAcessoDigital{
	background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/faixa_eBook.png") no-repeat scroll 0 0;
	bottom: -9px;
	display: block;
	height: 118px;
	position: absolute;
	right: 16px;
	width: 118px;
}
.carousel ul li .book .showBook .img .faixaAcessoDigital{ background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/faixa_digital.png") no-repeat scroll 0 0; }

.carousel ul li  .book .showBook .prom,
.carousel ul li  .book .hideBook .prom {
	top: 0;
	right: 0;
	width: 39px;
	height: 42px;
	color: #FFFFFF;
	padding-top: 12px;
	position: absolute;
	text-align: center;
	background: url('../img/balaoPromo.png') no-repeat left top;
}

.carousel ul li .book .showBook .titleDescContainer{
	height: 40px; 
}
.carousel ul li .book .showBook .title {
	width: 165px;
	display: block;
	padding-bottom: 2px;
	color: #000000;
	font: 700 12px 'PT-Sans', sans-serif;
}

.carousel ul li .book .showBook .desc {
	width: 165px;
	display: block;
	color: #383D4B;
	text-transform: uppercase;
	font: 400 9px 'PT-Sans', sans-serif;
}

.carousel ul li .showBook .right {
	margin-right: 0;
}

.carousel ul li .book .showBook .price {
	color: #383D4B;
	float: left;
	width: 180px;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}

.carousel ul li .book .showBook .price .pvp {
	float: left;
	display: block;
	text-transform: uppercase;
	font: 700 12px 'PT-Sans', sans-serif;
}

.carousel ul li .book .showBook .price .pvp span {
	display: block;
	text-transform: uppercase;
	text-decoration: line-through;
	font: 700 13px 'PT-Sans', sans-serif;
}
.carousel ul li .book .showBook .price .pvp span.naoCortar{
	text-decoration: none;
}
.carousel ul li .book .showBook .price .right {
	color: #E3141A;
	font: 400 30px 'Aprex-New-Bold', sans-serif;
}

.carousel ul li .book .hideBook {
	padding: 20px 15px;
	display: none;
	height: 295px;
	background: #262626;
	position: absolute;
	width: 184px;
	z-index: 200;
	background: #262626 url('../img/fundoHoverLivros.png') no-repeat;
}

.carousel ul li .book .hideBook .title a {
	color: #ffffff;
	font: 400 22px "PT-Sans-Narrow",sans-serif;
	margin-bottom: 10px;
	padding: 0;
	text-transform: initial;
	width: 180px;
}

.carousel ul li  .book .hideBook .prom {
	top: 20px;
	right: 20px;
}

.carousel ul li  .book .hideBook .info a{
	color: #ffffff;
	font-size: 10px;
	width: 180px;
}

.carousel ul li  .book .hideBook .info p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.carousel ul li  .book .hideBook .info span {
	text-transform: uppercase;
}

.carousel ul li  .book .hideBook .coment {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute;
	top: 200px;
}

.carousel ul li  .book .hideBook .coment img {
	float: left;
	margin-right: 5px;
}

.carousel ul li  .book .hideBook .price {
	position: absolute;
	background: #FFFFFF;
	left: 5px;
	width: 204px;
	bottom: 6px;
	height: 100px;
}

.carousel ul li  .book .hideBook .price .top,
.carousel ul li  .book .hideBook .price .bottom {
	width: 165px;
	margin: 0 auto;
}

.carousel ul li  .book .hideBook .price .top {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.carousel ul li  .book .hideBook .price .bottom {
	padding-top: 12px;
}

.carousel ul li  .book .hideBook .price .top a {
	color: #343434;
	text-transform: uppercase;
	background-size: 12px;
	font-weight: 600;
}

.carousel ul li  .book .hideBook .price .top a:hover {
	color: #999999;
}

.carousel ul li  .book .hideBook .comprar {
	padding-left: 17px;
	background: url('../img/icon_shop.png') no-repeat left center;
}
.carousel ul li  .book .hideBook .descarregar {
	padding-left: 0px;
}

.carousel ul li  .book .hideBook .detalhe {
	padding-left: 17px;
	float: right;
	background: url('../img/detalhe.png') no-repeat left center;
}

.carousel ul li .book .hideBook .price .pvp {
	color: #343434;
	float: left;
	display: block;
	text-transform: uppercase;
	font: 700 8px 'PT-Sans', sans-serif;
}

.carousel ul li .book .hideBook .price .pvp span {
	display: block;
	text-transform: uppercase;
	text-decoration: line-through;
	font: 700 13px 'PT-Sans', sans-serif;
}
.carousel ul li .book .hideBook .price .pvp span.naoCortar{
	text-decoration: none;
}

.carousel ul li .book .hideBook .price .right {
	color: #E3141A;
	font: 400 30px 'Aprex-New-Bold', sans-serif;
}

.carousel .arrow {
	top: 45px;
	width: 11px;
	height: 17px;
	cursor: pointer;
	position: absolute;
}
.carousel .arrow:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.carousel .arrowLeft {
	left: 0;
	background: url('../img/seta_Nav_News.png') no-repeat left top;
}

.carousel .right .arrowLeft {
	left: 35px;
}

.carousel .arrowRight {
	left: 22px;
	background: url('../img/seta_Nav_News.png') right top no-repeat;
}

.carousel .right .arrowRight {
	left: 53px;
}

.bulletsGeral {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.bulletsGeral a {
	width: 14px;
	height: 14px;
	font-size: 0;
	margin-right: 5px;
	display: inline-block;
	background: url('../img/nav_Lista_Livros.png') right center;
}
.bulletsGeral a:last-of-type {
	margin-right: 0;
}

.bulletsGeral a.selected {
	background: url('../img/nav_Lista_Livros.png') left center;
}

/*FIM CARROSSEL NOVIDADES + QUEM COMPROU ... */

#noticiasLaterais {
	display: block;
	float: left;
	position: relative;
}

#noticiasLaterais .active {
	color: #383D4B;
}

#noticiasLaterais .titles {
	margin-bottom: 40px;
}

#noticiasLaterais ul {
	padding: 0;
	list-style: none;
	float: left;
	width: 268px;
	padding-top: 10px;
	margin-top: 5px;
	cursor: default;
}

#noticiasLaterais ul li {
	float: left;
	width: 268px;
	margin-right: 30px;
}

#noticiasLaterais ul li .livro {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

#noticiasLaterais ul li .livro .img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
#noticiasLaterais ul li .livro .img img {
	width: 70px;
}

#noticiasLaterais ul li .livro .info,
#noticiasLaterais ul li .livro .info a{
	float: left;
	display: block;
	color: #333333;
	font: 700 14px 'PT-Sans', sans-serif;
}

#noticiasLaterais ul li .livro  .info .pos {
	color: #E2151A;
	display: inline;
}

#noticiasLaterais ul li .livro .info .author {
	color: #999999;
	text-transform: uppercase;
}

#noticiasLaterais ul li .livro .comentarios {
	float: left;
	display: block;
	color: #646569;
	margin-top: 10px;
	text-transform: uppercase;
}

#noticiasLaterais .arrows {
	top: 41px;
	width: 11px;
	height: 17px;
	cursor: pointer;
	position: absolute;
}

#noticiasLaterais .arrows:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#noticiasLaterais .arrowLeft {
	left: 0;
	background: url('../img/seta_Nav_News.png') left center;
}

#noticiasLaterais .arrowRight {
	left: 18px;
	background: url('../img/seta_Nav_News.png') right center;
}

.aviso {
   color: #e2151a;
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
}
.aviso.green {
	color: #008000;
}


/*INICIO CARRINHO MENU*/
#shop-carrinho {
	right: 0;
	top: -10px;
	z-index: 9999;
	position: absolute;
}

#shop-carrinho.hide {
	display: none;
}

#shop-carrinho #shop-hover {
	z-index: 9999;
	color: #E2151A;
	font-size: 14px;
	line-height: 13px;
	padding: 12px 13px;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background-color: #F8F8F8;
	cursor: pointer;
}

#shop-carrinho .content-hover {
	z-index: 9998;
	margin-top: -1px;
	width: 300px;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	text-align: left;
}

#shop-carrinho .content-hover .totalPrice {
	padding: 10px 0;
	width: 100%;
	text-align: right;
	background-color: #FFFFFF;
}

#shop-carrinho .content-hover .btnOptions {
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
	width: 265px;
	margin: 0 auto;
	display: block;
}

#shop-carrinho .content-hover .btnOptions a {
	width: 83px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

#shop-carrinho .content-hover .btnOptions a.detalhe {
	padding: 6px 0;
	float: left;
	font-weight: 700;
	background: #373D4B url('../img/detalheWhite.png') no-repeat 20px center;
	padding-left: 22px;
}
#shop-carrinho .content-hover .btnOptions a.checkout {
	padding: 6px 0;
	float: right;
	font-weight: 700;
	background: #E2151A url('../img/icon_shop-white.png') no-repeat 14px center;
	padding-left: 22px;
}

#shop-carrinho .content-hover .totalPrice .wrapperTotalPrice {
	width: 265px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #373D4B;
}
#shop-carrinho .content-hover .totalPrice .wrapperTotalPrice .info {
    display: inline-block;
	
    padding-left: 3px;
    font-size: 9px;
    color: #999999;
    text-transform: initial;
    padding-right: 5px;
}
#shop-carrinho .content-hover .totalPrice .wrapperTotalPrice .red {
    color: #E3141A;    letter-spacing: -2px;    
    font: 700 17px/100% 'PT-Sans', Arial, Helvetica, sans-serif;
	
    display: inline-block;
}

#shop-carrinho .content-hover #closeShop {
	right: 15px;
	position: absolute;
	top: 45px;
}

#shop-carrinho .content-hover table {
	width: 100%;
	padding: 15px;
	padding-bottom: 0;
}
#shop-carrinho .content-hover table tr:first-of-type td {
	padding:5px 2px;
}
#shop-carrinho .content-hover table tr td {
	padding: 10px 0;
	border-bottom: 1px solid #E3E3E3;
}

#shop-carrinho .content-hover .removeShop {
	width: 30px;
}

#shop-carrinho .content-hover .imgShop .prod-img-ribbon-wrapper  {
	width: 40px;
	height: auto;
	position: relative;
	vertical-align: top;
}
#shop-carrinho .content-hover .imgShop img {
	max-height: 53px;
	max-width: 36px;
	vertical-align: bottom;
}
#shop-carrinho .content-hover .imgShop .book-ribbon {
	bottom: -2px;
	height: 28px;
	left: auto;
	position: absolute;
	right: 2px;
	top: auto;
	width: 29px;
}

#shop-carrinho .content-hover .qtdShop {
	color: #919191;
	padding-left: 8px;
	font-size: 14px;
	font-weight: 700;
	padding-right: 3px;
}
#shop-carrinho .content-hover .titleShop {
	color: #373D4B;
	font: 700 11px 'PT-Sans', sans-serif;
}
#shop-carrinho .content-hover .titleShop  a{
	color: #373D4B;
}
#shop-carrinho .content-hover .titleShop  a:hover{
	color:#e2151a;
}
#shop-carrinho .content-hover .priceShop {
	color: #e3141a;
	font: 700 15px/100% "PT-Sans",Arial,Helvetica,sans-serif;
	letter-spacing: -2px;
	min-width: 52px;
	text-align: right;
}

#shop-carrinho .content-hover .prom {
	font-weight: 700;
	color: #363C4A;
}
#shop-carrinho .content-hover .prom a {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	color: #363C4A;
}

#shop-carrinho .content-hover .prom a:hover {
	color: #999999;
}

#openShop {
	cursor: pointer;
}
#header .wrapper > .top .right > .top > a.apps{
	color:#333333;
}

.letrasInfo {
	border-top: 1px solid #dddddd;
	margin: 0 17px;
	padding: 10px 0;
	text-align: center;
}
#shop-carrinho .content-hover .vazio {
	font-weight: 700;
	color: #363C4A;
	text-align: center;
}
#shop-carrinho .content-hover .vazio span{
	display: block;
	padding: 10px 0;
}
/*FIM CARRINHO MENU*/

#menuCliente {
	width: 100%;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 9999;
	top: 24px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: none;
	width: 167px;
	border-top: 1px solid #E2151A;
}

#menuCliente li {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
	background-color: #FFFFFF;
	display: block;
}
#menuCliente li > a {
	color: #3A3B4D;
	display: block;
	padding: 10px 18px !important;
	font-size: 13px;
	padding-right: 5px !important;
	border: 1px solid #CCCCCC;
	border-top: none;
}
#menuCliente li > a:hover {
	color: #e2151a;
}
#faceApps2 #facebookBox{
	width:100%;
}

.sugestoesLeyaContainer {
    display: block;
    position: fixed;
    top: 50%;
    z-index: 1050;
}

#sugestoesLeyaDesktop.activo,
.sugestoesLeyaContainer:hover{
	height: 126px;
	top:48%;
	width: 328px;
}

.sugestoesLeyaContainer #sugestoesLeyaDesktop {
    background-color: #373d4b;
    display: table-cell;
    height: 78px;
    text-align: center;
    vertical-align: middle;
    min-width: 42px;
}
.sugestoesLeyaContainer #sugestoesLeyaMobile{
	display:none;
}
.sugestoesLeyaContainer #sugestoesLeyaDesktop .infoBox{
	display:none;
	float:left;
}

.sugestoesLeyaContainer #sugestoesLeyaDesktop .infoBox .titulo{
	display:block;
	float:left;
	width:100%;
	font: 400 17px 'Aprex-New-Bold', sans-serif;
	color:#FFFFFF;
	text-transform: uppercase;
}

.sugestoesLeyaContainer #sugestoesLeyaDesktop .infoBox .subtitulo{
	display:block;
	float:left;
	width:100%;
	font: 400 15px 'Aprex-New', sans-serif;
	color:#999999;
}

.sugestoesLeyaContainer #sugestoesLeyaDesktop.activo .iconPequeno{
	display:none;
}
.sugestoesLeyaContainer #sugestoesLeyaDesktop.activo,
.sugestoesLeyaContainer #sugestoesLeyaDesktop:hover{
	display:block;
	height: 76px;
	text-align: left;
	padding:25px;
}

.sugestoesLeyaContainer #sugestoesLeyaDesktop.activo .infoBox,
.sugestoesLeyaContainer #sugestoesLeyaDesktop:hover .infoBox{
	display:block;
	border-collapse: collapse;
}
.infoBox tr td{
	padding:0px;
	margin:0px;
}
.sugestoesLeyaContainer #sugestoesLeyaDesktop.activo .iconPequeno,
.sugestoesLeyaContainer #sugestoesLeyaDesktop:hover .iconPequeno{
	display:none;
}
.sugestoesLeyaContainer #fecharSugestoes{
	display:none;
}
/* OVERRIDES */

.formregisto input {
	margin-bottom: 5px !important;
}

.formlogin input {
	margin-bottom: 5px !important;
}

.portalCarrossel .tabsCarrosselGrande .leftArrow {
	left: -30px;
}

.portalCarrossel .tabsCarrosselGrande .rightArrow {
	right: -30px;
}

.book .desc {
	font: 600 11px 'PT-Sans', sans-serif !important;
}

.title {
	color: #888 !important;
}

.wrapperTop .title {
	color: #383D4B !important;
}

#footer .title {
	color: #ffffff !important;
}

.title.titleActive {
	color: #383D4B !important;
}

.titleText > .title {
	color: #ffffff !important;
}

.wrapperTop .more {
	font-size: 15px !important;
	color: #888 !important;
}

.news .textInfoTop {
	color: #555 !important;
}

.sub-title {
	color: #555 !important;
}

.ebookDisp {
	color: #555 !important;
}

.showBook .title {
	color: #000000 !important;
    font: 700 12px 'PT-Sans', sans-serif !important;
}

.bookBullets {
	display:none !important;
}

#bullets {
	display:none !important;
}

.bulletsGeral {
	display:none !important;
}
.item_carrinho {
	position:absolute;
	padding:10px;
	height:40px;
	width:100px;
	z-index:99999;
	background:url('../img/item_adicionado_carrinho.png');
	background-size:100%;
	border-bottom: 1px solid black;
    border-right: 1px solid black;
	box-shadow: 3px 3px 3px #333;
    -moz-box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 3px 3px 3px #333;
    box-shadow: 3px 3px 3px #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.cliente {
	max-width: 70px;
	overflow-x: hidden;
}

div.portalCarrossel .tabsCarrosselGrande ul {
	margin-left: 0px !important;
}

/* FAQ BIG */
.faq_big {
	width: 90%;
	padding: 10px;
	padding-left:30px;
	margin-bottom: 5px;
	min-height: 55px;
	background-color: #e1e1e1;
	color: #383D4B !important;
}
.faq_big .faq_pergunta {
	font-size: 24px;	
}

.faq_big .faq_resposta {
	font-size: 16px;
}

.faq_big a {
	color: #383D4B;
	text-decoration: underline;
}

.faq_button {
	margin: 0 auto;
    width: 130px;
    display: block;
    color: #FFFFFF;
    margin-top: 7px;
    padding: 10px 20px;
    background-color: #E2151A;
    text-transform: uppercase;
    font: 700 16px 'PT-Sans', sans-serif;
}
.faq_button:hover {
    background-color: #EF3125;	
	color: #ffffff;
}

/* CHECKOUT */
.inputlabel {
	background-color: #EBEBED !important;
	border: 0px !important;
	margin: 0px !important;
}
.selectlabel {
	display: none !important;
}

#login a.alterarDados {
	float: left !important;
}

.stronglabel {
    display: block;
    margin: 10px 1px 8px 1px;
    margin-top: 10px !important;
    padding: 0;
    font: 700 14px 'PT-Sans', sans-serif;	
}

.lightlabel {
	display: block !important;
    margin: 0 1px 8px 1px !important;
    padding: 0 !important;
    color: #474749 !important;
    font: 400 14px 'PT-Sans', sans-serif !important;
	cursor: pointer;
}
/* OTHERS */

#sinopse .title { color: #000000 !important; } 
#detalhe .right .top .title { color: #373D4B !important; }
#campanhaDetalhes .title { color: #373D4B !important; }
#listagemCampanhas .title { color: #373D4B !important; }

/* pageTitle */
#pageTitle {
	padding: 5px 0 !important;
}

#pageTitle div {
	display: inline-block;
	vertical-align: middle;
}

#pageTitle img {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	max-height: 80px;
}

#pageTitle.noLogin {
	background: url('../img/recomendacoesBanner_BG.jpg') no-repeat scroll center top;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 0px !important;
}

#pageTitle.pageTitleImg {
	padding: 0px 0 !important;
}

/* SUB-FOOTER */

.newsletter_email {
	margin: 0;
    padding: 7px 12px;
    color: #6E6E6E;
    border: 1px solid #6E6E6E;
    border-right: none;
    font: 400 14px 'PT-Sans', sans-serif;
    background: white;
    outline: none;
    width: 375px;
}

.newsletter_submit {
    cursor: pointer;
    color: #FFFFFF;
	margin-left: -5px;
    padding: 7px 25px;
    background-color: #E2151A;
    text-transform: uppercase;
    border: 1px solid #E2151A;
    font: 700 14px 'PT-Sans', sans-serif;
    outline-color: #E2151A;
}

.newsletter_titulo {
	margin-left: 6px;
	text-transform: uppercase !important;
	font-size: 28px !important;
	float: left;
}

.newsletter_subtitulo {
	width: 100%;
	margin-bottom: 5px;
	margin-left: 6px;
	font-size: 16px !important;
	float: left;
	text-align: left;
}

.newsletter_container {
	margin: 0 auto;
    width: 535px;
	min-height: 97px;
}

.newsletter_subtitulo.in_use, .newsletter_subtitulo.invalid {
	color: #E3141A;
}

.newsletter_subtitulo.success {
	color: #03AB9E;
	margin-top: 10px;
}

/* FOOTER */

#footer .top .right .col .title {
	font-size: 21px;
	height: 24px;
}

#footer .top {
	margin-bottom: 0px;
}

#footer .bottom {
	padding-bottom: 15px;
}

#footer .bottom .right {
	padding-top: 0px;
	margin-right: 72px;
}

#footer .top .left img {
	padding-bottom: 25px;
}

#footer .footer {
	    padding: 10px 0;
}