/* CSS Document */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 0px solid gray;
background: #F2F2F2;
font: 11px/1.65em Arial, Verdana,Tahoma,  sans-serif;
	color: #333333; 
	font-weight:bold;
	text-align:left;
	margin-top:2px;

}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #F2F2F9;
border:0px solid #CCCCCC;
}

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


.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{background: white url(../images/bg_line.jpg) top left repeat-x;}
