.clear {
	clear: both;
}
img {
	border: 0px;
}
.cont-toolbar {
	background-image: url(../images/bg/bg-toolbar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 34px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 12000;
}
.cont-toolbar .toolbar {
	height: 34px;
	position: relative;
	width: 990px;
	margin: auto;
}
.cont-toolbar .toolbar .logo-home {
	float: left;
	padding-top: 4px;
	padding-right: 5px;
}
.cont-toolbar .toolbar .cont-toolbar-link {
	padding-top: 10px;
	float: left;
	text-transform: uppercase;
	width: 675px;
	font-size: 11px;
}
.cont-toolbar .toolbar .cont-toolbar-link a:link, 
.cont-toolbar .toolbar .cont-toolbar-link a:visited, 
.cont-toolbar .toolbar .cont-toolbar-link a:active {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}.cont-toolbar .toolbar .cont-toolbar-link a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #E83298;
	text-decoration: none;
}
.cont-toolbar .toolbar .box-login {
	float: right;
	font-weight: bold;
	font-size: 12px;
	background-image: none;
	height: 32px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.cont-toolbar .toolbar .box-login a[class='login'] {
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 30px;
	background-image: url(../images/icone/icon-user.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEFEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEFEF;
}
.cont-toolbar .toolbar .box-login a[class='registrati'] {
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 30px;
	background-image: url(../images/icone/add.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEFEF;
}
.cont-toolbar .toolbar .box-login a[class='user-connesso'] {
	display: inline-block;
	background-position: 4px center;
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	padding-top: 8px;
	padding-left: 36px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEFEF;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEFEF;
	margin-right: 27px;
}
.cont-toolbar .toolbar .box-login a[class='opzioni-user'] {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 26px;
	height: 33px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEFEF;
	background-color: #FFF;
	background-image: url(../images/bg/opzioni.png);
	position: absolute;
	top: 0px;
	right: -1px;
	z-index: 120;
}
.cont-toolbar .toolbar .box-login .box-user-login {
	width: 190px;
	position: absolute;
	background-color: #FFF;
	right: -1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDEFEF;
	border-left-color: #EDEFEF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E83298;
	top: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEFEF;
	padding-top: 1px;
	display: none;
}
.cont-toolbar .toolbar .box-login a[class='link-opz'] {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
}
.cont-toolbar .toolbar .box-login a[class='link-opz']:hover {
	color: #FFF;
	background-color: #E83298;
}
.cont-toolbar .toolbar .box-login .separatore-menu {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.box-login a:link, .box-login a:active, .box-login a:visited {
	color: #666;
	text-decoration: none;
}
.box-login a:hover {
	color: #E83298;
	text-decoration: none;
	background-color: #F2F2F2;
}
#cdiv .chiudi-modale {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 15px;
	right: 15px;
	background-image: url(../images/button/chiudi-popup.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 2000;
}
