@import url(superfish.css);
@import url(fancybox.css);
@import url(tabs.css);
@import url(headline.css);
@import url(ticker.css);
@import url(youtube.css);
@import url(onlineaucprev.css);
@import url(jquery.countdown.css);
@import url(accordion.css);
@import url(thickbox.css);
@import url(buttons.css);
@import url(buttons-core.css);
@import url(forms.css);
@import url(forms-core.css);
@import url(forms-r.css);

/**** Special Font ****/
@font-face
{
font-family: SpecFont;
src: url('fonts/bernhard-modern-bt.ttf');
}  

@font-face
{
font-family: myFont;
src: url('fonts/BRLNSB.ttf'),
     url('fonts/BRLNSDB.ttf'),
     url('fonts/BRLNSR.ttf');
}                                     
								  
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  }

body {
	font-size: 12px;
	background-repeat: no-repeat;
    background-position: center center;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fullscreenbg {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

/***** Common Formatting *****/
p {margin: 0; padding: 0 0 5px 0;}
ul {list-style: none; margin: 0; padding: 0;}

/***** Links *****/
a {
  	text-decoration: none;
  	color: #de0025;
}

a:hover {text-decoration: none; color: #333333;}

.judulhead a {
  	text-decoration: none;
  	color: #000000;
  	background-color:none;
}

.judulhead a:hover {text-decoration: none; color: #0066B3; background-color:none;}

/***** Main Layout ****/

#basecontainer {
	width: 1255px;
	background:none;
	margin: 0 auto;
	position:relative;
}

/***** Top Bar Login ****/
#toplist {
 	width: 100%;
	height: 85px;
 	background:none;
 	margin-top: 0;
	margin-left:auto;
	margin-bottom:0px;
	margin-right:auto;
 	text-align: left;
	position: relative;
}

#topcontainer {
 	width: 100%;
 	margin: 0 auto;/* center the page in Firefox */
 	text-align: left;
	position: relative;
	background: none;
	z-index: 100;
}

#topcari {
	float:right;
	width: 420px;
	height: 24px;
	background: none; /* #EFEFEF */
	padding-top:2px;
	font-family:'PT Sans', serif;
	font-size:1em;
	color:#666666;
	text-align:right;
}

#toplogin {
	float:right;
	width: 220px;
	height: 24px;
	background: none; /* #EFEFEF */
	padding-top:5px;
	font-family:'PT Sans', serif;
	font-size:1em;
	color:#666666;
	text-align:right;
}

#topsocmed {
	float:right;
	width: 220px;
	height: 50px;
	background: none;
	margin-top:5px;
        margin-bottom:5px;
	font-family:'PT Sans', serif;
	font-size:1.2em;
	color:#333333;
	text-align:right;
}

#topsocmed a {
color:#333333;
}

#topsocmed a:hover {
color:#999999;
}


#aucname {
	float:left;
	width: 550px;
	background: none; /* #EFEFEF */
        padding-left:15px;
	font-family:'PT Sans', serif;
	font-size:1.5em;
        font-weight:bold;
	color:#666666;
	text-align:left;
}


#aucname2 {
	float:left;
	width: 550px;
	background: none; /* #EFEFEF */
        padding-left:15px;
	font-family:'PT Sans', serif;
	font-size:1em;
        font-weight:bold;
	color:#666666;
	text-align:left;
}

#padlogin {
	/*float:right;*/
	/*position:relative;*/
	width:100%;
	height: auto;
	background: #000;
    padding-top:2px;
	margin-bottom:5px;
	font-family:'PT Sans', serif;
	font-size:1em;
	color:#666666;
	text-align:right;
}

#sign_box
{
float:right;
right:0;
top:23px;
width:400px;
background-image:url(../images/canvas_small.jpg);
padding:12px;
position:absolute;
font-family: 'PT Sans', serif;
text-align:left;
display:none;
border:#FFFFFF medium solid;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
z-index:1001;
}

#salenotice_box
{
float:right;
right:0;
top:23px;
width:700px;
overflow:scroll;
background-image:none;
background-color:#fff;
padding:10px;
position:absolute;
font-family: 'PT Sans', serif;
text-align:left;
display:none;
border:#FFFFFF medium solid;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index:1001;
}

#promo_box
{
width:700px;
overflow:hide;
background-image:none;
background-color:#fff;
position:absolute;
top: 100px;
left: 260px;
padding: 15px;
margin: 0 auto;
font-family: 'PT Sans', serif;
border:#999999 5px solid;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
z-index:1001;
}

