#mycustomscroll {

	/* Typical fixed height and fixed width example */

	width: 550px;

	height: 235px;

	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/

	position: relative;

	color: #816A44;

	text-align: left;

	background-color: #DDD1BB;

	margin-top:5px;

}



#mycustomscroll ul#bulet{	

	list-style-type: disc;

}





#mycustomscroll ul#bulet li{	

	list-style-type: disc;

	margin-top:5px;

}



#term_container {

	margin:5px;

	margin-top:8px;

}

#mycustomscroll-eshopping {

	/* Typical fixed height and fixed width example */

	width: 550px;

	height: 490px;

	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/

	position: relative;

	color: #816A44;

	text-align: left;

	background-color: #DDD1BB;

	margin-top:0px;

	

}



#hiddenField {

	display: none;

}



#scrollcontent {

	padding-left: 0px;

	padding-right: 0px;

}



#scrollcontent a {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}





.fixedwidth {

/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 750px;

height: auto;

position: relative;

padding: 1px;

}



/* Scroll Bar Master Styling Starts Here */



.scrollgeneric {

line-height: 1px;

font-size: 1px;

position: absolute;

top: 0; left: 0;

}



.vscrollerbase {

width: 5px;

background-color: white;

}

.vscrollerbar {

width: 5px;

background-color: #968365;

}

.hscrollerbase {

height: 5px;

background-color: white;

}



.hscrollerbar {

height: 5px;

background-color: #968365;

}



.scrollerjogbox {

width: 3px;

height: 3px;

top: auto; left: auto;

bottom: 0px; right: 0px;

background-color: gray;

}
