html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
button::-moz-focus-inner {
	border:0;
	padding:0;
}
body {

	line-height: 1.25;
	margin: 0 0 100px; /* bottom = footer height */

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html
{

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

}







@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v75/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}





body
{

	color: #3D3D3D;
	background: #fff;

	font-family: 'Raleway', sans-serif;
	font-size:11pt;
	font-size-adjust: 0.5;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: relative;

	padding-bottom: 6rem;
	min-height: 100%;
	margin: 0 auto !important;
	float: none !important;

}




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}


* html .clearfix
{
	height: 1%;
}

#content
{
	
	max-width:1080px;
	margin: 0 auto;
	clear-after: both;
	position:relative;

	
}
.columns {
	float:left;
}
.columns:before {
display: table;
content: "";
}





















header
{


	height:50px;
	border-bottom: 1px solid #e5e5e5;
	
	background:#FCFCFC;

	width:100%;
}


header div#top
{
	max-width:1080px;
	height:50px;
	margin:0 auto;


}

header div a
{
	padding:13px 0;
	line-height: 48px;
	color:#660066;
	font-size:24px;
	font-weight:700;

}
header div span {
	color:#be29ec;
	font-size:18px;
	position:relative;
	left:6px;
}













a {
	color:#4D4D4D;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color:#363636;
	text-decoration: none;
}




/* search input */

#search {

	margin-top:-12px;
	position: relative;
	float:right;
	overflow:hidden;
	width:auto;
}

#search input {
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 15px;


}
#search .searchGicon {
	position:relative;
	top:28px;
	font-size: 18px;
	float:left;
	opacity: 0.5;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 50); /* // for IE8 */
	filter: alpha(opacity= 50); /* //for IE5-7 */
}
#search input[type=text] {
	color: #660066;
	display: block;
	width:auto;
	height:34px;
	letter-spacing:0.5px;
	word-spacing:1px;
	padding-left:26px;
	border:1px solid #660066;
	outline: none;
	margin-right: 5px;

}


#search button {
	background:transparent url('../img/sprite.png') left top no-repeat;
	background-position:13px -127px;
	cursor:pointer;
	display: block;
	border:none;
	position: absolute;
	left:453px;
	height:37px;
	width:46px;
}

#sugsbox {
	background:#fff;
	width:366px;
	z-index: 9999;
	margin: auto;
	position: absolute;
	top:36px;


	border:1px solid #660066;
	border-top: none;
	display: none !important;

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#sugsbox a {
	padding:2px;
	display:block;
}
#sugsbox.active {
	display: block !important;

}





ul.llsUl>li {

	padding:3px 14px 3px 14px;
}

ul.llsUl>li a.selected {

	color:#000;
}






	/* Style the list */
ul.breadcrumb,ul.sort {
	list-style: none;
	float:left;
	font-size: 12px;
	display: inline-block;

	padding:4px 0;

}
ul.breadcrumb.book {
	float:none;
	margin-bottom: 13px;

}



ul.breadcrumb li,ul.sort li {
	display: inline;
	text-transform: uppercase;
	letter-spacing:0.6px;
	display: inline-block;

}

ul.breadcrumb li+li:before {

	color:#999999;
	font-size:5px;
	padding: 0 4px 0 0;
	content: "\276D";
	vertical-align: 40%;
	display: inline-block;
}

ul.breadcrumb li a,ul.sort li a {
	color: #909090;
	text-decoration: none;
	display: inline-block;
}

ul.breadcrumb li h1 {
	display: inline-block;

}

ul.breadcrumb li a:hover,ul.sort li a:hover {
	color: #4D4D4D;
}




/* ul sort */

ul.sort {
	list-style: none;
	float:right;
	font-size: 12px;

}

ul.sort li a:after {

	color:#999999;
	font-size:10px;
	padding: 0 0 0 3px;
	content: "\25BC";
	vertical-align:16%;
}