#terms_box
{
float:right;
right:0;
top:23px;
width:700px;
overflow:scroll;
background-image:none;/*url(../images/canvas_small.jpg)*/
background-color:#fff;
padding:10px;
position:absolute;
font-family: 'PT Sans', serif;
text-align:left;
display:none;
border:#FFFFFF medium solid;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index:1001;
}

#terms_box .judul{
	margin-bottom: 15px;
	font-size:1.2em;
	font-weight:bold;
	color:#C00;
}

#terms_box .tebalhitam{
	font-size:0.9em;
	font-weight:bold;
	color:#000;
}

#terms_box .tebalmerah{
	font-size:1em;
	font-weight:bold;
	color:#C00;
}

#terms_box .biasa{
	font-size:1em;
	color:#000;
	line-height:130%;
	margin-bottom:10px;
}

#terms_box .biasa table{
	font-size:1em;
	color:#000;
	line-height:130%;
	margin-bottom:10px;
}

#toplogo {
	float:left;
	width:201px;
	height:60px;
	margin-top:30px;
	margin-left:0px;
	background-image: url(../images/logo-LRST.png);
	background-repeat:none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}



#content-right table .judul{
	margin-bottom: 15px;
	font-size:1.2em;
	font-weight:bold;
	color:#C00;
}

#content-right table .tebalmerah{
	font-size:1em;
	font-weight:bold;
	color:#C00;
}

#content-right table .biasa{
	font-size:1em;
	color:#000;
	line-height:130%;
	margin-bottom:10px;
}

#content-right table .biasa table{
	font-size:1em;
	color:#000;
	line-height:130%;
	margin-bottom:10px;
}

.sign_in
{
background-color:#EFEFEF;
padding:6px;
}

#paddle_box
{
float:right;
right:0;
top:23px;
width:400px;
background-image:url(../images/canvas_small.jpg);
padding:12px;
position:absolute;
font-family: 'PT Sans', serif;
text-align:left;
display:none;
border:#FFFFFF medium solid;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
z-index:1001;
}

.paddle_in
{
background-color:none;
padding:6px;
}

#mailcheck
{
float:right;
right:0;
top:23px;
width:400px;
background-image:url(../images/canvas_small.jpg);
padding:12px;
position:absolute;
font-family: 'PT Sans', serif;
text-align:left;
display:none;
border:#FFFFFF medium solid;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
z-index:1001;
}

.mailcheck
{
background-color:none;
font-family: 'PT Sans', serif;
font-size:12px;
font-weight:bold;
}

.slidingInfo {
    height:15px;
    background-color: #3ac2db;
    padding:10px;
    margin-bottom:10px;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
}

.slidingInfo2 {
    height:15px;
    background-color: #3ac2db;
    padding:10px;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
}
 
.show_hide {
	background-image:url(../images/mt_close.png);
	background-position:center;
}

.show_hide_promo {
	background-image:none;
	background-position:center;
}


#container {
 	width: 100%;
 	min-height:425px;
 	background: none;
 	margin-top: 20px;/* center the page in Firefox */
 	text-align: left;
	position: relative;
	padding:0px;
	z-index:1;
}

#topmenu {
 	width: 990px;
	height: 85px;
 	background: none;
 	margin: 5 auto;/* center the page in Firefox */
 	text-align: left;
	position: relative;
        /*
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
        */
}


#wrapper {
 	width: 960px;
 	background: #FFFFFF;
 	margin: 0 auto;/* center the page in Firefox */
 	text-align: left;
	position: relative;
}

#wrapper_home_old {
	float:left;
 	width: 960px;
 	background: #FFFFFF;
 	margin: 0 auto;/* center the page in Firefox */
 	text-align: left;
	position: absolute;
	left:0;
	top:0;
}

#wrapper_home {
 	width: 1255px;
 	background: #FFFFFF;
 	margin: 0 auto;/* center the page in Firefox */
 	text-align: left;
	left:0;
	top:0;
}

#middlebox_old {
	float:right;
 	width: 275px;
 	height:160px;
 	background: none;
 	margin: 0;/* center the page in Firefox */
 	text-align: left;
	position: absolute;
	left:980;
	top:290;
}

#midbebox_old {
	float:right;
 	width: 275px;
 	height:385px;
 	background: #DDDDDD;
 	margin: 0;/* center the page in Firefox */
 	text-align: left;
	position: absolute;
	left:980;
	top:0;
}

