@import "./ecommerce.css";

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 0.84em;
	font-family: Arial, sans-serif;
	font-style: normal;
	background: url(/header.jpg) repeat-x center top;
	text-align: center;
	font-weight: normal;
	color: black;
	}

a, a:link {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #d17a00;
	font-weight: bold;
	}

a:hover {
	border-bottom: 1px solid #eaac53;
	color: #9e1b34;
	}

.hidden {
	left: -9999px;
	top: -9999px;
	position: absolute;
	}
	
.list-nostyle {
	list-style-type: none !important;
	list-style-image: none;
	}
	
.control-thumb {
	float: right;
	}
	
.control-thumb img {
	display: block;
	border-style: none;
	}
	
.signature {
	clear: both;
	display: block;
	text-align: right;
	padding-top: 6px;
	}
	
.extranav {
	display: none;
	text-decoration: none;
	font-size: 0.9em;
	}
		
a.rss {
	background: url(/rss_off.gif) no-repeat left top;
	display: block;
	height: 16px;
	width: 32px;
	text-indent: -9999px;
	text-align: left;
	}
	
a.rss:hover, a.rss:focus {
	background: url(/rss_on.gif) no-repeat left top;
	display: block;
	height: 16px;
	width: 32px;
	}

p {
	line-height: 1.6em;
	}

/* Struttura base */

#container {
	margin-left: auto;
	width: 950px;
	text-align: left;
	margin-right: auto;
	}
	
#header {
	width: 950px;
	height: 135px;
	}
	
#header-left {
	background: url(/marchio.jpg) no-repeat 0px 30px;
	position: relative;
	width: 200px;
	height: 135px;
	top: 0px;
	left: 0px;
	}

#header-left .spacer {
	text-indent: -9999px;
	}

#header-login {
	display: block;
	position: absolute;
	top: 32px;
	margin: 0px 0px 0px 850px;
	width: 100px;
	height: 32px;
	border-left: 1px dashed #fff;
	}

#header-login a, #header-login a:link, #header-login a:visited {
	display: block;
	padding-left: 12px;
	height: 19px;
	font-size: .7em;
	color: #fff;
	border: none;
	}

#header-login a:hover, #header-login a:focus {
	color: #d17a00 !important;
	}
	
#header-language {
	display: block;
	position: relative;
	left: 0px;
	top: 32px;
	width: 150px;
	height: 42px;
	border-left: 1px dashed #fff;
	}

#header-language ul {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#header-language ul li {
	border-right: 1px dashed #fff;
	padding: 0px 8px;
	height: 40px;
	float: left;
	}

#header-language ul li a, #header-language ul li a:link, #header-language ul li a:visited {
	font-size: .7em;
	color: #fff;
	border: none;
	}

#header-language ul li a:hover, #header-language ul li a.on {
	color: #d17a00 !important;
	}

#navigation-bar {
	text-align: center;
	list-style-type: none;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	_margin-top: -40px;
	height: 55px;
	width: 941px;
	_width: 945px;
	border-right: 1px dashed #fff;
	}

#navigation-bar ul {
	margin-left: 211px;
	_margin-left: 214px;
	}
	
#navigation-bar li {
	border-left: 1px dashed #fff;
	float: left;
	width: 90px;
	display: block;
	height: 53px;
	}
	
#navigation-bar li a, #navigation-bar li a:link {
	color: #fff;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px 10px 13px 8px;
	display: block;
	height: 40px;
	}

#navigation-bar li a:hover {
	color: #d17a00;
	cursor: pointer;
	}

#navigation-bar li a.active {
	color: #d17a00;
	cursor: default;
	}

#navigation-bar li a span {
	
	}
	
#molliche {
	display: none;
	clear: both;
	padding: 10px 0px 10px 26px;
	}
	
#molliche .box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#molliche .box ul li {
	display: inline;
	}

#molliche .box ul li a {
	background: transparent url(/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	border: none;
	padding-right: 14px;
	}

#molliche .box ul li a:hover {
	text-decoration: underline;
	}
	
#molliche .box ul li a#current-crumb {
	background: none;
	text-decoration: none;
	padding-right: 14px;
	}
	
#main {
	width: 946px;
	float: left;
	}

#content {
	padding: 0px;
	}
	