.mainMenu {

	padding:5px 5px;
	position:relative;
	top:6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.mainMenu:hover, .mainMenu.open {
	background: #e5e5e5;
	cursor:pointer;
}







#metop {
	background: #f2f2f2;
	width:185px;
	position:absolute;
	z-index: 2;
	display: none;
	margin-bottom: 50px;
}
#metop.open{

	display: block;
}
#metop ul
{
	display:block;

	margin: 0 auto;
}



#metop ul li a
{
	padding:4px;
	line-height: 25px;
	font-size: 13px;

	font-weight: 700;

	position: relative;
	text-transform:uppercase;
	color:#000;

}
#metop ul li.active a,#metop ul li a:hover
{
	color:#660066;
}




aside {
	float:left;
	width:185px;
	margin:20px 28px 0 0;
}



/* Categorias */



aside h3, article h3,#mainContent h2
{
	float:left;
	max-width:500px;
	font-size:12px;
	letter-spacing:1.3px;
	text-transform:uppercase;
	font-weight: 700;
	position:relative;
	color:#8f8f8f;
	height:26px;
	line-height:26px;


}
#mainContent h2 {
	float:none;
	margin-bottom:13px;
}

aside h3:after,article h3:after,#mainContent h2:after
{
	position:absolute;
	bottom:0;
	left:0;
	height:2px;
	width:35px;
	background:#f2f2f2;
	content:''
}

aside>#category ul
{
	float:left;
	width:100%;
	margin-top:16px
}

aside>#category ul>li
{
	float:left;
	width:100%;

}

aside>#category ul>li>a
{
	float:left;
	width:100%;
	padding-left:13px;
	margin-bottom:8px;

	line-height:16px;
	color:#4D4D4D;
	font-size:13px;
}

aside>#category ul>li>a:hover
{
	color:#660066;
}

aside>#category ul>li.open>a
{
	background:url(/publico/images/icon-arrow-up.png) no-repeat left center;
}







/** article list */


article {
	max-width:828px;
	float:left;
	margin-top:20px;
}
article.index {

	margin-top:0;
	position: relative;
	top:-30px;

}


article .books:first-child
{
	margin-top:0
}

article ul.books
{
	margin-top:36px
}

article ul.books li
{
	float:left;
	width:190px;
	margin-right:16px;
	text-align:center;
	margin-bottom:26px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

article ul.books li:hover
{

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

}


article ul.books li div.bInfo
{
	height:76px;
	background:#fff;
	border:1px solid #F0F0F0;
	border-top:none;
	padding:5px;
	width:100%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

}
article ul.books li div.bInfo strong {
	overflow: hidden;
}



article ul.books li img
{
	width: 201.7px;
	height: auto;
	display: block;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;


}

article ul.books li strong
{
	float:left;
	width:100%;
	height:43px;
	margin-top:6px;
	font-size:16px;
	line-height:16px;
	color:#636363;
}


article ul.books li span
{
	float:left;
	width:100%;
	line-height:10px;
	height:10px;
	margin-top:5px;
	font-size:13px;
	color:#888;
}

article ul.books li a.down
{
	border:1px solid #8CAB81;
	background:#AFD6A1;
	float:left;
	width:100%;
	color:#000;
	letter-spacing:.9px;
	font-size:11px;
	height:28px;
	line-height:28px;
	margin-top:15px;
	font-weight:700;
	text-transform:uppercase;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;


}

article ul.books li a.down:hover
{
	color:#ececec;
	background:#8CAB81;


}
div.more {
	position: relative;
	top:-22px;
	float:right;
	z-index: 9999;
}
div.more a {

	float:left;
	max-width:500px;
	font-size:12px;
	letter-spacing:1.3px;
	text-transform:uppercase;
	font-weight: 700;
	color:#8f8f8f;
	height:26px;
	line-height:26px;

}
div.more a:after {
	position:absolute;
	bottom:0;
	right:0;
	height:2px;
	width:40px;
	background:#660066;
	content:''

}
div.more a:hover {
	color:#660066;
}




#bookinfo .cover,#bookinfo .info  {
	float:left;
	width:300px;
}

