<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*CORREZIONE JQUERY UI*/
.ui-widget {font-size: 14px; }
.ui-widget-content { padding:0.5em}
.ui-widget-header { padding:0.3em;}
button { white-space: nowrap; display:none;}
/*
.ui-widget-content a:link, .ui-widget-content a:visited  { color: #004B91; text-decoration: none;}
.ui-widget-content a:hover, .ui-widget-content a:active  { color: #e97c03; text-decoration: underline;}
*/

/* IMPOSTAZIONI GENERALI */
body, html{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

ul { 
	padding-left: 2em;
}
	
li {
	margin: 0 0 1em 0;
}

hr {
	height:0px;
	border: 0;
	border-top: 1px solid #999;
}

/*CLASSI PERSONALIZATE*/
.box_component {margin:0.5em 0.3em;}

.stilishlist {
	list-style: disc url(../images/list_marker.gif);
}

.stilishlist2 {
	list-style: disc url(../images/list_marker2.gif);
}

.pagetitle {
	font-size: 150%;
	font-weight: bold;
	color: #e97c03;
	margin: 5px 0;
}

.pagetitle2 {
	font-size: 120%;
	font-weight: bold;
	color: #e97c03;
	margin: 5px 0;
}

.buttonize {
	margin:5px;
	display:inline-block
	}
	
/* OMBREGGIATURA */
.shadow_box2 {
		border: 1px solid #DDD;
			-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
			box-shadow: 0 4px 4px rgba(0,0,0,0.3);
			}
			
/* LAYOUT FOOTER */
#layout_footer {
	clear:both;
}

/* LAYOUT 1 COLONNA */
#layout_1col_c1 {
	padding:0.5em;
}

/* LAYOUT 2 COLONNE SX*/
#layout_2col_c1 {
	float: left;
	width: 28%;
	clear:both;
}
#layout_2col_c2 {
	float: left;
	width: 72%;
}

/* LAYOUT 2 COLONNE DX*/
#layout_2coldx_c1 {
	float: left;
	width: 75%;
	clear:both;
}
#layout_2coldx_c2 {
	float: left;
	width: 25%;
}

/* LAYOUT 3 COLONNE */
#layout_3col_c1 {
	float: left;
	width: 23%;
}
#layout_3col_c2 {
	float: left;
	width: 54%;
}
#layout_3col_c3 {
	float: left;
	width: 23%;
}

/* BOX IMMAGINI */
.imgbox_boxgrid{ 
/*
width: 140px; 
height: 160px; 
*/
float:left; 
margin:10px; 
border: solid 1px #CCC;
position: relative;
overflow: hidden; 

}
.imgbox_boxgrid a{ 
text-decoration: none; 
}
.imgbox_boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}	
.imgbox_boxcaption{ 
text-align:left;
padding: 4px; 
float: left; 
position: absolute; 
background: #000;
color:#FFFFFF; 
height: 160px; 
width: 100%; 
opacity: .6; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.imgbox_caption .imgbox_boxcaption {
/*top: 140px;*/
left: 0;
}
.imgbox_caption .imgbox_boxcaption .mark {
color:#FF0;
}	

/* BOLLO SALE */
.bollo_sale_big {
background-repeat:no-repeat;
position: absolute;
top:10px;
right:10px;
width:60px;
height:60px;
text-align:center;
}
.bollo_sale_big .bollo_text {
position:relative;
top:18px;
font-family:'Arial Black', 'Arial', sans-serif;
font-size: 15px;
font-weight:bold;
color:#FFF;
}

/* VALIDATOR E FORM*/

input[type="text"],input[type="password"],select{
padding: 2px;
margin: 1px;
font-size: 1em;
border: 1px;
border-color: #AAAAAA;
border-style: solid;
}

input[type="button"],input[type="submit"],input[type="reset"]{
font-size:1em;
}

.field_help{
font-size:0.8em;
}

.required {
background-image: url(../_new_images/icons_silk/bullet_red.png);
background-position: right;
background-repeat: no-repeat;
}

.verified {
background-image: url(../_new_images/icons_silk/accept.png);
background-position: right;
background-repeat: no-repeat;
}

input.invalid, textarea.invalid, select.invalid{
background-color: #fef1ec;
border-color: #BB0000 !important;
}

input.invalid:focus, textarea.invalid:focus {
background-color: #FFFFFF;
border-color: #BB0000 !important;
}

input[type="text"]:focus,input[type="password"]:focus, textarea:focus , select:focus {
background-image: none;
border-color: #7E9FDA;
}</pre></body></html>