/** TESTI GENERALI */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	/*text-align: justify;*/
}



/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #1859A9;
}

.titolo_big {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url("/img/segnaposto.gif") no-repeat left center;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1859A9;
	height: 20px;
}

.titolo_small {
	margin-bottom: 20px;
	padding-left: 30px;
	background: url("/img/segnaposto.gif") no-repeat left center;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1859A9;
}

.titolo_small_2 {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1859A9;
}

.sottotitolo {
	font-size: 1.0em;
	font-weight: bold;
	color: #6A9A00;
}




/** TESTI particolari */

.text_contact1 {
	text-align: right;
	color: #5E5E5E;
}

.text_contact2 {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
}

#splash_right .content {
	color: #EAF3FA;
}
#splash_right .content a{
        color: #B1F0FF;
}


/** MESSAGGI DI ERRORE */

.error_box {
	border: 1px solid red;
	background: #EEEEEE;
	font-size: 1.1em;
	color: red;	
	padding: 5px;
	margin: 5px;
	clear: both
}

p.error_message {
	border: 1px solid red;
	background: #EEEEEE;
	color: red;
	font-weight: bold;
	padding: 5px;
	width: 300px;
	margin: 5px;
}

.data {
	height: 15px;
	margin-bottom: 10px;
	padding-left: 4px;
	background: url(/img/data.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.notizia_data {
	font-style: italic;
}

.footer {
	text-align: center;
	font-size: 0.83em;
	color: #999999;
}









/** LINKS */

a {
	color: #246EC9;
}

a:hover {
	text-decoration: none;
}


/* Def List */
dl dt {
	font-weight:bold;
}

dl dd {
	padding-bottom:5px;
}





/** Link con icona */

.link_external {
	background: url(/img/external.png) center right no-repeat;
	padding-right: 20px;
}
a[href ^="http://"] {
	background: url(/img/external.png) center right no-repeat;
	padding-right: 20px;
}

.link_document {
	background: url(/img/file_icon.gif) center right no-repeat;
	padding-right: 20px;
}
a[href *=".pdf"] {
	background: url(/img/file_icon.gif) center right no-repeat;
	padding-right: 20px;
}

.link_mailto {
	background: url(/img/mail_icon.gif) center right no-repeat;
	padding-right: 20px;
}
a[href ^="mailto:"] {
	background: url(/img/mail_icon.gif) center right no-repeat;
	padding-right: 20px;
}









/** LINKS speciali */

.link_nav {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

.link_nav:hover {
	text-decoration: underline;
}


.link_top {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}

.link_top:hover {
	text-decoration: underline;
}


.link_splash {
	padding-left: 12px;
	background: url(/img/freccia.gif) no-repeat left center;
	color: #B1F0FF;
}


.link_continua {
	display: block;
	height: 18px;
	padding: 2px 0px 0px 5px;
	background: url(/img/continua.gif) no-repeat left center;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}


.link_sez {
	font-size: 1.1em;
	text-decoration:none;
}

.link_sez:hover {
	text-decoration:underline;
}


.current {
	text-decoration: underline;
	/*color: #1859A9;*/
	cursor: default;
}

#tools a {
	text-decoration: none;
}

#tools a:hover {
	text-decoration: underline;
}

.link_stampa {
	background: url(/img/stampa.gif) center left no-repeat;
	padding-left: 22px;
}
.link_request {
	background: url(/img/send_email.gif) center left no-repeat;
	padding-left: 22px;
}
.link_edit {
	background: url(/img/edit.jpg) center left no-repeat !important;
	padding-left: 22px;
}
#link_switch {
	float: right;
}














/* CONTENUTI */
#box_top {
	line-height:125%;
}
#box_top p {
	text-indent: 0em;
}
#box_top li{
	padding:4px 0px;
}




/** PATH */

p.position {
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
}

p.position a{
	color: #777777;
	text-decoration: none;
}

p.position a:hover{
	color: #246EC9;
	text-decoration: underline;
}


/** BACKGROUNDS */

/*.bg_splash { background: url(/img/box_bottom.jpg) no-repeat left bottom; }*/
.bg_box_divider { background: url(/img/box_divider.gif) repeat-y left top; }
.bg_sidebar { background: #F9F9F9 url(/img/bg_sidebar.gif) repeat-x left top; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img_left {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img_right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 10px;
	background: url(/img/hr1.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin-bottom: 10px;
	background: url(/img/hr2.gif) repeat-x left top;
}

blockquote {
	padding: 5px 40px 5px 50px;
	font-style: italic;
	margin:10px 0px;
	background: #FAFAFA url(/img/quote.gif) no-repeat 10px 10px;
}

blockquote .author {
	padding: 5px 0 0 0;
	margin: 0 -10px 0 0;
	text-align: right;
}

table td.label {
	font-weight: bold;
}


dl.faq dt {
	font-size: 1.0em;
	font-weight: bold;
	color: #6A9A00;
}

dl.faq dd {
	margin: 2px 0px 10px 40px;
}



/** CARRELLO */
table.cart {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin:10px 5px 20px 5px;
}

table.cart td, table.cart th {
	border: 1px solid #666666;
	padding: 4px;
}

table.cart th {
	background: #EDEDFF;
	color: #222222;
}

table.cart td.price {
	color: #222222;
	text-align: right;
}

table.cart td.tot {
	font-weight: bold;
}

table.cart td.misc {
	text-align: right;
}

/** ORDINI */
table.ordini {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin:10px 5px 20px 5px;
}

table.ordini td, table.ordini th {
	border: 1px solid #666666;
	padding: 4px;
}

table.ordini th {
	background: #EDEDFF;
	color: #222222;
}

table.ordini td.price {
	color: #222222;
	text-align: right;
}

/** DETTAGLI*/
dl.cart_det{

}

/** CAMPIONI */
div.campione {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:4px;
}


/** ADMIN */

form.edit_form {
	width: 770px;
	margin: 0px;
	padding: 5px;
}
form.edit_form fieldset {
	width: 750px;
	float: left;
	margin: 1em 0;
	padding: 0px;
	border: none;
	border-top: 1px solid #666666;
}
form.edit_form legend{
	font-weight: bold;
	margin-left: 10px;
}
form.edit_form div{
	float: left;
	width: 100%;
	padding: 10px 0 12px;
}
form.edit_form label{
	float: left;
	width: 120px;
	display: inline;
	margin-left: 20px;
	line-height: 23px;
}
form.edit_form input.text, form.edit_form textarea {
	width: 500px;
}
form.edit_form div.required label {
	color: red;
}

.actions {
	clear: both;
}

table.edit_tab {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0px;
}

table.edit_tab td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}


span.highlight {
	background-color: #FFFF60;
}

.hidden {
	display:none;
}



ul.co_steps li{
	color: #BBBBBB;
}
ul.co_steps li.co_current{
	color: #555555;
}


div.textdiv {
	padding-top: 20px;
}
