/* 
procedure - rosso #f00;
credito - azzurro #00afe9;
redazione - arancio #ee7b34;
aste - blue #2e1c86;
servizi - verde #215134;
*/

/* ############################## LAYOUT 
*/

body
{
	margin: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: center;
	line-height: 1.2em;
}

#skip_to
{
	text-align: left;
	position: fixed;
	top: 2px;
	left: 2px;
	visibility: hidden;
}

#skip_to a
{
	color: #000;
	padding: .5em;
	border: 0;
	text-decoration: underline;
}

#wrapper
{
	padding: 0;
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#top_bar
{
	margin: 0;
	padding: 0;
	background: url('/edicom/img/bar_top.gif') no-repeat;
	border-bottom: 1px solid #000;
	height: 61px;
}

h1.top, img.top { display: none; }

#asteannunci-link {
float:right;
margin: 0;
}

#data-js
{
	color: #666;
	font-size: 1.0em;
	float: right;
	margin: 35px 15px 0;
}

#top_testata { margin: 0; 
border-bottom: 6px solid #9e9fa2;
}
#bg { background-color: white; }

#main
{
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
}

#footer
{
	background-color: #ccc;
	color: #000;
	width: 100%;
	padding: 15px 0 6px;
	text-align: center;
}

/* ################## pagina
*/

#c_right
{
	width: 240px;
	float: right;
	padding: 40px 0;
	margin-left: 20px;
}

#contenuto
{
	background: white;
	margin: 0 220px 0 0;
	padding: 40px 0 0 40px;
	text-align: left;
	line-height: 17px;
}

.f_right
{
	width: 200px;
	float: right;
	padding: 10px 0;
	margin-left: 20px;
	margin-top: 0;
	text-align: right;
}

.unico_in
{
	background: white;
	margin: 0 40px 0 0;
	padding: 40px 0 0 40px;
	text-align: left;
	line-height: 17px;
}

.unico_in p
{
	width: 430px;
}

/* ############################## BLOCK 
*/

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }

h3
{
	font-size: 1.1em;
	color: #333;
}

h4
{
	font-size: 0.9em;
	color: #333;
}

h5
{
	margin: 7px 0 0;
	font-size: 0.9em;
}

h1+p { margin: 0; }
p { 
	color: black;
	font-size: 0.9em;
}

/* ################## Liste
*/

ul
{
	padding: 0 0 0 3px;
	margin: 20px 0px;
	list-style-type: none;
}

li
{
	padding-left: 5px;
	margin: 15px 0;
}

/* ############################## INLINE 
*/

img { border: none; }

/* ############################## LINKs 
*/

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #f00;
}

#main a { text-decoration: underline; }

ul a, li a, #footer a
{
	color: black;
	font-size: 0.9em;
}

/* ######################### CLASSI
*/

hr
{
	height: 1px;
	border: 0px;
	color: #DEDFE7;
	/* IE fix */
	background: #DEDFE7;
}

hr.hide
{
	clear: both;
	visibility: hidden;
	margin: 5px 0;
	height: 1px;
	background-color: #666;
}

hr.return
{
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 1px;
	background-color: #666;
}

.Lt
{
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px 0 10px 15px;
}

.Rt
{
	text-align: right;
	vertical-align: top;
	padding: 10px 15px 10px 0;
	font-size: 0.9em;
}

.B { font-weight: bold; }

.RB
{
	text-align: right;
	font-weight: bold;
}

.flt_R
{
	float: right;
	margin: 2px;
	vertical-align: middle;
}

/* ######################### TABLEs
*/

th { text-align: center; }
td { vertical-align: top; }