#midbeboxfs {
	float:right;
 	width: 275px;
 	height:400px;
 	background: #FFFFFF;
 	text-align: left;
 	position:relative;
 	right:-360px;
	margin-top:100px;
	margin-left:100px;
	z-index: 10;
}

#middlebox {
        float:right;
 	width: 450px;
 	height:431px;  /*170px or 431px*/
 	background: none;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	text-align: left;
}

#middleboxdown {
        float:right;
 	width: 450px;
 	height:431px;
 	background: none;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	text-align: left;
}

#midbebox {
        float:left;
 	width: 387px; /*487*/
 	height:438px;
 	background: #EEEEEE;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	text-align: left;
}

#midbebox_center {
        float:left;
 	width: 387px;
 	height:438px; /*438px*/
 	background: #EEEEEE;
 	margin-top: 20px;
        margin-left:15px;
 	margin-bottom: 20px;
 	text-align: left;
}

#midbebox_center_inside {
    margin: 10px;
    font-size:1.1em;
    font-family: 'PT Sans', serif; 
}
#midbebox_center_inside ul {
        list-style-type:disc;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 5px;
}

#bottombox {
 	width: 990px;
 	background: #cccccc;
 	margin: 5 auto;/* center the page in Firefox */
 	text-align: left;
	position: relative;
        /*
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
        */
}

#menu {
	width: 780px;/*962*/
	height: 40px;
	background: none;
	font-family: 'PT Sans', serif;
	text-align: left;
	position: absolute;
	right:0;
	top:30;
	margin-top:0px;
	margin-bottom: 5px;
	padding-top:18px;
	background-color:#000000;
	opacity:0.8;
	filter: Alpha(opactity=80);
	vertical-align:middle;
	z-index: 1000;
}

#smallmenu{
	width: 100%;	
	text-align: left;
	position: relative;
	left:0;
	bottom:0;
	background-color:none;
	vertical-align:middle;
}

#smallmenu .teks a {
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight:bold;
	color:#000000;
}

#smallmenu .teks a:hover {
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	background:#000000;
	color:#FFFFFF;
	opacity:0.7;
	filter: Alpha(opacity=70);
}

th{
	color: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
	background-color: #CCCCCC;
}

/***** HEADER *****/
#header {
	width: 100%;
	height: 214px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	color: white;
	font-family: 'PT Sans', serif;
}

#header .intro {
	padding: 190px 0 0 17px;
}

#header .intro p {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	color: #333;
}        

#header .rssicon {
	position: absolute;
	left: 900px;
	top: 180px;
}

/***** Search Box *****/
#header #searchform {
	position: absolute;
	z-index: 2;
	left: 605px;
	top: 180px;
	width: 205px;
}
      
#header #searchform .searchField {
	border: none;
	background: transparent;
	width: 158px;
	height: 23px;
	line-height: 23px;
}

#header #searchform .searchSubmit {
	background: transparent url(../images/searchButton.jpg) no-repeat 0 0;
	width: 40px;
	height: 26px;
	border: none;
	cursor: pointer;
}

/***** Content *****/
#content {
        font-family: 'PT Sans', serif;
	float:left;
	width: 100%;
	line-height:normal;
	margin-bottom: 10px;
	padding: 0px;
	word-spacing:normal;
	background: none;
}

#content_ins {
	float:left;
	width: 100%;
	line-height:normal;
	word-spacing:normal;
	background: url(../images/backg4.png) repeat-y;
}

#content_ins p {
	font-size:1.2em;
}

#container2 {
	clear:left;
	float:left;
	width:23%;
	overflow:hidden;
	left:100%;
	margin-right: 15px;
	background:#ffa7a7; /* column 2 background colour */
}
#container1 {
	float:left;
	width:73%;
	position:relative;
	right:0.5%;
	background:#ffff33; /* column 1 background colour */
}

.salenote_but {
	float:right;
	position:relative;
	margin-bottom:5px;
}

.salenote {
	float:left;
	position:relative;
	width:97%;
	height:auto;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding:15px;
}

.salenote p {
	font-family:'PT Sans', serif;
	font-size: 1.2em;
	color: #000000;
	line-height:120%;
	margin-bottom:5px;
}

.salenote p a:link {
	font-weight:bold;
	text-decoration:underline;
}

