/*
29/02/2008
Forte village screen stylesheet
author: Alessandro Chinazzo
*/

/* Reset style - Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- */

body {
	margin: 45px 0; padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #000;
	text-align: center;
}

#logo {position:absolute;top:-45px}

.last { margin: 0 !important; }

strong { font-weight: bold; }
em { font-style: italic; }

#map-popup {
	font-size: 1.2em;
	line-height: 1.3em;
}

.errors {
	border: 1px solid white;
	margin: 15px 0; padding: 10px;
}

#content #body .errors p {
	margin: 0; padding: 0;
}

#content #body .errors p {
	margin: 0; padding: 0;
}

.files {
	margin-top: 30px;
}

#banner {
	position: absolute;
	top: 550px; right: 0;
	padding: 5px;
	width: 300px;
	z-index: 3000;
	background-color: #000;
}

#banner #container {
	color: #fff;
	padding: 10px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}

#banner #container ul {
	margin: 0; padding: 0 15px;
	list-style-type: disc;
}

#banner #container ul li {
	margin: 0; padding: 3px;
	line-height: 1.2em;
}

#banner h1 {font-family: Georgia, Arial, Verdana, sans-serif;color: #fff;font-size: 1.2em;}
#banner h1, #banner p {margin: 0 10px}
#banner a:link, #banner a:visited, #banner a:active {color: #b06300;text-decoration: none}
#banner a:hover {color: #fff;}

#banner #btn-close {
	position: absolute;
	top: 5px; right: 5px;
	font-size: .9em;
	color: #fff;
	cursor: pointer;
}

/* Tips */

.custom-tip {
	color: #fff;
	z-index: 13000;
	width: 162px;
	text-align: left;
	background: url("/images/tip-arrow.png") 0 0 no-repeat;
}
 
.custom-title {
	display: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	width: 120px;
	float: right;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 10px;
	color: #fff;
	background: #000;
}

/* ----- */

/* Intro */

#header-intro {
	height: 65px;
	position: relative;
}

#nav-lang-intro {
	position: absolute;
	top: 25px; right: 0;
	font-size: 10px;
}

#nav-lang-intro li {
	display: inline;
	padding: 3px 6px;
	border-right: 1px solid #fff;
}

#nav-lang-intro li.last {
	border: 0;
}

#nav-lang-intro a {
	color: #fff;
	text-decoration: none;
}

#nav-lang-intro a:hover, #nav-lang a.active {
	color: #fff;
}

#content #citation {
	margin: 0; padding: 0;
	float: left;
}

#content #privacy-disclaimer {
	margin: 0; padding: 0;
	text-align: center;
	color: #868686;
}

#content #privacy-disclaimer a {
	color: #868686;
	text-decoration: none;
}

/* ----- */

/* Layout */

#main {
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 100px;
	position: relative;
	z-index: 2;
}

#breadcrumbs {
	position: relative;
	color: #999;
	background-color: #000; 
	padding: 10px;
	z-index: 1;
}

#content { 
	padding: 20px 0 0 0;
	z-index: 1;
}

#footer {
	text-align: center;
	font-size: 1em;
	color: #fff;
	border-top: 1px solid #3a3a3a;
	margin: 40px 0; padding: 15px 0 0 0;
	line-height: 1.6em;
	background: transparent url("/images/eleganzia.png") no-repeat top left;
}

/* ------ */

/* Header */

#header #nav-lang {
	position: absolute;
	top: 0; right: 0;
	font-size: 1em;
}

#header #nav-lang li {
	display: inline;
	margin-right: 13px;
	padding: 3px 0;
}

#header #nav-lang a {
	color: #999;
	text-decoration: none;
}

#header #nav-lang a:hover, #header #nav-lang a.active {
	color: #b06300;
}

#header #nav-corp {
	position: absolute;
	bottom: 58px; right: -15px;
	font-size: 1.2em;
}

#header #nav-corp li {
	display: inline;
	margin-right: 15px;
}

#header #nav-corp a {
	color: #999;
	text-decoration: none;
}

