/* Menu LOJAS IDEAIS */

#dropmenudiv{
	position:absolute; 
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:4;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	color: white;
	text-align: center;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#CC0000;
	font-weight: bold;
	color:#F2F2EA;
}

div.flashContainer{
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
	width:auto;
	height:auto;
	padding:0px;
}
/*-- Tool Tips */
.memo_sobre{
	height:auto;
}
#dhtmltooltip{
	position: absolute;
	font: 10px Verdana;
	color:#EEE;
	width: 200px;
	border: 2px solid white;
	padding: 5px;
	background-color:#D72932;	
	visibility: hidden;
	z-index: 10;
	overflow:hidden;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmltooltip iframe{

display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width:3000px;/*must have for any big value*/
height:3000px;/*must have for any big value*/;
}

#containerpg{
color: #666;
}
.noLinkDec a{
color: #B02D35;
}
#containerpg .noLinkPgAtual a{
text-decoration:underline;
color:#666;
}
.noLinkDec a,.noLinkDec span a:hover,.noLinkDec span a:link,.noLinkDec a *,.noLinkPgAtual a,.noLinkPgAtual span a:hover,.noLinkPgAtual span a:link,.noLinkPgAtual a *  {
	border:none !important;
	text-decoration:none;
	}
	
