.tab-block .tab-scrollblock {
	clear: both;
	height: 200px;
    font-weight: bold;
	overflow: hidden;
	position: relative;
}
.tab-block .tab-scrollblock a {
	display: block;
}
.tab-block .tab-scrollblock p {
	margin: 0;
	position: relative;
}
.tab-block ul {
	float: right;
	margin: 0 -10px 0 -10px;
	position: relative;
	left: -10px;
	padding: 0;
}
.tab-block > ul {
	left: 0px;
}
.tab-block ul li {
	background: url(/jquery/tab-left.gif) left top no-repeat #999999;
	color: #ffffff;
	float: left;
	list-style-position: outside;
	list-style: none;
	padding: 2px 8px 1px 13px;
}
.tab-block ul li#3 {
	padding-right: 20px;
}
.tab-block ul li a {
	color: #ffffff !important;
	font-weight: bold;
	font-size: 11px;
}
.tab-block li.active {
	background: url(/jquery/tab-left-active.gif) left top no-repeat #3977a7;
}
.tab-block .tab-scrollup {
	background: url(/jquery/bg-scrollup.gif) right top no-repeat;
	clear: both;
	cursor: default;
	display: block;
	height: 15px;
	margin-top:3px;
	overflow: hidden;
	text-indent: -2000px;
	width: 100%;
}
.tab-block .tab-scrolldown {
	background: url(/jquery/bg-scrolldown.gif) right bottom no-repeat;
	clear: both;
	cursor: default;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -2000px;
	width: 100%;
}
.tab-block .disabledup {
	background-image: url(/jquery/bg-scrollup-inactive.gif);
}
.tab-block .disableddown {
	background-image: url(/jquery/bg-scrolldown-inactive.gif);
}
.tab-bottom {
	padding-bottom: 15px;
}
.tab-bottomlinks {
	float: right;
	margin-top: 5px;
}
.tab-bottomlinks, .tab-bottomlinks * {
	font-size: 11px;
	font-weight: bold;
}
