@import url(form.css);
@import url(buttons.css);

@import url(titles.css);
@import url(flex-select-box.css);

@import url(header-content.css);
@import url(content-content.css);
@import url(footer-content.css);

@import url(page-livreiro.css);
@import url(page-catalogo.css);
@import url(page-autores.css);
@import url(page-imprensa.css);
@import url(page-free.css);
@import url(page-livro.css);
@import url(page-autor.css);
@import url(page-quemsomos.css);
@import url(page-contato.css);

@import url(page-pesquisa.css);

@import url(page-recuperacaosenha.css);

@import url(page-meuspedidos.css);

@import url(page-cadastro.css);

@import url(page-carrinhodecompras.css);

* 
{
	font-family: Arial, Helvetica, sans-serif;
}

/*
* SITE SPECIFIC LAYOUT 
*/
body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #ffffff url("../images/body-background.jpg") repeat-x;
}

/*
* Tamanho da pagina 
*/
div.wrapper
{
	border: 0px solid red;
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*
* HEADER 
*/
div.header
{
	width: 100%;
	border: 0px solid green;
	margin-top: 0;
	height: 100%;
	color: White;
	position:relative;
	z-index: 1;
}

/*
* CONTENT MAIN 
*/
div.content
{
	position: relative;
	border: 0px solid red;
	margin-top:1px;
}

/*
* CONTENT FOOTER 
*/
div.footer
{
	width: 100%;
   clear: both;
}

/*
* GERAL 
*/

div.wait-message
{
	background: Red;
	color: #ffffff;
	width: 150px;
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.split-large
{
	background: url(../images/split-large.gif);
	width: 489px;
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

* .msgError,
* .msg-erro { 
	font-size: 10px; 
	color: #990000; 
	text-align: center;
}

* .no-image-small
{
	background: url(../images/no-image-small.gif);
	width: 224px;
	height: 197px;
}

/*
* SELOS DE MEIO DE PAGAMENTO 
*/
span.selo-boleto
{
	display: block;
	background: url(../images/pagamento-selo-boleto.gif);
	text-indent: -9999px;
	width: 20px;
	height: 18px;
}
span.selo-boleto-large
{
	display: block;
	background: url(../images/pagamento-selo-boleto-large.gif);
	text-indent: -9999px;
	width: 36px;
	height: 32px;
}
span.selo-master
{
	display: block;
	background: url(../images/pagamento-selo-master.gif);
	text-indent: -9999px;
	width: 15px;
	height: 12px;
	margin-top: 6px;
}
span.selo-master-large
{
	display: block;
	background: url(../images/pagamento-selo-master-large.gif);
	text-indent: -9999px;
	width: 35px;
	height: 28px;
	margin-top: 4px;
}
span.selo-visa
{
	display: block;
	background: url(../images/pagamento-selo-visa.gif);
	text-indent: -9999px;
	width: 15px;
	height: 12px;
	margin-top: 6px;
}
span.selo-visa-large
{
	display: block;
	background: url(../images/pagamento-selo-visa-large.gif);
	text-indent: -9999px;
	width: 35px;
	height: 28px;
	margin-top: 4px;
}

.session
{
	width: 943px;
	position: relative;
	border:0px solid red;
	margin: 0 auto;
}
.session-split
{
	background: url(../images/footer-background.gif) repeat-x;
}
.session-split-small
{
	height: 10px;
}

/* 
* Extensões de arquivos
*/
.extension-img-jpg
{
	background: url(../images/ext_name_JPG.gif);
}
.extension-img-jpg img
{
	width: 21px;
	height: 19px;
}

.extension-img-doc
{
	background: url(../images/ext_name_DOC.gif);
}
.extension-img-doc img
{
	width: 21px;
	height: 19px;
}

.extension-img-pdf
{
	background: url(../images/ext_name_PDF.gif);
}
.extension-img-pdf img
{
	width: 21px;
	height: 19px;
}


/* 
* TEXT FORMAT 
*/
* .center
{
	text-align: center;
}
* .left
{
	text-align: left;
}
* .right
{
	text-align: right;
}

* .justify
{
	text-align: justify;
}


/*
* Table padrao de listagens 
*/
ul.table,
table.table
{
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	/*border:0px solid red;*/
}
ul.table
{
	float: left;
}

ul.table li,
table.table td
{
	height: 25px;
	background: none;	
}
ul.table li
{
	float: left;
}

ul.table li.new-line
{
	width: 100%; 
	clear: both; 
	height: 1px; 
	border: 0px solid green;
}

table.table tr.list-pager a,
table.table tr.list-pager span
{
	display: block;
	padding: 0px 10px;
}
table.table tr.list-pager a
{
	color: #525252;
	border: 1px solid transparent;
	background: #ffffff;
	text-decoration: none;
}
table.table tr.list-pager a:hover
{
	color: #767778;
	border: 1px solid #767778;
	background: #DEDEDE;
}
table.table tr.list-pager span
{
	color: #767778;
	font-weight: bolder;
	border: 1px solid #767778;
	background: #DEDEDE;
}
ul.table li
{
	float: left;
}

ul.table.header li,
table.table.header td
{
	height: 18px;
}

/*
* ITENS FORMATADOS 
*/
ul.table li.cell div.item
{
	border: 0px solid green;
	width: 174px;
	height: 230px;
}

.site-version
{
	text-align: center;
	padding: 40px;
	margin-top: 120px;
	padding-bottom: 100px;
	border: 0px solid red;
}

.imgsitenormal
{
	margin-left: 20px;
}

.connection
{
	padding-top: 40px;
	/*list-style-image: url(../images/square.jpg);*/
}

.connection li
{
	padding-bottom: 15px;
	padding-top :10px;
	text-align: center;
	
}

.connection a
{
	font-family: arial; verdana; sans-serif;
	text-decoration: none;
	color: #484663;
	font-size: 1.1em;
}

.connection a.link-green
{
	color:#366e3b;
}

.site-version .square
{
	position: relative;
	top: 2px;
}