@charset "iso-8859-1";

/* Struttura Box Standard */

.Box_Standard {
	width: 200px;
	margin-left:50px;
	margin-bottom:35px;
	color: #F2EEE3;
}

.Box_Standard a.BoxText {
	background-image:url(../img_struct/bullet_list.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:10px;
	color: #F2EEE3;

}

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

.Box_Search {
	float: right;
	height: 20px;
	margin-top: 7px;
	padding-right: 10px;
	width: 200px;
}

.Box_Home {
	float: left;
	width:290px;
	margin-left:30px !important; margin-left:0px;
	}

.Box_Home a {
	color: #990000;
	text-decoration:none;
}

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

/* Stili aggiuntivi per i singoli elementi dei box lateriali */

#Box_FormUser {
}

#Box_FormPassword {
}

#Box_FormSearch {
}

#Box_FormNewsletter {
}