@charset "utf-8";
/* CSS Document */

.tpl_mp
{
	margin-right:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-right:0px;
}

.tpl_mp h1
{
	border-bottom:1px solid #E5DCC3;
	color:#245699;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom:8px;
}

.tpl_mp div p
{
	font-family: "Lucida Sans Unicode", Arial,Helvetica,sans-serif;
	font-size:12px;
}



.tpl_mp .row
{
	width:100%;
	padding-top:10px;
	
}

.tpl_mp .row .col
{
	float:left;
	min-height:107px;
	padding-bottom:20px;
}



.tpl_mp .row .col h2
{
	border-bottom:1px solid #E5DCC3;
	color:#245699;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
}


.tpl_mp .row .col h2 a:link,  .tpl_mp .row .col h2 a:visited,.tpl_mp .row .col h2 a:active
{
	color:#245699;
	text-decoration:none;
	font-weight:bold;
}
.tpl_mp .row .col h2 a:hover
{
	color:#153156;
	text-decoration:none;
	font-weight:bold;
}


.tpl_mp .row .col p
{
	color:#707373;
	font-family: "Lucida Sans Unicode", Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-top:0;
	padding-top:3px;
	text-align:left;
	margin: 0;
}


.tpl_mp .row .col img
{
	border:1px solid #E5DCC3;
	float:left;
	margin-right:7px;
	margin-top:5px;
	padding:2px;
}

.tpl_mp .row .col .visit
{
	display:none;
}

.tpl_mp .row .col .visit .title_visit /* Titolo della pagina da visitare */
{
	display:none;
}


.tpl_mp .row .col .visit a:link,  .tpl_mp .row .col .visit a:visited, .tpl_mp .row .col .visit a:active
{
	font-weight:bold;
	text-decoration: none;
	color:#a9a18a;
}
.tpl_mp .row .col .visit  a:hover
{
	font-weight:bold;
	
	text-decoration:none;
	color:#a9a18a;
}





.tpl_mp .row .col .first
{


}

.tpl_mp .row .col .last
{


}



.tpl_mp .row .col .new_btn
{
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	background-image:url(../images/background/button.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #D9D3C5;
	color:#A99464;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	padding:2px 4px 2px 4px;
	margin:5px 0px 5px 0px;
	clear:both;
	display:inline-block;
}