#header #nav-corp a:hover, #header #nav-corp a.active {
	color: #b06300;
}

#header #nav-utils {
	border-left: 1px solid #666;
	padding-left: 12px;
	position: absolute;
	top: 0; right: 0;
}

#header #nav-utils li {
	display: inline;
	margin-right: 10px;
}

#header #nav-utils img { vertical-align: middle; }

#header #nav-main {
	width: 900px;
	position: absolute;
	bottom: 0; left: 0;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #322d2d;
}

#header #nav-main li {
	float: left;
	position: relative;
}

#header #nav-main li:hover, #header #nav-main li.over {
	background: url("/images/ico-arrow.png") no-repeat 50% bottom;
}

#header #nav-main li:hover ul, #header #nav-main li.over ul {
	display: block;
}

#header #nav-main a {
	color: #fff;
	display: block;
	padding: 8px;
	text-decoration: none;
}

#header #nav-main a:hover, #header #nav-main a.active {
	color: #b06300;
}

#header #nav-main ul a:hover, #header #nav-main ul a.active {
	color: #b06300;
}

#header #nav-main ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 28px; left: 0;
	background: url("/images/bg-nav-main.png");
	font-weight: normal;
	padding: 8px 0;
}

#header #nav-main ul li {
	float: none;
	display: block;
	margin: 0;
	background: none !important;
}

#header #nav-main ul a  {
	color: #939393;
	display: block;
	padding: 5px 50px 5px 10px;
}

#header #nav-main ul a:hover  {
	background-color: black;
}

/* ------ */

/* Breadcrumbs */

#breadcrumbs a {
	font-size: 1em;
	color: #ccc;
	text-decoration: none;
}

#breadcrumbs #position {
	position: absolute;
	top: 0; right: 0;
	padding: 5px 15px 0 5px;
	font-size: 1.2em;
	color: #7b7b7b;
	border-left: 1px solid #000;
}

#breadcrumbs #position img {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

#breadcrumbs #position a {
	text-decoration: none;
	color: #7b7b7b;
}

/* ------ */

/* Content */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content legend {
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #b06300;
	letter-spacing: -0.02em;
}

#content h1, #content h2, #content legend, #content .side-title { 
	font-size: 1.6em;
	line-height: 1.3333em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

#content p, #content ul, #content ol {
	color: #ddd;
	font-size: 1.2em;
	line-height: 1.3333em;
	margin: 1em 0 0 0;
}

#content h3+p, #content h3+ul, #content h3+ol {
	margin: 0;
}

#content p.availability {
	color: #fff;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 0 2em;
}

#content ul a, #content ol a {
	color: #fff;
}

#content ul ul a, #content ol ol a {
	font-size: .8em;
}

#content ol {
	list-style-type: decimal;
	margin: 0 0 0 2em;
}

#content p+p {
	margin: 1em 0 0 0;
}

#content p+ul {
	margin: 1em 0 0 2em;
}

#content ul+p {
	margin: 2em 0 0 0;
}



#content #body #download-body h2 {
	margin: 2em 0 1em 0;
}

#content #body #download-body h3 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

#content table, #content table th, #content table td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #939393;
}

#content table {
	margin: 1.5em 0 0 0;
}

#content table th, #content table td {
	padding: .5em;
}


#content table.awards {
	margin: 40px 0 0 0;
}

#content table.awards, #content table.awards th, #content table.awards td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #939393;
}

#content table.awards td.year {
	width: 70px;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	color: #9f9f9f;
}

#content table.awards td {
	color: #b2b2b2;
}

#content table.awards td span.award {
	color: white;
}

#content table.awards td p {
	margin: .4em 0 0 0; padding: 0;
}

#content #box-specials {
	margin: 2em 0 2em 0;
}

#content #body #box-specials h2 {
	color: #b06300;
}

#content .abstract-speciale {
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	border-bottom: 1px solid #3a3a3a;
}

#content .abstract-speciale p {
	margin: 0 0 0 19em;
}

