.mypets{/*headerof1stdemo*/
cursor:hand;
cursor:pointer;
padding:2px5px;
border:1pxsolidgray;
background:#E1E1E1;
}

.openpet{/*classaddedtocontentsof1stdemowhentheyareopen*/
}

.technology{/*headerof2nddemo*/
cursor:pointer;
margin:10px0;
	color:#666666;
	font-size:110%;
	font-weight:700;
}
.menu{/*headerof2nddemo*/
cursor:pointer;
margin:10px0;
	color:#666666;
	font-size:120%;
	font-weight:700;
}

.openlanguage{/*classaddedtocontentsof2nddemowhentheyareopen*/
color:#666666;
	padding-top:20px;
}

.closedlanguage{/*classaddedtocontentsof2nddemowhentheyareclosed*/
color:#666666;
}

