/* --- STILI OGGETTI PARTICOLARI --- */
/* Stili dell'oggetto, form di contatto */
#contact table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contact input  {
    font-size: 0.9em;
}
/* Stili dell'oggetto conferma rimozione dalla mailing list */
#mailremove table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}
#mailremove input  {
    font-size: 0.9em;
}
/* Stili documentazioni */ 
#documentazioni li.documenti {
    margin-left: -5px;
	list-style:none;
	text-decoration: none;
	background-image: url(../Images/puntorisultati.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 15px;
}
#documentazioni li.categoria {
    list-style:none;
	text-decoration: none;
	background-image: url(../Images/puntointris.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
	margin-left: -20px;
}
/* stili oggetto risultati ricerca nei contenuti delle pagine */
#searchresults{
	margin-top:20px;
}
#searchresults .intes {
	list-style:none;
	text-decoration: none;
	background-image: url(../Images/puntointris.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
#searchresults > ul > li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
#searchresults li .tit {
	list-style:none;
	background-image: url(../Images/puntorisultati.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	margin-left: 87px;
	margin-bottom:2px;
	padding-left: 15px;
}
#searchresults ul{
	margin-bottom:2px;
}
#searchresults  li ul li ul li{
	list-style:none;
	padding-left: 0px;
	margin-left:0px;
	margin-bottom:2px;
}
.MN{
	cursor:pointer;
	font-weight: bold;
}
#contenuto .highlight { 
    background-color: yellow;
    display:inline; 
}
#contentpopup .highlight { 
    background-color: yellow;
    display:inline; 
}
/* stili dell'oggetto galleria fotografica e dettagli galleria fotografica */
#OBJ_DettagliGallery{
	height:35px;
	overflow: auto;
}
/* stili utilizzati nella presentazione delle miniuature sulle gallery, categorie e lista prodotti in offerta */
.Object_Big_Image {
   height:180px;
   float:left;
   width:140px;
   #width:145px;
   position:relative;
   border: 1px dotted #000000;
   background-color:#FFFFFF;
   margin-right:10px;
   margin-top:10px;
}
.Object_Big_Image img{
   display:block; 
   margin-left:auto;
   margin-right:auto;
   margin-top: 5px;
}
.Object_Detail_Image {
	position:absolute;
	width:130px;
	#width:135px;
	bottom:0px;
	left:0px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #cacaca;
	border-right-color: #cacaca;
	border-bottom-color: #cacaca;
	border-left-color: #cacaca;
}
.Object_Detail_Image h3 {
    font-weight: normal;
}

#map {
   clear:both;
   width: 610px;
   height: 350px;
}

/* oggetto player audio */
#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("/Template/_Common_Images_Sample/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("/Template/_Common_Images_Sample/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("/Template/_Common_Images_Sample/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	background: url("/Template/_Common_Images_Sample/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/Template/_Common_Images_Sample/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}

#archiverassegne table {
   width: 100%;
}
#archiverassegne table tr.grosso {
   font-weight: bold;
}
#archiverassegne table tr td {
   height: 30px;
   padding-left: 2px;
   padding-right: 2px;
}
#archiverassegne table tr td.allegato {
   height: 30px;
   width: 5%;
}
#archiverassegne table tr td.link {
   height: 30px;
   width: 5%;
}
#archiverassegne table tr td img {
   vertical-align: middle;
}
#archiverassegne table ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
#archiverassegne table ul li {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
#archiverassegne table ul li {
   list-style-type: none;
}
a.linkarchiviorassegna {
   margin-top: 10px;
}

#title-ma {
	padding-top:40px;
	margin-left:30px;
	width: 481px;
	height:50px;
}
#marchi{
	float:left;
	margin-top:5px;
	margin-right:3px;
	margin-left:7px;
	margin-bottom:5px;
	padding:7px;
	width:120px;
	height:90px;
	text-align:center;
	vertical-align:middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#marchi img{
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
vertical-align:middle;
}
.entryservices {
	margin-top: -10px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: -20px;	
	width:600px;
}