#content .special-detail-base {
	border-bottom: 1px solid #3a3a3a;
	margin: 1.666em 0;
}

#content .abstract-speciale p .btn-readon {
	color: #b06300;
}

#content .abstract-speciale .img-speciale {
	float: left;
}

#content #body {
	width: 658px;
	float: right;
	position: relative;
}

#content #body p a {
	color: white;
}

#content #body .abstract p {
	font-style: italic;
}

#content #body-home {
	width: 435px;
	float: right;
	position: relative;
}

#content #body-home-full {
	width: 650px;
	float: right;
	position: relative;
}

#content #body-home h1, #content #body-home-full h1 {
	color: #fff;
}

#content #body .links {
	margin: 15px 0;
}

#content #body .links .link-item {
	width: 210px;
	float: left;
	margin-right: 10px;
}

#content #body .links .last {
	margin: 0;
}

#content #body .links .title {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	margin: .5em 0;
}

#content #body .links .abstract {
	margin: 1em 0;
}

#content #body .links a {
	color: white;
}

#content #body .links .title a {
	text-decoration: none;
}

#content #news-home h1 {
	color: #fff;
	margin: 0 0 .8em 0;
}

#content #news-home h2 {
	color: #b06300;
	margin: 0 0 .8em 0;
}

#content #news-home h2.specials {
	border-top: 1px solid #444444;
	margin: 1.25em 0 .8em 0;
	padding: 1.25em 0 0 0;
}

#content #news-home h3, #content #news-home .news-date {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.3333em;
	margin: 0;
	font-weight: normal;
}

#content #news-home .news-date {
	display: block;
}

#content #news-home p {
	margin: 0 0 .3em 0;
}

#content #news-home a.read-news {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#content #news-home a.specials {
	background: url("/images/btn-speciali.png");
	margin: 22px 0 0 0;
	border: 0;
	cursor: pointer;
	width: 72px;
	height: 19px;
	outline: none;
	text-indent: -9999px;
	display: block;
}

#content #news-home a.specials:hover {
	background-position: -72px 0;
}

#content #news-home {
	width: 200px;
	float: left;
	position: relative;
}

#content #body h1, #content #body h2 {
	color: #fff;
}

#content #body h2 .date {
	color: #fff;
}

#content #body h3 {
	font-size: 1.4em;
	color: #fff;
	margin: 1em 0 0.2em 0;
}

#content #body form.info {
	float: right;
	display: inline;
}

#content #body form.info button {
	margin: 0;
}

#content #box-utils {
	width: 226px;
	float: left;
}

#content #box-utils #back-to {
	padding: 0 0 15px 0;
}

#content #box-utils #back-to a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#content #box-utils.home {
	width: 235px;
	float: left;
}

#content #box-utils ul, #content #box-utils ol {
	list-style: none;
}

#content #box-utils .side-title {
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #b06300;
	margin: 0 0 1em 0;
}

#content #box-utils #nav-submain {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#content #box-utils #nav-submain li {
	margin: 0 0 .5em 0;
}

#content #box-utils #nav-submain a {
	color: #b2b2b2;
	text-decoration: none;
}

#content #box-utils #nav-submain a:hover, #content #box-utils #nav-submain a.active {
	color: #fff;
}

#content #box-utils .side-links {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #3a3a3a;
}

#content #box-utils .side-links .title {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	margin: .5em 0;
}

#content #box-utils .side-links .title a {
	text-decoration: none;
	color: #b06300;
	font-weight: bold;
}

#content .box-form {
	position: relative;
	border-top: 1px solid #3a3a3a;
	padding: 2.5em 0 0 0;
	margin: 2.5em 0 0 0;
}

#content .box-form #hp-help {
	position: absolute;
	top: 5px; left: 160px;
}

#content .box-form #hp-help a {
	color: #b06300;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#content .noborder {
	border: none;
	padding: 0;
	margin: 0;
}

#content form.login {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

#content .box-form form.login table {
	padding: 1.5em 0 .9em 0;
}

