/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 12px;
	color: #575757;
	margin: 0px;
	padding: 0px;
	background: url(../images/bgBody.gif) top left repeat-x #fff;
	/*background: url(../images/bgHeader.jpg) no-repeat center top;*/
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	line-height: 130%;
}


p {
	margin: 4px 0px 4px 0px !important;
}

/* standard Hyperlink */
a {
	color: #6e9201;
	text-decoration: none;
}

a:hover {
	color: #a0a600;
	text-decoration: underline;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
	font-size: 11px;
}

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
	overflow: auto;
}

input.button {
	color: #fff;
	font-weight: bold;
	padding: 3px 12px;
	background-color: #006bbc;
	border: 1px solid #569ace;
	cursor: pointer;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

img {
	border: none;
}
.floatRight{
 	float: right;
	margin-left: 18px;
}
.floatLeft{
 	float: left;
	margin-right: 18px;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear {
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- warper element -------- */
.container {
	padding: 0px;
	margin: 0px;
}

/* ----------- header element -------- */
.header {
	height: 300px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bgBodyLine.jpg) bottom center no-repeat; /*-----------master*/ 
}
.headerCell {
	width: 839px;
	height: 300px;
	margin: 0px auto;
	padding: 0px 4px 0px 5px;
	overflow: hidden;
	text-align: left;
}
.headerTop {
	height: 77px;
	padding: 0px;
	overflow: hidden;
}

.headerBottom {
	height: 223px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/headerImage.jpg) top left no-repeat;
}
#header {
	width: 420px;
	height: 175px;
	padding: 29px 39px 19px 378px;
	overflow: hidden;
}
#header h3 {
	clear: left;
	float: left;
	text-align: right;
	width: 90px;
	margin: 10px 0px !important;
	padding: 0px 15px 0px 0px !important;
	display: inline;
	font-size: 34px;
	color: #dbe91f;
	line-height: 100%;
}
#header p {
	margin: 0px !important;
	padding: 12px 0px !important;
	line-height: 105%;
	font-size: 15px;
	color: #fff;
}

img#logo {
	float: left;
}

.menu {
	width: 496px;
	height: 30px;
	float: right;
	padding: 47px 0px 0px 0px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
}
#main_menu a {
	float: left;
	padding: 0px;
	font-weight: bold;
	margin-right: 0px;
	color: #c2cf10;
	text-decoration: none;
}
#main_menu a span {
	float: left;
	padding: 8px 25px 8px 25px;
	cursor: pointer;
}
#main_menu a:hover {
	color: #fff;
	text-decoration: none;
}
#main_menu a.active {
	color: #000;
	background: url(../images/menuCornerRight.gif) top right no-repeat #c2cf10;
}
#main_menu a.active span {
	background: url(../images/menuCornerLeft.gif) top left no-repeat;
}
#main_menu a.active:hover, #main_menu a.active:hover span {
	color: #000;
	text-decoration: underline;
}

/* ----------- page element -------- */
.mainPage {
	width: 838px;
	margin: 0px auto;
	padding: 0px 5px;
	text-align: left;
	background: url(../images/bgWrap.gif) top left repeat-y;
}
.wrapper {
	padding: 10px 16px 10px 24px;
}
.wrapper.member {
	background-color: #fafafa;
}
.wrapper-page {
	min-height: 400px;
	padding: 0px;
	background: url(../images/bgSidebar.gif) top right repeat-y;
}
.wrapper.member .wrapper-page{
	padding-bottom: 20px;
	background: none;
}
*html .wrapper-page {
	height: 400px;
	overflow: visible;
}
.sidebar {
	float: right;
	width: 220px;
	padding: 0px;
	overflow: hidden;
	border-top: 1px solid #eeecec;
}
.page {
	float: left;
	width: 560px;
	padding: 0px;
	overflow: hidden;
}

