@charset "utf-8";
/* CSS Document */
/* menu superiore */
ul#nav,ul#nav li,ul#nav ul,ul#nav ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:1000;
	position:relative;
}
ul#nav{
	margin:0px;
    background: #FFF;
	color: #666;
	position:relative;
}

ul#nav li {
	float: left;
	padding-right:25px;
	position:relative;
	z-index:1000;
}
ul#nav li li{
	float: none;
    display:block !important;
	display: inline; /*IE*/
	position:relative;
	z-index:1000;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	margin-left:2px;
}
ul#nav ul{
	top: 15px;
	left: -1px;
	display:none;
	/*
	background: #fff;
	color: #3B5998;
	*/
}
ul#nav ul {
	padding: 7px 0;
	position:absolute;
}

ul#nav li:hover,ul#nav a:hover{
	/*background-color: #afde22;*/
	color: #333;
}
ul#nav a:hover {
	text-decoration:underline;
}
ul#nav li:hover ul,ul#nav li.sfhover ul{
	left: -1px;
}

/* prodotti in tendina */
#FRlistaprodotti {
	width:800px;
	float:left;
	z-index:10000;
	position:absolute;
	background:#FFFFFF none repeat scroll 0 0;
	border: 1px solid #afde22;
	padding:4px;
}

#FRprodottosup {
	z-index: 10000;
	float:left;
	padding-bottom:3px;
	padding-right:3px;
	width:130px;
	display:block;
}
#FRlistafeedback {
	width:150px;
	padding:4px;
	background:#FFFFFF none repeat scroll 0 0;
	border: 1px solid #afde22;
}
#FRlistainfo {
	z-index: 10;
	float:left;
	width:110px;
	padding:4px;
	background:#FFFFFF none repeat scroll 0 0;
	border: 1px solid #afde22;
}

* html ul#nav { /* ie6 hack */
	position: absolute;
	margin-top: expression(160 - document.documentElement.scrollTop ) + 'px');
}

#FRprodottosup h1 {
	background-color:#afde22;
	color:#FFF;
	text-align:center;
	margin:0px;
	padding:0px;
}
#FRprodottosup h1 a {
	font-size:11px;
	line-height:12px;
}
#FRprodottosup h2 {
	margin:0px;
	padding:0px;
	color:#333;
	text-align:left;
}
#FRprodottosup h2 a {
	font-size:10px;
}

/* menu laterale */
.sepMenu {
	color:#FFF;
	background-image:url(/App_Themes/Home2/images/categorie.gif);
	background-repeat:no-repeat;
	padding-left:9px;
	line-height:21px;
	margin-bottom:1px;
}

.sepMenu2 {
	color:#FFF;
	background-image:url(/App_Themes/Home2/images/categorie-verde.gif);
	background-repeat:no-repeat;
	padding-left:9px;
	line-height:21px;
	margin-bottom:10px;
	float:left;
	width:190px;
}
.sepMenu2 a {
	color:#FFF;
	text-decoration:none;
}
.sepMenu img {
	position:relative;
}

.glossymenu {
	background-image:url(/App_Themes/Home2/images/sfsottoCat.gif);
	color:#333;
	margin-right:7px;
	padding-left:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#df8bc1;
}

.glossymenu2 {
	background-image:url(/App_Themes/Home2/images/sfsottoCat-verde.gif);
	background-repeat:no-repeat;
	margin-right:16px;
	padding-left:5px;
	padding-right:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#8fbe02;
	font-size:10px;
	color:#999;
	line-height:13px;
}

#FRcat {
	color:#666;
}

.glossymenu ul {
	font-size:8px;
	list-style:none;
}
.urlCloud{
	color:#333;
	margin:22px;
}