.salenote p a:hover {
	text-decoration:underline;
}

.salenote table {
	font-family:'PT Sans', serif;
	font-size: 1.1em;
	color: #000000;
	line-height:120%;
	margin-bottom:5px;
}

.promonote {
	float:left;
	position:relative;
	width:97%;
	height:auto;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding:15px;
}


#col1 {
	float:left;
	width:100%;
	position:relative;
	left:0;
	overflow:hidden;
}
#col2 {
	float:left;
	width:100%;
	position:relative;
	left:0;
	overflow:hidden;
}

#content-left{
	float: left;
	width: 180px;
	background: none;
	border: none;
	padding: 15px;
}

#content-right{
	float: right;
	width: 79%;
	background: none;
	border: 5px solid #EEE;
	padding: 15px;
        font-family: 'PT Sans', serif;
}

#content-right-news{
	float: right;
	width: 79%;
	background: none;
	border: 5px solid #EEE;
	padding: 15px;
        font-size:1.2em;
        font-family: 'PT Sans', serif;
        line-height:200%;
}

#content_two {
	width: 960px;
	line-height:normal;
	margin-bottom: 10px;
	padding: 15px;
	word-spacing:normal;
	background: #FFFFFF;
}

#content p {
	padding: 0;
}

#content ul, #content ol {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 5px;
}

#content-kiri ul, #content ol {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 5px;
}

#content .link_image a img {
  border: none;/*remove border for linked images*/
  background-color: #fff;
	padding: 2px;
	margin: 3px 5px 3px 0;
	border: 1px solid #0066B3;
	float: left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#content .garisbawah {
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

#specdiv {
        float:left;
        display:table-cell;
        font-family: 'PT Sans', serif;
        width:300px;
        background-color:#de0025;
        padding:5px;
        font-weight:bold;
        margin-top:5px;
        margin-bottom:10px;
        color:#FFFFFF;
}

#specdivright {
        clear:right;
        float:right;
        font-family: 'PT Sans', serif;
        width:300px;
        background-color:#de0025;
        padding:5px;
        font-weight:bold;
        margin-top:5px;
        margin-bottom:10px;
        color:#FFFFFF;
        display:table-cell;
}

.specdivtext {
	font-size: 1.5em;
        text-align:center;
        color:#FFFFFF;
}

#specdiv .specdivtext a {
        color:#FFFFFF;
}

#specdiv a:hover {
        background-color:#F1F1F2;
        color:#000000;
}


#specdivright .specdivtext a {
        color:#FFFFFF;
}

#specdivright a:hover {
        background-color:#F1F1F2;
        color:#000000;
}

#specdivwide {
        font-family: 'PT Sans', serif;
        width:100%;
        background-color:#bcbcbc;
        padding:5px;
        font-weight:bold;
        margin-top:5px;
        margin-bottom:10px;
        color:#FFFFFF;
}

.specdivwidetext {
	font-size: 1.5em;
        text-align:center;
        color:#FFFFFF;
}

#specdivwide .specdivwidetext a {
        color:#1000e3;
}

#specdivwide a:hover {
        width:100%;
        background-color:#dadada;
        padding:5px;
        font-weight:bold;
        margin-top:5px;
        margin-bottom:10px;
        color:#5a4eff;
}
.judul {
	font-family: 'PT Sans', serif;
	font-size: 1.5em;
	line-height: 170%;
	font-weight: bold;
	color: #EE1C24;
}
.judul_kiri {
	font-family: 'PT Sans', serif;
	font-size: 1.2em;
	margin-left: 0px;
	line-height: 200%;
	font-weight: bold;
	color: #000000;
}
#content-left ul li {
  	border: none;
  	height: 28px;
  	color: #000000;
	margin-left: 0px;
  	text-align: left;
  	line-height: 100%;
  	font-weight: normal;
}

#content-left ul li a {
  	margin-left: 0px;
  	color: #000000;
  	text-align: left;
  	line-height: 100%;
  	font-weight: normal;
}

#content-left ul li a:hover {
  	color: #EE1C24;
}

#content-left ul li ul li {
  	margin-left: 10px;
  	color: #000000;
  	text-align: left;
  	line-height: 500%;
  	font-weight: normal;
}

#content-left ul li ul li a {
  	margin-left: 10px;
  	color: #000000;
  	text-align: left;
  	line-height: 100%;
  	font-weight: normal;
}

#content-left ul li ul li a:hover {
  	color: #EE1C24;
	margin-left: 10px;
}

