#hdclear {
	height:15px;
	width:420px;
	clear:both;
}

#hdpreload {
	display:none;
}

.btn_hdaccounts {
	display: block;
	float:left;
	color: #333333;
	width: 125px;
	height: 49px;
	text-align: left;
	padding-top:15px;
	padding-left:75px;
	text-decoration: none;
	background-image:url(../images/icn_cwd.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

a.btn_hdaccounts:hover {
	color: #ffffff;
	background-image:url(../images/icn_cwd_m.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.btn_hdaccounts2 {
	display: block;
	float:right;
	color: #333333;
	width: 125px;
	height: 49px;
	text-align: left;
	padding-left:75px;
	padding-top:15px;
	text-decoration: none;
	background-image:url(../images/icn_cwd.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

a.btn_hdaccounts2:hover {
	color: #ffffff;
	background-image:url(../images/icn_cwd_m.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

#accordion {
	width:400px;
	margin-left:10px;
	margin-right:10px;
}

.accordion-head {
	width:375px;
	padding-left:25px;
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display:block;
	margin:0px;
}
.accordion-head a:link {color: #333333; text-decoration: underline;}
.accordion-head a:active {color: #333333; text-decoration: underline;}
.accordion-head a:visited {color: #333333; text-decoration: underline;}
.accordion-head a:hover {color: #990000; text-decoration: none;}

.accordiontext {
	padding-left:25px;
	width:375px;
	font-family: Arial, Helvetica, sans serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	/*margin-top:5px;
	margin-bottom:10px;*/
	position:relative;
}
.accordiontext a:link {color: #333333; text-decoration: underline;}
.accordiontext a:active {color: #333333; text-decoration: underline;}
.accordiontext a:visited {color: #333333; text-decoration: underline;}
.accordiontext a:hover {color: #990000; text-decoration: none;}

.ui-accordion-animate {
        /*resets*/margin: 0; padding: 0; border: 0;

} 
