
/* DEPRECATED FILE */




/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 340px;
}
#main p { line-height:19px; color:#666666; margin-bottom:10px; }
#main a { color:#FF6600; }
#main a:hover { color:#333333; }
#main h2 { 
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#666666;
}
#main h3 { 
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#f60;
}
#main ol, #main ul {
	line-height:19px;
	color:#666666;
	margin:10px 0 0 20px;
}
#main form {
	padding:0;
}
#main input[type=text], #main input[type=password], select {
				background: #ffffff;
				border: 1px solid #cccccc;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				-khtml-border-radius: 4px;
				border-radius: 4px;
				margin: 6px 4px 6px 0;
				padding: 7px;
				color:#666666;
}
#main input[type=text]:focus, #main input[type=password]:focus {
				background: #f8f8f8; border:1px solid #FF6600;
}				
#main input[type=submit] {
				background: #CC3300;
				border: none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				-khtml-border-radius: 4px;
				border-radius: 4px;
				color: #ffffff;
				padding: 6px 10px;
				text-transform: uppercase;
				}
					
				#main input[type=submit]:hover {
					background: #993300;
					cursor: pointer;
					}


a.lengk {
	padding:2px 10px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	height: 330px;
	width:600px;
	padding:10px;
}
/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 600px;
	height: 330px;
}
/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:560px;
	height:330px;
	padding:10px 20px;
}

/* main navigator */
#main_navi {
	float:right;
	padding:10px !important;
	background: transparent url('../images/sub-menue-bg.png') no-repeat 10px top;
	padding-left:6px;
	height:320px;
	text-transform:uppercase;
	margin-bottom:10px;
}

#main_navi li {
	clear:both;
	color:#666666;
	font-size:11px;
	list-style-type:none;
	padding: 17px 0 17px 40px;
	width:212px;
	cursor:pointer;
	background:transparent url('../images/bullet.png') no-repeat 10px center;
}

#main_navi li:hover {
	color:#CC3300;
	padding: 17px 0 17px 45px;
	width:198px;
}

#main_navi li.active {
	background: transparent url('../images/active-bg.png') no-repeat  left center;
	color:#FFFFFF;
	padding: 17px 0 0 40px;
	width:212px;
	height:22px;
}
img { border:none; }
#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}
