
.mypets{ /*header of 1st demo*/

	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	
	padding: 2px 5px;
	border: 0px solid gray;
	background:#FFFFFF;
	MARGIN: 20px 20px 0px 20px; /*top, right,  bottom ,left,*/
	BORDER-BOTTOM: #C4C1DC 1px;
	BACKGROUND: url(min.jpg)  repeat-x ;
    height :30px;
	BACKGROUND-COLOR: #FFFFFF;





}

.thepet{




	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	MARGIN: 0px 50px 0px 50px; /*top, right,  bottom ,left,*/
 

}


.openpet{ /*class added to contents of 1st demo when they are open*/
BACKGROUND-IMAGE: url(4a.jpg);
BACKGROUND-COLOR: #FFFFFF;
background-repeat: no-repeat;



}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 1px 0;
 	BACKGROUND: url(min.jpg)  repeat-x ;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: black;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
display: none;
}
