/* CSS Document */

/* Destaque 01 */
#dest01 {
	background-color:#f3f3f3;
	padding:3px;
	border:#cdcdcd solid 1px;
}
#banner01 {
	width:580px;
	height:126px;
	background-image:url(../images/bn-index.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
	margin-bottom:10px;
}
#banner01 * {
	width:560px;
	margin: 5px 0 0 5px;	
}

/* Livros */
.liv_base {
	padding:5px;
}
.liv_img {
	display:block;
	float:left;
	width:150px;
}
.liv_img img {
	width:100%;
}
.liv_desc {
	display:block;
	float:right;
	width:390px;
}
.liv_nome {
	font: 18px Georgia, "Times New Roman", Times, serif;
}
.liv_autor {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.liv_txt {
	padding:15px 0;
}
.liv_link {
	text-align:right;
}
.liv_link a:link{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#293136;
}
.liv_link a:visited{
	color:#293136;
	font-weight:bold;
}
.liv_link a:hover{
	color:#4e5559;
}

/* Livros Thumb's */
#thumb_geral {
	margin: 10px 0;
}
.thumb_base {
	width:268px;
	background-color:#f7f7f7;
	border:#cdcdcd solid 1px;
	margin:0 4px 5px;
	float:left;
	padding:5px;
}
.thumb_base2 {
	background-color:#f7f7f7;
	border:#cdcdcd solid 1px;
	margin:0 4px 5px;
	padding:5px;
}
.thumb_img {
	width:90px;
	float:left;
}
.thumb_img * {
	width:100%;
}
.thumb_txt {
	float:right;
	width:170px;
}
.thumb_txt2 {
	float:right;
	width:450px;
}
.thumb_nome {
	color:#eb580b;
	font-size:12px;
}
.thumb_autor {
	color:#606a70;
	font-size:12px;
	font-style:italic;
}
.thumb_desc {
	padding:5px 0;
}
.thumb_link {font-size:10px;}
.thumb_link a:link {
	color:#000;
}
.thumb_link a:visited {
	color:#000;
}
.thumb_link a:hover {
	color:#4e5559;
}

/* Autor Livro */
#aut_nome {
	padding:10px 0 0;
}

/* Menu Navegacao */
#not_nav {
	text-align:center;
	font-size:11px;
}
#not_nav li {
	display:inline;
}
#not_nav li a:link {
	color:#293136;
	text-decoration:none;
}
#not_nav li a:visted {
	color:#293136;
	text-decoration:none;
}
#not_nav li a:hover {
	color:#4e5559;
}