#sub1 {
	padding: 20px 0px 38px 0px;
	}

#lipsum {
	padding: 20px 0px 38px 0px;
	}

#footer {
	width: 940px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	}

#footer-right {
	color: #aaa;
	font-size: 11px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #aaa;
	}

#footer-right a, #footer-right a:visited, #footer-right a:link {
	color: #d17a00;
	font-size: .7em;
	border: none;
	}

#footer-right a:hover {
	color: #eaac53;
	}
	
/* Stili di Testo: Generali */

p {
	margin: .6em .0em;
	}
	
h1 {
	font-size: 1.6em;
	color: #d17a00;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 4px;
	}
	
h2 {
	font-size: 1.33em;
	color: #d17a00;
	line-height: 1.33em;
	padding-top: 8px;
	}
	
h3 {
	font-size: 1.08em;
	color: #d17a00;
	line-height: 1.08em;
	padding-top: 16px;
	}
	
h4 {
	font-size: 0.92em;
	color: #d17a00;
	line-height: 0.92em;
	padding-top: 16px;
	}
	
h5 {
	font-size: 0.83em;
	color: #d17a00;
	line-height: 0.83em;
	padding-top: 16px;
	}
	
h6 {
	font-size: 0.75em;
	color: #d17a00;
	line-height: 0.75em;
	padding-top: 16px;
	}
	
/* Stili: Column-internal */

#column-internal {
	display: none;
	}
	
#column-internal p {
	color: #5d5a41;
	font-weight: normal;
	font-size: 1.20em;
	line-height: 1.27em;
	font-style: italic;
	border-bottom: 3px solid #4b84b2;
	padding-bottom: 20px;
	}

/* Stili: sub2 - Collegamenti del portale */

#sub2 {
	border: 1px solid black;
	margin: 0;
	padding: 0;
	}
	
#sub2 .innerbox {
	margin: 0;
	padding: 0;
	}
	
#sub2 .innerbox h1 {
	display: block;
	text-transform: uppercase;
	font-size: 1.33em;
	line-height: 1.33em;
	padding-bottom: 8px;
	}
	
#sub2 .innerbox p {
	padding-top: 8px;
	padding-bottom: 18px;
	padding-left: 8px;
	padding-right: 8px;
	/*background: url(/spacer_sub2.gif) repeat-x left bottom;*/
	}
	
#sub2 .innerbox p img {
	border-style: none;
	display: inline;
	}

/* Stili: Sub2 - Colonna News */

#sub2 .innerbox .headlist {
	}
	
#sub2 .innerbox .headlist .date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.92em;
	line-height: 0.92em;
	color: #005192;
	/*background: url(/icona_tipo.gif) no-repeat 6px center;*/
	padding-left: 24px;
	height: 12px;
	padding-top: 7px;
	}
	
#sub2 .innerbox .headlist .control-thumb {
	margin-top: 5px;
	margin-right: 5px;
	}
	
#sub2 .innerbox ul.list-nostyle {
	padding-top: 6px;
	}
	
#sub2 .innerbox ul.list-nostyle li {
	line-height: 1.3em;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 18px;
	}
	
#sub2 .innerbox ul.list-nostyle li .news-item {
	}
	
#sub2 .innerbox ul.list-nostyle li .news-item .date {
	font-size: 0.92em;
	font-weight: bold;
	color: #005192;
	/*background: url(/icona_data.gif) no-repeat left top;*/
	height: 14px;
	padding-left: 20px;
	display: block;
	}

#lipsum ul.list-nostyle li .news-item .date {
	font-size: 1.1em;
	font-weight: bold;
	color: #005192;
	/*background: url(/icona_data.gif) no-repeat left center;*/
	height: 18px;
	margin: 0px 0px 0px 10px;
	padding: 10px 5px 5px 20px;
	display: block;
	}

.testo h2, #sub2 .innerbox ul.list-nostyle li .news-item .testo h2 {
	font-size: 1em;
	padding-top: 0;
	}
	
#sub2 .innerbox ul.list-nostyle li .news-item .testo .thumb {
	}
	
#sub2 .innerbox ul.list-nostyle li .news-item .testo p {
	font-size: 0.93em;
	padding: 2px 0px 0px;
	background: none;
	}

