/*	background-color:#f1f1f1;
	background-color: #bbb;
	background-color: #8adbff;
*/

#vScroll_best {
	float: left;
	width: 300px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background-color:transparent;
}

#vScroll_best ul {
	height: 500px;
}

#vScroll_best li {
	color: #4c4c4c;
	width: 300px;
	position: relative;
	line-height: 16px;
	text-align: left;
	list-style-type: none;
	padding-left:10px;
}

#vBar_best {
	top: 0;
	left: 7px;
	float: left;
	width: 15px;
	height: 160px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#vKnob_best {
	left: 1px;
	width: 13px;
	height: 30px;
	background-color: #4c4c4c;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Large catalogue scrollbar */

#vScroll_large_cat {
	float: left;
	width: 430px;
	height: 470px;
	overflow: hidden;
	position: relative;
	background-color:transparent;
}

#vScroll_large_cat ul {
	height: 900px;
}

#vScroll_large_cat li {
	color: #4c4c4c;
	width: 430px;
	position: relative;
	line-height: 15px;
	text-align: left;
	list-style-type: none;
	padding-left:0px;
}

#vBar_large_cat {
	top: 0;
	left: 7px;
	float: left;
	width: 15px;
	height: 470px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#vKnob_large_cat {
	left: 1px;
	width: 13px;
	height: 30px;
	background-color: #890F1B;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


/* docs scrollbar */

#vScroll_docs {
	float: left;
	width: 430px;
	height: 515px;
	overflow: hidden;
	position: relative;
	background-color:transparent;
}

#vScroll_docs ul {
	height: 500px;
}

#vScroll_docs li {
	color: #4c4c4c;
	width: 430px;
	position: relative;
	line-height: 16px;
	text-align: left;
	list-style-type: none;
	padding-left:10px;
}

#vBar_docs {
	top: 0;
	left: 7px;
	float: left;
	width: 15px;
	height: 500px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#vKnob_docs {
	left: 1px;
	width: 13px;
	height: 30px;
	background-color: #4c4c4c;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


* {
	margin: 0;
	padding: 0;
}


