/* BODY */

BODY {
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #d3d3d3;
}


/* TITOLI */

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
   color: #9F9F9F;
	font-weight:normal;
	margin-bottom: 30px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
   color: #9F9F9F;
	font-weight: normal;
	margin-top: 30px;	
	margin-bottom: 15px;
}

TABLE.tab H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
   color: #9F9F9F;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px
}


H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
   color: #9F9F9F;
	font-weight:normal;
	margin-bottom: 5px;
}

/* TABELLE */

TABLE.maschera {
	width: 720px;
	font-size: 12px;
   color: #5F5F5F;
}

TABLE.maschera LABEL {
	width: auto;
	font-size: 12px;
}

TABLE.maschera LABEL.mandatory { color: #B70005 }

TABLE.struttura {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #5f5f5f;
	width: 950px;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

TABLE.tab {
	width: 720px;
	padding: 0px;
	font-size: 12px;
	color: #5f5f5f;
	background-color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;	
}

TABLE.tab TH {
	background-color: #f4f4f4;
	border-top: #C9C9C9 1px solid;
	border-left: #C9C9C9 1px solid;
	border-bottom: #C9C9C9 1px solid;
	font-weight: normal;
	color: #B70005;
	padding-left: 5px;
	padding-right: 5px;
}

TABLE.tab TD {
	padding-left: 5px;
	padding-right: 5px;
	border-left: #C9C9C9 1px solid;
	border-bottom: #C9C9C9 1px solid;
}

TABLE.tab TD.prezzo {
	padding-right: 5px;
	text-align: right;
	border-right: 1px solid #C9C9C9;
	color: #AD2222;
	font-weight: bold;
	font-size: 14px
}

TD.tabs {
	text-align: center;
	border-right: #C9C9C9 1px solid;
	background-color:#FFFFFF;
	border-bottom:#C9C9C9 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #B70005;
	line-height: 140%;
}

TD.totale {
	text-align: right;
	border-bottom: 1px solid;
	color: #B70005;
	text-align: center;
	background-color: #f4f4f4
}

TD.menu {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B70005;
	font-weight: bold;
}

TD.vsep {
	width: 1px;
	vertical-align: top;
	padding-bottom:30px;
	background: url(/pictures/riga_v.gif) repeat-y;
}

/* LINK */

A {
	text-decoration: none;
	font-weight: bold;	
}

A:link, A:visited { color: #727272 }

A:HOVER, A:ACTIVE { color: #B70005 }

A.menu {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}

A.menu:link, A.menu:visited { color: #727272 }

A.menu:HOVER, A.menu:ACTIVE { color: #B70005 }

/* FORM */

.button2d {
	border: none;
	background-color: transparent;
	background-image: url(../pictures/bgbutton.gif);
	background-repeat: no-repeat;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
	height: 17px;
   text-decoration: none;
	text-align: center;
}

.button2d button{
	border: none;
	background-color: transparent;
	background-image: url(../pictures/bgbutton.gif);
	background-repeat: no-repeat;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
	height: 17px;
   text-decoration: none;
	text-align: center;
}

.button2dsmall {
	border: none;
	background-color: transparent;
	background-image: url(../pictures/bgbutton2.gif);
	background-repeat: no-repeat;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 19px;
	height: 17px;
   text-decoration: none;
	text-align: center;
}

.button2dbig {
	border: none;
	background-color: transparent;
	background-image: url(../pictures/bgbutton3.gif);
	background-repeat: no-repeat;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	height: 17px;
   text-decoration: none;
	text-align: center;
}

label {
	margin-bottom:2px
}

.input2d {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	text-align: left;
   border: #606060 1px solid;
   font-weight: normal;
   color: #5F5F5F;
   padding-top: 0px;
   height: 17px;
   background-color: #FFFFFF;
	margin-top: 2px;	
	margin-bottom: 2px;
}

/* DIV  E SPAN */

DIV.didascalia {
	color: #808080;
	font-weight: normal;
	font-style: italic;	
	font-size: 11px;
	background-color: transparent;
}

DIV.testo {
	margin:15px;
	margin-right:25px;
	margin-bottom:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
   color: #5F5F5F;
	line-height: 140%;
}

DIV.doc {
	text-align: left;
   color: #5F5F5F;
	font-size: 12px	
}

DIV.doc A {
	font-size: 12px
}

SPAN#prezzo {
	font-size: 13px;
	color: #ad2222;
	font-weight: bold;
	margin-left: 0px
}

SPAN.campo, SPAN#campo { font-size: 11px }

/* IMMAGINI */

IMG.miniatura { border: none }


/* zoom immagini */
.highslide {
	cursor: url(pictures/zoomin.cur), pointer;
	outline: none;
}

.highslide img { border: 0 }

.highslide:hover img { border: 0 }

.highslide-image { border: 3px solid white }

.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	 text-align: center;
	 color: #5F5F5F;
    padding: 5px;
    background-color: white;
}

.highslide-display-block { display: block }

.highslide-display-none { display: none }

.highslide-loading {
   display: block;
	color: white;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
   text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
   background-color: black;
}

A.highslide-credits:LINK, A.highslide-credits:ACTIVE, A.highslide-credits:VISITED {
   color: #ffffff;
   background-color: #909090;	
   text-decoration: none;
   font-size: 10px;
   padding: 2px;	
}


