

div#articolo_top {
	width: 748px;
	height: 570px;
	position: relative;
}
div#articolo_images {
	width: 748px;
	height: 496px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
}
div#articolo_top div.image {
	width: 748px;
	height: 496px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
	background: #FFFFFF;
	text-align: center;
}

div#articolo_top div.image.active {
	display: block;
}

div#articolo_top div.didascalia {
	position: absolute;
	bottom: 90px;
	left: 0px;
	color: #FFFFFF;
	z-index: 2;
	display: none;
	background: #000000;
	max-width: 350px;
	width: auto !important;
	width: 350px;
	padding: 4px 16px;
}
div#articolo_top div.didascalia.active {
	display: block;
}
div#articolo_top div.didascalia.hidden {
	visibility: hidden;
}

div#articolo_top div.content {
	position: absolute;
	left: 0px;
	bottom: 100px;
	z-index: 2;
	padding: 20px;
	color: #FFFFFF;
}
div#articolo_top div.content h3 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	/*background: #000000;
	padding: 2px;*/
}
div#articolo_top div.content h2 {
	margin: 0px 0px 10px 0px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
/*	background: #000000;
	padding: 2px;*/
}
div#articolo_top div.content p {
	margin: 5px 0px 0px 0px;
}
div#articolo_top a {
	color: #FFFFFF;
	text-decoration: none;
}

/* GALLERY THUMBS */
div#articolo_thumbs {
	width: 585px;
	height: 81px;
	position: absolute;
	left: 82px;
	top: 486px;
	z-index: 5;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	padding-top: 11px;
}
div#articolo_thumbs ul {
	width: 10000px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#articolo_thumbs li {
	width: 65px;
	height: 65px;
	float: left;
	position: relative;
}
div#articolo_thumbs a {
	display: block;
	width: 63px;
	height: 63px;
	border: 1px solid #FFFFFF;
}
div#articolo_thumbs a.active {
	border: 1px solid #FFFFFF;
}
div#articolo_thumbs a span {
	width: 24px;
	height: 13px;
	background: url('./img/gallery_index.png') no-repeat top left;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -12px;
	display: none;
}
div#articolo_thumbs a.active span {
	display: block;
}

/* SHADOW */
/*
div#gallery_shadow {
	width: 748px;
	height: 170px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('./img/gallery_shadow.png') no-repeat bottom left;
	z-index: 2;
}
*/

/* DOWNLOAD */
div#gallery_download {
	width: 59px;
	height: 38px;
	position: absolute;
	z-index: 3;
	bottom: 20px;
	right: 20px;
}
div#gallery_download a {
	display: block;
	width: 59px;
	height: 38px;
	background: url('./img/gallery_down.png') no-repeat top left;
	text-indent: -9999px;
	text-decoration: none;
}

/* PLAY */
div#gallery_play {
	width: 59px;
	height: 38px;
	position: absolute;
	z-index: 3;
	bottom: 20px;
	right: 90px;
	cursor: pointer;
	background: url('./img/gallery_play.png') no-repeat top left;
}
div#gallery_play.stop {
	background: url('./img/gallery_stop.png') no-repeat top left;
}


/* PREV E NEXT */
div#gallery_prev {
	width: 59px;
	height: 38px;
	background: url('./img/gallery_prev.png') no-repeat top left;
	position: absolute;
	top: 513px;
	left: 11px;
	cursor: pointer;
}
div#gallery_next {
	width: 59px;
	height: 38px;
	background: url('./img/gallery_next.png') no-repeat top left;
	position: absolute;
	top: 513px;
	right: 11px;
	cursor: pointer;
}

div#articolo_titolo {
	padding: 20px 0px 20px 10px;
}
div#articolo_titolo h2 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
}
div#articolo_titolo h3 {
	margin: 0px 0px 10px 10px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}



div#articolo_left {
	width: 520px;
	margin-right: 230px;
	float: left;
}

div#articolo_right {
	width: 210px;
	margin-left: -230px;
	float: left;
}


