
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 11px Arial, Helvetica, sans-serif;
margin: 5px 0;
padding:0 0 5px 0px;

}


.technology img{ /*header of 2nd demo*/
	vertical-align:middle;
}


.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: #333333;
}

.accordprefix{
	float:right;

}


.expand_box{
background:url(../grfx/divider.gif) repeat-x bottom;
	padding:5px 0 10px 0px;
	text-align:left;
}

.expand_box_01{
background:url(../grfx/divider.gif) repeat-x bottom;
	padding:0 0 5px 0;
	text-align:left;
}
