#cds-container {
	padding: 10px 0 10px 0;
	border-top: solid 1px #545353;
    margin-top: 10px;
    width: 500px;
}

.cds {
	overflow: auto;
	padding-right: 10px;
	height: 300px;
}

div.cds h2 {
	margin-bottom: 0px;
	color: #000000;
	font-size: 1em;
	background: #f1c645 url(../images/site/h1bg.jpg) no-repeat scroll top left;
	height: 22px;
	width: 427px;
	padding: 8px 20px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px;
	width: 24px !important;
}

.jScrollPaneDrag {
	position: absolute;
	background: #f1c645 url(../images/site/scroller.jpg) no-repeat scroll top left;
	cursor: pointer;
	overflow: hidden;
	width:24px !important;
	height:87px !important;
}
#fpfooter{
	color:#FF6600;
}
#fpfooter a:hover{
	color:#37B44A;
}