
.ScrollTextHolderOrder{
height:180px;
width:347px;
}
.scroll-pane_order{
height:180px;
width:347px;
overflow:hidden;
}
.ScrollTextHolderCart {
height:290px;
padding:7px 30px 0 32px;
width:1096px;
}
.scroll-pane_cart{
height:290px;
overflow:hidden;
width:1096px;
}

.ScrollTextHolderSmall {
height:260px;
padding:10px 20px 20px 20px;
width:324px;
}
.scroll-pane_small{
height:260px;
overflow:hidden;
width:324px;
}
.ScrollTextHolderCat{
width:140px;
height:390px;
}
.scroll-pane-menu{
height:390px;
overflow:hidden;
width:140px;
}

.ScrollTextHolderProductInfo {
height:172px;
padding:22px;
width:206px;
}
.scroll-pane_product_info {
height:172px;
overflow:hidden;
width:206px;
}

.ScrollTextHolderProductInfoKompl {
height:110px;
width:260px;
}
.scroll-pane_product_info_kompl {
height:110px;
overflow:hidden;
width:260px;
}

.ScrollTextHolderBack {
height:271px;
padding:10px 30px 20px 30px;
width:1096px;
}
.scroll-paneBack {
height:271px;
overflow:auto;
width:1096px;
}

.ScrollTextHolderBackmb {
height:271px;
padding:10px 30px 20px 30px;
width:886px;
}
.scroll-paneBackmb {
height:271px;
overflow:auto;
width:886px;
}

.ScrollTextHolderBack2 {
height:311px;
padding:0 30px 5px 30px;
width:1096px;
}
.scroll-paneBack2 {
height:311px;
overflow:auto;
width:1096px;
}

.ScrollTextHolderBack2mb {
height:311px;
padding:0 30px 5px 30px;
width:886px;
}
.scroll-paneBack2mb {
height:311px;
overflow:auto;
width:886px;
}

.ScrollTextHolder {
height:328px;
padding:10px 30px 20px 30px;
width:1096px;
}
.scroll-pane {
height:328px;
overflow:auto;
width:1096px;
}
.ScrollTextHoldermb {
height:328px;
padding:10px 30px 20px 30px;
width:886px;
}
.scroll-panemb {
height:328px;
overflow:auto;
width:886px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:5px;
	background:transparent url(../images/scrollBack1.gif) repeat-y scroll 0 0 !important;
}
.jScrollPaneDrag {
	position: absolute;
	background:transparent url(../images/dragBack1.gif) repeat-y scroll 0 0;
	cursor: pointer;
	overflow: hidden;	
  width:5px;
}
#Content .jScrollPaneDrag{
background:transparent url(../images/dragBack2.gif) repeat-y scroll 0 0 !important;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}