/* CSS Document */
#accordion{
	
	background-color:#c3c3c3;
	width:208px;
	overflow:hidden;
	padding:10px;
}
.margin_t_8{
	margin-top:10px;
}
.lastListingW{
	width:640px;
}
.toggler {
	cursor:pointer;
	background:url(../img25/freccia_accordion.gif) no-repeat #FFFFFF right;
	border:1px solid #999999;
	width:198px;
	height:15px;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left:9px;
	padding-top:2px;
}
.toggler:hover {
	
}
.element {
	color: #0065cd;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
.element select {
	border:1px solid #CCC;
	font-size:10px;
}
.element input {
	border:1px solid #CCC;
	font-size:10px;
}
.element form {
	padding:0;
	margin:0;
}
.element UL{	
	margin-left: 0px;
	padding-left: 0em;
	text-indent: 16px;
	margin-top:0px;
	margin-bottom:0px;
}
.element UL LI{	
	width:208px;
	height:auto;
	border-bottom: #e0e0e0 1px solid;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	background:url(../img25/bg-submenu.gif) #fafafa no-repeat left top;
	list-style:none;
	padding-top:8px;
	padding-bottom:8px;
}
.element UL LI:hover{
	background:url(../img25/bg-submenu.gif) #ebf9cf no-repeat left top;
}
.element UL LI A{
	text-decoration:none;
}
.element UL LI A:hover{
	text-decoration:none;
}
.element UL LI A:visited{
	text-decoration:none;
	color: #0065cd;
}
.element UL LI A SPAN{
	font-style:normal;
	color:#999999;
	position: absolute;
	
	text-align: right;
	right: 5px;
}
.marcadivscroll{
	height:auto;overflow: -moz-scrollbars-vertical;overflow-y: scroll;overflow-x: hidden;width:208px;
}
.marcadivhidden{
	height:auto;overflow: hidden;width:208px;
}
.modeldivscroll{
	height:auto;overflow: -moz-scrollbars-vertical;overflow-y: scroll;overflow-x: hidden;width:208px;
}
.modeldivhidden{
	height:auto;overflow: hidden;width:208px;
}
