body  {
  width: 740px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  background: #316fc4;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  color: #4d4d4d;
  background-image: url(img/bg.jpg);
  background-position: top;
  background-repeat: repeat-x
}
html>body {
	width: 780px;
	margin: auto ;
	padding: 0px;
}
strong {
	display: block;
	padding-top: 4px;
}
#container {
    text-align: left;
	width: 720px;
	background-color: #FFFFFF;
}
html>body #container {
	margin: 0 auto;
	width: 760px;
	margin-top: 10px;
}

.bgvw {
	background-image: url(img/bgvw_merah.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bgvw {
	background-image: url(img/bgvw_merah.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	vertical-align: top;
	overflow: visible;
	position: relative;
	height: 100px;
	width: 150px;
}
.bold {
	font-weight: bold;
}
#footer .bold, #footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
	margin: 1px;
}
#clear table tr {
	border: 0px;
}
.foot2 {
	color: #0099FF;
}
#form2 input {
	font-size: 12px;
	margin: 0; padding: 0;
}
#form2 select {
	width: 150px;
}
#form2 select.small {
	width: 50px;
}
.tbstd {
	padding: 5px;
	border-bottom: solid 1px #ddd;
}
table tr.head {
	font-weight: bold;
}
#content table tr.head {
	font-weight: bold;
}
table.beli td {
	color: #000000;
	padding: 0px;
}
table.beli td.bgrnd {
	background-image: url(img/boxbeli_bgc.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
table.jual td.bgrnd {
	background-image: url(img/boxjual_vwmerah.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
table.jual td {
	color: #000000;
	padding: 0px 0 0 0px;
}
.red {
	color:#FF0000;
}
.listtitle {
	font-size: 16px;
	font-weight: bold;
	color:blue;
}

.listtitle a{
	font-size: 16px;
	font-weight: bold;
	color:blue;
	text-decoration: none;
}
.normal {
	font-size: 11px;
}
/******** scrolling **********/
.Container {
  position: relative;
  width: 500px;
  height: 350px;
  background-color: #fff;
}
#Scroller-1 {
  position: absolute;
  overflow: hidden;
  width: 500px;
  height: 350px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 1px; height: 350px;
  position: absolute;
  top: 0px; left: 501px;
  background-color: #eee;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px; height: 10px;
  background-color: #CCC;
}
/******** hoverbox *********/
.hoverbox
{
	cursor: default;
	list-style: none;
}
.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
}
.hoverbox img
{
	background: #ffffff;
	border-color: #aaaaaa #cccccc #dddddd #bbbbbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox li
{
	background: #eee;
	border-color: #dddddd #bbbbbb #aaaaaa #cccccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #000;
	width: 110px;
	height: 85px;
}
/** ie hack **/
.hoverbox a
{
	position: relative;
}
.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.hoverbox a:hover .preview
{
	top: 5px;
	left: 10px;
}
.hoverbox li
{
	position: static;
}
/** thumbnail **/
.thumbNormal {
	border:1px solid #000000;
	cursor:pointer;
}
.thumbSelected {
	border:1px solid #ff0000;
}
#boxprint {
	width: 500px;
}
#boxprint, #boxprint a {
	padding: 5px;
}
/*** multifiles ***/
#files_list {
	font-weight: bold;
	padding: 4px;
}
#tabbayar, #tabbayar td {
	border: solid 1px #999999;
}
#tabbayar tr.head {
	background-color: #eeeeee;
}
#tabbayar tr.foot {
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
}
/********* listomatic ********/
#navcontainer { width: 138px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 1px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #333333;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #eee;
	color: #222222;
}
/******** news ***********/
#news {
	width: 568px;
}
#news .datemon .date {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #CCFFCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#news .datemon .month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4pt;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #99CC99;
	font-variant: small-caps;
}
#news .datemon {
	width: 62px;
	border: 1px solid #666666;
	margin-right: 0px;
	float: left;
}
#news .contentnews {
	margin-left: 10px;
}
#news .contentnews .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ddFFdd;
}
#news .contentnews .title a {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
}
#news .contentnews .title a:hover {
	text-decoration: underline;
}
#news .contentnews .msg {
	text-align: justify;
}
#news br {
	clear: both;
}
#pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#pagination a {
	color: #000000;
	text-decoration: none;
}
#pagination a:hover {
	text-decoration: underline;
}