h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #ff8400;
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	letter-spacing: -1px;
}
.page h2.title {
	padding: 5px 0px !important;
}
h2.title span {
	color: #6e9201;
}
h3.subTitle {
	font-size: 15px;
	font-weight: bold;
	color: #ff6c00;
	margin: 5px 0px 10px 0px !important;
	padding: 5px 0px !important;
	letter-spacing: -1px;
}
h3.subTitle span {
	color: #a0a600;
}

#main_menu_bottom {
	padding: 5px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#main_menu_bottom a {
	padding-left: 5px;
	padding-right: 20px;
	font-weight: bold;
	color: #8a9400;
	text-decoration: none;
}
.wrapper.member #main_menu_bottom a {
	font-weight: lighter;
}
#main_menu_bottom a span {
	color: #ff5a00;
}
#main_menu_bottom a:hover {
	color: #333;
	text-decoration: none;
}

h1.pageTitle {
	margin: 0px 0px 10px 0px !important;
	padding: 10px 0px !important;
	font-size: 18px;
	color: #666;
	line-height: 110%;
}

.content {
	padding: 0px 0px 20px 0px;
}
.content p {
	margin: 10px 0px 15px 0px !important;
	line-height: 150%;
}
.content p b, .content p strong {
	color: #333;
}
.content p a b, .content p a strong {
	color: #6e9201;
	text-decoration: none;
}
.content p a:hover b, .content p a:hover strong {
	color: #a0a600;
	text-decoration: underline;
}

