/*************************************************************************/
/****    INGLESE    ***********/
/*************************************************************************/

.header{ /*header of 1st demo*/
	position: relative;
	right: 0px;
	float: right;
	width: 480px;
	padding: 2px 0px 8px 0px;
	margin: 5px 0px 0px 0px;
	background: url(images/learnmore_plus.gif) no-repeat left top;
	text-align: right;
}


.text{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: right;
	width: 480px;
	padding: 15px 0px 0px 0px;
	text-align: justify;
}

.open{ /*class added to contents of 1st demo when they are open*/
	/*background: url(images/readmore_up.gif) no-repeat right top;*/
	background: url(images/learnmore_minus.gif) no-repeat left top;
}


.contact_form{ /*header of 1st demo*/
	position: relative;
	left: 0px;
	float: left;
	width: 480px;
	height: 23px;
	padding: 2px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	background: url(images/bottone_contact_us_now.gif) no-repeat left top;
	text-align: left;
	border: 0px #000000 solid;
}

.contact_data{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	width: 480px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
	border: 0px #000000 solid;
}

.contact_open{ /*class added to contents of 1st demo when they are open*/
	/*background: url(images/readmore_up.gif) no-repeat right top;*/
	background: url(images/bottone_contact_us_now_minus.gif) no-repeat left top;
}


.questions_form{ /*header of 1st demo*/
	position: relative;
	left: 0px;
	float: left;
	width: 560px;
	height: 23px;
	padding: 2px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	background: url(images/bottone_question_utenti.gif) no-repeat left top;
	text-align: left;
	border: 0px #000000 solid;
}

.questions_data{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	width: 560px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
	border: 0px #000000 solid;
}

.questions_open{ /*class added to contents of 1st demo when they are open*/
	/*background: url(images/readmore_up.gif) no-repeat right top;*/
	background: url(images/bottone_question_utenti_minus.gif) no-repeat left top;
}


/*************************************************************************/
/****    ITALIANO    ***********/
/*************************************************************************/

.header_it{ /*header of 1st demo*/
	position: relative;
	right: 0px;
	float: right;
	width: 480px;
	padding: 2px 0px 8px 0px;
	margin: 5px 0px 0px 0px;
	background: url(images/learnmore_plus_it.gif) no-repeat left top;
	text-align: right;
}


.text_it{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: right;
	width: 480px;
	padding: 15px 0px 0px 0px;
	text-align: justify;
}

.open_it{ /*class added to contents of 1st demo when they are open*/
	/*background: url(images/readmore_up.gif) no-repeat right top;*/
	background: url(images/learnmore_minus_it.gif) no-repeat left top;
}


.contact_form_it{ /*header of 1st demo*/
	position: relative;
	left: 0px;
	float: left;
	width: 480px;
	height: 23px;
	padding: 2px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	background: url(images/bottone_contact_us_now_it.gif) no-repeat left top;
	text-align: left;
	border: 0px #000000 solid;
}

.contact_data_it{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	width: 480px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
	border: 0px #000000 solid;
}

.contact_open_it{ /*class added to contents of 1st demo when they are open*/
	/*background: url(images/readmore_up.gif) no-repeat right top;*/
	background: url(images/bottone_contact_us_now_minus_it.gif) no-repeat left top;
}

.questions_form_it{ /*header of 1st demo*/
	position: relative;
	left: 0px;
	float: left;
	width: 560px;
	height: 23px;
	padding: 2px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	background: url(images/bottone_question_utenti_it.gif) no-repeat left top;
	text-align: left;
	border: 0px #000000 solid;
}

.questions_data_it{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	width: 560px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
	border: 0px #000000 solid;
}

.questions_open_it{ /*class added to contents of 1st demo when they are open*/
	/*background: url(images/readmore_up.gif) no-repeat right top;*/
	background: url(images/bottone_question_utenti_minus_it.gif) no-repeat left top;
}



