.bg_ads { 
	width: 100%; 
	margin-bottom:0px; 
	padding:0 ; 
	margin: 0;
	position:fixed;
	top:0px;
	left:0px;
	z-index: 1;
	_position:absolute;
	text-align: center;
	_top:expression(eval(document.body.scrollTop));
}
.expandbanner1a, .expandbanner1b, .expandbanner2a, .expandbanner2b {
	cursor: pointer;
}
.expandbanner1b, .expandbanner2b {
	display: none;
}
.header_top {
	position:relative;
	z-index:2;
}
.top_banner_close, .bottom_banner_close {
	display:block;
	float:right;
	cursor:pointer;
}
.otp_banner_close {
	cursor:pointer;
	margin-left:600px;
	display:block;
}
.container_topbanner{
	text-align:center;
	width:986px;
}
.container_otp{
	text-align:left;
	width:980px;
}
.top_bottom_banner {
	width:985px;
	height:40px;
}
.panel_bottom_banner {
	width:985px;
	height:50px;
}
.top_detail {
	padding:10px 0 20px 0;
	text-align:center;
}


#bottom_banner { position: absolute; bottom: 0px; padding:0px; width:100%; z-index:100; }
div > div#bottom_banner { position: fixed; }
#top_banner { position: absolute; position: fixed; top: 30px; padding:0px; width:100%; z-index:100; _top:expression(eval(document.body.scrollTop)); _position:absolute; }
div > div#top_banner { position: fixed; }
#otp_banner { position: absolute; position: fixed; top:200px; padding:0px; width:100%; z-index:100; _top:expression(eval(document.body.scrollTop)); _position:absolute; }
div > div#otp_banner { position: fixed; }
#skinad { position: absolute; position: fixed; padding:0px; width:100%; z-index:1; _top:expression(eval(document.body.scrollTop)); _position:absolute; }
div > div#skinad { position: fixed; }

