/* * * *  Classes de definição da pagina padrão  * * * */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin-top:0px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-attachment: scroll;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

html {
    height:100%;
}


a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	font-weight: normal;
	color: #0074BB;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.boxClear {
	clear: both;
	height: 2px;
	margin-bottom: 30px;
}

.boxOculto {
	display:none;
}

.boxBanner {
	width: 1000px;
	clear: both;
	height: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.bannerContent {
	float: left;
	background-color: #FFF;
	height: 215px;
	width: 755px;
	margin-left: 229px;
}

.content {
	width: 956px;
	height:auto;
	min-height: 500px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding-left: 43px;
}

.footer {
	clear: both;
	width: auto;
	background-color: #F4F4F4;
	height: 260px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.contentFooter {
	width: 1000px;
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}

.contentFooter a {
	font-size: 12px;
	text-decoration: none;
}

.contentFooter a:hover {
	font-size: 12px;
	color: #0CF;
	text-decoration: none;
}

.boxTxtDestaques {
	float: left;
	width: 930px;
	background-color: #00CCFF;
	font-size: large;
	font-weight: normal;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-left-color: #0CF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}


/* CLASSE - Grid de produtos */

.boxLivro {
	float: left;
	width: 164px;
	height: 324px;
	padding: 8px;
	text-align: center;
	margin-right: 28px;
	margin-left: 27px;
	margin-bottom: 20px;
}

.boxLivro:hover {
	background-color: #F0F0F0;

}




.icFotoProduto {
	float: left;
	width: 165px;
	height: 248px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}

.titProdutoGrid, .titProdutoGrid a, .titProdutoGrid a:hover {
	float: left;
	width: 155px;
	margin-bottom: 0px;
	height: auto;
	padding: 5px;
	position: absolute;
	background-attachment: scroll;
	background-image: url(../images/bgTitulo.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #006;
}

.txtValorGrid {
	font-size: 18px;
	font-weight: bold;
	color: #00009D;
	float: left;
	height: 25px;
	width: 100%;
	margin-bottom: 5px;
}

.btnGridComprar {
	float: left;
	background-color: #39C81F;
	width: 166px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #31AA1A;
}

.btnGridComprar:hover {
	float: left;
	background-color: #39C81F;
	width: 166px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #31AA1A;
}	

.destInternas {
	background-color: #00009D;
	border-top-color: #00009D;
	border-right-color: #00009D;
	border-left-color: #00009D;
	margin-bottom: 2px;
}

.contentInternas {
	background-color: #FFF;
	height: auto;
	float: left;
	width: 942px;
	min-height: 650px;
}

.btnForms {
	float: left;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/bgBtnForms.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #00CCFF;
	cursor:pointer;
}

.lnkBotoes, .lnkBotoes:hover  {
	float: left;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/bgBtnForms.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #0CF;
	cursor:pointer;
}



.lnkBotesWidth86, .lnkBotesWidth86:hover {
	width: 86%;
}

.boxResultBusca {
	float: left;
	width: 940px;
	height: auto;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.qtdeBusca {
	font-weight: bold;
	color: #FA9B18;
}

.boxRsBuscaEof {
	width: 320px;
	text-align: left;
	height: 45px;
	background-color: #FFD;
	border: 1px solid #FEEEDE;
	line-height: 20px;
	margin-right: auto;
	margin-left: 260px;
	background-image: url(../images/icErroGr.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	float: left;
}

.boxTxtErrorServer {
	font-size: 16px;
	font-weight: bold;
	width: 560px;
	height: 35px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/icErroGr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 45px;
	padding-top: 12px;
}

.boxErrorServer {
	float: left;
	width: 935px;
	height: 75px;
	background-color: #F4F4F4;
	margin-top: 80px;
	border: 1px solid #F4F4F4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