.entryservices p {
	margin: 5px;
	line-height: normal;
}
.entryservices ul {
margin-top:0px;
margin-bottom:2px;}

.entryservices ul li{
line-height: 20px
;}

#CatalogoCategorieHome {
padding: 0px;
margin: 0px;
}
#CatalogoCategorieHome .content {
padding: 0px;
margin: 0px;
}
#CatalogoCategorieHome .Catalogo_Categoria_Content_H {
width: 603px;
height: 133px;
background-image: url(../Images/bg-home1.jpg);
background-repeat: no-repeat;
float: left;
display: inline;
margin-bottom: 11px;
}
#CatalogoCategorieHome .Catalogo_Categoria_Content_H .Catalogo_Categoria_Content_Foto_H {
float: left;
display: inline;
width: 175px;
height: 114px;
margin-left: 11px;
margin-top: 11px;
}
#CatalogoCategorieHome .Catalogo_Categoria_Content_H .Catalogo_Categoria_Content_Titolo_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
margin-top: 16px;
}
#CatalogoCategorieHome .Catalogo_Categoria_Content_H .Catalogo_Categoria_Content_Titolo_H a {
	/*color: #64B41F;*/
	color:#666666;
	font-weight:bold;
}
#CatalogoCategorieHome .Catalogo_Categoria_Content_H .Catalogo_Categoria_Content_Descrizione_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
font-size: 11px;
color: #333333;
margin-top: 11px;
}

#CatalogoProdotti {
padding: 0px;
margin: 0px;
}
#CatalogoProdotti .content {
padding: 0px;
margin: 0px;
}
#CatalogoProdotti .Catalogo_Prodotti_Content_H {
width: 603px;
height: 133px;
background-image: url(../Images/bg-home1.jpg);
background-repeat: no-repeat;
float: left;
display: inline;
margin-bottom: 11px;
}
#CatalogoProdotti .Catalogo_Prodotti_Content_H .Catalogo_Prodotti_Content_Foto_H {
float: left;
display: inline;
width: 175px;
height: 114px;
margin-left: 11px;
margin-top: 11px;
}
#CatalogoProdotti .Catalogo_Prodotti_Content_H .Catalogo_Prodotti_Content_Titolo_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
margin-top: 16px;
}
#CatalogoProdotti .Catalogo_Prodotti_Content_H .Catalogo_Prodotti_Content_Titolo_H a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoProdotti .Catalogo_Prodotti_Content_H .Catalogo_Prodotti_Content_Descrizione_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
font-size: 11px;
color: #333333;
margin-top: 11px;
}


#CatalogoProdotto {
padding: 0px;
margin: 0px;
}
#CatalogoProdotto .content {
padding: 0px;
margin: 0px;
}
div.sc_prodottofoto {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 114px;
  width: 603px;
  /* Add scroll-bars */
  overflow: auto;
  margin: 0px;
  padding: 0px;
  margin-bottom: 11px;
}
ul.sc_prodottofoto {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 0px;
  /* Remove default margin */
  margin: 0px;
  list-style: none;
}
.sc_prodottofoto li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_prodottofoto a {
  display: block;
  text-decoration: none;
}
.sc_prodottofoto span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#CatalogoProdotto #Catalogo_Prodotto_Titolo {
  font-weight: bold;
  font-size: 14px;
  /*color: #64B41F;*/
  color:#666;
  background-image: url(../Images/ico-title.jpg);
  background-repeat: no-repeat;
  height: 35px;
  width: 563px;
  
  margin-bottom: 11px;
  padding-top: 8px;
  padding-left: 40px;
}
#CatalogoProdotto #Catalogo_Prodotto_Descrizione {
  width: 603px;
  color: #333333;
}
#CatalogoProdotto #Catalogo_Prodotto_Documenti {
  margin-top: 5px;
  margin-bottom: 5px;
}
#CatalogoProdotto #Catalogo_Prodotto_Documenti table tr td{
  padding: 3px;
}
#CatalogoProdotto #Catalogo_Prodotto_Documenti table tr td img {
  width: 15px;
  height: 15px;
}
#CatalogoProdotto #Catalogo_Prodotto_Plus {
  width: 603px;
  height: 35px;
  background-image: url(../Images/bg-sub-prodotto.png);
  background-repeat: no-repeat;
  margin-top: 11px;
}
#CatalogoProdotto #Catalogo_Prodotto_Dotazione {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoProdotto #Catalogo_Prodotto_Dotazione:hover {
  background-position: 17px 9px;
}
#CatalogoProdotto #Catalogo_Prodotto_Dotazione a {
  /*color: #64B41F;*/
  color:#666;
}
#CatalogoProdotto #Catalogo_Prodotto_Dotazione a:hover {
   /*color: #64B41F;*/
  color:#666;
}
#CatalogoProdotto #Catalogo_Prodotto_Optional {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 40px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoProdotto #Catalogo_Prodotto_Optional:hover {
  background-position: 47px 9px;
}
#CatalogoProdotto #Catalogo_Prodotto_Optional a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoProdotto #Catalogo_Prodotto_Optional a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoProdotto #Catalogo_Prodotto_Datitecnici {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 33px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoProdotto #Catalogo_Prodotto_Datitecnici:hover {
  background-position: 40px 9px;
}
#CatalogoProdotto #Catalogo_Prodotto_Datitecnici a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoProdotto #Catalogo_Prodotto_Datitecnici a:hover {
	/*color: #64B41F;*/
	color:#666;
}