.bb{ border-bottom: dotted 1px #013F7D;}

.etalase {
	padding:10px;
	margin-bottom:15px;
	background-color:#d7e6f7;
	border:1px solid #013F7D;
}

.etalase li {
	padding:10px 0px;
	border-bottom:0;
	line-height:130%;
}
.etalase .title {
	background-color:#fff;
	padding:8px 10px 10px;
	margin:-11px -11px 0 -11px;
	font-weight:bold;
	
	padding: 5px 5px 5px 0;
	color: #013f7d;
	font-family: CartoGothic, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #013F7D;
	height: 20px;
}
.etalase .title span {
	float:right;
}

.etalase2{
	border:1px solid #CCC;
	background-color:#edf5ff;
	padding:5px 10px 10px;
	margin-bottom:15px;
}
.etalase2 legend{ 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#013f7d;
	font-size:16px;
}

.etalase a{ font-weight:bold;}
.etalase img.etalase {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #dbdbdb;
	margin-right: 10px;
	padding:0;
}
.tc{ 
	text-align:center; 
	background-color:#d9e9fc;
	padding:10px 5px;
}
.nav_2 a.hut_hl {
	display:inline-block;
	background:#ffcb00;
	color:#000;
	padding:2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav_2 a.hut_hl:hover {
	background:yellow;
}
.box_hut {
	overflow:hidden; 
	overflow-y:hidden;
	overflow-x:hidden;
	height:250px; 
	width:300px;
	margin-bottom:20px;
}

.box_detiktravel {
	padding-top:2px;
	margin-bottom:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#E6E6E6;
}
.box_detiktravel .title {
	padding:5px 5px 0px 10px;
}
.box_detiktravel .title img {
	float:left;
}
.box_detiktravel .title strong {
	font:bold 14px Tahoma, Geneva, sans-serif;
	color:red;
	padding-top:5px;
	padding-left:10px;
	float:left;
	
}
.box_detiktravel .title a {
	display:block;
	float:right;
	padding:7px 10px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	margin-right:2px;
	margin-top:2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#D9D9D9;
	color: #333;
	position:relative;
	z-index:2;
}
.box_detiktravel .title a:hover {
	color:#666;
}
.box_detiktravel .title a.selected {
	color:red;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border:1px solid #B3B3B3;
	border-bottom:0px;
}
.content_tab_travel {
	padding:5px 10px;
	border-top:1px solid #B3B3B3;
	position:relative;
	margin-top:-1px;
	z-index:1;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	width:280px;
}
.content_tab_travel #hotel, .content_tab_travel #penerbangan {
	text-align:center;
	font:normal 12px Tahoma, Geneva, sans-serif;
}
.content_tab_travel #hotel select {
	font:normal 11px Tahoma, Geneva, sans-serif;
	width:180px;
	padding:2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:2px solid red;
	background:white;
	
}
.content_tab_travel #hotel input, .content_tab_travel #penerbangan input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	background:red;
	color:white;
	font:bold 12px Tahoma, Geneva, sans-serif;
	padding:3px 10px;
	cursor:pointer;
}
.content_tab_travel #hotel input:hover {
	opacity:0.8;
}
.content_tab_travel #penerbangan select {
	font:normal 11px Tahoma, Geneva, sans-serif;
	width:100px;
	padding:2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:2px solid red;
	background:white;
}
.content_tab_travel .info {
	margin-top:10px;
	background: #F3F3F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #BFBFBF;
}
.content_tab_travel .info strong {
	display:block;
	padding:5px 10px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	color:#333;
	background:#D9D9D9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.content_tab_travel strong {
	display:block;
	padding:3px 0px;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:red;
}
.content_tab_travel .title img {
	float:left;
}
.content_tab_travel .info ul {
	margin:0;
	padding:5px 10px;
	list-style:none;
}
.content_tab_travel .info li {
	padding:5px 0px;
	border-bottom:1px dotted #caca8e;
}
.content_tab_travel .info li h6 {
	font-size:12px;
}
.content_tab_travel .info .ttl {
	float:left;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.content_tab_travel .info span {
	float:right;
	width:90px;
	font:bold 13px Tahoma, Geneva, sans-serif;
	padding-top:5px;
	text-align:center;
	color:green;	
}
.content_tab_travel .foot {
	padding:3px 0px;
}


.rectangle_banner {
	padding:10px 0;
}
.adpoint_bottom {
	padding:10px 0px 0px 0px;
}
.adpoint_bottom span {
	float:left;
	margin:0px 15px;
}
.adpoint_bottom span.last {
	float:left;
	margin-right:0;
}
#wp_ramadhan {
	background:url(../image/wp_ramadhan.jpg) 0px 0px no-repeat;
	margin-bottom:10px;
}
#wp_ramadhan .link {
	float:left;
	display:inline-block;
	width:150px;
	height:40px;
}
#wp_ramadhan .more {
	float:right;
	color:#333;
	padding-top:12px;
	padding-right:10px;
	font:bold 11px Tahoma, Geneva, sans-serif;
}
#wp_ramadhan ul {
	margin-left:15px;
}
#wp_ramadhan .smart_musimah_box {
	background:#d8d65b;
	text-align:center;
	padding:5px;
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#333;
	text-decoration:none;
}
#wp_ramadhan .jadwal_imsak {
	background:#8b8900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:5px;
}
#wp_ramadhan .jadwal_imsak .head {
	background:#637e24;
	font-weight:bold;
	border-top:1px solid #488132;
	height:25px;
	overflow:hidden;
}
#wp_ramadhan .jadwal_imsak span {
	display:block;
	height:15px;
	padding:5px;
	overflow:hidden;
}
#wp_ramadhan .satu {
	float:left;
	width:180px;
}
#wp_ramadhan .dua {
	float:left;
	width:50px;
	text-align:center;
}
#wp_ramadhan .tiga {
	float:left;
	width:70px;
	text-align:center;
}
#wp_ramadhan ul.ramadhan, #wp_ramadhan ul.ramadhan li {
	color: #030;
}
#wp_ramadhan ul.ramadhan a {
	color: #030;
	text-decoration:none;
}
#wp_ramadhan ul.ramadhan a:hover {
	text-decoration:underline;
}
.smart_muslimah {
	border:0px solid #039;
}
.bg_muslimah {
	background:#EFF9FF;
	-moz-box-shadow:0 0 3px #5894ff;
	-webkit-box-shadow:0 0 3px #5894ff;
	box-shadow:0 0 3px #5894ff;
}
.bg_muslimah .title {
	border-bottom:3px solid #9ED3F6;
	background: #9ed3f6; /* Old browsers */
	background: -moz-linear-gradient(top, #9ed3f6 0%, #cde5f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ed3f6), color-stop(100%,#cde5f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9ed3f6 0%,#cde5f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9ed3f6 0%,#cde5f4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9ed3f6 0%,#cde5f4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed3f6', endColorstr='#cde5f4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9ed3f6 0%,#cde5f4 100%); /* W3C */
}

.banner_expandable_artikel {
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	background:#e9e6c8;
	width:385px;
}
.panel_bottom_banner {
	background:#DCDCDC;
}
.skinad_c {
	width:980px;
	margin:auto;
	padding-top:37px;
}
.skinad_1 {
	float:left;
	left:-175px;
	position:relative;
}
.skinad_1 a, .skinad_2 a {
	display:block;
	position:relative;
	height:180px;
	height:700px;
	margin-top:-700px;
	z-index:4;
}
.skinad_2 {
	float:right;
	right:-175px;
	position:relative;
}

.skinad_center {
	width:980px;
	background:#CCC;
	height:200px;
	margin:auto;
	position:absolute;
}

.skinad_c {
	width:982px;
	margin:auto;
	padding-top:35px;
}
.skinad_1 {
	float:left;
	left:-420px;
	height:1500px;
	/*background:#FFF;*/
	text-align:right;
	position:relative;
}
.skinad_1 a, .skinad_2 a {
	display:block;
	position:relative;
	width:420px;
	height:1500px;
	margin-top:0px;
	z-index:4;
}
.skinad_2 {
	float:right;
	right:-420px;
	height:1500px;
	/*background:#FFF;*/
	position:relative;
}


.df_award {
	text-align:center;
	margin-top:25px;
	padding:5px !important;
}
.dfaward {
	position: relative;
	margin-top:-25px;
	display:block;
	z-index:3;
}
.df_award .nominate {
	background:#F00;
	color:white;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	display:inline-block;
	padding:5px 10px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:5px;
	position:relative;
	margin-top:-5px;
	z-index:2;
}
.df_award ul {
	padding:0px 5px !important;
}
.df_award li {
	margin:0 10px;
}
.menu2 .sp {
	background:#C11723;
	color:#D41D29 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.menu2 .sp a {
	color:#FFF !important;
}
.menu2 .sp_1 {
	background:#B7CB04;
	color:#003 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	padding:3px;
}
.menu2 .sp_1 a {
	color:#2D4408 !important;
}
.menu2 .sp:hover, .menu2 .sp_1:hover {
	background:#E23602;
}
#otp_hl_banner {
	position:absolute;
	margin-left:260px;
	width:360px;
	height:275px;
	display:none;
}
.otp_hl_banner_close {
	float:right;
}