.judul_small {
	font-family: 'PT Sans', serif;
	font-size: 1.2em;
	line-height: 130%;
	font-weight: bold;
	color: #EB8F00;
}
.subjudul {
	font-family: 'PT Sans', serif;
	font-size: 1.1em;
	line-height: 150%;
	font-weight: bold;
	color: #EE1C24;
}

.subjudul_kiri {
	font-family: 'PT Sans', serif;
	font-size: 1.1em;
	line-height: 200%;
	font-weight: bold;
	color: #EE1C24;
}

.ssubjudul_kiri {
	font-family: 'PT Sans', serif;
	font-size: 1em;
	line-height: 200%;
	font-weight: normal;
	color: #EE1C24;
}

.keterangan {
	font-family: 'PT Sans', serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
}

.capimage {
	font-family: 'PT Sans', serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 200%;
	color: #999999;
}

.capteks {
	font-family: 'PT Sans', serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 150%;
	color: #999999;
}

.captekssmall {
	font-family: 'PT Sans', serif;
	font-size: 0.4em;
	font-weight: normal;
	line-height: 150%;
	color: #999999;
}

.kembali {
	font-family: 'PT Sans', serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}
.detlot {
	float:left;
	font-family: 'PT Sans', serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}

.newcurr {
	float:left;
	width:100%;
	text-align:center;
	background-color:none;
	font-family: 'PT Sans', serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.currbidleft {
	float:left;
	width:100%;
	text-align:center;
	background-color:none;
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
.nextbidleft {
	float:right;
	right:200px;
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
.currbidright{
	float:right;
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}

.currbid{
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}

.currbidbig{
	padding-right:5px;
	font-family: 'PT Sans', serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align:right;
}

.currbidright1{
	float:right;
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
.nextbidright{
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}

.firstbidright{
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

.firstbidright_asli{
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

.bid_button{
padding:5px;
font-size:0.9em;
font-weight:bold;
}

.increment{
	font-family: 'PT Sans', serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
}

.increment_asli{
	font-family: 'PT Sans', serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
}

.tanggal {
	font-size: 12px;
	line-height: 135%;
	font-style: italic;
}

.isdang {
	font-size: 2em;
	line-height: 135%;
}

.mempage {
	font-size: 12px;
	line-height: 150%;
}

.qmempage {
	font-size: 10px;
	font-style:italic;
	line-height: 150%;
}

.tmempage {
	font-size: 12px;
	font-weight:bold;
	line-height: 200%;
}

#content .posting {
	font-size: 11px;
}
#content .kategori {
	font-family: 'PT Sans', serif;
	line-height: 175%;
	font-weight: bold;
	padding-left: 10px;
}
#content .komentar {
	font-weight: bold;
}
.judulhead {
	height:35px;
	background-color:#FFFFFF;
	font-family:'PT Sans', serif;
	font-size: 1.4em;
	color: #666666;
	font-weight: bold;
	margin-bottom:0px;
}
.judulhead_blank {
	height:35px;
	background-color:none;
	font-family:'PT Sans', serif;
	font-size: 1.4em;
	color: #666666;
        padding-top:10px;
	font-weight: bold;
	margin-bottom:0px;
}
.isi_kecil{
	font-family:'PT Sans', serif;
	font-size:10px;
	color:#000000;
}

.judul_head_kecil {
	font-family:'PT Sans', serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

#content .judul_head {
	font-family: 'PT Sans', serif;
	font-size: 12px;
        font-weight: bold;
}

table .isi {
	font-family:'PT Sans', serif;
	font-size:12px;
}

table .isi12 {
	font-family:'PT Sans', serif;
	font-size:1.5em;
}


table .tbl {
        table-layout:fixed;
        border: 1px solid #d0d0d0;
        border-collapse: collapse;
        background: #fff;
         }
table .tbl td {
        border: none;
        padding: 5px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
 }


.isi {
	font-family:'PT Sans', serif;
	font-size:14px;
}

.isi_12_abu {
	font-family:'PT Sans', serif;
	font-size:12px;
	color:#999999;
	line-height: 200%;
}

.isi_12_abu6 {
	font-family:'PT Sans', serif;
	font-size:12px;
	color:#666666;
	line-height: 200%;
}

#content-right .isi {
	font-family:'PT Sans', serif;
	font-size:14px;
}

.isi2 {
	background-color:#FFFFFF;
	font-family:'PT Sans', serif;
	font-size:12px;
	font-weight:normal;
	line-height: 150%;
}

.isi3 {
	background-color:none;
	font-family:'PT Sans', serif;
	font-size:12px;
	font-weight:normal;
	line-height: 150%;
}

.isi3 h2 {
	color:#888888;
	font-family: 'PT Sans', serif;
	font-weight:bold;
	margin-bottom:5px;
}

.isi3 h3 {
	color:#808080;
	font-family: 'PT Sans', serif;
	font-weight:bold;
	margin-bottom:5px;
}

.isi3 h3 .kanan {
	color:#808080;
	font-family: 'PT Sans', serif;
	font-weight:bold;
	margin-bottom:5px;
	text-align:right;
	margin-right: 10px;
}

.isi3 p {
	margin-bottom: 10px;
}

#content-kanan .image {
	background-color: #fff;
	padding: 2px;
	margin: 3px 5px 3px 0;
	border: 1px solid #CCC;
	float: left;
}

#content-kanan .gambar {
	padding: 2px;
	margin: 3px 5px 3px 0;
	border: none;
	float: left;
}

