.itemHeader {
	display: block;
	height: 22px;
	font-weight: normal;
	width: 499px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	background-image: url(../images/accordionHeaderBgClose.jpg);
}
.accoOpen {
	display: block;
	height: 22px;
	font-weight: bold;
	width: 499px;
	background-image: url(../images/accordionHeaderBgOpen.jpg);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	text-decoration: none;
	font-size: 1.1em;
}
.itemDetails{
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 485px;
}
a.itemHeader:link {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	color: #FFF;
}
a.itemHeader:active{
	display: block;
	color: #FFF;
}
a.itemHeader:hover {
	display: block;
	color: #FC0;
}
.itemBox .clickForMore {
	font-weight: normal;
}