#CatalogoDotazioni {
padding: 0px;
margin: 0px;
}
#CatalogoDotazioni .content {
padding: 0px;
margin: 0px;
}
#CatalogoDotazioni .Catalogo_Dotazioni_Content_H {
width: 603px;
height: 133px;
background-image: url(../Images/bg-home1.jpg);
background-repeat: no-repeat;
float: left;
display: inline;
margin-bottom: 11px;
}
#CatalogoDotazioni .Catalogo_Dotazioni_Content_H .Catalogo_Dotazioni_Content_Foto_H {
float: left;
display: inline;
width: 175px;
height: 114px;
margin-left: 11px;
margin-top: 11px;
}
#CatalogoDotazioni .Catalogo_Dotazioni_Content_H .Catalogo_Dotazioni_Content_Titolo_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
margin-top: 16px;
}
#CatalogoDotazioni .Catalogo_Dotazioni_Content_H .Catalogo_Dotazioni_Content_Titolo_H a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDotazioni .Catalogo_Dotazioni_Content_H .Catalogo_Dotazioni_Content_Descrizione_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
font-size: 11px;
color: #333333;
margin-top: 11px;
}

#CatalogoDotazione {
padding: 0px;
margin: 0px;
}
#CatalogoDotazione .content {
padding: 0px;
margin: 0px;
}
div.sc_dotazionefoto {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 114px;
  width: 603px;
  /* Add scroll-bars */
  overflow: auto;
  margin: 0px;
  padding: 0px;
}
ul.sc_dotazionefoto {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 0px;
  /* Remove default margin */
  margin: 0px;
  list-style: none;
}
.sc_dotazionefoto li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_dotazionefoto a {
  display: block;
  text-decoration: none;
}
.sc_dotazionefoto span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#CatalogoDotazione #Catalogo_Dotazione_Titolo {
	font-weight: bold;
	font-size: 14px;
	/*color: #64B41F;*/
	color:#666;
	background-image: url(../Images/ico-title.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 563px;
	margin-top: 11px;
	margin-bottom: 11px;
	padding-top: 8px;
	padding-left: 40px;
}
#CatalogoDotazione #Catalogo_Dotazione_Descrizione {
  width: 603px;
  color: #333333;
}
#CatalogoDotazione #Catalogo_Dotazione_Documenti {
  margin-top: 5px;
  margin-bottom: 5px;
}
#CatalogoDotazione #Catalogo_Dotazione_Documenti table tr td{
  padding: 3px;
}
#CatalogoDotazione #Catalogo_Dotazione_Documenti table tr td img {
  width: 15px;
  height: 15px;
}
#CatalogoDotazione #Catalogo_Dotazione_Plus {
  width: 603px;
  height: 35px;
  background-image: url(../Images/bg-sub-prodotto.png);
  background-repeat: no-repeat;
  margin-top: 11px;
}
#CatalogoDotazione #Catalogo_Prodotto_Dotazione {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoDotazione #Catalogo_Prodotto_Dotazione:hover {
  background-position: 17px 9px;
}
#CatalogoDotazione #Catalogo_Prodotto_Dotazione a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDotazione #Catalogo_Prodotto_Dotazione a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDotazione #Catalogo_Prodotto_Optional {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 40px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoDotazione #Catalogo_Prodotto_Optional:hover {
  background-position: 47px 9px;
}
#CatalogoDotazione #Catalogo_Prodotto_Optional a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDotazione #Catalogo_Prodotto_Optional a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDotazione #Catalogo_Prodotto_Datitecnici {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 33px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoDotazione #Catalogo_Prodotto_Datitecnici:hover {
  background-position: 40px 9px;
}
#CatalogoDotazione #Catalogo_Prodotto_Datitecnici a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDotazione #Catalogo_Prodotto_Datitecnici a:hover {
	/*color: #64B41F;*/
	color:#666;
}

