/* CSS Document */

/*LAYOUT*/
.mainTable{background:url(imgs/bgsite_grass.jpg) repeat-x bottom;}
.bgLeft{background:url(imgs/bgsite_left.gif) top right no-repeat;}
.bgRight{background:url(imgs/bgsite_right.gif) top left no-repeat;}
.heightLimit{height:400px;}
.topBg{background:url(imgs/bgcontents.gif) repeat-y;}
.middleBg{background:url(imgs/bgcontents.gif) repeat-y;}
.bgContents{height:190px; background:url(imgs/bgcontents_middle.jpg) no-repeat;}
.bottombg{background:url(imgs/bgcontents_bottom.png) no-repeat;}

.leftColBanner {margin:10px 0px 0px 19px;}


/*FONTES*/
.texto, .texto a {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	/*line-height: 14px;*/
	color:#666666;
	text-decoration:none;
}
.texto a:hover{
	/*text-decoration:underline;*/
	color: #ff8800;
}

.textoblue, .textoblue a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#004f97;
	text-decoration:none;
}
.textoblue a:hover{
	text-decoration: underline;
}

.textobluebold, .textobluebold a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#004f97;
	text-decoration:none;
	font-weight:bold;
}
.textobluebold a:hover{
	text-decoration: underline;
}

.data{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#b2b2b2;
}

.copyright{font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; font-size:10px; color:#FFFFFF;}


.botmaisOff{
	width:40px;
	height:40px;
	display:block;
	background: url(imgs/boxnovidades_botmais_off.gif) no-repeat;
	font-size: 0px;
	overflow: hidden;
	text-indent: -99999px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	cursor:pointer;
}
.botmaisOn{
	width:40px;
	height:40px;
	display:block;
	background: url(imgs/boxnovidades_botmais_on.gif) no-repeat;
	font-size: 0px;
	overflow: hidden;
	text-indent: -99999px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	cursor:pointer;
}



/*MAIS -------------------------------------------------------------------------------------------*/
/*Definições gerais obrigatórias para funcionar em IE, FF e Ópera*/

#maisvendidos ul {list-style:none;margin:0px;padding:0px 0px 0px 15px;}
#maisvendidos li {
	width: 170px;
	display:block;
	padding:0px;
	margin:0px;
}
/*Definições de botão COM link*/
#maisvendidos li a{	
	width: 160px;
	display: block;
	
	padding: 6px 0px 6px 10px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/
			
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #004f97;
	border-bottom: 1px dotted #cccccc;
	
	background:url(imgs/bullet.gif) no-repeat 0px center;
}
#maisvendidos li a:hover{
	color: #ff8800;
	text-decoration: underline;
}

/*tabela lista livros-------------------------------------------------------------------------------*/
.TabFOTOAUTOR{background:url(imgs/capa_thumb_leitura_shadow.jpg) bottom left no-repeat; padding:0px 0px 2px 0px;}

/*THUMB AUTORES-------------------------------------------------------------------------------------- */
.ThumbAutores {background-color:#ededed; border-left: 1px solid #ededed; border-right:1px solid #ededed; border-top:1px solid #ededed;}

/*FONTE LARANJA ---------------------------------------------------------------------------------- */
.texlaranja{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #ff660a;
}

/*TITULO LIVRO LISTA ---------------------------------------------------------------------------- */
.titLIVRO, .titLIVRO a {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #004f97;
	text-decoration: none;
}

/*TITULO LIVRO LEITURA ---------------------------------------------------------------------------- */
.titLIVRO2, .titLIVRO2 a {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	color: #004f97;
	text-decoration: none;
}

/*TITULO AUTOR LISTA LIVROS ---------------------------------------------------------------------- */
.titAUTOR2, .titAUTOR2 a {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #004f97;
	text-decoration: none;
}

/*TITULO AUTOR ---------------------------------------------------------------------------------- */
.titAUTOR, .titAUTOR a {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	color: #004f97;
	text-decoration: none;
}
	
.titAUTOR a:hover { text-decoration: underline;}

/*SUBTITULO LISTA LIVROS ---------------------------------------------------------------------- */
.subtitulo, .subtitulo a {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color: #666666;
	text-decoration: none;
}

/*SUBTITULO LEITURA LIVROS ---------------------------------------------------------------------- */
.subtitulo2, .subtitulo2 a {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color: #666666;
	text-decoration: none;
}
