.scroll-pane {
	width: 800px;
	height: 420px;
	overflow: auto;
	float: left;
	font-size:12px;
	color:#393939;
	padding-left:10px;
}
/********************************   Elenco Ristoranti   ***********************************************************/
.scroll-pane .risto {
	margin-left: 10px;
	color: #393939;
	width: 550px;
	text-align: left;
	font-size: 12px;
	float:left;
	clear:both;
}
.risto h4 {
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
	color: #2E75BE;
	font-weight: bold;
}

.risto strong {
	font-weight: bold;
}
.scroll-pane .risto .labels {
	padding: 10px 0px 10px 0px;
	float: left;
	width: 500px;
	display: block;
	clear: both;
}
.scroll-pane .risto .labels li {
	float: left;
	padding: 5px 20px 0px 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.scroll-pane .risto .labels a,
.scroll-pane .risto .labels a:link {
	color: #2E75BE;
	padding: 0px 5px 0px 5px;
	text-decoration:none;	font-weight:bold;

}
.scroll-pane .risto .labels a:hover {
	background-color: #eeeeee;
	color: #393939;
	padding: 0px 5px 0px 5px;
}
.labels .cliente {
	background-image: url(../images/food.png);
	background-position: left top;
}
.labels .url {
	background-image: url(../images/food.png);
	background-position: left top;
}


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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #eeeeee;
}
.jScrollPaneDrag {
	position: absolute;
	background: #2e75be;
	cursor: pointer;
	overflow: hidden;
}
.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;*/
}