/* FREEKEY */
#contenuti{
	border: 0px solid rgb(94,0,0);
	margin-top:10px;
	padding: 10px;
	overflow: auto;}
#homeleft{
	border: 0px solid rgb(94,0,0);
	float:left;
	width:150px;
	margin-top:15px;
	height:35%;
	overflow: auto;}
#b{
	color:red;
	}
/*STILI MENU FREEKEY####################################################################*/
#menu{
	border-bottom: 2px solid rgb(94,0,0);
	height:21px;
	list-style-type: none;}
ul#menu {
	margin: 0;
    padding: 0;}
ul#menu li {
    background-image: url(menuFreekey.png);
	background-repeat: repeat-x;
	border: 1px solid rgb(94,0,0);
	border-bottom:0px;
    width: 120px;
    height: 20px;
    margin-left: 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    float: left;
	margin-top:0px;
	padding:0px;}
ul#menu li a {
	color:rgb(3,53,5);
    display: block;
    text-decoration: none;
    width: 120px;
    height: 20px;
    text-align: center;}
ul#menu li.active{
    border: 2px solid rgb(94,0,0);
	margin-bottom:1px;
	border-bottom-color:white;
	height: 19px;}
ul#menu li:hover {
    border: 2px solid rgb(94,0,0);
	margin-bottom:1px;
	height: 19px;}

/*Box Pagamenti#########################################################################*/
.box{
    padding: 15px;
    display: none;
    margin-top: 20px;
	 margin-left: 50px;
    width:768px;
    border: 0px solid rgb(94,0,0);
	 border-radius:4px;}

	 #homeTop{
	 	border: 0px solid rgb(94,0,0);
	 	margin-left:150px;
	 	height:35%;
	 	overflow: auto;}
	 #homeBottom{
	 	border: 0px solid rgb(94,0,0);
	 	margin-top:5px;
	 	margin-left:150px;
	 	height:35%;
	 	overflow: auto;}
	 #homeleft{
	 	border: 0px solid rgb(94,0,0);
	 	float:left;
	 	width:150px;
	 	margin-top:15px;
	 	height:35%;
	 	overflow: auto;}