#bookinfo .info {
	float:left;
	width:500px;
	margin-left:20px;


}

#bookinfo .info h1 {
	font-size:22px;
}





#bookinfo .info>.SerieAut li {

	background:#660066;
	display: inline-block;
	zoom: 1;
	*display: inline;


	list-style-type: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	margin:2px 3px 6px 0;


}

#bookinfo .info>.SerieAut li.pgs {
	color:#fff;

	padding:1px 3px;
	font-weight:700;
}


#bookinfo .info>.SerieAut a {

	background:#660066;
	padding:2px 6px;
	font-weight:700;
	font-size:14px;
	color:#fff;

	list-style-type: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}




#bookinfo>.description {
	display: block;

	width:100%;
	float:left;
	margin-top:8px;

}


#bookinfo>.description h3, #relatedserie h3, #relatedautor h3, #relatedrand h3, #relatedautors h3 {
	margin-bottom:8px;
	float:none;

}
#bookinfo>.description .sinopse {
	text-align: justify;
	text-justify: inter-word;
	

}
.description.sinopseMain >.sinopse {
    font-size:13px;
}
.description.sinopseMain {
	margin-top: 20px;
}
.description.sinopseMain h3{
	padding-right:20px;
}


.ads300 {
	width:336px;
	height:280px;
}

.adslinkblock {
	width:466px;
	height:60px;

}
.report {
	float:right;
	text-transform: uppercase;

	margin-top:6px;
}
.report button {

	border:none;
	font-size:9px;
	cursor:pointer;
	background: none;
	color:#696969;
}
.report button:hover {

	color:#CC0000;
}


#relatedserie,#relatedautor, #relatedrand,#relatedautors {
	display: inline-block;
	width:100%;
}


#relatedserie h3 , #relatedautor h3, #relatedrand h3, #relatedautors h3{
	margin-bottom:-25px;
	margin-top:8px;
}
#relatedautor h3{
	margin-top:-10px;
}
#relatedautors h3{
	margin-top:8px;
}


.firstLineBook {
	float:left;
}


#bookinfo .cover {


	width: 300px;
	display: block;
	float:left;

}
#bookinfo .cover img{


	width: 302px;
	height:auto;
	display: block;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

#bookinfo .downloads strong{

	display: block;
	text-transform: uppercase;
	padding:10px 0;

}
#bookinfo .downloads {

	margin-top:10px;
	height: 85px;
	border:1px solid #D4D4D4;
	width: 300px;
	clear:both;
	text-align: center;

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

	border-top:none;

}
#bookinfo .downloads span{

	display: block;
	font-size:8px;

}


#bookinfo .downloads a {

	cursor: pointer;

	width: 70px;
	height: 35px;
	padding:7px 0 0 0;
	font-size: 12px;
margin-right:2px;
	font-weight:700;
	float:left;
	background:#f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#bookinfo .downloads > ul > li:first-child  a{
	margin-left:3px;
}
#bookinfo .downloads > ul > li .epub{
	border:1px solid #4E9A06;
}
#bookinfo .downloads > ul > li .pdf{
	border:1px solid #A40000;
}
#bookinfo .downloads > ul > li .mobi{
	border:1px solid #729FCF;
}
#bookinfo .downloads > ul > li .lereo {
	border:1px solid #5C3566;
}

#bookinfo .downloads a:hover {
	color:#fff;
	background:#000000;
}

#bookinfo .downloads a.disabled {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	font-size:10.3pt;
	padding-top:10px;
	height: 40px;
	border-color:#fff;

}


#bookinfo .downloads a:after {
	background: #00ff00;
}

#bookinfo .downloads button span {
	display: block;
	font-size:20px;

}

#bookinfo .downloads a:hover {
	background:#660066;

	color:#fff;
}