#lipsum .testo p {
	margin: .3em .0em;
	}
	
#sub2 .innerbox ul.list-nostyle li .news-item .footnote {
	font-size: 0.93em;
	display: block;
	font-style: italic;
	padding-top: 2px;
	}

/* Stili: Column External */

#column-external {
	display: none;
	border: 1px solid black;
	float: right;
	width: 236px;
	}
	
#column-external .box-right {
	margin: 0px;
	padding: 0px;
	}
	
#column-external .box-right h1 {
	display: block;
	text-transform: uppercase;
	font-size: 1.33em;
	line-height: 1.33em;
	color: black;
	padding-bottom: 8px;
	padding: 0px 0px 5px 0px;
	}

#column-external .box-right ul {
	padding-bottom: 18px;
	padding-left: 26px;
	/*list-style: url(/freccia_ul_colext.gif) outside;*/
	margin-bottom: 24px;
	padding-top: 10px;
	}
	
#column-external .box-right ul.list-nostyle {
	padding-top: 0px;
	}
	
#column-external .box-right .headlist {
	}
	
#column-external .box-right .headlist .date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.92em;
	line-height: 0.92em;
	color: #005192;
	/*background: url(/icona_tipo.gif) no-repeat 6px center;*/
	padding-left: 24px;
	height: 12px;
	padding-top: 7px;
	}

#column-external .box-right .headlist .control-thumb {
	margin-top: 5px;
	margin-right: 5px;
	}

#column-external .box-right .headlist h1 {
	padding-top: 2px;
	background: none;
	}

/* Stili: Column External - Colonna News */
#column-external .box-right ul.list-nostyle {
	border: none;
	list-style: none;
	padding-left: 0px;
	}
	
#column-external .box-right ul.list-nostyle li {
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#column-external .box-right div.news-item {
	padding-top: 6px;
	}
	
#column-external .box-right div.news-item .date {
	font-size: 0.92em;
	font-weight: bold;
	display: block;
	color: #4b84b2;
	/*background: url(/icona_data.gif) no-repeat left top;*/
	height: 14px;
	padding-left: 20px;
	display: block;
	}
	
#column-external .box-right div.news-item div.testo h2 {
	font-size: 1em;
	padding-bottom: 2px;
	padding-top: 0px;
	}
	
#column-external .box-right div.news-item div.testo h2 a {
	}
	
#column-external .box-right div.news-item div.testo div.thumb {
	}
	
#column-external .box-right div.news-item div.testo p {
	font-size: 0.93em;
	}
	
#column-external .box-right div.news-item .footnote {
	font-size: 0.92em;
	display: block;
	font-style: italic;
	padding-top: 4px;
	color: #615d3a;
	}

/* Stili: Liste puntate */

#lipsum ul, #lipsum ol, #sub1 ol, #sub1 ul, #sub2 ol, #sub2 ul {
	}

/* Stili: Tabelle */

table {
	}
	
table caption {
	text-align: right;
	font-size: 0.92em;
	font-style: italic;
	line-height: 0.92px;
	font-weight: normal;
	padding: 8px 0px;
	}
	
table thead tr {
	color: #005192;
	padding: 7px;
	text-transform: uppercase;
	text-align: left;
	}
	
table tbody tr {
	}

/* Stili: Mainform */
.maincontrols {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	}

#lipsum form .maincontrols legend {
	padding: 5px 10px;
	}

#lipsum form .maincontrols fieldset.mainfieldset {
	border: none;
	margin-bottom: 10px;
	}

#lipsum form .maincontrols fieldset.mainfieldset ol {
	list-style: none;
	margin: 0px;
	padding: 10px 8px 12px;
	}

form.cmxform fieldset.mainfieldset {
	margin: 0px 0px 0px;
	padding: 10px 0px 0px;
	}

#lipsum form fieldset ol, #lipsum form fieldset ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	}

fieldset {
	border: none;
	margin: 0px 0px 0px;
	padding: 10px 0px 0px;
	}

fieldset h2 {
	margin: 0px;
	padding: 0px;
	}

form.cmxform {
	}
	
form.cmxform fieldset {
	background-color: #F9F9F9;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 0px 0px 10px;
	padding: 16px 0px 0px;
	}
	
