@charset "utf-8";
/* CSS Document */

/* HTML ----------------------------------------- */
* {
  /*margin: 0;
  padding: 0;
*/}

html, body {
  height: 100%; /* Required */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#666666;
  font-weight:normal;
  font-size:11px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#sx li{
	color:#9E0039;
	/*border-bottom:1px dotted #cccccc;
	list-style-type:none;*/
}

h1{
	background-image:url(../images/bg_h1.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:130%;
	font-weight:bold;
	line-height:25px;
	margin-bottom:3px;
	padding-left:5px;
}

p{
	margin:3px 0px 0px 0px;
}

/* LAYOUT ----------------------------------------*/
#page{
	position:relative;
	width:100%;
	height:600px;
	min-height:600px;
	background-image:url(../images/bg_new.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#container{
	position:relative;
	width:760px;
	height:auto;
	/*background-color:#999999;*/
}

#top{
	position:relative;
	width:760px;
	height:200px;
}

#content{
	position:relative;
	float:left;
	width:760px;
	min-height:300px;
	margin:-20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-color:#FF0000;*/
}

#sx{
	position:relative;
	float:left;
	text-align:right;
	width:135px;
	height:300px;
	min-height:300px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*border:1px solid #CCCCCC;*/
}

#dx{
	position:relative;
	float:right; 
	width:610px;
	height:300px;
	min-height:300px;
	/*text-align:left;*/
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*border:1px solid #CCCCCC;
	background-color:#00FF00;
	height:300px;*/
}

#dx_home{
	position:relative;
	float:right; 
	width:605px;
	height:300px;
	min-height:300px;
	/*text-align:left;*/
	text-align:justify;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*border:1px solid #CCCCCC;
	background-color:#00FF00;
	height:300px;*/
}

/*---------------------------------------- CLASS ----------------------------------------*/
.info{
	font-size:90%;
}

.titolo_rosso{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9E0039;
	font-weight:bold;
}


/*---------------------------------------- LINK -----------------------------------------*/
/* LINK DEFAULT */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003D79;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003D79;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #003D79;
}

/**/
#sx a{
	font-size:103%;
	font-weight:bold;
	line-height:26px;
	
}

/*------------------------*/
a:link img {
	border: none;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

a:visited img {
	border: none;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

a:hover img {
	border: none;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

/*------------------*/

/* NAVIGAZIONE JAVASCRIPT ---------------------------- */
.arrowlistmenu{
width: 135px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
/*font: bold 14px Arial;
color:#9E0039;*/
/*background: black url(../images/titlebar.png) repeat-x center left;*/
margin: 0px 0px 0px 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 0px 10px 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
color:#003D79;
font-size:103%;
/*font-weight:bold;*/
line-height:26px;
height:26px;
/*display:inline;*/
border-bottom: 1px dotted #dadada;
background-image:url(../images/bullet_vuoto.gif);
background-position:right;
background-repeat:no-repeat;
/*background-color:#CCCCCC;*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded
background-image: url(../images/titlebar-active.png);*/
	/*background-image:url(../images/bullet_pieno.gif);
	background-image:url(../images/sfumatura_01.png);
	background-position:right;
	background-repeat:repeat-y;*/
	color:#FFFFFF;
	background-color:#85B5C2;
	background-image:none;
}

.openheader{
	/*background-color:#A7BCC2;*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
border-bottom: 1px dotted #dadada;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header
background: lightblue !important;*/
padding-right:10px;
/*background-image:url(../images/bullet_pieno.gif);
background-image:url(../images/sfumatura_02.png);
background-position:right;
background-repeat:repeat-y;*/
font-weight:normal;
display:block;
background-color:#B6D4DC;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header
background: lightgreen !important;*/
padding-right:10px;
/*background-image:url(../images/bullet_vuoto.gif);
background-image:url(../images/sfumatura_02.png);
background-position:right;
background-repeat:repeat-y;*/
display:block;
background-color:#B6D4DC;
}

.subcategoryitems li{
display:block;
padding-right:10px;
background-image:url(../images/sfumatura_03.png);
/*background-color:#E0EFF3;*/
}


.arrowlistmenu ul li a{
/*color: #A70303;*/
/*background: url(../images/arrowbullet.png) no-repeat center left; custom bullet list image
display: block;*/
padding: 0px 0px 0px 0px;
/*padding-left: 19px; link text is indented 19px*/
/*text-decoration: none;
font-weight: bold;*/
/*font-size: 90%;*/
}

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS
background-color: #F3F3F3;*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header
background: lightblue;*/
}

/*aggiunta link ecommerce by Goldnet ResNova*/

.sfondo_box {
	background-color:#DDEAEE; 
	border:1px dashed #85B5C2;
	padding:2px;
	width:315px;
	float:right;

	}
	
	
#btnShop {
	position:absolute;
	top:-60px;
	margin-left:520px;
}

#btnShop a{
	display:block!important;
	width:64px;
	height:64px;
	
}

#btnShop a:hover{
	display:block!important;
	width:64px;
	height:64px;
	background-color:transparent!important;
	 filter: alpha(opacity=75);
    opacity: 0.75; 
	
}

#btnShop img {
	background-color:transparent!important;
}


/*fine aggiunta link ecommerce by Goldnet ResNova*/





