/*---------------------------------------------------------------------------------------------------
Foglio di stile AAA - FAQ
version:   1.0
author:    ITS Planet
email:     mirko@itsplanet.com
website:   http://www.itsplanet.com
---------------------------------------------------------------------------------------------------*/
.slide {
	width: 620px;
	border-bottom: solid 1px #c4c4c4;
	margin-top:20px;
}
.slide h4 {
	background: #e9e7e7 url(../img/icone/arrow-square.gif) no-repeat right -51px;
	padding: 7px 10px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color:#6C6E70;
}
.slide h4:hover {
	background-color: #e3e2e2;
}
.slide h4.active {
	background-position: right 5px;
}
.slide p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}