#content-kiri{
	float: left;
	width: 317px;
	height: 180px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content-tengah{
	width: 275px;
	height: 160px;
	background: #FFFFFF;
}

#content-kanan{
	float: right;
	width: 317px;
	height: 180px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content-kiri-bottom{
	float: left;
	width: 380px;
	background: none;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content-kanan-bottom{
	float: left;
	width: 585px;
	background: #ffffff;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left:5px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#content-kanan p {margin: 0; padding: 0 0 5px 0;}

#content-kanan .besar {
	font-size:1.4em;
}

#content-kanan ul, #content ol {
	list-style-type:disc;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 5px;
}

#content-big-pic{
	float: right;
	width: 575px;
	margin-bottom:10px;
}
#content-detail{
	float: left;
	width: 630px;
}

#form_daftar {
	width: 100%;
	background: #f2f2f2;
	padding-bottom:20px;
	border: 1px solid #999999;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}

#form_daftar h1 {
	font-size: 1.2em;
	font-family:'PT Sans', serif;
	color: #445668;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 25px 0;
	text-shadow: 0px 1px 0px #f2f2f2;
}

#form_daftar label {
	float: left;
	clear: left;
	margin: 11px 20px 0 0;
	width: 250px;
	text-align: right;
	font-family:'PT Sans', serif;
	font-size: 1em;
	color: #445668; 
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #f2f2f2;
}

#form_daftar input {
	clear:right;
	float:left;
	width:200px;
	height: 28px;
	margin:5px 0;
	background: #737373;
	/*
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 10%); /* firefox *****
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(10%,#5E768D)); /* webkit *****
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	*/
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	color: #f2f2f2;
	/*
	text-shadow: 0px -1px 0px #334f71;
	*/ 
}
#form_daftar input::-webkit-input-placeholder  {
    	color: #a1b2c3;
		text-shadow: 0px -1px 0px #38506b;  
	}
#form_daftar input:-moz-placeholder {
	    color: #a1b2c3; 
		text-shadow: 0px -1px 0px #38506b; 
	}
	
#form_daftar .recaptcha input {
	clear:right;
	float:left;
	width:200px;
	height: 24px;
	margin:5px 0;
	background: #737373;
	/*
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 10%); /* firefox *****
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(10%,#5E768D)); /* webkit *****
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	*/
	font-family: 'PT Sans', serif;
	font-size: 0.9em;
	color: #f2f2f2;
	/*
	text-shadow: 0px -1px 0px #334f71;
	*/ 
}
#form_daftar .recaptcha input::-webkit-input-placeholder  {
    	color: #a1b2c3;
		text-shadow: 0px -1px 0px #38506b;  
	}
#form_daftar .recaptcha input:-moz-placeholder {
	    color: #a1b2c3; 
		text-shadow: 0px -1px 0px #38506b; 
	}

#form_daftar textarea {
	clear:right;
	float:left;
	width: 300px; 
	height: 170px;
	padding: 10px; 
	background: #737373;
	/*
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox *****
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit *****
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	*/
	font-family: 'PT Sans', serif; 
	font-size: 0.8em; 
	color: #f2f2f2; 
	text-transform: uppercase;
	/* 
	text-shadow: 0px -1px 0px #334f71;
	*/ 
}
#form_daftar textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; 
		text-shadow: 0px -1px 0px #38506b;  
	}
