.mypets{ /*header of 1st demo*/
/*cursor: hand;*/
cursor: pointer;
background: url(../images/pulsante.gif) no-repeat;
width: 275px;
margin-bottom: 1px;
height: 25px;
color: #FFF;
font: bold 16px arial;
padding: 5px 0 0 9px;
font: normal 16px Arial; color: #FFF;
}


.openpet{ /*class added to contents of 1st demo when they are open*/
background: url(../images/pulsante_open.gif) no-repeat;
}

.technology{ /*header of 2nd demo*/
/*cursor: hand;*/
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.thepet{
	/* background-color: #fff;  */
	padding: 5px 10px; 
	width: 254px;
	font: 11px Arial;
	text-align: left;
	line-height: 1.5;
	}
.thepet li {padding: 4px 4px; background: #F8F6F2; margin: 2px 0; list-style: none;}