#bookinfo .downloads a.epub:hover {
	background:#4E9A06;

}

#bookinfo .downloads a.pdf:hover {
	background:#D10000;

}

#bookinfo .downloads a.mobi:hover {
	background:#3465A4;

}


.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border-color: #DDD #54806F #DDD #DDD;
	border-width: 1px 2px 1px 1px;
	border-style: solid;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefoxbit 3.6 */
    background-clip: padding-box;

  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;


    /* IE hacks */
    zoom: 1;
    *display: inline;
}



.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #54806F;
    background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */



}

.button:active,
.button.active {
    border-color: #54806F;
    background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}
.button:disabled, .button:hover:disabled{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	border-color: #DDD #54806F #DDD #DDD;
}

/* overrides extra padding on button elements in Firefoxbit */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.green,.green:disabled, .green:hover:disabled  {
	border-color: #DDD #566929 #DDD #DDD;
}
.green:hover,.green:active,.green:focus {
	border-color: #566929;
}
.black,.black:disabled, .black:hover:disabled  {
	border-color: #DDD #000000 #DDD #DDD;
}
.black:hover,.black:active,.black:focus {
	border-color: #000000;
}
.red,.red:disabled, .red:hover:disabled {
	border-color: #DDD #cc0000 #DDD #DDD;
}
.red:hover, .red:active, .red:focus {
	border-color: #cc0000;
}
.grey,.grey:disabled, .grey:hover:disabled {
	border-color: #DDD;
	border-width: 1px 1px 1px 1px;
}
.grey:hover,.grey:active,.grey:focus {
	border-color: #D4D4D4;
}
.small {
	padding:5px 10px;
	font-size:10px;
}
.medium {
	padding: 0.4em 1em;
	font-size:12px;
}


/* contact */
#mainContent {
	float:left;
	width:866px;
	margin-top:20px;
}
#mainContent .text,#mainContent .textCenter{
	display:block;
	float:left;
	font-size: 18px;

}

#mainContent .textCenter{
text-align: center;
}



#mainContent .sendbookdrop{
	display:block;
	float:left;
	font-size: 18px;
	padding:33px 5px 5px 5px;
	text-align: center;
	border:1px solid #ccc;
	margin-top:20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


#mainContent .sitemap{
	display:block;
	float:left;
}

#mainContent .sitemap b{
	display:block;
	padding:10px 0 8px 0;


}



#mainContent .sitemap ul
{
	height:30px;
	margin: 0 auto;
}

#mainContent .sitemap ul li
{


	float: left;

}

#mainContent .sitemap ul li a
{
	display:inline-block;
	padding:6px;
	font-size: 14px;
	color:#666;

}
#mainContent .sitemap ul li.active a,#mainContent .sitemap ul li a:hover
{
	color:#000;
}









.formforgot .labeinput label
{
	display:block;
	padding:3px;
}

.formforgot .button
{
	margin-top:20px;
}

.erroregister, .erroforgotpassword, .errologcp
{
    background:#fff;
    border-left:4px solid #dd3d36;
    margin:0 auto;
    position:absolute;
	width:794px;
    color:#333333;
    top:32px;
}
.erroforgotpassword
{
	top:32px;
	
}
.erroregister ul li, .erroforgotpassword ul li, .errologcp ul li
{
	padding:3px;
	
}
.erroforgotpassword ul li
{
	padding:8px;
	
}
.erroregister ul li strong, .erroforgotpassword ul li strong, .errologcp ul li strong
{
	padding:0 5px;
	font-weight:700;
}

/* modalllllllllllllllllllllllllllllllllllllllllll */

.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 80%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}


.modal {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width:800px;
	max-height:850px;
	box-sizing: border-box;
	text-align: left;
	background: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;


}

.modal a.close-modal {
  position: absolute;
  top:0;
  right:0;
  display: block;
  padding:2px 12px 18px 10px;
  width:10px;
  height:10px;
  font-size:18px;
  font-weight:800;
  color:#ABABAB;
  
}
.modal a.close-modal:hover
{
	color:#707070;
}



