/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/

/* Sets up the menu */

#top-menu
{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
}

#top-menu li 
{
	float: left;
}


/* Defines the appearance of the links */

#top-menu a 
{
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0 0 0 10px;
}

#top-menu a:hover 
{
	color: #CCCCCC;
}

#top-menu a.visited 
{
	color: #666;
}

/***********************************************/
/* Menu Page List                                 */
/***********************************************/
.pagelist {
	list-style-type: none;
	margin: 5px 5px 5px 5px;
	padding: 6px;
	padding-bottom:20px;
	/*border: 1px 0px 1px 0px dashed #C0D3DA;*/
	background-color:#6699CC;
}

.pagelist li a {
	background: url(arrow.gif) no-repeat 2px center;
	font-size:80%;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	border-bottom: 1px dotted #C0D3DA;
}

* html .pagelist li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 160px;
}

.pagelist li a:visited, .pagelist li a:active{
	color:#FFFFFF;
}

.pagelist li a:hover{
	background-color:#6699CC;
	background-image:url(arrow.gif);
	text-decoration: none;
}

/************ box dettagli *************/
.dettagli{
	margin-top:-15px;
	border-top: 1px dotted #C0D3DA;
	border-bottom:1px dotted #C0D3DA;
}