
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding:8px 0px 3px 20px;
background: url(../images/top-arrow.jpg) left top no-repeat;
font-size:12px;
color:#02359c;
font-weight:bold;
width:337px;
height:22px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: url(../images/bottom-arrow.jpg) left top no-repeat;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
padding:8px 0px 3px 20px;
background: url(../images/top-arrow.jpg) left top no-repeat;
font-size:12px;
color:#02359c;
font-weight:bold;
width:337px;
height:22px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
background: url(../images/bottom-arrow.jpg) left top no-repeat;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
background: url(../images/top-arrow.jpg) left top no-repeat;
}
.thepet{width:347px;
padding:5px;
color:#fff;
}
.thelanguage{width:347px;
padding:5px;
}
.bordergray{ border:1px  dashed #06C;}
