/* CSS Document */


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
margin-top:2px;
margin-bottom:2px;
text-align:left;
background:url(../images/topic-bar.jpg);
background-repeat:repeat-x;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:url(../images/topic-bar.jpg);
background-repeat:repeat-x;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
text-align:left;
background:url(../images/topic-bar.jpg);
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.thepet{
height:auto;
}


