div#newsaccordion{
	padding:10px 0px 0px 10px;
	font-family:Arial, Helvetica, Sans-Serif;
}

div.accordion {
	position: relative; /* required for bounding */
	width:544px;
}

div.accordion-toggle, div.headerselected{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #fff;
	background-image:url(../images/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#362f2d;   
    cursor: pointer;
	margin-bottom:1px;
	padding:3px 0px 0px 10px;
	height:19px;
	font-size:11px;
	overflow:hidden;
	width:531px;
}

div.accordion-toggle b, div.headerselected b{
	width:85px;
	float:left;
	padding:1px 0px 0px;
	color:#736357;
}

div.accordion-toggle:hover, div.headerselected{
	background-image:url(../images/on.jpg);
	background-color:#fff;
	color:#998675;
}

div.accordion-content{
	overflow:hidden;
    overflow-x: hidden !important;
	overflow-y:auto !important;	/* required for effect */
    background: #f0eee9;
	padding:9px 24px 6px 1px;
	color:#362f2d;
	height:200px !important;
	width:516px;
}

div.accordion-content p{
	font-size:11px;
	width:460px;
	line-height:15px;
	margin:0px;
}

.dvContent div.accordion-content ul{
	font-size:11px;
}