body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.body_iklanbaris {
	background:#fff;
}

/*s:box*/
.box {
	margin: 6px 0 0 0;
	padding: 0px;  
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(217,217,217,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
} 
/*e:box*/

span.ads_title{
	display: block;
	font-weight: bold;
	font: bold 13px arial, Georgia, "Times New Roman", Times, serif;
	color:#602ea2; 
}
span.ads_desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

/*s:list 1 - model kecil*/
.list_berita_1 {
	margin:0;
	padding:0;
	list-style:none;
}
.list_berita_1 li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 9px 6px;
	border-bottom: 1px dotted #CCC;
}
.list_berita_1 li:hover { 
	cursor:pointer;
} 

.list_berita_1 li a {  text-decoration:none; }
.list_berita_1 li a:hover {   text-decoration:underline; }
/*e:list 1*/

/*s:list 2 - model panjang*/
.list_berita_2 {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.list_berita_2 li {
	float:left; 
	width:300px;
	height:60px; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px 8px 0px 8px; 
	border-right: 1px dotted #CCC;
}
.list_berita_2 li:last-child{
	border-right: 0px dotted #CCC;
}
.list_berita_2 li:hover { 
	cursor:pointer;
} 
.list_berita_2 li a { text-decoration:none; }
.list_berita_2 li a:hover {  text-decoration:underline; }
/*e:list 2*/

/*s:header*/
.headers {
	padding:5px;  
	background-color:#58286E;
	margin-bottom:5px; 
} 
.headers .pasang {
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:11px; 
	padding-top:1px;
}
.headers .pasang:hover {
	text-decoration: underline;
}
.headers .nav { 
	float: right; 
	padding:0 2px 0 0px; 
}
.headers #prev img.imgs, 
.headers #next img.imgs { 
	height:13px;
	border:1px solid #fff; 
}
.headers #prev, 
.headers #next {
	margin-left:3px;
}
.headers #prev:hover, 
.headers #next:hover  { 
	opacity:0.8;
}
.headers #prev.disabled, 
.headers #next.disabled  { 
	opacity:0.5;
}
/*e:header*/

/*s:frame*/
.fl { float:left; }
.fr { float:right; }
.mt3 { margin-top:3px; }
.clearfix { clear:both; }
 
@media screen and (width: 250px) { 
	.title_iklanbaris img {
		width:100px;
		padding-top:3px;
	}
	.search_ib .input {
		width:90px;
	}
	.search_ib {
		width:120px;
	}
	.list_berita_2 span.ads_title{
		font:bold 11px arial, Georgia, "Times New Roman", Times, serif;
	}
	.list_berita_2 li{
		height:50px;
	}
}
/*e:frame*/
