#html_links
{
	position: relative;
	width: 150px;

}

	#html_scroll_area
	{
		position: relative;
		overflow: hidden;
		height: 480px;
		background: #fff;
		width: 100px;
		border-bottom:0px solid #d9d9d9;
		padding-left:15px;
		padding-right:15px;
		
	}

	* html #html_scroll_area {height: 388px;}

		.html_item
		{
			font-family: Trebuchet MS,  Tahoma;
			font-size:12px;
			color: #e1428d;
			padding: 8px 10px 6px;
			border-bottom: 1px solid #d9d9d9;

		}

			.html_item p.article
			{
				margin: 0;
				padding: 0;
			}

			.html_item#first_html_item { padding-top: 15px; }
			.html_item#last_html_item { border-bottom: 0; }

				.html_item a { color: #000; }

				.html_item a:hover { color: #a8a8a8; }

	#html_links .cnt-scroll-bar
	{
		position: relative;
		float: left;
		top: 0px;
		bottom:5px;
		margin-left: -10px;
		width: 10px;
		height: 480px;

		border-left: 1px solid #e2ecce;
		border-right: 1px solid #e2ecce;
	}

	* html #html_links .cnt-scroll-bar { margin-left: -1px;  }
	* > #html_links .cnt-scroll-bar { margin-left: 0; }

		#html_links .cnt-scroll-button-up
		{
			line-height: 0;
			position: absolute;
			left: 0px;
			top: 0px;
			width: 10px;
			height: 10px;
			background: url(/images/scroll/up.gif) no-repeat top left;

		}

		#html_links .cnt-scroll-button-down
		{
			position: absolute;
			left: 0px;
			top: 470px;
			width: 11px;
			height: 10px;
			background: #c7d7a7 url(/images/scroll/down.gif) no-repeat top left;

			
			/*border: 1px solid red;*/
		}

		#html_links .cnt-scroll-trough
		{
			position: absolute;
			left: 0px;
			top: 10px;
			width: 10px;
			height: 457px;
			border-bottom: 1px solid #e2ecce;
			border-top: 1px solid #e2ecce;
			background: #e2ecce;
			/*background: url("/images/scroll/hotlist1.gif") repeat-y top left;*/
		}

			#html_links .cnt-scroll-thumb
			{
				position: absolute;
				left: 0px;
				top: 0px;
				width: 10px;
				height: 100px;
				background: #c7d7a7;
				/*background: url("/images/scroll/hotlist2.gif") repeat-y top left;*/
				border-top: 1px solid #c7cbd1;
				border-bottom: 1px solid #c7cbd1;
				/*border: 1px solid red;*/
			}


