/* --- 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;
	padding-left: 15px;
	margin-left:-15px;
}
#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;
}
#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:55px;
	overflow: auto;
}
/* stili utilizzati nella presentazione delle miniuature sulle gallery, categorie e lista prodotti in offerta */
.Object_Big_Image {
   height:220px;
   float:left;
   width:148px;
   #width:153px;
   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:138px;
	#width:143px;
	bottom:0px;
	left:0px;
	padding-left:5px;
	padding-right:5px;
	background: url(../Images/block_content_top.jpg) repeat-x;
	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: 490px;
   height: 300px;
}

/* 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:3px;
	margin-bottom:5px;
	padding:7px;
	width:116px;
	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: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: -20px;	
	width:600px;
	margin-left: -25px;
}

.entryservices p {
	margin: 5px;
	line-height: normal;
}
.entryservices ul {
margin-top:0px;
margin-bottom:2px;}

.entryservices ul li{
line-height: 20px
;}

/*=== ===*/
