/* Scroll Bar Master Styling Starts Here *//* All comments can be freely removed from the css */.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}.vscrollerbase {width: 16px;background-color: #EFEFEF;}.vscrollerbar {width: 16px;background-color:#D1E9CF;}.hscrollerbase {height: 16px;background-color: #EFEFEF;}.hscrollerbar {height: 16px;background-color:#D1E9CF;}.scrollerjogbox {width: 16px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background-color: gray;}/* Scroll Bar Master Styling Starts Here *//* All comments can be freely removed from the css *//*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ .scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}.vscrollerbar {width: 16px;/* do not forget to put colors for backgrounds for before image(s) can load , this is more important forthe scrollbar itself than the scrollbase, as user can live without an image on the base but cannot seeany scrollbar when images cannot load. */background-color:#CCC;}.vscrollerbarbeg {/* height of this element is normally auto set to fit the scrollbase, to cover the base... */height: 16px !important;/* ...unless we force the size using an !important decleration *//* forcing would not be required if Webkit-Safari did not have a background-repeat bug*//* this may be fixed by the time Safari 3.0 is released. */width: 16px;}.vscrollerbarend {/* height of this element should be set */height: 16px;width: 16px;}.vscrollerbase {width: 16px;}.vscrollerbasebeg {/* height of this element is auto set to fit the scrollbase, to cover the base *//* this element can be used to place a faux top arrow image */width: 16px;height: 16px !important; /*Again, the safari fix, normally this line is not needed.*/background-color:#999999;}.vscrollerbaseend {/* height of this element should be set *//* this element can be used to place a faux bottom arrow image */height: 16px;width: 16px;background-color:#999999;}/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */.hscrollerbase {height: 16px; background-color: white;}.hscrollerbar {height: 16px; background-color: black;}.vscrollerbar, .hscrollerbar {/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actuallyused for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */padding: 16px;z-index: 2;}/* properties for scroller jog box, just in case */.scrollerjogbox {width: 16px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;}/* Scroll Bar Master Styling Ends Here */#mycustomscroll {width: 295px;	height: 550px;	overflow: auto;	float: left;	padding:0 ;	color:#333;}.vscrollerbasebeg {width: 16px;height: 16px !important;}#mycustomscroll2 {width: 307px;	height: 411px;	overflow: auto;	float: left;	padding:0 ;	color:#333;	padding-left:20px;}#mycustomscroll2 li  { width:295px; height:24px; line-height:24px; }#mycustomscroll2 li a { padding-left:20px; background-image:url(../../grafica/template/licategorie.jpg); background-position:left top; background-repeat:no-repeat; display:block;}#mycustomscroll2 li a:hover { padding-left:20px; background-image:url(../../grafica/template/licategoriehover.jpg); background-position:left top; background-repeat:no-repeat; display:block;}#mycustomscroll2 li strong { padding-left:20px; background-image:url(../../grafica/template/selezionata.jpg); background-position:left top; background-repeat:no-repeat; display:block;}