#form_daftar textarea:-moz-placeholder {
	    color: #a1b2c3; 
		text-shadow: 0px -1px 0px #38506b; 
	}
	
#form_daftar input:focus, #form_daftar textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

#form_daftar input[type=submit] {
	width: 185px; 
	height: 52px;
	clear: both; 
	float: left; 
	padding: 10px 15px; 
	margin: 10px 15px 0 320px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
	font-size:1.4em;
}

#form_daftar input[type=checkbox]  {
	clear: both;
	float: left;
	width:16px;
	margin-bottom: 3px;
	margin-left:110px;
	
}

#form_daftar .captcha  {
	clear: both;
	float: left;
	width: 300px;
	margin-bottom: 3px;
	margin-left:320px;
	
}

#form_daftar .recaptcha  {
	clear: both;
	float: left;
	width: 400px;
	margin-bottom: 3px;
	margin-left:260px;
	
}

#form_daftar .captcha_img  {
	clear: both;
	float: left;
	width: 80px;
	margin-top:5px;
	margin-bottom: 3px;
	margin-left:290px;
	
}

#form_daftar .captcha_answer  {
	clear:right;
	float:left;
	width:150px;
	height: 28px;
	margin:5px 20px;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 10%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(10%,#5E768D)); /* webkit */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: 'PT Sans', serif;
	font-size: 0.8em;
	color: #f2f2f2;
	text-shadow: 0px -1px 0px #334f71; 
	
}

#form_daftar .setuju {
	clear:right;
	float:left;
	padding: 10px; 
	font-family:'PT Sans', serif;
	font-size:0.9 em;
}

#form_daftar .note {
        clear:both;
	float:left;
	padding-top: 10px;
	padding-left: 50px; 
	font-family:'PT Sans', serif;
	font-size:0.9 em;
}

#form_daftar .note ol{
	clear:right;
	float:left;
	padding-left: 10px;
	line-height:200%;
}


#form_daftar .note ol li{
}


.span-userid, .span-mempass, .span-mempass2, .span-memcekpass, .span-nama, .span-email, .span-alamat1, .span-user, .span-namabank, .span-namabranch, .span-accno, .span-namakontak2, .span-alamatkontak, .span-emailkontak2, .span-id, .span-act, .span-paddle, .span-oldpass
{margin-top:5px; margin-left:20px; color:#FF3300; font-weight:bold; line-height: 100%;}

#pesan {
	margin-bottom:10px;
	background-color:#CCCCCC;
	color:#FF3300;
	text-align:center;
	font-family:'PT Sans', serif;
	font-size:0.9 em;
	font-weight:bold;
}

#notifbid {
	color:#FFFFFF;
	text-align:center;
}

.notifyes {
	background-color: #090;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase !important;
	font-family:'PT Sans', serif;
	font-size:0.7em;
	font-weight:bold;
}

.notifno {
	background-color:#9D1506;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase !important;
	font-family:'PT Sans', serif;
	font-size:0.7em;
	font-weight:bold;
}

.notifback {
	background-color: #090;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase !important;
	font-family:'PT Sans', serif;
	font-size:0.9em;
	font-weight:bold;
}

.notification {
	background-color:#9D1506;
	color:#FFFFFF;
	border: solid #500B03 thin;
	padding:10px;
	text-align:center;
	text-transform:uppercase !important;
	font-family:'PT Sans', serif;
	font-size:1em;
	font-weight:bold;
}

.submitinfo a {
	background-color:#9D1506;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase !important;
	font-family:'PT Sans', serif;
	font-size:0.7em;
	font-weight:bold;
}

.bidfalseinfo {
	background-color:#9D1506;
	margin-top:10px;
	margin-bottom:10px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase !important;
	font-family:'PT Sans', serif;
	font-size:0.7em;
	font-weight:bold;
}

#folder {
	width:117px;
	height:90px;
	background-image:url(../images/folder2.jpg);
	background-repeat:no-repeat;
}

input, select, textarea{
	font-family: 'PT Sans', serif;
	font-size: 12px;
}
.kotakjudul{
	background: url(../images/mainnav-bg.gif) repeat-x;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
  	border-bottom: none;          
}

.kotakjudul .judulhead2 a {
	font-family:'PT Sans', serif;
	font-size: 1.3em;
	font-weight:bold;
	color:#000000;
}

