/*Tiny Scrollbar */

#isi {background:#ffffff; width: 280px; height:84px;  padding:5px 8px 0 10px; font-size:10px; position:absolute;} /*Need margin-right :10px for the scrollbar spacing */
#isi .viewport { width: 262px; height: 84px; overflow: hidden; position: relative; }
#isi .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; color:#000000;}
#isi .scrollbar{ background: none; position: relative; float: right; width: 11px; top:18px;} /*adjust top position according to the arrow wize */
#isi .track { background-color: #ececec; height: 100%; width:11px; position: relative; }
#isi .thumb { background-color: #33c0a9; height: 6px; width:11px; cursor: pointer; overflow: hidden; position: absolute; top: 0;}
#isi .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

/*arrow style*/
#isi .arrow{width:15px; height:10px; position:absolute; right:6px; cursor: pointer;}
#isi .arrow.up{background-image: url("_arrow-up.gif");  top:11px;}
#isi .arrow.down{background-image: url("_arrow-down.gif"); bottom:9px;}

/*text style*/
#isi h3{font-size:13px; font-weight: bold; margin-top:28px;}
	#isi h3.first{margin-top:0;}
#isi p{font-size:12px; margin-top:10px;}
	#isi p.first{margin-top:5px;}