.mypets{ /*header of 1st demo*/
background:url("../images/bg-accordion.png") no-repeat;
color:#fff;
cursor:hand;
cursor:pointer;
font-size:1.8em;
margin-top:10px;
padding:8px 10px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
color:#132740;
}

.technology{ /*header of 2nd demo*/
cursor:hand;
cursor:pointer;
}

.thepet{
padding:10px;
border-bottom:2px solid #a9bd8f;
margin-bottom:10px;
width:557px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color:#;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color:#;
}
