
.thepet {
	border-bottom:5px solid #cccccc;
	width:180px;
	position:relative;
	top:-1px;
	clear:both;
	padding:0px;

}
.alt {

	background-color:#ffffff;

}

.thepet img {
	margin-right:10px;
	padding:10px;


}

.thepet strong {
	color:#B0061D;

}
.thepet img.main {
	float:left;
	padding:10px;
	margin-right:15px;
	background-color:#333;


}


.mypets{ /*header of 1st demo*/
	cursor: hand;
	width:180px;
	height:20px;
	cursor: pointer;
	padding: 4px 3px;
	background: #ddd;
	border-bottom:1px solid #cccccc;
	text-align:center;
	font:1em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;


}



.openpet{ /*class added to contents of 1st demo when they are open*/
	background: #000;
	text-align:center;
	color: #ffffff;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px 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;
}
