.produto-detalhe {
	width: 800px;
}
.produto-nome {
	background-image: url('../imgs/produto_nome.png');
	width: 780px;
	height: 19px;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000; /*#7D0657;*/
	font-weight: bold;
	*width:800px;
}
.ie .produto-nome {
	width: 800px;
	height: 39px;
	
}
.produto-container {
	background-image: url('../imgs/produto_fundo.png');
	width: 800px;
	border: 1px #ccc solid;
	border-left: 0px;
	border-top: 0px;
	padding-top: 25px;
}
.produto-menu {
	position: relative;
	padding-left: 20px;
	width: 160px;
	margin-bottom: 20px;
}
.produto-imagem-top {
	width: 160px;
	height: 10px;
	background: url('../imgs/produto_imagem_top.png') no-repeat bottom;
}
.produto-imagem {
	margin: 0px;
	width: 160px;
	text-align: center;
	height: 160px;
	background: url('../imgs/produto_imagem_fundo.png');
}
.produto-menu {
	float: left;
}
.produto-menu img {
	display: block;
}
.produto-menu img.foto-produto {
	display: inline;
}
.produto-imagem-bottom {
	width: 160px;
	height: 10px;
	background: url('../imgs/produto_imagem_bottom.png') no-repeat top;
	margin-bottom: 20px;
}
.produto-texto {
	margin-left: 10px;
	width: 600px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.produto-preco-top {
	background: url('../imgs/produto_preco_top.png') no-repeat bottom;
	width: 590px;
	height: 10px;
}
.produto-preco {
	position: relative;
	background: url('../imgs/produto_preco_fundo.png') repeat-y;
	padding: 0 10px 0 10px;
	width: 600px;
	font-weight: bold;
	font-size: 10px;
}
.ie .produto-preco {
	width: 590px;
}
.produto-preco-comprar {
	float: right;
	margin-right: 25px;
}

.produto-preco-aviseme {
	float: right;
	margin-right: 25px;
}

.produto-preco-parcela {
	
}
.produto-preco-bottom {
	background: url('../imgs/produto_preco_bottom.png');
	width: 590px;
	height: 10px;
	margin-bottom: 10px;
}
.produto-informacao {
	margin-left: 20px;
	width: 766px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.produto-informacao-top {
	background: url('../imgs/produto_informacao_barra.png');
	width: 766px;
	height: 41px;
}
.produto-informacao-conteudo {
	background: url('../imgs/produto_informacao_fundo.png');
	padding: 20px 30px 20px 30px;
}
.produto-informacao-bottom {
	background: url('../imgs/produto_informacao_bottom.png');
	width: 766px;
	height: 15px;
}

.produto-resenha {
	margin-top: 30px;
	margin-left: 20px;
	width: 766px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.produto-resenha-top {
	background: url('../imgs/produto_informacao_resenha.png');
	width: 766px;
	height: 41px;
}
.produto-resenha-conteudo {
	background: url('../imgs/produto_informacao_fundo.png');
	padding: 20px 30px 0 30px;
}
.produto-resenha-bottom {
	background: url('../imgs/produto_informacao_bottom.png');
	width: 766px;
	height: 15px;
}

.produto-resenha-paginator {
	background: url('../imgs/produto_informacao_fundo.png');
	padding: 10px 0 10px 30px;
}

.produto-sugestao {
	margin-top: 30px;
	margin-left: 20px;
	width: 767px;
	color: #7D0657;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.produto-sugestao a.sugestao-link{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #5E6977;
}
.produto-sugestao-top {
	background: url('../imgs/produto_sugestao_top.png') no-repeat bottom;
	height: 10px;
}
.produto-sugestao-conteudo {
	background: url('../imgs/produto_sugestao_fundo.png');
	padding: 5px 30px 5px 30px;
}
.produto-sugestao-comprado div {
	display: inline;
	float: left;
	width: 140px;
	color: #000;
	font-weight: normal;
}
.produto-sugestao-comprado div img {
	display: block;
	margin-bottom: 10px;
}
.produto-sugestao-comprado div span {
	display: block;
	font-weight: bold;
	font-size: 20px;
}
.produto-sugestao-bottom {
	background: url('../imgs/produto_sugestao_bottom.png');
	height: 15px;
	margin-bottom: 50px;
}
/*ULTIMOS VISITADOS*/

.ultimos-visitados-titulo{
	color:white;
	font-size:10px;
	font-weight:bold;
	height:20px;
	line-height:10px;
	text-align:center;
	text-transform:uppercase;
}
.ultimos-visitados{
	background:transparent url(../imgs/visitados_bg.png) repeat-y  0px 100px ;
}
.ultimos-visitados-conteudo{
	padding-top:10px;
	background:transparent url(../imgs/visitados_topo.png) no-repeat top center;
	width:171px;
}
.ultimos-visitados-bottom{
	background:#F6F6F6 url(../imgs/visitados_bottom.png) no-repeat bottom center;
	height:14px;
	width:171px;
}
.ultimos-visitados-conteudo a{
	color:#5E6977;
	text-decoration:none;
}

.ultimos-visitados-divisor{
	background:url(../imgs/divisor_mais_vendidos.png) no-repeat center center;
	width:125px;
	height:5px;
	float:left;
	padding:5px 0;
}
.ultimos-visitados-produto{
	float:left;
	width:155px;
	padding-left:25px
}

p.autor{
	margin: 0;
	line-height: 16px;
}

.link-autor{
	text-decoration: none;
	color: #999;
}

.saiba-mais{
	text-decoration: none;
	color: #999;
}

.ver-autores{
	text-decoration: none;
	color: #999;
	cursor: pointer;
	display: inline-block;
}

input, textarea{
	border: 1px solid  #D8D8D8;
}

.wrapper {
	background-color: #fff;
}
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../imgs/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../imgs/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}

.noticias {
    width: 548px;
    padding:5px 0 10px;
    margin:0 auto 20px;
    border-bottom:1px dotted #777;
}

.noticias span {
	display: block;
	font: 12px tahoma;
	color: #777777;
}

.noticias dd.resumo {
	margin: 10px 0;
	font: 12px tahoma;
	color: #777777;
}

.ttNoticia {
	color: #A22833;
    font: italic bold 20px Tahoma;
	margin-top: 25px;
}

.noticias dt {
    color:#000;
    font-weight:bold;
    float:left;
    clear:left;
    padding-right:6px;
    text-align: left;
}
.noticias dd {
    color:#000;
    text-align:left;
    font-size:11px;
}
.noticias dd.texto {
    clear:left;
}
.saiba-mais {
    color:#CC1B1E;
    text-decoration:underline;
    font-size:12px;
    display:block;
    padding:5px 0;
}
.sobra_texto {
    display:none;
    color:#000!important;
}

.vendasEbooks{
    color: #6a6a6a;
    font-weight: bold;
    float: right;
    position: relative;
}


a.viewLinksEbooks{
    display: block;
	margin-bottom: 10px;
}

ul.vendasLinkEbooks{
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    border: 1px solid;
    z-index: 1;
    background: #CCC;
    width: 150px;
}

ul.vendasLinkEbooks li{
    padding: 3px 3px 3px 15px;
    list-style: none;
    display: block;
    color: #333;
    text-align: left;
}