




/* LINK */
a {
 text-decoration: none;
 color: #752e65;
}
a:hover {
 text-decoration: none;
 color: #f07700;
}

.top_link {
 color: #e5dabc;
}
.top_link:hover {
 color: #FFD35F;
}





.img_menu {
 margin-left: 18px;
 height: 140px;
 width: 898px;
 background: white;
}




.switchcontent {
 letter-spacing: 1px;
 border: 1px solid #CFEBFF;
 margin: 0px;
 margin-left: 8px;
 padding: 4px;
 padding-left: 10px;
 margin-bottom: 14px;
}

.link {
 display: block;
 margin-bottom: 4px;
 padding: 2px;
}
.link:hover {
 background-color: #EFF6FF;
}

.titolo_gestione {
 color: #0054BD;
 font-size: 12px;
 margin: 4px;
 margin-bottom: 8px;
 border-top: 1px solid #7FC9FF;
 border-bottom: 1px solid #7FC9FF;
 padding: 0px;
}
.titolo_gestione:hover {
 cursor:hand;
 cursor:pointer;
 color: #ff0000;
 background-color: #EFF6FF;
}

.h3_tab {
 margin: 0px;
 padding: 0px;
 background-color: #EFF6FF;
}

.h3_tab2 {
 margin: 0px;
 padding: 0px;
 background-color: #EFF6FF;
 margin: 0px;
 padding: 0px;
 line-height: 18px;
 font-size: 14px;
 margin-bottom: 8px;
}

.right1 {
 width: 200px;
}

.link_tab {
 display: block;
 height: 18px;
 background-color: #fff3ff;
 padding: 0px;
 padding-left: 14px;
 margin-top: 0px;
 margin-bottom: 0px;
}

.x1 {
 color: #326593;
 text-align: center;
 margin-top: 2px;
 margin-left: 20px;
 height: 29px;
 width: 674px;
 background-image: url('immagini/grafica/sf_x.jpg');
 background-repeat: repeat-x;
}
.link_x {
 font-size: 13px;
 color: #326593;
 text-decoration: none;
}





.topimg { 
 background-image: url('immagini/grafica/torta1.jpg');
 background-repeat: no-repeat;
 width: 853px;
 margin-left: 20px;
}
/* SLIDE IMAGE */
#slider1 {
    width: 683px; /* important to be same as image width */
    height: 136px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#slider1Content {
    width: 683px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	left: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
    top: 74px;
    padding: 10px 13px;
    padding-bottom: 6px;
    width: 100%;
    margin-left: 30px;
    background-color: #ffeffb;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #763067;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.leftX {
top: 0;
left: 0;
width: 550px !important;
height: 40px;
}
.rightX {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}



/* NUOVO MENU CATEGORIE */
div.sdmenu {
	width: 205px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: url(immagini/grafica/bottom.gif) repeat-x  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(immagini/grafica/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(immagini/grafica/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 26px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 30px;
	font-weight: bold;
	color: #0570C7;
	background: url(immagini/grafica/expanded.png) no-repeat 10px center;
	cursor: default;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(immagini/grafica/collapsed.png);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #dfedf4;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #248ef8;
}
div.sdmenu div a.current {
	color: #9d0037;
	background : #d9abdd url(immagini/grafica/linkhere.png) no-repeat right center;
}
div.sdmenu div a:hover {
	background : #248ef8 url(immagini/grafica/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