#CatalogoOptionals {
padding: 0px;
margin: 0px;
}
#CatalogoOptionals .content {
padding: 0px;
margin: 0px;
}
#CatalogoOptionals .Catalogo_Optionals_Content_H {
width: 603px;
height: 133px;
background-image: url(../Images/bg-home1.jpg);
background-repeat: no-repeat;
float: left;
display: inline;
margin-bottom: 11px;
}
#CatalogoOptionals .Catalogo_Optionals_Content_H .Catalogo_Optionals_Content_Foto_H {
float: left;
display: inline;
width: 175px;
height: 114px;
margin-left: 11px;
margin-top: 11px;
}
#CatalogoOptionals .Catalogo_Optionals_Content_H .Catalogo_Optionals_Content_Titolo_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
margin-top: 16px;
}
#CatalogoOptionals .Catalogo_Optionals_Content_H .Catalogo_Optionals_Content_Titolo_H a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoOptionals .Catalogo_Optionals_Content_H .Catalogo_Optionals_Content_Descrizione_H {
float: left;
display: inline;
width: 384px;
margin-left: 22px;
font-size: 11px;
color: #333333;
margin-top: 11px;
}

#CatalogoOptional {
padding: 0px;
margin: 0px;
}
#CatalogoOptional .content {
padding: 0px;
margin: 0px;
}
div.sc_optionalfoto {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 114px;
  width: 603px;
  /* Add scroll-bars */
  overflow: auto;
  margin: 0px;
  padding: 0px;
}
ul.sc_optionalfoto {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 0px;
  /* Remove default margin */
  margin: 0px;
  list-style: none;
}
.sc_optionalfoto li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_optionalfoto a {
  display: block;
  text-decoration: none;
}
.sc_optionalfoto span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#CatalogoOptional #Catalogo_Optional_Titolo {
	font-weight: bold;
	font-size: 14px;
	/*color: #64B41F;*/
	color:#666;
	background-image: url(../Images/ico-title.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 563px;
	margin-top: 11px;
	margin-bottom: 11px;
	padding-top: 8px;
	padding-left: 40px;
}
#CatalogoOptional #Catalogo_Optional_Descrizione {
  width: 603px;
  color: #333333;
}
#CatalogoOptional #Catalogo_Optional_Documenti {
  margin-top: 5px;
  margin-bottom: 5px;
}
#CatalogoOptional #Catalogo_Optional_Documenti table tr td{
  padding: 3px;
}
#CatalogoOptional #Catalogo_Optional_Documenti table tr td img {
  width: 15px;
  height: 15px;
}
#CatalogoOptional #Catalogo_Optional_Plus {
  width: 603px;
  height: 35px;
  background-image: url(../Images/bg-sub-prodotto.png);
  background-repeat: no-repeat;
  margin-top: 11px;
}
#CatalogoOptional #Catalogo_Prodotto_Dotazione {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoOptional #Catalogo_Prodotto_Dotazione:hover {
  background-position: 17px 9px;
}
#CatalogoOptional #Catalogo_Prodotto_Dotazione a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoOptional #Catalogo_Prodotto_Dotazione a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoOptional #Catalogo_Prodotto_Optional {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 40px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoOptional #Catalogo_Prodotto_Optional:hover {
  background-position: 47px 9px;
}
#CatalogoOptional #Catalogo_Prodotto_Optional a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoOptional #Catalogo_Prodotto_Optional a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoOptional #Catalogo_Prodotto_Datitecnici {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 33px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoOptional #Catalogo_Prodotto_Datitecnici:hover {
  background-position: 40px 9px;
}
#CatalogoOptional #Catalogo_Prodotto_Datitecnici a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoOptional #Catalogo_Prodotto_Datitecnici a:hover {
	/*color: #64B41F;*/
	color:#666;
}


