
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

#pagina .css-scrollbar		{ width:1000px; height:334px; text-align:justify; float:left; line-height:22px; }

.scrollbar-pane 			{ margin-right: 30px; }
.scrollbar-handle-container { background: #b4aea1; width:10px;}
.scrollbar-handle 			{ background: #9a958a; width:10px;}
.scrollbar-handle:hover 	{ background: #787264; }
.scrollbar-handle.move 		{ background: #787264; }
.scrollbar-handle-up:hover  { background: #787264; }
.scrollbar-handle-up 		{ width: 10px; height: 10px; background: #787264; }
.scrollbar-handle-down 		{ width: 10px; height: 10px; background: #787264; }
.scrollbar-handle-down:hover { background: #563c29; }
