/*
 * 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: 0;
	width: 6px;
	height: 100%;
	background: transparent;
}

.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: #B0B0B0;
	position: relative;
}

.jspDrag
{
	background: #66C886;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: transparent;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: transparent;
}

.jspVerticalBar .jspArrow
{
	height: 8px;
}

.jspVerticalBar .jspArrowUp
{
     background-image: url(up.gif); background-position: top; background-repeat: no-repeat;
}

.jspVerticalBar .jspArrowDown
{
     background-image: url(down.gif); background-position: top; background-repeat: no-repeat;
}

.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;
}

/* Styles specific to this particular page */
.scroll-pane
{
width: 100%;
height: 132px;
overflow: auto;
}

.scroll-pane-hp
{
width: 100%;
height: 90px;
overflow: auto;
}


.speshop
{
height: 167px;
}

.spnahled
{
width: 680px;
height: 510px;
max-height: 510px;
visibility: visible !important;
overflow: visible;
}


.scroll-pane h2, .scroll-pane-hp h2
{
margin: 6px 0px 12px 0px;
padding: 0px 0px 0px 0px;
font-size: 14px;
font-weight: normal;
color: #155581;
background: transparent;
border: 0px;
}

.scroll-pane p, .scroll-pane-hp p
{
margin: 0px 0px 12px 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
line-height: 15px;
}

.scroll-pane p span, .scroll-pane-hp p span
{
color: #2a8e4b;
}

.jspCap
{
display: block;
background: #eeeef4;
}

.jspVerticalBar .jspCap
{
height: 0px;
}

.jspHorizontalBar .jspCap
{
width: 50px;
height: 100%;
}
