/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 1px;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0C295;
    border-radius: 7px 7px 7px 7px;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    width: 13px;
}

.jspDrag
{
	background: none repeat scroll 0 0 #DAC0A3;
    border-radius: 7px 7px 7px 7px;
    cursor: pointer;
    left: 0;
    margin-left: 2px;
    position: relative;
    width: 9px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;

}

.jspVerticalBar .jspArrow
{
	height: 12px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspVerticalBar .jspArrow.jspArrowUp {background: url("/bitrix/templates/matrasi/img/scrollbar/arrow_up.png") no-repeat scroll  2px 4px;}
.jspVerticalBar .jspArrow.jspArrowDown {background: url("/bitrix/templates/matrasi/img/scrollbar/arrow_down.png") no-repeat scroll 1px 4px; height: 20px;}

#content #leftcont div.leftmenu ul.menu div.jspContainer div.jspVerticalBar a.jspArrow {height:20px; background-position: 3px 12px }
#content #leftcont div.leftmenu ul.menu div.jspContainer div.jspVerticalBar a.jspArrowDown {height:30px; background-position: 2px 4px}