.cb_ramadan {
	background:url(../image/cb_ramadan.jpg) 0 0 repeat-x #dcdcdc;
	padding:5px 10px 10px 10px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cb_ramadan ul {
	list-style:none;
	padding:0;
	margin:0;
}
.cb_ramadan li {
	padding:4px 0 4px 13px;
	background:url(../image/detik.sprite.gif) 0px -192px no-repeat;
	border-bottom:1px dotted #CCC;
}
.cb_ramadan li span {
	font-weight:bold;
	color:#F00;
	font-size:11px;
}
.cb_ramadan a {
	color:#414b00;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.cb_ramadan a:hover {
	text-decoration:underline;
	color:#718300;
}
.cb_ramadan .head_pe {
	display:block;
	height:40px;
}
.imsak {
	text-align:center;
	background:none;
	padding:0 !important;
	border:0;
	margin-top:5px;
}
.imsak2 {
	font-size:13px;
}
.imsak .head2 {
	background:#647401;
	color:white;
	font-weight:bold;
}
.imsak .head {
	background:#ff6c00;
	color:white;
	font-weight:bold;
	border-bottom:1px solid #ca5600;
}
.imsak .head .odd {
	background:#e56100;
}
.imsak .isi {
	background:#ea7f00;
	color:white;
}
.imsak .isi .odd {
	background:#d27200;
}
.imsak2 .isi {
	background:#e7f4d2;
	color:#666;
}
.imsak2 .isi2 {
	background:#dbe8c5;
}
.imsak2 .isi td, .imsak2 .isi2 td {
	border-bottom:1px solid #c9dba9;
}
.btn_salam_ramadan {
	background:#758508;
	display:block;
	color:#FF0 !important;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	text-align:right;
	margin-top:5px;
	font-size:14px;
}
.btn_salam_ramadan:hover {
	background:#333;
	text-decoration:none !important;
}


/*S:SPONSOR CB RAMADAN - MANDIRI : 7 AGUSTUS 2012*/
.sp_mandiri {
	background:url(../image/cb_ramadan_mandiri.jpg) 0 0 repeat-x #d5e9ff;
	padding:5px 10px 10px 10px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.sp_mandiri li span {
	color:#F00;
}
.sp_mandiri a {
	color:#072f5b;
}
.sp_mandiri a:hover {
	color:#0e417b;
}
.sp_mandiri .imsak .head {
	background:#fba719;
	color:#3d3d3d !important;
}
.sp_mandiri .imsak .head .odd {
	background:#e59713;
}
.sp_mandiri .imsak .isi {
	background:#f0c129;
	color:#3d3d3d !important;
}
.sp_mandiri .imsak .isi .odd {
	background:#ffc800;
}
.tag_mandiri {
	background:#0e417c;
	color:#D9D9D9;
	display:block;
	text-align:center;
	padding:5px;
	font-size:13px;
}
.tag_mandiri strong {
	color:#FFF;
}
.mudik_mandiri {
	background:#002f66;
	color:#FFF;
	display:block;
	padding:5px 7px;
	font-weight:bold;
	text-align:left;
}
.mudik_mandiri strong {
	color:#FC0;
	font-size:12px;
	float:left;
	padding-top:7px;
}
.mudik_mandiri a {
	display:inline-block;
	color:#FFF;
	padding:0 3px;
}
.mudik_mandiri a img {
	float:left;
}
.mudik_mandiri a span {
	float:left;
	padding-top:7px;
}
.mudik_mandiri a:hover {
	color:#FC0;
}
.mudik_mandiri a:hover img {
	opacity:0.8;
}
/*E:SPONSOR CB RAMADAN - MANDIRI : 7 AGUSTUS 2012*/

/*S:UPDATE CONTENT DETAIL IKLAN : 9 AGUSTUS 2012*/
.iklan_tengah {
	border:1px solid #CCC;
	padding:5PX 0 10PX 0;
	margin:0;
}
.iklan_tengah legend {
	font-size:11px;
	color:red;
	margin-left:10px;
	font-weight:bold;
}
/*E:UPDATE CONTENT DETAIL IKLAN : 9 AGUSTUS 2012*/

/*S:box papua : 27 sep 12*/
.cbox_papua {
  background: url(../image/bg_papua.jpg) no-repeat;
  padding: 80px 10px 0 10px;
  margin-bottom: 10px;
  height:120px;
  overflow:hidden;
  border:1px solid #8C5E4C;
  font-family:Arial, Helvetica, sans-serif;
}

/* list foto */
.cbox_papua .bodylistfoto {}
.cbox_papua .bodylistfoto ul { float:left; display:inline-block; overflow: hidden; padding:0; margin:0 5px 3px 27px; list-style: none;}
.cbox_papua .bodylistfoto li { display:block; width: 70px; height:100px; float:left; margin:0px 8px 8px 8px; }

.cbox_papua .bodylistfoto li a .thumb { border: 2px solid #fff;overflow: hidden; width:70px; height:70px; margin:0px auto; margin-bottom: 2px; }
.cbox_papua .bodylistfoto li a .thumb img { width:70px; }
.cbox_papua .bodylistfoto li a:hover .thumb {border: 2px solid #7c4526;}

.cbox_papua .bodylistfoto .judul { line-height:105%; display:block; margin:0 0 0 0px; width:86px; overflow:hidden; text-overflow: ellipsis; }
.cbox_papua .bodylistfoto li a:link    {text-align: center; font-size:12px; font-weight:normal; text-transform: capitalize }
.cbox_papua .bodylistfoto li a:visited {text-align: center; font-size:12px; font-weight:normal; text-transform: capitalize }
.cbox_papua .bodylistfoto li a:hover   {text-align: center; font-size:12px; font-weight:normal; text-transform: capitalize }
.cbox_papua a{ color:white; text-shadow:#000 0 0 0.1em; text-decoration:none;}
.bttn_publish2 a{
    display:inline-block;
	width:260px;
	border: 1px solid #7C4526;
	background: #ff3019;
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); 
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); 
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); 
	color:#FFF !important;
	font-size:12px !important;
    margin-left: 25px;
	text-decoration:none;
    padding: 3px; 
	cursor:pointer; line-height: normal;
	text-align:center;
    -moz-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;
	font-weight:bold;
	margin-bottom:10px;
}
.bttn_publish2 a:hover{
	background: #cf0404;
}
/*E:box papua : 27 sep 12*/

/*S:UPDATE BANNER BILLBOARD : 21 SEPTEMBER 2012*/
.banner_billboard {
	height:250px;
	width:970px;
	overflow:hidden;
	padding:5px;
}
.banner_billboard .close_bb {
	float:right;
}
.banner_billboard .close_bb a {
	position:absolute;
	margin-left:-57px;
	cursor:pointer;
}
/*E:UPDATE BANNER BILLBOARD : 21 SEPTEMBER 2012*/

/*S:UPDATE ARTIKEL SPONSOR : 29 OKTOBER 2012*/
.artikel_sp {
	font-weight:bold;
	padding:25px 0;
	height:30px;
}
#ar_sp_bsr {
	position:absolute;
	margin-top:-120px;
}
#skycrapper_expand, #skycrapper {
	position:absolute;
}
#skycrapper_expand {
	margin-left:-160px;
	display:none;
}
.banner_skycrapper {
	width:120px;
	height:600px;
}
.banner_beritautama {
	width:550px !important;
	height:65px !important;
}
.banner_beritautama img {
	border:0 !important;
	width:550px !important;
	height:65px !important;
}
.ht_water {
	background:url(../banner/banner_beritautama_water.gif) #E5E5E5 !important;
}
/*E:UPDATE ARTIKEL SPONSOR : 29 OKTOBER 2012*/