#content .box-form form.login td, #content form.login .box-form th {
	padding: 0 2em .2em 0;
	margin: 0;
	font-size: 1.1em;
	color: white;
}

#body form td {
	color: white;
}

#body form td .notes {
	font-size: .9em;
	color: #9b9b9b;
	font-style: italic;
}

#body form td a {
	color: white;
}

/*#body form button {
	background: url("/images/btn-invia.png");
	border: 0;
	cursor: pointer;
	width: 42px;
	height: 19px;
	outline: none;
	text-indent: -9999px;
	display: block;
}*/

#content input.textfield {
	background-color: #323232;
	border: 1px solid #4e4e4e;
	color: #fff;
	padding: .3em;
	font-size: 1em;
}

#content input.textfield:focus {
	background-color: #404040;
}

#content input.textfield-short {
	width: 100px;
	background-color: #323232;
	border: 1px solid #4e4e4e;
	color: #fff;
	padding: .3em;
	font-size: 1em;
}

#content input.textfield-short:focus {
	background-color: #404040;
}

#content textarea.textfield {
	width: 300px; height: 80px;
	background-color: #323232;
	border: 1px solid #4e4e4e;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	padding: .3em;
}

#content textarea.textfield:focus {
	background-color: #404040;
}

#content .box-form legend {
	margin: 0 0 .2em 0;
	padding: 0;
}

#content .box-form table {
	margin: .9em 0 .9em 0;
}

#content .box-form p {
	padding: .9em 0 0 0;
	margin: 0;
	font-size: 1.1em;
	color: white;
}

#content .box-form p.ckb {
	padding: .2em 0 0 0;
	margin: 0;
	font-size: 1.1em;
	color: white;
}

#content .box-form td, #content .box-form th {
	padding: 0 .5em .2em 0;
	margin: 0;
	font-size: 1em;
	color: white;
}

#content #body .gallery {
	margin: 25px 0;
	border-bottom: 1px solid #3a3a3a;
}

#content .box-form select /*, #content .box-form input */ {
	font-size: 1.1em;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	border: 1px solid #585858;
	background-color: #404040;
}

#content .box-form input[type="checkbox"], #content .box-form input[type="radio"] {
	border: none;
}

#content .box-form td select {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #585858;
	background-color: #404040;
}

button {
	display: block;
	float: left;
	background-color: #242424;
	color: #919191;
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: 22px 0 0 0;
	padding: 3px 6px;
	border: 1px solid #844800;
	cursor: pointer;
	outline: none;
	width: auto;
	overflow: visible;
}

button:hover, button.over {
	background-color: #313131;
	color: #e0e0e0;
	border: 1px solid #b06300;
}

/*button#stampa {
	background: url("/images/btn-stampa.png");
	margin: 22px 0 0 0;
	border: 0;
	cursor: pointer;
	padding: 3px 5px;
	outline: none;
	text-indent: -9999px;
	display: block;
}*/

#content #body .press-row  {
	padding: 2.5em 0;
	border-bottom: 1px solid #3a3a3a;
}

#content #body .press-row .press-item {
	float: left;
	width: 215px;
}

#content #body .press-row .press-item p {
	line-height: 1.3em;
	margin: 0;
}

#content #body .press-row .press-item .date {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content #body .press-row .press-item h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: white;
	line-height: 1.3em;
	margin: 0;
}

#content #body .press-row .press-item .abstract p {
	font-size: 1.2em;
	margin: 0 0 2em 0;
	font-style: normal;
}

#content #body .press-row .press-item a {
	font-size: 1.2em;
	color: #b06300;
}

#body #temp {
	margin: 20px 0;
}

#body #temp p {
	float: left;
	width: 215px;
}

#body .weather {
	width: 100%;
	margin: 0 0 30px 0;
}

#body .weather caption {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	color: #fff;
	border-top: 1px solid #3a3a3a;
	padding: 28px 0;
}

#body .weather th {
	font-size: 1.1em;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
}