.block {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../images/bgBlock-corner.gif) bottom left no-repeat;
}
.blockCell {
	padding: 10px 0px 0px 0px;
	background: url(../images/bgBlock-corner.gif) top left no-repeat;
}
.blockCell ul.links {
	margin: 0px !important;
	padding: 5px 0px 10px 0px !important;
	list-style: none;
	min-height: 30px;
	background-color: #fff;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
*html .blockCell ul.links {
	height: 30px;
	overflow: visible;
}
.blockCell ul.links li {
	margin: 5px 0px !important;
	padding: 3px 20px 3px 50px !important;
	list-style: none !important;
	font-weight: bold;
	font-size: 13px;
	background: url(../images/list-star.gif) no-repeat;
	background-position: 20px 2px;
}

.promo {
	margin: 0px 0px 10px 0px;
	padding: 0px 1px;
	color: #111;
}
.promo ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.promo li.promoList {
	float: left;
	width: 178px;
	margin-right: 6px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.promo li.promoList img {
	float: left;
}
.promoListContent {
	clear: left;
	padding: 10px 4px;
	text-align: left;
	background: url(../images/bgShadow-promo.gif) top left no-repeat;
}
.promoListContent h2 {
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 14px;
}
.promoListContent p {
	margin: 5px 0px !important;
	line-height: 130%;
}
.promoListContent p b, .promoListContent p strong {
	color: #111;
}
.promoLink {
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: right;
}
.promoLink span  {
	color: #ff0000;
}
.promoLink a {
	font-weight: bold;
	color: #6e9201;
	text-decoration: none;
}
.promoLink a:hover {
	color: #ff8400;
	text-decoration: none;
}

.cs {
	padding: 10px 18px;
	background: url(../images/bgCs.gif) no-repeat;
	background-position: 100% 75px;
}
.cs2 {
	padding: 10px 18px;
	background-position: 100% 75px;
}
.wrapper.member .cs {
	padding: 10px 18px;
	background: url(../images/bgCs.gif) no-repeat #f6f6f6;
	background-position: 100% 75px;
	border: 1px solid #eeecec;
	border-top: none;
}
.csCell {
	
}
.csCell h5 {
	margin: 5px 0px 10px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	font-weight: lighter;
	line-height: 130%;
}
.csCell p {
	margin: 10px 0px !important;
	padding: 0px 0px 0px 20px !important;
	font-size: 12px;
	color: #111;
}
.csCell p img {
	float: left;
	margin-right: 8px;
}
.csCell blockquote {
	margin: 5px 0px !important;
	padding: 3px 0px !important;
}
.csCell blockquote p {
	margin: 10px 0px !important;
	padding: 0px 0px 0px 10px !important;
	font-size: 11px;
	color: #575757;
}
.csCell blockquote p img {
	margin-top: -2px;
}
.csCell blockquote p u {
	text-decoration: none;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.csCell blockquote p strong {
	color: #bbb;
}
.cs-report {
	padding: 5px 15px 15px 12px;
	background: url(../images/dottedLine.gif) bottom left repeat-x;
}
.wrapper.member .cs-report {
	padding: 5px 15px 15px 12px;
	background: none;
}
.cs-report p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
	line-height: 150%;
}
.cs-report p a {
	font-weight: bold;
	color: #6e9201;
	text-decoration: none;
}
.cs-report p a:hover {
	color: #ff8400;
	text-decoration: none;
}

.login {
	padding: 10px 18px;
}
.loginCell {
	padding: 5px 0px 21px 0px;
	background: url(../images/dottedLine.gif) bottom left repeat-x;
}
.wrapper.member .loginCell {
	background: none;
}
.loginCell label {
	display: block;
	padding: 2px 2px 4px 0px;
	font-size: 14px;
	color: #6b6b6b;
}
.loginCell input {
	width: 174px;
	margin-bottom: 10px;
	padding: 3px 2px;
	font-size: 14px;
	color: #333;
	border: 1px solid #bfbdbd;
}
.loginCell input:focus {
	border: 1px solid #9da900;
}
.loginCell p {
	margin: 5px 0px !important;
	padding: 0px !important;
	text-align: center;
	font-size: 11px;
}
.loginCell p input {
	width: 80px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ccc;
	border: 1px solid #bfbdbd;
	cursor: pointer;
}
.loginCell p input:focus {
	border: 1px solid #bfbdbd;
}
.loginCell p input:hover {
	background-color: #d8d8d8;
}
.loginCell p a {
	color: #3c3c3c;
	text-decoration: none;
}
.loginCell p a:hover {
	color: #ff8400;
	text-decoration: underline;
}

.partner {
	padding: 5px 20px;
	color: #000;
	text-align: center;
}
.partnerCell {
	padding-bottom: 21px;
	color: #575757;
	line-height: 180%;
	background: url(../images/dottedLine.gif) bottom left repeat-x;
}
.partnerCell a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.partnerCell a:hover {
	color: #000;
	text-decoration: underline;
}

.testimoni {
	padding: 5px 20px;
	color: #000;
}
.testimoniCell {
	padding: 0px 2px 21px 3px;
	color: #575757;
	line-height: 160%;
	background: url(../images/dottedLine.gif) bottom left repeat-x;
}
.testimoniCell strong {
	color: #111;
	font-size: 11px;
}
.testimoniCell a {
	font-weight: bold;
	color: #6e9201;
	font-size: 11px;
	text-decoration: none;
}
.testimoniCell a:hover {
	color: #ff8400;
	text-decoration: none;
}

.testimoniItem {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.testimoniItem p {
	margin: 10px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}
.testimoniItem span.date {
	font-size: 10px;
	color: #999;
	display: block;
	padding-bottom: 5px;
}
.testimoniItem p i {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 130%;
}

.blockLink {
	margin: 0px;
	padding: 8px 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}
.blockLink a {
	font-weight: bold;
	color: #6e9201;
	text-decoration: none;
}
.blockLink a:hover {
	color: #222;
	text-decoration: underline;
}

.news {
	padding: 5px 20px;
	color: #000;
}
.newsCell {
	padding: 0px 2px 16px 3px;
	color: #575757;
	background: url(../images/dottedLine.gif) bottom left repeat-x;
}
.newsCell ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.newsCell ul li {
	margin: 0px 0px 10px 0px !important;
	padding: 0px 0px 5px 0px !important;
	list-style: none;
}
.newsCell ul li a {
	color: #717171;
	text-decoration: underline;
}
.newsCell ul li a:hover {
	color: #111;
	text-decoration: underline;
}
.newsCell p {
	margin: 10px 0px 5px 0px !important;
}
.newsCell p a {
	font-weight: bold;
	color: #6e9201;
	font-size: 11px;
	text-decoration: none;
}
.newsCell p a:hover {
	color: #ff8400;
	text-decoration: none;
}

.sidebar .banner {
	padding: 5px 20px 10px 20px;
	text-align: center;
}

.bank {
	padding: 10px 15px 15px 15px;
}
.bankCell {
	padding: 20px 4px 10px 4px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
}

.wrapper-bottom {
	margin-top: 15px;
	padding: 5px 0px;
	text-align: center;
}
#blankfooter {
	line-height: 150%;
	color: #888;
}
#blankfooter a {	
	padding: 0px 2px;
	color: #575757;
}

table.greenTbl {
	width: 100%;
	border: none;
	margin: 0px 0px 25px 0px;
	background-color: #fff;
	border: 1px solid #eee;
}
table.greenTbl th {
	line-height: 130%;
	padding: 8px 10px;
	vertical-align: top;
	font-size: 12px;
	font-weight: lighter;
	color: #ff5a00;
}
table.greenTbl td {
	line-height: 130%;
	padding: 8px 10px;
	vertical-align: top;
	font-size: 12px;
	color: #888;
}
table.greenTbl td strong {
	color: #333;
	font-weight: lighter;
}

.loginFrm {
	padding: 15px 20px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
}

table.formTbl {
	width: 100%;
	border: none;
	margin: 10px 0px 25px 0px;
}
.loginFrm  table.formTbl {
	margin-bottom: 10px;
}
table.formTbl td {
	padding: 3px 8px 4px 2px;
	vertical-align: top;
	font-size: 12px;
	color: #666;
}
table.formTbl td span {
	color: #999;
}
.loginFrm table.formTbl td {
	padding: 4px 8px 5px 2px;
	color: #444;
}
.loginFrm table.formTbl td span {
	color: #fc3d2a;
}

input.inputTxt {
	font-size: 12px;
	color: #666;
	padding: 3px;
	width: 260px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
input.inputTxt:focus {
	color: #333;
	border: 1px solid #999;
}
textarea.txtArea {
	font-size: 12px;
	color: #666;
	padding: 3px;
	width: 260px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	overflow: auto;
}
textarea.txtArea:focus {
	color: #333;
	border: 1px solid #999;
}
input.inputTxt2 {
	font-size: 12px;
	color: #666;
	padding: 3px;
	width: 160px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
input.inputTxt2:focus {
	color: #333;
	border: 1px solid #999;
}
select.selectTxt {
	font-size: 12px;
	color: #666;
	padding: 1px;
	width: 168px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
input.inputBtn {
	margin: 20px 0px;
	width: 110px;
	height: 27px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: url(../images/bgButton-green.gif) no-repeat;
	border: none;
	cursor: pointer;
}
input.inputBtn2 {
	margin: 20px 0px;
	width: 110px;
	height: 27px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: url(../images/bgButton-gray.gif) no-repeat;
	border: none;
	cursor: pointer;
}

table.listTbl {
	width: 100%;
	border: none;
	margin: 10px 0px 20px 0px;
	background-color: #c9cbaa;
	
}
table.listTbl th {
	padding: 4px 6px;
	text-align: left;
	color: #111;
	background-color: #939d09;
}
table.listTbl td {
	padding: 3px 6px;
	color: #444;
	background-color: #fff;
}
table.listTbl tr.rows td {
	background-color: #fafbe3;
}
table.listTbl th a {
	color: #4e5807;
}
table.listTbl th a:hover {
	color: #d24100;
}
table.listTbl td a {
	color: #677315;
}
table.listTbl td a:hover {
	color: #ee5815;
}

#content, #content p {
	line-height: 170%;
}

table.orderTbl {
	width: 100%;
	border: none;
	margin: 10px 0px 20px 0px;
	background-color: #e9eae2;
}
table.orderTbl th {
	padding: 12px 10px;
	text-align: left;
	color: #ff4800;
	background-color: #fff;
	line-height: 150%;
}
table.orderTbl td {
	padding: 10px;
	color: #444;
	background-color: #fff;
	line-height: 150%;
}
table.orderTbl td strong, table.orderTbl td b {
	color: #222;
}

.page .newsCell {
	padding-top: 10px;
	background: none;
}
.newsItem {
	margin: 5px 0px 15px 0px;
}
.newsCell h3.newsCat {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #333;
}
.newsCell .newsDate {
	font-size: 10px;
	color: #999;
}
.newsCell h2.newsTitle {
	margin: 5px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 13px;
	color: #333;
	line-height: 130%;
}
.newsCell h2.newsTitle a:hover {
	color: #111;
}
.newsCell h5.newsSubtitle {
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
	line-height: 130%;
}
.newsCell .newsDesc {
	line-height: 150%;
}

.buttonLink {
	margin: 20px 0px;
	padding: 5px 10px;
	text-align: right;
	font-size: 11px;
}
.buttonLink a {
	padding: 10px;
	color: #666;
	text-decoration: none;
}
.buttonLink a:hover {
	color: #ff5a00;
	text-decoration: none;
}
.buttonLink a img {
	margin-right: 5px;
	margin-bottom: -4px;
}

.adsCell {
	margin: 10px 0px 20px 0px;
}
.adsItem {
	margin: 10px 0px;
	padding: 10px 15px 15px 15px;
	background-color: #fafee4;
	border: 1px solid #d5dab6;
}
.adsItem h2.adsTitle {
	margin: 0px 0px 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #333;
	line-height: 130%;
}
.adsItem h3.adsPrice {
	margin: 0px 0px 5px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #ff4200;
	line-height: 110%;
}
.adsDesc {
	padding-top: 10px;
}
.adsDesc img {
	float: left;
	margin-right: 15px;
}
.adsDesc .brief {
	display: table;
	height: 1%;
	line-height: 150%;
	color: #333;
}
.adsDesc .brief a {
	font-weight: bold;
	color: #6e9201;
	text-decoration: none;
}
.adsDesc .brief a:hover {
	color: #ff5a00;
	text-decoration: none;
}

span.error {
	display: block;
	padding: 8px 10px;
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #eee;
}

/* ----------- footer element -------- */
.footer {
	width: 848px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: url(../images/bgFooter.gif) top left no-repeat;
}
.footerCell {
	padding: 25px 5px 20px 5px;
	font-size: 12px;
}
.footerCell a {
	color: #999;
	text-decoration: none;
}
.footerCell a:hover {
	color: #575757;
	text-decoration: underline;
}



/*tes doang*/
h1.intro { 
	height: 40px;
	width: 775px;
	margin: 0px auto !important;
	margin-bottom: -46px !important;
	padding: 3px 0px !important;
	overflow: visible;
	text-align: right;
	display: relative;
	font-size: 11px;
	font-weight: lighter;
	color: #ee8a77; 	
}
*html h1.intro { 
	text-align: left;
	padding: 0px !important;
	margin-bottom: -54px !important;

}
h1.intro span{ 
	margin-right: 310px !important;
	font-weight: lighter;
}

h1.intro p.hotline{ 
	font-weight: bold;
	font-size: 15px;
}
h1.intro p{
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
	text-align: right;
	color: #fff;
}
	
h1.intro a, h1.intro a:hover { 
	color: #fff;
}