/*S:CHANNEL BOX PIALA AFF : 21 NOV 2012*/
.cb_aff {
	background:url(../image/cb_aff.jpg) 0 0 repeat-x #dcdcdc;
	padding:5px 10px 10px 10px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cb_aff .head_pe {
	display:block;
	height:30px;
}
.cb_aff ul {
	list-style:none;
	padding:0;
	margin:0;
}
.cb_aff li {
	padding:4px 0 4px 13px;
	background:url(../image/detik.sprite.gif) 0px -192px no-repeat;
	border-bottom:1px dotted #CCC;
}
.cb_aff li span {
	font-weight:bold;
	color:#F00;
	font-size:11px;
}
.cb_aff a {
	color:#00448A;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.cb_aff a:hover {
	text-decoration:underline;
	color:#1768B0;
}
.btn_tebakskor {
	background:#00478d;
	display:block;
	color:#FF0 !important;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
}
.btn_tebakskor:hover {
	background:#003B72;
	text-decoration:none !important;
}
/*E:CHANNEL BOX aff*/
#bn_billboard>div {
	margin: 0 auto;
	width: 980px;
	padding-top: 35px;
	z-index: 100;
	position: relative;
}
#bn_billboard .bn_bill {
	display: block;
}
#bn_billboard .close_bn {
	position: absolute;
	margin-left: 420px;
}
#bn_billboard .close_bn:hover {
	opacity: 0.8;
}
#bn_billboard .hide_bn {
	position: absolute;
	margin-left: 400px;
}
#bn_billboard .hide_bn:hover, .billboard_show:hover {
	opacity: 0.8;
}
#bn_billboard_top {
	display: none;
}
.billboard_show {
	float: right;
	margin-right: 3px;
	cursor: pointer;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

/* ------ s:Ramadan 2013 ------ */
.list_berita_1 li.boxramadan { border-bottom:none; padding-top:0px; }
.ramadan2013 { background:url(../image/ramadan_bg.jpg) #606c00 no-repeat; border: 1px solid #fff; }
.ramadan2013 .head { background:#fcfcfb; display:block; padding:2px 2px 2px 9px; } 
.ramadan2013 .head img:hover { opacity:0.8 }

/*news*/
.ramadan2013 ul.list_news {
	margin:0px;
	padding:0 10px;
}
.ramadan2013 .list_news li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px dotted #b3c902; 
}
.ramadan2013 .list_news li:last-child { border-bottom:none; }
.ramadan2013 .list_news li .subtitle {
	display:block;
	color:#DAFF35;
	font-size:12px;
}
.ramadan2013 .list_news li a {
	color:rgb(253, 255, 200);
	font-size:13px;
	font:normal 13px Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.ramadan2013 .list_news li a:hover {  text-decoration:underline; }

/*jadwal*/
.ramadan2013 ul.list_jadwal {
	margin:0px;
	padding:0;
	text-align:center;
}
.ramadan2013 .list_jadwal li {
	list-style:none;
	padding:0;
	border:none;
	display:block;
}
.ramadan2013 .list_jadwal li.tgl span {
	border-top:1px solid rgb(156, 139, 14);
	font-weight:bold; background:rgb(116, 106, 0); font-size:12px; text-align:center; display:block; padding:3px 0; 
}
.ramadan2013 .list_jadwal li.row1 span, 
.ramadan2013 .list_jadwal li.row2 span { font-size:11px; text-align:center; display:block; float:left; padding:3px 0; width:57.8px }
.ramadan2013 .list_jadwal li.row1 span { background:#ff6c00; }
.ramadan2013 .list_jadwal li.row2 span { background:rgb(156, 145, 8); }
.ramadan2013 .list_jadwal li.row1 span.odd { background:#e56100 }
.ramadan2013 .list_jadwal li.row2 span.odd { background:rgb(138, 122, 6) }
.ramadan2013 .list_jadwal li.row1 span.long, .ramadan2013 .list_jadwal li.row2 span.long { width:59px; }



/* ------ s:Ramadan 2013 mandiri ------ */
.list_berita_1 li.boxramadan { border-bottom:none; padding-top:0px; }
.ramadan2013_sponsor { background:url(../image/ramadan_bg_mandiri2.jpg)  no-repeat; box-shadow:0 0 50px #bfbfbf inset; border: 1px solid #fff; }
.ramadan2013_sponsor .head { background:#013066; display:block; padding:2px 2px 2px 9px; } 
.ramadan2013_sponsor .head img:hover { opacity:0.8 }

/*news*/
.ramadan2013_sponsor ul.list_news {
	margin:0px;
	padding:0 10px;
}
.ramadan2013_sponsor .list_news li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px dotted #d4d4d4; 
}
.ramadan2013_sponsor .list_news li:last-child { border-bottom:none; }
.ramadan2013_sponsor .list_news li .subtitle {
	display:block;
	color:#8A7A06;
	font-size:11px;
	font-weight:bold;
}
.ramadan2013_sponsor .list_news li a {
	color:#555;
	font:normal 12px Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-weight:bold;
}
.ramadan2013_sponsor .list_news li a:hover {  text-decoration:underline; }

/*jadwal*/
.ramadan2013_sponsor ul.list_jadwal {
	margin:0px;
	padding:0;
	text-align:center;
}
.ramadan2013_sponsor .list_jadwal li {
	list-style:none;
	padding:0;
	border:none;
	display:block;
}
.ramadan2013_sponsor .list_jadwal li.tgl span {
	border-top:1px solid rgb(156, 139, 14);
	font-weight:bold; background:rgb(116, 106, 0); font-size:12px; text-align:center; display:block; padding:3px 0; 
}
.ramadan2013_sponsor .list_jadwal li.row1 span, 
.ramadan2013_sponsor .list_jadwal li.row2 span { font-size:11px; text-align:center; display:block; float:left; padding:3px 0; width:53px }
.ramadan2013_sponsor .list_jadwal li.row1 span { background:#ff6c00; }
.ramadan2013_sponsor .list_jadwal li.row2 span { background:rgb(156, 145, 8); }
.ramadan2013_sponsor .list_jadwal li.row1 span.odd { background:#e56100 }
.ramadan2013_sponsor .list_jadwal li.row2 span.odd { background:rgb(138, 122, 6) }
.ramadan2013_sponsor .list_jadwal li.row1 span.long, .ramadan2013_sponsor .list_jadwal li.row2 span.long { width:58px; }
.ramadan2013_sponsor a.rute,
.ramadan2013 a.rute{
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
.ramadan2013_sponsor a.rute:hover, 
.ramadan2013_sponsor a.rute {
	opacity:0.8;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*ads*/
.ads {
	display:block;
	background:#003f87;
	padding:8px 8px; 
	color:#fff;
}
.ads:hover {
	background: #0152af;
}
.ads a { 
	color:rgb(224, 224, 14) !important; 
	text-decoration:none; 
	line-height:110%; 
	font-size:12px; 
}
.ads a:hover { 
	text-decoration:underline !important; 
}
.ads a.butt { 
	background:rgb(255, 194, 0); 
	color:rgb(107, 74, 3) !important; 
	font-size:13px; 
	padding:5px 7px 4px 7px;  
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.ads a.butt:hover { 
	background:rgb(252, 211, 83);
	text-decoration:none !important;
}
/* ------ e:Ramadan 2013 ------ */
.menu2 {
	height:23px;
}
.menu2 .sc {
	padding: 4px;
}
.sp_ramadan {
	background: #b6d700;
	color:#141800 !important;
	padding: 5px 5px;
	font-size: 12px !important;
	text-transform: uppercase;
	border-radius: 3px;
}
.sp_ramadan:hover {
	background: #d8ff00;
}
.sp_jm {
	background: #0aaee1;
	color: #fff !important;
}
.sp_jm:hover {
	background: #3ecdf9;
}
#timesignal{
    width:350px;
    background-color:#ffffff;
    position:fixed;
    bottom:80px;
    right: -500px;
	z-index:5;
	font-family:Arial, Helvetica, sans-serif;
}
.skin_kakao {
	background: url(../images_ads/timesignal_kakaotalk.jpg) top left no-repeat;
	color: #000;
}
.other_time {
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
	background: #ffbf00;
	font-family: arial;
}
#timesignal .close{
	display:inline-block;
	position: absolute;
	z-index: 2;
	right: 0;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
}
#timesignal .close:hover {
	background: #414141;
}
.menu2 .sp_apec {
	background:#ffc733; 
	padding:2px 5px; 
	border-radius:3px; 
	color: #232270;
}
.menu2 .sp_apec:hover {
	background:#ffde00; 
}
.menu2 a.sp_apec {
	color:#232270 !important;  
}

.etalase_bgalt{
	border:none;
	background-color:#edf5ff;
}

