.accordion  { /* activated */
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
        

dt {
	width: 816px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	cursor: hand;
}

dd {
	width: 816px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	cursor: default;

}

.products-list {
	font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
	color: #333333;
	background-color: #FDFDFD;
	text-align: left;
	line-height: 160%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding: 5px;
	vertical-align: top;
}

.products-list a:link    {color: #003366; text-decoration: none;}
.products-list a:visited {color: #003366; text-decoration: none;}
.products-list a:active  {color: #003366; text-decoration: none;}
.products-list a:hover   {color: #0099FF; text-decoration: none;}

.products-list-title {
	font-family: tahoma;
	font-size: 8pt;
	background-color: #F2F2F2;
	color: #003366;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	direction: ltr;
	border: 1px solid #E1E1E1;
	font-weight: bold;
}