.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url('../img/load.gif') #476c5e no-repeat center center;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;



}

.tipsy { font-size: 12px; position: absolute; margin-top:2px;padding:5px; z-index: 100000;}
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding:6px 10px 6px 10px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
  






















/* check box */
/*


*/

.ncheckbox input[type="checkbox"] {
    display:none;
}
.ncheckbox input[type="checkbox"] + label {
   
	cursor:pointer;
	display: block;
	
	font-size:11px;
}
.ncheckbox input[type="checkbox"] + label span {
    
   display:inline-block;
    width:15px;
    height:15px;
    margin:-4px 4px 0 0;
    vertical-align:middle;
    background:url('../img/sprite.png') left top no-repeat;

	background-position:-29px -2px;
    cursor:pointer;
}
.ncheckbox input[type="checkbox"]:hover + label span,.ncheckbox input[type="checkbox"]:focus + label span:focus {
    
	
	background-position:-54px -2px;
    cursor:pointer;
}
.ncheckbox input[type="checkbox"]:checked + label span {
    background:url('../img/sprite.png') left top no-repeat;
    background-position:-81px -2px;
}

/*switch on off checkbox */

.scheckbox input[type="checkbox"] {
    display:none;
}
.scheckbox input[type="checkbox"] + label {
   
    cursor:pointer;
	position:relative;
	top:5px;
	left:-4px;
    
}
.scheckbox input[type="checkbox"] + label span {
    display:inline-block;
    width:36px;
    
    height:15px;
    
    background:url('../img/sprite.png') left top no-repeat;

	background-position:-28px -31px;
    cursor:pointer;
}

.scheckbox input[type="checkbox"]:checked + label span {
    background:url('../img/sprite.png') left top no-repeat;
    background-position:-77px -31px;
}
/*switch on off checkbox */

.dcheckbox input[type="checkbox"] {
    display:none;
}
.dcheckbox input[type="checkbox"] + label {
   
    cursor:pointer;

    
}
.dcheckbox input[type="checkbox"] + label span,.dcheckbox input[type="checkbox"] + label span:hover {
    display:block;
     width:20px;
    height:20px;
    background:#EBEBEB url('../img/sprite.png') left top no-repeat;
	
	background-position:2px -119px;
    cursor:pointer;
}
.dcheckbox input[type="checkbox"] + label span:hover
{
	background:#fff url('../img/sprite.png') left top no-repeat;
	background-position:2px -119px;
}

.dcheckbox input[type="checkbox"]:checked + label span,.dcheckbox input[type="checkbox"]:checked + label span:hover {
    background:#EBEBEB url('../img/sprite.png') left top no-repeat;
    background-position:2px -143px;
}
.dcheckbox input[type="checkbox"]:checked + label span:hover
{
	background:#fff url('../img/sprite.png') left top no-repeat;
    background-position:2px -143px;
}


/*switch on off checkbox */

.pscheckbox input[type="checkbox"] {
    display:none;
}
.pscheckbox input[type="checkbox"] + label {
   
    cursor:pointer;

    
}
.pscheckbox input[type="checkbox"] + label span,.pscheckbox input[type="checkbox"] + label span:hover {
    display:block;
     width:20px;
    height:20px;
    background:#EBEBEB url('../img/sprite.png') left top no-repeat;
	
	background-position:2px -38px;
    cursor:pointer;
}
.pscheckbox input[type="checkbox"] + label span:hover
{
	background:#fff url('../img/sprite.png') left top no-repeat;
	background-position:2px -38px;
}

.pscheckbox input[type="checkbox"]:checked + label span,.pscheckbox input[type="checkbox"]:checked + label span:hover {
    background:#EBEBEB url('../img/sprite.png') left top no-repeat;
    background-position:2px -56px;
}
.pscheckbox input[type="checkbox"]:checked + label span:hover
{
	background:#fff url('../img/sprite.png') left top no-repeat;
    background-position:2px -56px;
}




