.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding:2px 0px 7px 27px;
background:url(../images/plus-icon.gif) 5px 5px no-repeat;
font-size:11px;
color:#454545;
font-weight:bold;
width:195px;
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px dashed #ebebeb;
margin-bottom:5px;
}
.openpet{ /*class added to contents of 1st demo when they are open*/
background:url(../images/minus-icon.gif) 5px 5px no-repeat;
color:#6c9415;
padding:2px 0px 7px 27px;
width:195px;
border-bottom:none;
}
.thepet{width:222px;
padding:0px;
padding:5px 5px 5px 5px;
}
.articlebox{width:232px;
float:left;
padding-bottom:20px;
}
.articlecategories{margin:0px;
padding:0px;
list-style-type:none;
}
.articlecategories li{ font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background:url(../images/links-bullets.gif) left 4px no-repeat;
color:#454545;
padding:0 0 8px 10px;
line-height:15px;
}
.articlecategories li a{color:#454545;
text-decoration:none;
}
.articlecategories li a:hover{color:#6c9415;
text-decoration:none;
}
