#ccBox {
	height: 400px;
	width: 630px;
}
#ccBoxLFT {
	float: left;
	height: 330px;
	width: 350px;
}
#ccBoxRT {
	background-image: url(campaign/images/CC_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 330px;
	width: 280px;
	background-color: #AC1A2F;
}
#ccBoxRT p {
	color: #FFFFFF;
	display: block;
}
#ccBoxRT a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	background-image: url(/campaign/images/cc_h3bkgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thepet{
	padding-left: 5px;
	display: block;
}

