/* @override http://samuelgarneau.com/slidebox.css */

.slide-button {
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	color: #000080;
	
}

.slide-button:hover {
	color: #000080;
}

#presentazione {
width:100%;
padding-left:10px;
padding-right:10px;
margin-top:0px;
}

#head-testo{
width:100%;
padding-left:10px;
padding-right:10px;
margin-top:0px;
	
}

#workspace {
	padding-top: 0px;
}

#list-1 {
	display: inline;
	float: left;
}

#list-2 {
	display: inline;
	float: left;
}

#list-3 {
	float: left;
}

#list-4 {
	float: left;
}

ul.list {
	
	list-style-type: none;
	width: 20%;
	font-size: 12px;
}

ul.list li {
	border-bottom: 1px solid rgba(73,81,84,0.49);
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}

ul.list li:hover {
	color: #000000;
}

ul.list li.header {
	color: #000080;
	padding-bottom: 0px;
	
	font-size: 14px;
	margin-top: 0px;
	cursor: text;
}

ul.list li.header:hover {
	font-size: 12px;
}

label {
	display: block;
}

.box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.box p {
	margin-bottom: 0;
}

.box h1 {
	margin: 0;
}

.box h5 {
	margin-bottom: 0;
	border-bottom-style: none;
	font-size: 1em;
	margin-top: -12px;
}

.box h5 span {
	font-weight: normal;
	font-style: normal;
	color: #545454;
}

.box-top {
	background-image: url(images/box-top.png);
	height: 0px;
}

.box-bottom {
	background-image: url(images/box-bottom.png);
	height: 0px;
}

.box-middle {
	padding-left: 40px;
	padding-right: 40px;
	background: url(images/box-middle.png) repeat-y;
}

ul.params {
	
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0;
}

ul.params li span {
	font-weight: normal;
	font-style: normal;
}