.kotakjudul .judulhead2 a:hover {
	text-decoration:none;
	color:#ed1c24;
}

.kotakisi{
	border: 1px solid #CCC;
        background: #000000;
	text-align: justify;
	height: 128px;
    line-height: 50%;
    overflow: hidden;
}

/***** Sidebar *****/
#sidebar {
	display: block;
	float: left;
	width: 255px;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 0.8em;
	background: url(../images/sidebar_bg.jpg) no-repeat 0 0;
}

#sidebar h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	color: #65C80B;
	border-bottom: 1px solid #ccc;
	width: 255px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

#listsidebar{
	width:250px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding-bottom: 13px;
}

#listsidebar .news-title{
	font-weight:bold;
	margin-bottom:4px;
	font-size:12px;
	padding-left:5px;
	padding-top: 5px;
}
#listsidebar .news-text{
	font-size:12px;
	color:#333;
}
#listsidebar .news-title2{
	font-weight:bold;
	padding-left:80px;
	font-size:12px;
}

/***** Event Home *****/

#event {
	display: block;
	width: 450px;
	height: 40px;
	font-family: 'PT Sans', serif;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	top: 0px;
	margin-top:20px;
	margin-bottom: 10px;
	padding-right: 5px;
	background: none;
	float:left;
	border-right:#999999 thin solid;
}

#event h2 {
	font-size: 1.6em;
	color: #FF6600;
	border-bottom: 1px solid #ccc;
	width: 450px;
	font-weight: bold;
	margin: 0px;
}

#listkecil ul li {
	background: url(../images/bullet.jpg) 0 3px no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size:1em;
	font-weight:bold;
}

#listkecil span {
	font-size:0.9em;
	font-style:italic;
	color:#666666;
}

#listkecil .reg a:link {
	font-size:0.9em;
	font-style: normal;
	color: #FF00CC;
}

#listkecil .reg a:hover {
	font-size:0.9em;
	font-style: normal;
	text-decoration:underline;
	color: #0066FF;
}

#judul_kat {
	font-size:1.2em;
	font-weight:bold;
	color:#FF6600;
	border-bottom: #CCCCCC thin solid;
	padding-bottom: 5px;
	margin-bottom:10px;
}

#listsidebar{
	width:250px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding-bottom: 13px;
}

#listsidebar .news-title{
	font-weight:bold;
	margin-bottom:4px;
	font-size:12px;
	padding-left:5px;
	padding-top: 5px;
}
#listsidebar .news-text{
	font-size:12px;
	color:#333;
}
#listsidebar .news-title2{
	font-weight:bold;
	padding-left:80px;
	font-size:12px;
}


/***** Bottom Container ******/

#bottomlist {
	clear:both;
 	width: 100%;
	height: 200px;
 	background: none;
 	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding-top: 20px;
 	text-align: left;
	position: relative;

}

#bottomcontainer {
 	width: 960px;
 	margin: 0 auto;/* center the page in Firefox */
 	text-align: left;
	position: relative;
}

#bottomcontainer h3 {
	font-family: 'PT Sans', serif;
	font-size:1em;
	color:#666666;
	line-height:120%;
}

#bottomcontainer a {
	font-size:0.8em;
  	text-decoration: none;
  	color: #666666;
}

#bottomcontainer a:hover {
	font-size:0.8em;
	text-decoration: none;
	color: #000000;
}

#addition {
	clear:both;
	width: 100%;
	position:absolute;
	margin-top:430px;
	margin-left: auto;
	margin-right:auto;
}

#socbottom {
clear: both;
width: 100%;
padding: 10px;
margin-bottom:10px;
text-align:center;
font-size:1.2em;
font-family:'PT Sans', serif;
}

#socbottom a {
color: #333333;
}

#socbottom a:hover {
color: #999999;
}


/***** Footer *****/
#footer {
	clear:both;
	width: 100%;
	height: 20px;
	position:relative;
	margin-top:20px;
	margin-left: auto;
	margin-right:auto;
	border-top:thin #ccc solid;
}

#footer .foot_content {
	display: block;
	clear: both;
	width: 560px;
	float: right;
	clear: none;
	padding:5px;
	text-align: right;
	font-family:'PT Sans', serif;
	font-size:0.9em;
	color:#666666;
}

#footer .foot_content p {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 480px) {
    #content-right table {
        font-family:'PT Sans', serif;
    }
}