div#articolo_testo {
	font-size: 1.1em;
	line-height: 1.4em;
}
div#articolo_testo div.article-image {
	float: left;
	margin-right: 10px;
}
div#articolo_testo hr {
	width: auto !important;
	height: 1px;
	color: #333333;
}
div#articolo_testo img {
	max-width: 520px;
}


#articolo.sito div#articolo_left {
	width: 100%;
	margin-right: 0px;
}
#articolo.sito div#articolo_right {
	display: none;
} 
#articolo.sito div#articolo_testo img {
	max-width: 750px;
} 

div.a-pagamento div#articolo_testo {
	background: #EEEEEE;
	padding: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#articolo_com_publi {
	margin: 20px 0px;
	font-weight: bold;
	font-size: 0.8em;
}
div#articolo_data {
	margin: 20px 0px;
	text-align: right;
}

div#articolo_tags {
	margin: 20px 0px;
}

div#articolo_tags h3 {
	font-size: 1em;
	margin: 0px;
	color: #666666;
	float: left;
	width: 50px;
}
div#articolo_tags div {
	margin-left: 50px;
}

div#articolo_downloads {
	width: 520px;
	margin: 20px 0px;
	float: left;
	clear: both;
}
div#articolo_downloads h3 {
	font-size: 1em;
	margin: 0px;
	color: #666666;
	float: left;
	width: 120px;
}
div#articolo_downloads ul {
	margin: 0px 0px 0px 120px;
	list-style: none;
	padding: 0px;
}
div#articolo_downloads li {
	margin: 5px 0px;
}
div#articolo_downloads h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
div#articolo_downloads p {
	margin: 0px;
}


div#articolo_urls {
	width: 520px;
	margin: 20px 0px;
	float: left;
	clear: both;
}
div#articolo_urls h3 {
	font-size: 1em;
	margin: 0px;
	color: #666666;
	float: left;
	width: 120px;
}
div#articolo_urls ul {
	margin: 0px 0px 0px 120px;
	list-style: none;
	padding: 0px;
}
div#articolo_urls li {
}


div#articolo_video {
	width: 520px;
	margin: 20px 0px;
	float: left;
	clear: both;
}
div#articolo_video h3 {
	font-size: 1em;
	margin: 0px;
	color: #666666;
	float: left;
	width: 120px;
}
div#articolo_video div {
	margin-left: 120px;
}

div#articolo_right {
	padding: 10px;
}

div#articolo_right h3 {
	width: 210px;
	height: 31px;
	background: url('./img/box_correlati.png') no-repeat top left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

div#articolo_right ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
}
div#articolo_right li {
	width: 200px;
	padding: 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
}
div#articolo_right h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
div#articolo_right div {
	float: left;
	margin-right: 5px;
}
div#articolo_right div img {
	width: 50px;
}
div#articolo_right p {
	font-size: 0.9em;
	margin: 0px;
}
div#articolo_right a {
	text-decoration: none;
	color: #000000;
}


div#articolo_topbanner,
div#articolo_bottombanner {
	text-align: center;
	padding: 10px 0px;
}

#comments {
	clear: both;
}


/* Bigger FOnts */
div#articolo.bigger div#articolo_testo {
	font-size: 1.3em;
}

div#articolo_tools {
	height: 28px;
	background: #FFFFFF;
	margin: 10px 0px;
	position: relative;
}
div#articolo_tools ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
div#articolo_tools li {
	width: 20px;
	height: 20px;
	float: left;
	padding: 4px 2px;
}
div#articolo_tools li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
#article_bigger_font {
	background: url('./img/icona_testogrande.png') no-repeat center center;
}
#article_normal_font {
	background: url('./img/icona_testopiccolo.png') no-repeat center center;
}
#article_print {
	background: url('./img/printer.png') no-repeat center center;
}
#article_send {
	background: url('./img/email.png') no-repeat center center;
}
#article_reload_page {
	background: url('./img/icona_ricarica.png') no-repeat center center;
}




#articolo_share {
	width: 100%;
	margin: 10px 0px;
	float: left;
}
.share-widget {
	width: 150px;
	height: 50px;
	float: left;
}