form.cmxform legend {
	background-color: transparent;
	display: block;
	font-size: 1.33em;
	color: #d17a00;
	padding: 0px;
	margin: 0px 0px 5px 0px !important;
	margin: 10px 0px 5px 0px;
	}
	
form.cmxform fieldset fieldset legend  {
	font-size: 1em;
	color: #d17a00;
	}
	
form.cmxform label {
	width: 150px;
	font-size: 1.1em;
	display: inline-block;
	vertical-align: top;
	}
	
form.cmxform label.nocmx {
	width: auto;
	margin: 0px 3px;
	}

form.cmxform label.label-block {
	display: block;
	width: auto;
	margin: 0px 3px;
	}

form.cmxform label.nocmxalign {
	width: auto;
	margin-left: 140px;
	}

form.cmxform fieldset li.nocmx {
	display: inline;
	}

form.cmxform em {
	color: #FF0000;
	}
	
form.cmxform ol {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	}
	
form.cmxform ol li {
	list-style: none;
	margin: 0px;
	padding-bottom: 5px;
	}
	
form.generated fieldset li {
	margin-top: 10px;
	}

input, select, textarea {
	font-size: 1em;
	border: 1px solid #aaaaaa;
	padding: 2px 3px;
	margin: 2px;
	font-family: Arial, sans-serif;
	line-height: normal;
	font-weight: normal;
	background: url(/input_shadow.gif) no-repeat left top;
	}

/*** fieldset con allineamento select box ***/

form.cmxform fieldset#internalfield li {
	padding: 5px 0px;
	background: none;
	}
	
form.cmxform fieldset#internalfield label {
	margin-left: 10px;
	}

form.cmxform fieldset#internalfield label {
	width: 200px;
	margin-right: 20px;
	}

form.cmxform fieldset#internalfield fieldset#internalfield label {
	margin-left: 203px;
	} /* Width plus 3 (html space) */

form.cmxform fieldset#internalfield label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}

option {
	padding: 0px 0px 0px 2px;
	background-color: white;
	}

input:focus, select:focus, textarea:focus {
	border: 1px solid #555555;
	}

input.button {
	background: #aaa none repeat scroll 0% 50%;
	border-color: #eee #ccc #bbb #aaa;
	border-width: 2px;
	font-size: 1.1em;
	color: #fff;
	cursor: pointer;
	height: auto;
	padding: 0px 3px;
	letter-spacing: 1.1pt;
	}

input.button:focus {
	background: #eee none repeat scroll 0% 50%;
	border-color: #aaa;
	color: #000;
	}

.cmxform #disclaimer {
	font-family: Arial, sans-serif;
	font-size: 0.92em;
	line-height: 1.2em;
	}
	
form.cmxform .box {
	padding: 10px 0px;
	}
	
#container #main #content #lipsum .date {
	font-size: 0.93em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	}

/* evita i problemi della timeline */

#container #main #content #lipsum .timeline-band-layer-inner img {
	margin:0px;
	padding:0px;
	}

#container #main #content #lipsum img.left, #container #main #content #sub1 img.left {
	float: left;
	padding: 12px 12px 12px 0px;
	}

#container #main #content #lipsum img.right, #container #main #content #sub1 img.right {
	float: right;
	padding: 12px 0px 12px 12px;
	}

#container #main #content #lipsum .blog-content {
	padding-bottom: 24px;
}

/* Stili: Blog */

ul.list-nostyle {
	padding: 0px;
	margin: 0px;
	}

.list-nostyle li {
	/*background: url(/bkg_blog_li.gif) no-repeat left top;*/
	margin-bottom: 16px;
	}

#container #main #content #lipsum .list-nostyle .firmaBlog {
	text-align: left;
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 0.93em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	}

#container #main #content #lipsum .list-nostyle .firmaBlog .comment_count {
	display: block;
	font-size: 1.75em;
	color: #333333;
	text-align: center;
	float: left;
	padding-right: 16px;
	padding-left: 10px;
	font-weight: bold;
	}

#container #main #content #lipsum .list-nostyle .blog-answer {
	clear: both;
	padding: 4px 10px 16px;
	}
	
#container #main #content #lipsum .list-nostyle .testo {
	clear: both;
	padding: 4px 10px 0px 0px;
	}
	
