/* CSS Document */

#info_ins {
	background:#ffffff;
	width:600px;
	height:100%;
	margin: 10px 0px 0px 4px;
	border-top:0px solid #999;
}

#info {
	background:  url('../images/grigio0039.gif') #fff;
	width:598px;
	min-height:200px;
	margin: 0px 0px 0px 4px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
}


div#info p {
	margin:0px;
}

.last_ins_title {
	background:url('../images/tile_cat.gif');
	width:100%;
	height:30px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	text-align:center;
	margin:0px;
}

.info_title{
	color:#2B3454;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding: 7px 0 7px 10px;
	margin:4px;
	border-bottom:8px solid #769FBE;
	background:#ddd url('../images/catbg.gif');
}

.post_top {
	background:url('../images/top_cont1.jpg');
	width:508px;
	height:28px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.post_btm {
	background:url('../images/content_btm.gif') no-repeat;
	width:508px;
	height:31px;
}



.post {
	
	height:90%;
	padding:5px;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
}


div#multi{width: 100%;overflow: hidden;  /*  simple clearing of floats */
    padding: 1em 0;margin:0px 0 4px;
    line-height: 1.8;
    background: #A7C1D5
}

div#multi ul,div#multi li{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


div#multi h3{
	font:210% "Trebuchet MS",Arial,sans-serif;
    margin: 0.3em 0 0.3em 2.0em;
	color:#208BE1;
    border-bottom:1px solid #777;
}
	
div#multi h1{
	text-align:right;
	color: #222;
	font-size:9px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
div#multi br{
	margin:0px;
}
div#multi ul,div#multi li{margin:0;padding:0;list-style:none}

div#multi div{
	overflow:hidden;
	float:left;
	width:47%;
    margin-left: 1.6%;
	margin-right: 1%;
	display:inline; /* per evitare il float double margin bug di IE*/
}

div#multi .div2{
	overflow:hidden;
	float:left;
	width:31.5%;
    margin-left: 0.8%;
	margin-right: 0.8%;
	display:inline; /* per evitare il float double margin bug di IE*/
}

div#multi .item_info{
	float:right; 
	width:107px; 
	margin:0px 0px 0px 4px; 
	padding:0px;
}

div#multi li{
	clear:both;
	border-bottom:1px dotted #777;
	overflow:hidden;
}

div#multi li img{
	float:left; 
	margin:2px 4px 2px 0px;
	width:60px; 
	height:45px;
	border: 1px solid white;
}

div#multi a{
	display:block;
	color: #222;
    height: auto !important;height: 1%; /*holly hack semplificato per IE*/
    text-decoration:none;
	padding-left:15px;
    background: transparent url(../images/bullet8.png) no-repeat center left;
}

div#multi a:hover{background-color: #4B4B5F;color:#ffffff}

