@charset "iso-8859-1";

/* Tag Generici */

h1, h2, h3 {	
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

#ContentMenu {
	margin-bottom: 10px;
}


img {
	border: 0px;
}

hr {	
	border: 0px; 
	height: 0px;
	border-bottom: 1px dotted #AAAAAA; 
}

a {
	text-decoration: underline;
	color: #0B92F6;
}

a:hover	{
	text-decoration: underline;
}

/* Stile titolo Box strutturali */

.BoxTitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #317195;	
}

/* Stili date liste e dettaglio */

.BoxTextDate {
	font-size: 11px;	
	color: #fff;	
	width: 100px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background-color: #0B92F6;
	margin-bottom:10px;
}


.Note {
	font-size: 11px;	
	color: #777777;
}

/* Stili titoli liste */

.BoxTextTitle {
	font-size: 13px;	
	color: #1C384F;
	line-height: 1.3em;
}

a.BoxTextTitle { 
	text-decoration: none; 
}

a.BoxTextTitle:hover { text-decoration: underline; }

/* Stile testo box */

.BoxText { 
	font-size: 13px;
	line-height: normal;
	color: #1C384F;
	font-family: "Trebuchet MS", Trebuchet, Arial,  Helvetica, sans-serif;	
}

.BoxTextListEcom { font-size: 12px; }

a.BoxText:link, a.BoxText:visited	{	
	text-decoration: none;	
	color: #317195;
}

a.BoxText:hover {
	text-decoration: underline;	
	color: #555555;
}


.GlossaryText				{	color: #E75700;}
a.GlossaryText:hover		{	text-decoration: none; border-bottom: dotted 1px; color: #E75700;}

.AutLinkText				{
	color: #FFFFFF;
}
a.AutLinkText:hover			{	text-decoration: none; border-bottom: dotted 1px; color: #730203;}

.EcomPrice01 {
	font-size: 18px;
	color: #ff9c00;
}

.EcomPrice02 {
	font-size: 12px;
	color: #ff9c00;
}

/* Stile credits e footer */

.CreditsText {	
	font-size: 11px;
	color: #85C7F9;
}

a.CreditsText, a.CreditsText:hover {
	text-decoration: underline; 
	color: #85C7F9;
}


.campi {
	font-family: "Trebuchet MS", Trebuchet, Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	/* background-image: url('../../img_system/BgInput.gif'); 
	background-repeat: repeat-x; */
	background-color: #fff;
	border-top: 1px solid #333;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
}




.CommentArea {
	background-color: #F9F9F9;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	padding: 7px;
	font-family: 'Lucida Grande', Tahoma, Arial,  Helvetica, sans-serif;	font-size: 10px;
	color: #555555;
}

.CommentUser {
	background-image: url('../../img_system/spacer02.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 7px;
	color: #555555;
}

a.CommentUserLink:link, a.CommentUserLink:active, a.CommentUserLink:visited		{ font-size: 10px; color: #397AA8; text-decoration: none; }
a.CommentUserLink:hover	{ text-decoration: underline; }
