@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #330000;
	background-image: url(../images/fundo.png);
	margin: 0px;
}
#imgBg {
	background-image: url(../images/fundo_pagina.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 702px;
	width: 773px;
}
#content {
	width: 650px;
	height: 500px;
	overflow: auto;
	margin-left: 60px;
}
#contentHolder {
	vertical-align: top;
	clear: both;
}
#menuTopo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	color: #472c25;
	font-weight: bold;
	padding: 60px;
}
#menuTopo a {
	text-decoration: none;
	color: #472c25;
}
#menuTopo a:hover {
	text-decoration: underline;
	color: #ba2018;
}
#titulo {
	vertical-align: top;
	height: 50px;
}
#texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #291813;
	width: 400px;
}
#texto a {
	color: #c80f0f;
	text-decoration:none;
	
}
#colLeft {
	float: left;
	text-align: left;
}
#colRight {
	float: right;
}
#contentRight {
	width: 230px;
}
#boxRight {
	background-image: url(../images/box.png);
	padding: 10px;
	margin-bottom: 20px;
}
#titBoxRight {
	font-size: 14px;
	text-transform: uppercase;
	color: #9a2a18;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #472c25;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
#titBoxRight2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #472c25;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #472c25;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
#contentBoxRight {
	background-image: url(../images/box_int.png);
	text-align: left;
	padding: 5px;
}
#noticia {
	padding-top: 20px;
}
#noticiaTit {
	font-size: 18px;
	color: #a50c04;
	font-weight: bold;
}
#noticiaText {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b6456;
	margin-bottom: 20px;
}
#noticiaText a {
	color: #c80f0f;
	text-decoration: underline;
}
#noticiaDate {
	font-size: 16px;
	font-weight: bold;
	color: #5c584c;
}
#contentBoxRight a {
	color: #a50c04;
}
.imgDestaque {
	width: 100px;
	margin-right: 5px;
}
.titDestaque {
	text-transform: uppercase;
}
.titLivro {
	font-weight:bold;
	width:100px;
	}
.listaCategoria {
	background-image: url(../images/box.png);
	padding: 3px;
	list-style-image: url(../images/marcador.png);
	margin-bottom: 3px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	cursor: pointer;
}
.imgLancamento {
	width: 100px;
	margin-right: 5px;
}
.noticiaFull {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #a50c04;
}
.categoriaSelected {
	color:#a50c04;
}
.spacerWagon {
	/*padding-top: 15px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D4D41;
	margin-bottom: 15px;
	/*margin-top: 15px;*/
	height:10px;
}
.livroPedido {
	color:#291813;
}
.finalPedido {
	color: #9a2a18;
	text-decoration:underline;
}

form label {
	margin:0;
	padding-top:0px;
	clear:both;
	display:block;
}
input {
	color: #291813;
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}