/*#novidades {
	width: 173px;
	margin-left: 10px;
	margin-top: 10px;
}*/
.novidades {
	background-color: #bac662;
	width: 173px;
	margin: 15px 0 15px 10px;
	}
.novidades SPAN {
	color: #fff;
	} 
.novidades DIV.inner_novidades {
	width: 173px;
	background: url(../../images/loja/fundos/fundo_saber_mais.gif) repeat-y;
	margin: 0px;
	}
.inner_novidades UL {
	margin:0;
	padding:5px 10px 0 17px;
	color:#666;
	width:145px;
	overflow-x:visible; 
	list-style: none;
}
.inner_novidades UL LI{
	padding:5px 0;
	margin:0;	
	max-height:25px;
	height:expression(document.body.clientHeight > 25? "25px": "auto" );
	overflow: hidden;
	text-decoration: underline;
	cursor:pointer
}
.inner_novidades UL LI A{color:#444}
.inner_novidades UL LI A:VISITED{color:#666}

