﻿.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px 0px 15px;
/*border: 1px solid gray;*/
background: #ffffff;
 font-weight:bold;
 background-image:url(../website/images/heading_bg1.gif);
 height:53px;
 background-repeat:no-repeat;
 width:920px; 
}
.mypets:hover
{
color:#187fbe;
}
.thepet
{
	color: #666666;
	line-height:140%;
	padding:2px 5px 0px 15px;
	background:#ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:900px;
}


.openpet{ /*class added to contents of 1st demo when they are open*/
background: #ffffff;
color:#187fbe;
background-image:url(../website/images/heading_bg1.gif);
 height:53px;
 background-repeat:no-repeat;
 width:900px;
}

.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;
}

