* {
	margin: 0;
	padding: 0;
}

.accordion {
	float: left;
	width: 177px;
	font-size: 14px;
	padding: 0 0 25px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid black;
}

.accordion dt {
	width: 159px;
	_width: 177px;
	border: 1px solid #BABBBD;
	padding: 8px;
	margin: -1px 0 0 0;
	font-weight: bold;
	cursor: pointer;
	background: url(images/accordTop.gif) no-repeat;
}

.accordion dt:hover {
	background: url(images/accordBottom.gif) 0px 20px no-repeat;
}

.accordion dd {
	overflow: hidden;
	background: #fff;
}

.accordion a {
	text-decoration: none;
}

.subCatText {
	width: 177px;
	_width: 100%;
	background-color: #f0f0f0;
	font-size: 11px;
	font-weight: bold;
	color: black;
	cursor: pointer;
}

.subCatText span:hover {
	/*background: url(../images/selectArrow.gif) no-repeat;*/
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 8px transparent;
	background-position: center left;
}

.subCatText span {
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 8px transparent;
	background-position: center left;
	display: block;
	padding: 4px 6px 4px 10px;
	margin: 0 0 0 5px;
}

.subCatTextSelected {
	width: 177px;
	_width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: black;
	cursor: pointer;
	/*background-color: #ccc;*/
	background-color:#EAEAEA;
}
.subCatTextSelected span {
	/*background: url(../images/selectArrow.gif) no-repeat;*/
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 8px transparent;
	background-position: center left;
	/*background-position: .1cm center;*/
	display: block;
	padding: 4px 6px 4px 15px;
	margin: 0 0 0 0;
	/*background-color: #ccc;*/
	background-color:#EAEAEA;
}

.familyAccordionDiv {
	width: 100%;
	font-weight: bold;
}

.familyAccordionDiv div {
	cursor: pointer;
}

.familyAccordionDiv div span {
	text-decoration: underline;
	cursor: pointer;
	color: #336699;
}

.familyAccordionDiv:hover {
}

.familyAccordionDD {
	overflow: hidden;
	background: #fff;
}

.familyAccordionDD li {
	list-style-type: none;
	padding: 0 0 8px 0;
}

.fileInfo {
	padding: 0 15px 0 0;
}

.familyAccordionSpan {
	/* display:block; */
	width: 145px;
	_width: 95%;
}