#container #main #content #lipsum .list-nostyle .firmaBlog .date {
	padding: 0px 4px 1px 0px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.93em;
	font-style: normal;
	line-height: normal;
	}
	
#container #main #content #lipsum ol.list-nostyle {
	margin: 0px;
	padding: 0px;
	}

.selected-item, #current-crumb {
	font-weight: bold;
	color: #AE4551;
	}

/* sitemap */

#lipsum ul.sitemap {
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #005192;
	}

#lipsum ul.sitemap ul {
	list-style-image: url(/freccia_ul_colext.gif);
	}

blockquote {
	margin: 7px 0px;
	padding-left: 15px;
	text-indent: 10px;
	background: url(/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

blockquote p {
	display: inline;
	margin: 0px;
	padding-right: 24px;
	background: url(/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.category {
	border-left: 1px solid #ccc;
	padding-left: 5px;
	}

/* Messaggi per l'utente */

.note {
	background-repeat: no-repeat;
	background-position: 5px 6px;
	background-color: #F0F0F0;*/
	border: 1px solid #CCC;
	padding: 5px 5px 5px 23px;
	margin: 10px 0px 10px 0px;
	}
	
.evidence {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding: 20px 20px 20px 100px;
	margin: 10px 0px 10px 0px;
	}
	
.printer {
	background-image: url(/printer.png) !important;
	background-image: url(/printer.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

.error {
	background-image: url(/error.png) !important;
	background-image: url(/error.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

.welcome {
	background-image: url(/man.png) !important;
	background-image: url(/man.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

table.form-results {
	background-color: #FDFDFD;
	width: 500px;
	padding-bottom: 10px;
	margin: 10px 0px 10px 0px;
	}
	
table.form-results td {
	margin: 0px;
	padding: 2px;
	}

table.form-results td.label {
	border: 0px;
	border-bottom: 1px solid #999999;
	width: 50%;
	padding-left: 10px;
	}

table.form-results td.simple {
	border: 0px;
	background-color: white;
	font-weight: normal;
	font-style: italic;
	width: 100%;
	}

table.form-results td.value {
	border: 0px;
	border-bottom: 1px solid #999999;
	background-color: white;
	width: 50%;
	}

a.nodecoration {
	text-decoration: none;
	border: none;
	}


/* jquery ahover plugin */

ul.preview {
	width: auto;
	position: relative;
	list-style-type: none;
	list-style-image: none;		
	}

ul.preview li {
  position: relative;
  display: inline;
  z-index: 100;
	}

div.ahover {
  position: absolute;
	background: #ddd;
	border: 2px solid #eee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  z-index: 99;
	}


/* catalog boxies */

#external {
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 550px;
	position: relative;
	overflow: hidden;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	}

ul.line {
	margin: 0px;
	padding: 0px;
	width: 6000px;
	height: 550px;
	list-style-type: none;
	list-style-image: none;		
	}

li.group {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 730px;
	height: 550px;
	}

.menuarea {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	width: 204px;
	height: 550px;
	text-transform: uppercase;
	border-left: 1px dashed #ddd;
	}

.menuarea h1 {
	text-transform: none;
	font-size: 18px;
	line-height: 18px;
	color: #ccc;
	margin: 5px 0px 50px 0px;
	}

#menulist {
	display: block;
	height: 420px;
	}
#menulist, #menulist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}

#menulist li a {
	font-size: 12px;
	line-height: 1.9em;
	color: #d17a00;
	border: none;
	}

#menulist ul li a {
	font-size: 10px;
	color: #ccc;
	}

#menulist li.current a, #menulist ul li a:hover {
	color: #eaac53;
	}

.cursor {
	cursor: pointer;
	}
	
ul.preview {
	position: relative;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	width: 728px;
	height: 88px;
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px dashed #ddd;
	}

ul.preview li {
	padding: 0px;
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	}

ul.preview li img {
	padding: 5px 6px 5px 6px;
	float: left;
	}

.full {
	margin-left: 7px;
	top: 100px;
	left: 0px;
	width: 720px;
	height: 450px;
	}

.full div.loader {
  background: #eee;
  width: 716px;
  height: 450px;
	}

.full div.loader h1 {
	color: #ccc;
	margin: 10px 20px;
	letter-spacing: .5em;
	}


.full div.loading {
  background: url(/spinner.gif) no-repeat center center;
	}

.full .desc {
	color: #797979;
	text-align: right;
	position: relative;
	top: -437px;
	padding: 0px;
	width: 695px;
	height: 50px;
	}

.full .desc strong {
	font-size: 1.2em;
	}

.full .desc select {
	font-size: .8em;
	margin-right: 0px;
	}
	
.full .desc div {
	font-size: 1.1em;
	}

.full .desc div.act {
	margin-top: 7px;
	padding: 0px;
	}
	
.full .desc div.act a, .full .desc div.act a:link, .full .desc div.act a:visited {
	display: block;
	float: right;
	clear: both;
	width: 140px;
	height: 22px;
	padding-top: 5px;
	border: none;
	color: #1F1F1F;
	border-top: 1px dashed #ccc;
	text-decoration: none;
	font-size: .8em;
	}

.full .desc div.act a:hover, .full .desc div.act a:focus {
	color: #D17A00;
	cursor: pointer;
	}

#download-file {
	position: relative;
	bottom: 0px;
	}

#download-file a {
	text-decoration: none;
	border: none;
	color: #ccc;
	font-size: 11px;
	}

#download-file a:hover {
	color: #d17a00;
	}

/* homepage */

#mainborder {
	width: 924px;
	_width: 926px;
	padding: 0px 8px 0px 9px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	}

#portfolio {
	list-style-type: none;
	list-style-image: none;
	}