#CatalogoDatitecnici {
padding: 0px;
margin: 0px;
}
#CatalogoDatitecnici .content {
padding: 0px;
margin: 0px;
}
#CatalogoDatitecnici #Catalogo_Datitecnici_Descrizione {
  width: 603px;
  color: #333333;
}
#CatalogoDatitecnici #Catalogo_Datitecnici_Plus {
  width: 603px;
  height: 35px;
  background-image: url(../Images/bg-sub-prodotto.png);
  background-repeat: no-repeat;
  margin-top: 11px;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Dotazione {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Dotazione:hover {
  background-position: 17px 9px;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Dotazione a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Dotazione a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Optional {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 40px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Optional:hover {
  background-position: 47px 9px;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Optional a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Optional a:hover {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Datitecnici {
  width: 201px;
  height: 27px;
  background-image: url(../Images/arrow-cart.png);
  background-repeat: no-repeat;
  background-position: 33px 9px;
  font-size: 14px;
  color: #64B41F;
  float: left;
  display: inline;
  padding-top: 8px;
  text-align: center;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Datitecnici:hover {
  background-position: 40px 9px;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Datitecnici a {
	/*color: #64B41F;*/
	color:#666;
}
#CatalogoDatitecnici #Catalogo_Prodotto_Datitecnici a:hover {
	/*color: #64B41F;*/
	color:#666;
}

#detailrassegnastampaincontent .content #detail ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#detailrassegnastampaincontent .content #detail ul li {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#detailrassegnastampaincontent .content #detail ul li.titolo {
    font-weight: bold;
}
#detailrassegnastampaincontent .content #detail ul li.data {
    font-style: oblique;
}

.Catalogo_Richiesta {
float: left;
display: inline;
margin-top: 5px;
margin-bottom: 5px;
}
.Catalogo_Richiesta .Catalogo_Richiesta_Add {
	border-left:1px solid #B0B0B0;
	height: 21px;
	/*color: #6BBE12;*/
	color:#666;
	background-image: url(../Images/arrow-cart.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 43px;
	padding-top: 6px;
	cursor: pointer;
}
.Catalogo_Richiesta .Catalogo_Richiesta_Add:hover {
background-position: 17px 6px;
}
.Catalogo_Richiesta .Catalogo_Richiesta_Form {
border-left:1px solid #B0B0B0;
padding-left: 43px;
padding-top: 6px;
}

#captcha {
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
}
#captcha td {
padding: 5px;
}

#archivevideo table {
width: 100%;
border-collapse: collapse;
}
#archivevideo table td {
padding: 5px;
vertical-align: top;
border-bottom:1px dashed #DBDBDB;
}
#archivevideo table td.archivevideo_play {
vertical-align: middle;
}
#archivevideo table td.archivevideo_intest {
font-weight: bold;
background-color: #EEEEEE;
}
#archivevideo table td ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
#archivevideo table td ul li {
padding: 0px;
margin: 0px;
list-style-type: none;
}
#archivevideo table td ul li.Titolo {
font-weight: bold;
}
#archivevideo table td ul li.Descrizione {
font-style: oblique;
}
/*=== ===*/