/* send book */

.sendbook .text {

	display: block;
}



/* send book close */




footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:113px;
	margin-bottom:-100px;

	text-align: center;
	border-top: 1px solid #e5e5e5;

	background:#FCFCFC;
}








#footer {

	padding-top:20px;

	display: block;
	width:100%;
	height:26px;
	margin:0 auto;
	font-size: 12px;
	text-align: center;




}

footer .Credits {
	text-align: center;
	display:block;
	height:30px;
	margin-top:10px;

}



/* Menu Footer */





#footerMenu ul li
{

	display: inline-block;

}

#footerMenu ul li a
{

	display:inline-block;
	padding:6px;


	height:13px;
	position: relative;
	text-transform:uppercase;


}







/* Menu Footer Close */









select {

	background-color: white;
	border: thin solid #E8E8E8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	font: inherit;
	line-height:3em;
	padding: 0.25em 2.6em 0.25em 0.2em;

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image:url('../img/sprite.png'); /* fallback */
	background-repeat:no-repeat;
	background-position:101px -210px;


}

select:focus {

	background-position:101px -239px;


	border-color: #79B53C;
	outline: 0;
}


select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}




/*secondary nav*/
#language {
	float:right;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;


}



#language span {
	display: block;
	background-color: white;
	border: thin solid #E8E8E8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding:3px 5px 1px 8px;
	cursor: pointer;
	height:16px;
	width:89px;
	background-image:url('../img/sprite.png'); /* fallback */
	background-repeat:no-repeat;
	background-position:88px -167px;


}
#language div span.arrow {
	font-size: 10px;
}
#language span.active
{
	-webkit-border-radius: 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius:0;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius:0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	background-position:88px -187px;

}
#language ul li {
	display: none;

	cursor: pointer;
	background:#FAFAFA;
	padding:3px 4px 2px 8px;
	position: absolute;
	bottom:21px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height:14px;
	width:90px;
	border: thin solid #E8E8E8;
	border-bottom: none;
}
#language ul li:hover {
	background:white;

}

/*hide the non active LIs by default*/










/* pagination files */
#pagination
{

	float:left;
	font-size:13px;

	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
	max-width:864px;
	text-align: right;
	text-transform: uppercase;
	font-weight:700;
}
#pagination span.pgs
{
	width:260px;
	display: block;
	float:left;
	text-transform: uppercase;
	font-weight:700;
	color:#CCCCCC;
	text-align: left;
}



#pagination a
{

	padding:2px 8px;
	color:#404040;


}
#pagination a:hover
{
	color:#000;
	text-decoration:none;

}
#pagination a.arrows
{
	text-decoration:none;

}
#pagination span.point
{
	color:#CCCCCC;
}


#pagination span.current
{
	color:#ADADAD;
	padding:2px 8px;
	background:#f2f2f2;
	border:1px solid #ccc;

}





/* mobile */