.legenda {
	margin-top: 10px;
	padding-top: 5px;
	_padding-top: 7px;
	border-top: 1px dashed #ccc;
	color: #d17a00;
	font-family: Helvetica;
	height: 90px;
	}

.legenda p {
	line-height: 1em;
	margin: 2px 0px;
	}
	
.legenda strong {
	text-transform: uppercase;
	}

.sup {
	vertical-align: text-top;
	font-size: .8em;
	}

.legenda a {
	text-decoration: none;
	border: none;
	color: #d17a00;
	font-size: 12px;
	}

.legenda .sinistra {
	width: 470px;
	float: left;
	}
	
.legenda .destra {
	width: 445px;
	float: right;
	}

.legenda .sinistra strong, .legenda .destra strong {
	text-transform: none;
	}
	
.bigtitle, .bigsubtitle {
	position: absolute;
	top: 218px;
	padding-left: 8px;
	width: 130px;
	z-index: 1000;
	font-size: 23px;
	color: white;
	font-weight: bold;
	}

.bigsubtitle {
	top: 295px;
	}

.bigtitleleft, .bigtitleright {
	position: absolute;
	top: 10px;
	padding-left: 8px;
	width: 290px;
	z-index: 1000;
	font-size: 23px;
	color: white;
	font-weight: bold;
	}

.bigtitleright {
	left: 477px;
	}

.email a, .email a:link, .email a:hover, .email a:focus, .email a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	}

.highlight {
	width: 360px;
	margin-top: 20px;
	text-align: center;
	}

.highlight a, .highlight a:link, .highlight a:hover, .highlight a:focus, .highlight a:visited {
	display: block;
	font-size: 22px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid white;
	background: #D17A00;
	color: white;
	}

.highlight a:hover, .highlight a:focus {
	border: 1px solid #D17A00;
	background: white;
	color: #D17A00;
	}

/* newsbox */

.newssx {
	float: left;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	width: 198px;
	height: auto;
	text-transform: uppercase;
	border-left: 1px dashed #ddd;
	}

.newssx h1 {
	text-transform: none;
	font-size: 18px;
	line-height: 18px;
	color: #ccc;
	margin: 5px 0px 28px 0px;
	}

.newssx .newsbox {
	height: 467px;
	border-top: 1px dashed rgb(204, 204, 204);
	padding: 7px 0px;
	}

.newssx .newstitle {
	color: #D17A00;
	font-size:12px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	}

.newssx .newstext {
	text-transform: none;
	font-family: helvetica;
	color: #aaa;
	padding: 5px 0px;
	}

.newsdx {
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: auto;
	position: relative;
	overflow: hidden;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	}

.newsdx .imgbox {
	padding: 7px;
	border-top: 1px dashed rgb(204, 204, 204);
	}

/* gestione file */

body.popup {
	background: none;
	}

