@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0};
body, td, a, p, h ,div,ul,li{
	 margin:0; padding:0;
}

a{
	color:white;	
}
 
body, td, th {
	font-family:verdana;
 	font-size:small;
}

body{
	background-image:url(../image/back.gif); 
}
#main{
	font-family:verdana;
	font-size:small;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:930px;
}
#header{
 	color:#000;	
	width:100%;
	float:left;
}
#content{
	border:9px solid #FFF;
	float:left;
	width:915px;
	height:100%;
	background-image:url(../image/content_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	
}
#logo{
	text-align:center;
}
#menu{
	font-size:12px;
	float:left;
	width:100%;
	background-color:#1B1111;
	background-image:url(../image/line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:59px;
}

#orange-bar{
	background-image:url(../image/orange_bar.gif);
	background-repeat:repeat-x;
	height:30px;
	overflow:hidden;
	padding-left:10px;
	clear:both;
	text-align:center;
	padding-top:10px;
}

#orange-bar a{
		color:#000;
}

#result_bar{
	background-color:#C3D9FF;
	padding:2px;
	heigth:140px;
}


#result_bar #result_i{
	float:left;
	width:80px;
}

#load{
	background-color: #C30;
	color:#FFF;
	font-size:12px;
	padding:2px;
}
#footer{
 	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
 	font-size:9pt;
 	color:#000;	
}

h3{
	font-size:medium;
}
h2 {
	font-size:10pt;
	font-weight:normal;
	line-height:normal;
}
.ln2 { 
	color:#676767;
	font-size:9pt;
}

 
.r { 
	font-size:medium;
}
.s{
	max-width:50em;	
	
}
.sa {
	TEXT-ALIGN: left;
	font-size:small;
}

/*
*
*	search Result
*
*
*/
.rsi{
  margin-bottom:10px;
  width:60em;
}	
.coverdstd {
	PADDING-RIGHT: 8px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: top; WIDTH: 65px; PADDING-TOP: 8px; TEXT-ALIGN: center
}
.rsiwrapper {
	FLOAT: left; MARGIN-BOTTOM: 8px
}
.rsiwrapper {
	FLOAT: left; MARGIN-BOTTOM: 8px
}
.refpagebody .rsiwrapper {
	FLOAT: none
}
.casmall {
	LEFT: -5px; POSITION: relative; TOP: -5px
}
/*
*
*	Kategori Search Result
*
*/
.book-kat{
	width:100%;
	border:1px solid #F0F0F0;	
}
.book-kat ul{
 	margin: 0;
	padding: 0;
	list-style:none;
 	list-style-type: none;
	width:80em;
}
.book-kat ul li
{
  float: left;
  width:20em;  /* accommodate the widest item */
  list-style:none;
  list-style-type: none;
  font-family:verdana;
  font-size:small;
  font-weight:bold;
  text-decoration:underline;
  margin-bottom:5px;
  display:inline-block;
}
.book-kat a{
  font-size:10px;
  margin-bottom:5px;
  text-decoration:none;
  display:inline-block;
}
/* stop the floating after the list */
.book-kat br
{
  clear: left;
   
}