#body .weather td {
	font-size: 1.1em;
	color: #fff;
	padding: 5px 4px 0 0;
	margin: 0;
	border-collapse: collapse;
}

#body .avg-temp {
	width: 100%;
	margin: 0 0 30px 0;
}

#body .avg-temp caption {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	color: #fff;
	border-top: 1px solid #3a3a3a;
	padding: 28px 0;
}

#body .avg-temp th {
	font-size: 1.1em;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
}

#body .avg-temp td {
	font-size: 1.1em;
	color: #fff;
	padding: 5px 4px 0 0;
	margin: 0;
	border-collapse: collapse;
}

#body .climate {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #fff;
	border-collapse: collapse;
}

#body .climate caption {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	color: #fff;
	padding: 30px 0 8px 0;
	text-align: center;
}

#body .climate th {
	font-size: 1.1em;
	color: #fff;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border: 1px solid #fff;
}

#body .climate td {
	font-size: 1.1em;
	color: #fff;
	padding: 5px 4px 5px 4px;
	margin: 0;
	text-align: center;
	border: 1px solid #fff;
}

#content #body .climate td.month {
	text-align: left;
}

#body .climate td.pula, #body .climate th.pula {
	background-color: #ccc;
	color: #000;
	border-collapse: collapse;
}

#body #download-gallery {
	margin-bottom: 15px;
}

#body .pic {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 10px 15px 0;
}

#body .pic .pic-container {
	height: 120px;
	background-color: #232323;
}

#body .pic .pic-container img {
	vertical-align: middle;
}

#body .pic p {
	margin: 5px 0 0 0;
}

#body .pic p.desc {
	margin: 0;
}

#body .pic p a {
	text-decoration: none;
}

#body .download-files {
	margin: 0 0 30px 0; padding: 0;
	list-style: none;
}

#body .download-files li {
	position: relative;
	padding: 15px 0 15px 58px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #3a3a3a;
}

#body .download-files li .desc {
	color: #b2b2b2;
}

#body .download-files li a {
	position: absolute;
	right: 0;
	color: #fff;
}

#body .download-files li.video {
	background-position: 10px 5px;
	background-image: url("/images/ico-video.png");
}

#body .download-files li.doc {
	background-position: 10px 5px;
	background-image: url("/images/ico-doc.png");
}

/* ------ */

/* Footer */

#footer ul li { display: inline; }
#footer a { color: #fff; }

/* ------ */

/* Calendar */

#content button.calendar {
	float: none;
	display: inline;
	background: url("/images/ico-calendar.png");
	margin: 0;
	border: 0;
	cursor: pointer;
	height: 17px;
	width: 17px;
	/*vertical-align: middle;*/
	outline: none;
	overflow: auto;
}

div.calendar {
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}

div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	
	
div.calendar caption {
	color: #fff;
	font-size: 1.2em;
	padding: 6px 0 3px 0;
	text-align: center;
	width: 100%;
	background-color: #000;
}

div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	width: 11px;
}

div.calendar caption a.prev {
	left: 0;
}
	
div.calendar caption a.next {
	right: 0;
}
	
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
	
div.calendar caption span.month {
	padding-right: 8px;
}

div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #313131;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.calendar td, div.calendar th {
	border: 0;
	height: 21px;
	text-align: center;
	width: 21px;
	padding: 3px;
}

div.calendar th {
	color: #fff;
}

div.calendar td {
	color: #000;
}

div.calendar td.invalid {
	color: #000;
}
	
div.calendar td.valid {
	color: #e0e0e0;
	cursor: pointer;
}

div.calendar td.hilite {
	/*background: url(calendar-hilite.gif);*/
}

div.calendar td.inactive {
	color: #000;
}

div.calendar td.active, div.calendar td.hover {
	color: #b06300;
	cursor: pointer;
}

/* --------- */

/* Paginazione */

#content .pagination {
	width: 100%;
    margin: 40px 0 0 0;
	font-size: 1.2em;
	text-align: center;
  }

#content .pagination a {
    padding: 1px 4px 1px 0;
    margin: 1px;
    border-right: 1px solid #acacac;
    text-decoration: none;
    color: #acacac;
  }