@media only screen and (max-width: 320px) {

	#search {
		width:195px;

	}
	#search input[type=text] {

		width:160px;

	}

}
@media only screen and (max-width: 600px) {


	article h3 {
		color:#666;
	}
	aside,#metop {
		position: absolute;
		top:51px;
		left: 0;
		z-index: 2;
		display: none;
		width:210px;
		padding-left: 10px;


	}
	aside {
		top:54px;
		background:#f2f2f2;
	}
	aside.open,#metop.open
	{
		display: block;
	}

	article {
		text-align: center;
		margin:0 auto;
		width: auto;


	}
	article {
		max-width:540px;
	}
	article h1,article h2,article h3{
		text-align: center;
		display: block;
		width:100%;
	}
	article ul.books,article ul.books li
	{

		text-align: center;
		margin:0 auto;
	}


	div.more {
		position: relative;
		top:0px;
		margin-bottom: 40px;
		 width:100%;
		text-align: center;
	}

	div.more a {


		float:none;

		text-align: center;

	}
	div.more a:after {
		position:absolute;
		bottom:0;
		right:0;
		height:2px;
		width:40px;
		background:#660066;
		content:''

	}


	div.bInfo {

		float:left;
		width:95%;
	}

	#bookinfo .info
	{
		width: auto;
	}
	article ul.books li strong
	{

		font-size:14px;

	}


	div.info {
		margin:0;
		padding:0;
	}
	#pagination
	{

		float:none;


		width:100%;

		text-align: center;
	}
	#pagination span.pgs
	{
		width:100%;

		text-align: center;
		margin-bottom:20px;
	}

	#footerMenu ul li a {
		display: block;
	}



	ul.breadcrumb,ul.sort {

		font-size: 12px;
		display: inline-block;
		margin:0 10px;
		padding:4px 0;

	}

	#bookinfo {
		width:auto;
		text-align: center;
		margin: 0 auto;
	}
	#bookinfo .info,.firstLineBook{
		float:none;
		text-align: center;
		margin:0 auto;
	}


	article ul.books {

		position:relative;
		display: inline-block;
		list-style: none;
		width:98%;
		text-align: center;

		padding: 0;
		margin:0 auto;
	}
	article ul.books li
	{

		margin:5px;

		width:44%;
		margin-right: 13px;
		display: inline-block;
		float:none;


	}

	article ul.books li img
	{
		max-width:106.7%;
		height: auto;


	}


	#bookinfo .cover ,#bookinfo .downloads{
		float:none;
		text-align: center;
		margin:0 auto;
	}
	#bookinfo .cover img {
		float:none;
		text-align: center;
		margin:0 auto;
	}
	#relatedrand h2,#relatedrand h3 {

		position: relative;
		top:-30px;
		margin-top: 40px;
	}



	.firstLineBook{
		margin-bottom: 10px;
	}
	article ul.books.bRelated li
	{

		margin:5px;
		width:44%;
		margin-right: 13px;
		display: inline-block;


	}

	article ul.books.bRelated img {
		width:108.5%;
		height:auto;
	}






	.description.sinopseMain {
		margin:0 10px;
	}


	#footerMenu ul,#footerMenu ul li{
		float:none;
		text-align: center;
		display: inline-block;

	}


}

/* tablets */
@media only screen and (min-width: 760px) and (max-width: 1024px) {

	aside,#metop {
		margin-left: 15px;
	}
	article {
		width:540px;
	}

	article ul.books
	{
		margin-top:36px
	}

	article ul.books li
	{
		float:left;
		width:164px;
		margin-right:16px;
		text-align:center;
		margin-bottom:26px;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	article ul.books li strong
	{
		float:left;
		width:100%;
		height:43px;
		margin-top:6px;
		font-size:16px;
		line-height:16px;
		color:#636363;
	}

	article ul.books.destaques li:last-child
	{
		display: none;
	}


	article ul.books li a.down
	{
		border:1px solid #8CAB81;
		background:#AFD6A1;
		float:left;
		width:100%;
		color:#000;
		letter-spacing:.9px;
		font-size:11px;
		height:28px;
		line-height:28px;
		margin-top:15px;
		font-weight:700;
		text-transform:uppercase;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;


	}


	article ul.books li img
	{
		width:176px;
		height: auto;
	}
	article ul.books li div.bInfo {
		width:164px;
	}

	article ul.books.bRelated li
	{

		font-size: 13px;
		margin:5px;
		width:160px;
		margin-right: 13px;
		display: inline-block;


	}

	article ul.books.bRelated img {
		width:176px;
	}

	article ul.books.bRelated li:last-child {
		display: none;
	}

	#bookinfo .cover,#bookinfo .downloads {
		float:none;
		margin:0 auto;
	}
	.firstLineBook {
		margin:0 auto;
		text-align: center;
		float:none;
	}







}













