
.sorting
{
	float: left;
	text-align: left;
	width: 710px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	color: #a58d79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sorting select
{
	color: #584c44;
	border: 1px solid #c4bab5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sorting img
{
	color: #a58d79;
	margin: 0px 8px;
}
.cat_display
{
	float: left;
	width: 610px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
*html .cat_display
{
	float: left;
	width: 610px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.cat_box
{
	float: left;
	width: 145px;
	margin: 0px 35px 45px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.cat_display ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.cat_display ul li
{
	margin: 0px 40px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 105px;
	text-align: center;
	font-size: 11px;
	color: #4f4035;
}
.cat_display ul li a
{
	color: #4f4035;
}
.cat_display ul li a:hover
{
	color: #000;
}
.cat_scroll
{
	float: left;
	width: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin-right: 0px;
}
.cat_scroll img.up
{
	float: left;
	margin-top: 0px;
}
.cat_scroll img.down
{
	margin-top: 310px;
	float: left;
}
.cat_display p
{
	text-align: justify;
	padding: 0px 5px 0px 5px;
	line-height: 17px;
}
div#scrollbar
{
	width: 9px;
	height: 200px;
	font-size: 1px; /* for image vertical alignment issue */
}
div#track
{
	position: relative;
	width: 12px;
	height: 170px;
}
div#dragBar
{
	position: absolute;
	width: 10px;
	height: 20px;
	background-color: #c0c0c0;
	left: 1px;
	top: 1px;
}
div#up
{
}
div#down
{
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down
{
	-moz-user-select: none;
	-khtml-user-select: none;
	float: left;
}

/* so no gap or misplacement due to image vertical alignment [1]*/
.cat_scroll img
{
	display: block;
	clear: both;
}
