/*
 * 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;
}

.h-cart .jspPane {
    left: 0 !important;
}

.scroll-pane-s {
    height: 197px;
}

.scroll-pane-man {
    height: 303px;
}

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






.jspHorizontalBar
{
    visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
}

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

.jspCap
{
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
    width: 8px;
    background: #fff;
    border: 1px solid #b9b9b9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../js/PIE.htc);
    position: relative;
}

.rules-block .jspTrack
{
	background-image: none;
	background-color: #dcdcdc;
	position: relative;
}

.jspDrag
{
	background: #b9b9b9;
	position: relative;
	top: 0;
	left: 0px;
	cursor: pointer;
    width: 8px;
    height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../js/PIE.htc); 
    position: relative;

}






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

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

.jspArrow.jspDisabled
{
	cursor: pointer;
}

.jspVerticalBar .jspArrowUp
{
    width: 12px;
    height: 32px;
    background: #fff;
    position: relative;
    top: 0px;
    left: -1px;
    z-index: 1;
}

    .jspArrowUp:before {
        content: "";
        width: 12px;
        height: 9px;
        position: absolute;
        top: 11px;
        left: 0;
        background: #fff url(../img/sprite.png) -16px -277px no-repeat;
    }

.jspVerticalBar .jspArrowDown
{
    width: 12px;
    height: 32px;
    position: relative;
    background: #fff;
    left: -1px;
    bottom: 0px;
    z-index: 1;
}


    .jspArrowDown:before {
        content: "";
        width: 12px;
        height: 9px;
        position: absolute;
        bottom: 11px;
        left: 0;
        background: #fff url(../img/sprite.png) -16px -289px no-repeat;
    }

.item-b .jspArrowDown, .item-b .jspArrowUp {
    height: 2px;
    visibility: hidden;
}

.fancy-inline .jspArrowDown, .fancy-inline .jspArrowUp {
    height: 2px;
    visibility: hidden;
}

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

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

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

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