#newspaging {
	margin-top: 10px;
	border-top: solid 1px #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
#newspaging a {
	text-decoration: none;
	color: #333333
}
#newspaging a:hover {
	text-decoration: underline;
}
#newspaging .prev {
	margin-top: 5px;
	width: 300px;
	float: left;
}
#newspaging .next {
	margin-top: 5px;
	float: right;
}
/*********** newsmod *********/
#newsmod {
	width: auto;
	margin: 0;
	padding: 10px;
	text-align: left;
	border: solid 1px #999999;
	background-color: #eee;
}
#newsmod div.title {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#newsmod ul {
	margin: 0;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#newsmod li {
	margin: 0 2px 10px 2px;
}
#newsmod li a {
	color:#000000;
	text-decoration: none;
}
#newsmod li a:hover {
	color:#666666;
}
/*********** boxbeli *********/
#boxbeli {
	margin: 0 5px 5px 5px;
}
#boxbeli td {
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 0px;
	color:#FFFFFF;
}
#boxbeli input, #boxbeli select {
	width: 150px;
	background-color:#009933;
	color:#FFFFFF;
	border: solid 1px #FFFFFF;
}
#boxbeli select.small {
	width: 50px;
}
#boxbeli .boxbelitd {
	width: 170px;
}
/*********** login ***********/
#boxlogin {
}
#boxlogin .judul {
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
}
/*********** jual ************/
#boxjual {
	margin: 3px 10px 2px 10px;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}
#boxjual a {
	color: #ffffff;
	text-decoration: none;
}
#boxjual a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#boxjual span.small {
	color: #eee;
	font-size: 10px;
}
#contenjual {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 30px 10px 10px 130px;
	position:absolute;
}
h1 {
	font-size: 16px;
	margin: 5px 10px;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-size:16px;
	font-weight: bold;
}
h3 {
	font-size:14px;
}
#jual {
	margin:2px;
}
#jual h2 {
	color: #ffffff;
}
#jual a , #jual a:visited {
	color: #ff0000;
	display: block;
	text-decoration: none;
}
#jual span.promoharga {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: blink;
}

div.paging {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
#word {
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px #999999 solid;
	background-color: #efefef;
}
#word span.wording {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.forget a {
	color: #999999;
	text-decoration: none;
}
.forget a:hover {
	text-decoration: underline;
}
#paging {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
}
#paging a {
	color: #999999;
	text-decoration: none;
}
#paging a:hover {
	color: #333333;
}
#paging span.curpage {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#login {
    background-image: url(img/tab_bg.jpg);
	padding: 3px;
	border: solid 2px #C0C0C0;
}
#login a {
	display: block;
	color: #3300FF;
	text-decoration: none;
}
#login a:hover {
	color: #FF6600;
}
.namedealer {
	font-weight: bold;
}
#tabentryiklan td {
	font-size: 11px;
}
span.dettahun {
	font-weight: bold;
	font-size: 16px;
	color:#000;
}
div.aboutus {
	font-size: 12px;
	color: #000;
}
.judulbox {
	font-weight: bold;
	font-size: 16px;
	margin: 5px 10px;
	color: white;
}
div.subcari {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
#subcari {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
}
#subcari a {
	color: #77BE30;
}
#subcari a:hover {
	color: #FF6600;
}

.daftarhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/bg_reg.jpg);
}

a.mereklink {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; text-decoration:none;}
a.mereklink:hover {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; text-decoration:underline;background-color: #eee;}

.helps {
	position:relative;
	border: 2px solid blue;
	background-color: white;
	padding: 5px;
}

.kompasbox {
	border: solid 1px #CCCCCC;
	background-color: #f9f9f9;
	padding: 2px;
	margin: 2px 2px 0px 2px;
	display: table;
	width:220px;
	height:50px;
	text-align: justify;
	font: normal 14px arial;
}

.survey {
	width: auto;
	margin: 0;
	padding: 5px;
	text-align: left;
	border: solid 1px #999999;
	background-color: #eee;
}

h1.jualmobil {
	display:none;
}


#alertbox {
height:80px;
width:250px;
border:1px solid #999999;
text-align:center;
background:#eee;
display:none;
}