#content .pagination a:hover, .pagination a:active {
	color: white;
}

#content .pagination span.current {
    padding: 1px 4px 1px 0;
	border-right: 1px solid #acacac;
    margin: 1px;
    color: white;
}

#content .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 0;
    color: #ddd;
}

#content .pagination span.prev_page, #content .pagination span.next_page,
#content .pagination a.prev_page, #content .pagination a.next_page {
	border: none;
    margin: 1px;
}

#content .pagination span.prev_page, 
#content .pagination a.prev_page {
	margin-right: 20px;
}

#content .pagination span.next_page, 
#content .pagination a.next_page {
	margin-left: 24px;
}

/* --------- */

/* Utils */

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ------ */






/* Aggiunte */
a.txtlink:link, a.txtlink:visited, a.txtlink:active {color:#ddd;font-weight:bold;text-decoration:none}
a.txtlink:hover {text-decoration:underline}
#content h2.abstract {
	font-family:Arial, Verdana, sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size: 1.2em;
	line-height: 1.3333em;
	margin: 1em 0 0 0;
	color: #ddd;
}
#news-home h3 a:link, #news-home h3 a:visited, #news-home h3 a:active {text-decoration:underline;color:#fff}
#news-home h3 a:hover {color:#b06300}

#box-specials .abstract-speciale h2 a {text-decoration:underline;color:#b06300}
/* ------- */




.btn-invia {

	width:58px;
	height:30px;
	background:url(/images/invia.gif);
	border:0;
	display:block;
	cursor:pointer;

}

.btn-send {

	width:58px;
	height:30px;
	background:url(/images/send.gif);
	border:0;
	display:block;
	cursor:pointer;

}

.btn-envoyer {

	width:80px;
	height:30px;
	background:url(/images/envoyer.gif);
	border:0;
	display:block;
	cursor:pointer;

}

.btn-sendru {

	width:85px;
	height:30px;
	background:url(/images/send-ru.gif);
	border:0;
	display:block;
	cursor:pointer;

}






#content #body ul#tabs {list-style:none;padding:0;margin:0;}
#content #body ul#tabs li {float:left;padding:10px 20px 5px;margin: 0 0 0 8px;font-weight:bold;background: #333333;filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8}
#content #body ul#tabs li.active {background: #999;filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1} 
#content #body ul#tabs li a:link, #content #body ul#tabs li a:visited {text-decoration:none;color:#999}
#content #body ul#tabs li a:hover, #content #body ul#tabs li.active a:link, #content #body ul#tabs li.active a:visited {color:#fff}

#content #body #storeroom {border-top: 3px solid #999;}

#content #body #storeroom h2 {font: bold 13px Arial, Helvetica, sans-serif;text-transform:uppercase;color:#fbb03b;font-weight:bold;margin:0;padding:20px 8px 8px}

#content #body #storeroom dl {font-size:12px;}
#content #body #storeroom dl dt {text-transform:uppercase;background:#333;color:#999;font-weight:bold;margin:0 0 8px;padding:8px}
#content #body #storeroom dl dd {padding:8px 8px 8px 60px;border-bottom:1px solid #333;}
#content #body #storeroom dl dd img {float:left;width:100px;margin-right:20px}
#content #body #storeroom dl dd h3 {font: bold 14px Arial, Helvetica, sans-serif;margin:0;font-weight:bold;color:#fff}
#content #body #storeroom dl dd p {margin:0;font-size:12px}
#content #body #storeroom dl dd p.download {text-align:right}

#content #body #storeroom dl dd.img {padding-left:8px}
#content #body #storeroom dl dd.ppt {background: transparent url(/images/ppt.gif) no-repeat 8px 8px} 
#content #body #storeroom dl dd.pdf {background: transparent url(/images/pdf.gif) no-repeat 0 8px} 
#content #body #storeroom dl dd.video {background: transparent url(/images/video.gif) no-repeat 8px 8px} 

