BODY, P, TD, INPUT, TEXTAREA, SELECT, SUBMIT, RESET, BUTTON, OPTION, TABLE, TR {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605555;
}

HR{
	color: #BBBBBB;
	width: 95%;
	height: 1px;
	text-align: center;
}

A, A:VISITED {
	text-decoration: none;
	color: #00478A;
}

A:ACTIVE, A:HOVER{
	color : #EE0000;
	text-decoration : underline;
}

td.tab_title{
	border: 1px solid #AABBCC;
	padding: 1px 3px 1px 3px;
	text-align: center;
	font-weight: bold;
	background-color: #ECF4FF;
}

td.tab_title_auctions{
	border: 1px solid #D6A6D6;
	padding: 1px 3px 1px 3px;
	text-align: center;
	font-weight: bold;
	background-color: #FFF0F5;
}

td.tab_title_iscritti{
	border: 1px solid #BBAA99;
	padding: 1px 3px 1px 3px;
	text-align: center;
	font-weight: bold;
	background-color: #FFEECC;
}

td.tab_round_title{
	border-top: 1px solid #BBBBBB;
	padding: 1px 0px 1px 0px;
	text-align: center;
	font-size: 13px;
	height: 20px;
	font-weight: bold;
}

td.tab_round_cell{
	border: 1px solid #BBBBBB;
	padding: 6px 4px 14px 4px;
	border-bottom-width: 0px;
}

td.tab_round_bottom{
	border-bottom: 1px solid #BBBBBB;
	height: 12px;
}

td.tab_grey_title{
	border: 1px solid #BBBBBB;
	padding: 1px 5px 1px 5px;
	background-color: #EEEEEE;
	color: #444444;
}

td.tab_grey_cell{
	border: 1px solid #BBBBBB;
	padding: 6px 4px 4px 4px;
	border-top-width: 0px;
}

/*
FORMS
*/
#form_account {
	text-align: left;
	border: 1px solid Silver;
	background-color: #EEEEEE;
	}
#form_account td{
	padding: 2px;
	}
#form_account .label{
	text-align: right;
	}
#form_account hr{
	color: Silver;
	height: 1px;
	}
/* 
HISTORY
*/
#history_list {
	border: 1px solid #B06F8B;
	width: 600px;
}
#history_list th{
	padding: 2px 0px 2px 0px;
	background-color: #B06F8B;
	color: #ffffff;
}
#history_list th a{
	color: #ffffff;
}

#history_list td{
	padding: 5px 10px 5px 10px;
	border-top-color: #B06F8B;
	border-top-style: solid;
	border-top-width: 1px;
	}
/* 
BOX MINI ARTICOLO
*/
.boxminiarticolo_title {
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #E1E1E1;
	padding: 3px;
	}
.boxminiarticolo_title .categorytitle {
	font-size: 70%;
	}
.boxminiarticolo_img {
	clear: both;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	}
.boxminiarticolo_corpo {
	padding-left: 10px;
	padding-right: 5px;
	}
.boxminiarticolo_corpo li {
	margin-left: 5px;
	}	
/* 
BOX ARTICOLO
*/
.boxarticolo {
	background-color: #F9F9F9;
	text-align: left;
	padding: 0px;
	width: 98%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	}
.boxarticolo_title {
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #E1E1E1;
	padding: 3px;
	}
.boxarticolo_title .categorytitle {
	font-size: 70%;
	}
.prezzotitle {
	float: right;
	font-size: 80%;
	}
.importante {
	color: Red;
}
.boxarticolo_img {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	}
.boxarticolo_corpo {
	padding-left: 10px;
	padding-right: 5px;
	}
.boxarticolo_corpo li {
	margin-left: 5px;
	}
/* 
SPANBAR
*/
.spanbar {
	background-color: #FFFFFF;
	font-size: 9px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dashed Silver;
	word-spacing: 1px;
	width: 100%;
	}
.spanbar td{
	font-size: 9px;
	}
.spanbar .selected{
	font-weight: bold;
	}
.spanbar img{
	margin-left: 7px;
	}
/* 
OLD CSS
*/
.RIENTRO {
	margin-left : 20px;
}
.mini {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
.titolo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bolder;
}
.evidenzia {
	background-color : Black;
	color : Yellow;
}
.titolobianco {  font-size: 12pt; font-weight: bold; color: #FFFFFF; vertical-align: middle}