body.popup #column-external, body.popup .unprintable, body.popup .extranav {
	display: none;
	}

/* finestra popup */
body.popup #main, body.popup #lipsum {
	margin: 0px;
	padding: 0px;
	width: 690px;
	}

div#actingon {
	color: #bbb;
	font-weight: bold;
	margin: 5px;
	padding: 3px;
	width: auto;
	border-bottom: 1px solid #eee;
	}

div#filetreecontainer {
	margin: 10px 5px;
	padding: 3px;
	width: auto;
	height: 300px;
	overflow: auto; 
	border-bottom: 1px solid #eee;
	}

div.commands div {
	margin: 3px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	}

div.commands div input, div.commands div select {
	margin: 2px;
	}

ul.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px !important;
	margin: 0px !important;
	}

ul.jqueryFileTree li {
	list-style: none !important;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
	}

ul.jqueryFileTree a {
	color: #333;
	border: none !important;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
	}

ul.jqueryFileTree a:hover {
	background: #E8E8E8 !important;
	color: #000 !important;
	}

ul.jqueryFileTree a:focus {
	background: red !important;
	color: #fff !important;
	}

ul.jqueryFileTree a.protected {
	background: #FEE3A5 !important;
	}

/* Core Styles */
.jqueryFileTree li.directory { background: url(/directory.png) left top no-repeat; }
.jqueryFileTree li.expanded { background: url(/folder_open.png) left top no-repeat; }
.jqueryFileTree li.file { background: url(/file.png) left top no-repeat; }
.jqueryFileTree li.wait { background: url(/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree li.ext_3gp { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_afp { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_afpa { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_asp { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_aspx { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_avi { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_bat { background: url(/application.png) left top no-repeat; }
.jqueryFileTree li.ext_bmp { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_c { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_cfm { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_cgi { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_com { background: url(/application.png) left top no-repeat; }
.jqueryFileTree li.ext_cpp { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_css { background: url(/css.png) left top no-repeat; }
.jqueryFileTree li.ext_doc { background: url(/doc.png) left top no-repeat; }
.jqueryFileTree li.ext_exe { background: url(/application.png) left top no-repeat; }
.jqueryFileTree li.ext_gif { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_fla { background: url(/flash.png) left top no-repeat; }
.jqueryFileTree li.ext_h { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_htm { background: url(/html.png) left top no-repeat; }
.jqueryFileTree li.ext_html { background: url(/html.png) left top no-repeat; }
.jqueryFileTree li.ext_jar { background: url(/java.png) left top no-repeat; }
.jqueryFileTree li.ext_jpg { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_jpeg { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_js { background: url(/script.png) left top no-repeat; }
.jqueryFileTree li.ext_lasso { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_log { background: url(/txt.png) left top no-repeat; }
.jqueryFileTree li.ext_m4p { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_mov { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_mp3 { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_mp4 { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_mpg { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_mpeg { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_ogg { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_pcx { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_pdf { background: url(/pdf.png) left top no-repeat; }
.jqueryFileTree li.ext_php { background: url(/php.png) left top no-repeat; }
.jqueryFileTree li.ext_png { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_ppt { background: url(/ppt.png) left top no-repeat; }
.jqueryFileTree li.ext_psd { background: url(/psd.png) left top no-repeat; }
.jqueryFileTree li.ext_pl { background: url(/script.png) left top no-repeat; }
.jqueryFileTree li.ext_py { background: url(/script.png) left top no-repeat; }
.jqueryFileTree li.ext_rb { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_rbx { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_rhtml { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_rpm { background: url(/linux.png) left top no-repeat; }
.jqueryFileTree li.ext_ruby { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_sql { background: url(/db.png) left top no-repeat; }
.jqueryFileTree li.ext_swf { background: url(/flash.png) left top no-repeat; }
.jqueryFileTree li.ext_tif { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_tiff { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_txt { background: url(/txt.png) left top no-repeat; }
.jqueryFileTree li.ext_vb { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_wav { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_wmv { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_xls { background: url(/xls.png) left top no-repeat; }
.jqueryFileTree li.ext_xml { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_zip { background: url(/zip.png) left top no-repeat; }
.jqueryFileTree li.ext_flv { background: url(/film.png) left top no-repeat; }
