/* Body Style */

body {
	color: #333;
	margin: 0px;
	background-color: #ebebeb;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.warning {
	color:#000;
	text-align:center;
	padding:5px 0px;
	border-top:1px dotted #bbbbbb;
	border-bottom:1px dotted #bbbbbb;
	margin:15px 0px;
}

form,input,select,textarea,option,label {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

p, td, th, span, div {
}

p {
}

/* standard Hyperlink */
a {
	color: #fd5900;
	text-decoration: underline;
}
a:hover {
	color: #fd4100;
	text-decoration: underline;
}

img {
	border: 0px;
}

/* standard Form */

form {
	margin: 0px;
}
input,select,textarea,option,label {
	
}

/* standard form input text */

input.text {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #c0c0c0;
	width:200px;
}
input.text1 {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #c0c0c0;
	width:150px;
}
input.text1:focus {
	border: 1px solid #999;
}


/* standard form button */

input.button{
	background-color: #fc5c00;
	color: #fef212;
	border: 0px !important;
	padding: 1px 4px !important;
	font-size: 12px !important;
	text-transform: uppercase;
	cursor: pointer;
}
input.buttonGo {
	border: 0px;
	width: 74px;
	height: 21px;
	font-weight: bold;
	background: url(../images/searchBtn.gif) center no-repeat;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 1px;
	color:#fff;
}
input.buttonGo2 {
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	color: #fff;
	font-weight: bold;
	background: url(../images/buttonLog.gif) top left repeat-x #ff7502;
	border: 1px solid #c8cacc;
	cursor: pointer;
}

input.buttonIklan {
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	color: #fff;
	font-weight: bold;
	background: url(../images/buttonLog.gif) top left repeat-x #ff7502;
	border: 1px solid #c8cacc;
	cursor: pointer;
}
input.buttonIklan2 {
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	color: #fff;
	font-weight: bold;
	background: url(../images/buttonLog.gif) top left repeat-x #ff7502;
	border: 1px solid #c8cacc;
	cursor: pointer;
}
input.buttonGo1 {
	border: 0px;
	width: 74px;
	height: 21px;
	font-weight: bold;
	background: url(../images/searchBtn1.gif) center no-repeat;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 1px;
	color:#fff;
}

/* standard form select + option*/

select{
	
}

/* standard form textarea */

textarea {
	font-size: 11px;
}

textarea.text {
	border: 1px solid #c0c0c0;
	overflow: auto;
	width:200px;
}

/* standard cell */

td, th {
	vertical-align: top;
	line-height: 150%;
}
td.text, td.form {
	padding: 4px;
}

.floatRight {
 	float: right;
	margin-left: 10px;
}
.floatLeft {
 	float: left;
	margin-right: 10px;
}

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

/* --------- warper element -------- */

.body {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: center !important;
	background-color:#fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.container {
	padding: 0px;
	text-align: left;
}

/* ---------- header element --------- */

.header {
	clear: both;
	padding: 0px;
	border : 1px solid #000;
}
.headerTop {
	padding: 0px;
	height: 76px;
	overflow: hidden;
	border-top: 1px solid #999;
}

a.sitename {
	padding: 0px;
}

.bottomNav {
	margin: 0px 0px;
	border-top: 1px dotted #ccc;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px !important;
}
.headerNav {
	height: 30px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/headerNav.gif) top left repeat-x #90ca00;
}
*html .headerNav {
}
*:first-child+html .headerNav {
}

/* ----------------------- top navigation menu ---------------------- */

ul.nav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
*html ul.nav {
}
ul.nav li {
	display: inline;
	font-weight: bold;
}
*html ul.nav li {
}

ul.nav li a {
	float: left;
	padding: 8px 8px 9px 8px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #9ad701;
}
ul.nav li span {
}

ul.nav li a:hover {
	color: #fff503;
	text-decoration: none;
}
ul.nav li a.active {
	color: #fff503;
	text-decoration: none;
	background: url(../images/navActive.gif) top left repeat-x #ff8400;
}

.navBot {
	margin: 0px 10px !important;
	padding: 10px !important;
	text-align: center;
	list-style: none;
	background-color: #ebebeb;
}
*html .navBot{
	padding-right: 0px;
}

.navBot li {
	display: inline;
	font-size: 11px;
	margin: 0px;
	border: none !important;
}
*html .navBot li {
	margin: 10px 0px 10px -1px;
}
.banner#bottom ul .navBot li .first a {

}
.navBot li a {
	padding: 0px 10px;
	color: #4e6537;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid #b2b2b2;
}
.navBot li span {
	padding: 0px;
	height: 24px;
	display: inline;
	padding: 5px !important;
}
.navBot li a:hover, .nav li a.active {
	color: #6ead2e;
	text-decoration: none;
}

/* ----------------------- flowNav---------------------- */

.flowNav {
	margin: 0px;
	padding: 0px;
	color: #999;
}
.flowNav p {
	display: inline;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin: 0px !important;
	padding: 0px !important;
}
.flowNav p a {
	color: #587b00;
	text-decoration: none;
}
.flowNav  p a:hover {
	color: #87b415;
	text-decoration: none;
}

/* ----------------------- botom navigation menu ---------------------- */

.bottomNav {
	background: url(../images/fotTop.gif)no-repeat;
}
.bottomNav .nav {
	float: none !important;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
.bottomNav .nav li {
	float: none !important;
	display: inline;
	font-weight: lighter !important;
	margin: 0px 0px 0px 1px !important;
	padding: 0px 0px 0px 10px !important;
	border-left: 1px solid #333;
	font-weight: bold !important;
}
.bottomNav .nav li.first {
	background: none !important;
}
.bottomNav .nav li a {
	color: #333;
	text-decoration:none;
}
.bottomNav .nav li a:hover {
	color: #ccc;
	text-decoration: underline;
}
.bottomNav p {
	display: block;
	margin: 0px;
	padding: 0px;
}
.bottomNav p a {
	color: #003c51;
	text-decoration:none;
}
.bottomNav p a:hover {
	color: #003c51;
	text-decoration: underline;
}

/* ---------------------  header  menu ------------------------ */

.headerMenu {
	height: 30px;
	overflow: hidden;
	background: url(../images/bgMenu.gif) top left repeat-x;
}
.menu {
	height: 30px;
	display: block;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	overflow: hidden;
	text-align: right;
	float: right;
	padding-right: 10px;
}
.menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: none !important;
	font-size: 12px;
	font-weight: bold;
}
.menu li.first {
	margin: 0px;
	border: none !important;
}
.menu li a {
	color: #fefefe;
	background: url(../images/bgMenu01.gif) no-repeat right top;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
	float: left;
	display: block;
}
.menu li a.active {
	color: #f8de7f;
	background: url(../images/bgMenuAct01.gif) no-repeat center bottom;
}
.menu li a span {
	float: left;
	display: block;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.menu li a.active span {

}
.menu li.first a span {

}
.menu li.first a.active span {

}
.menu li a:hover {
	color: #f8de7f;
	text-decoration: none;
}

.headerMenu span.shortcut {
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding: 8px 10px 8px 25px;
}
.headerMenu span.shortcut a {
	color: #f8de7f;
	text-decoration: underline;
}
.headerMenu span.shortcut a:hover {
	color: #fff;
	text-decoration: underline;
}

.headerContent {
}

.headerForm {
	text-align: right;
	background: url(../images/bgSearch.gif) bottom left no-repeat;
}
.headerForm form {
	padding: 15px 40px 25px 40px;
	min-height: 35px;
	background: url(../images/bgFormTop.gif) no-repeat;
}
*html .headerForm form {
	padding: 15px 40px 20px 40px;
	height: 35px;
	overflow: visible;
}
.headerForm span {
	margin-left: 20px;
}
.headerForm p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #111;
}
.headerForm a {
	color: #f0ff04;
	text-decoration: none;
	font-weight:bold;
	font-family:verdana;
	font-size:9px;
}
.headerForm a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-family:verdana;
	font-size:9px;
}

input.searchTxt {
	width: 150px;
	padding: 2px 4px;
	border: 1px solid #fff;
}
select.searchSelect {
	height: 19px;
}
select.searchSelect2 {
	height:22px;
	width: 205px;
	/*padding: 1px 0px 0px 0px;*/
	font-size:11px;
}
input.searchSelect {
	border: 1px solid #e5c0ae;
}
input.searchBtn {
	border: 0px;
	width: 74px;
	height: 21px;
	color: #fff;
	font-weight: bold;
	background: url(../images/searchBtn.gif) center no-repeat;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 3px;
}
*html input.searchBtn {
	padding-bottom: 0px;
}
.sidebar input.searchBtn {
	margin: 3px 0px;
}

.sidebar input.searchTxt {
	width: 358px;
	height: 15px;
	display: inline;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.sidebar .search p#result {
	display: inline;
}
.sidebar select.searchSelect {
	width: 183px;
	margin: 3px 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.headerBots {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: url(../images/bgHeaderBot.gif) right top repeat-y #cacaca;
}
*html .headerBots {
	height: 40px;
	overflow: visible;
}
.headerBotsLeft {
	float: left;
	width: 535px;
	padding: 15px 0px 10px 0px;
	overflow: hidden;
}

.ticker {
	margin: 12px 10px 0px 10px;
	padding: 3px 1px;
	background-color: #fff;
}

.headerBots .clearance {
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.lang {
	display: block;
	padding-top: 5px;
	float: right;
}
.lang  p {
	margin: 0px 5px !important;
	padding-left: 10px !important;
	display: inline;
	border-left: 1px solid #333;
}
.lang  p.first {
	border: none !important;
}
.lang  p a {
	color: #ff5c01;
	text-decoration: none;
}
.lang  p a:hover {
	color: #ff9327;
	text-decoration: none;
}

/* -------------------- search --------------------- */

.search {
	margin-bottom: 10px;
}
.search .stat h2 {
	margin: 0px !important;
	padding: 10px 10px 10px 22px !important;
	font-size: 14px;
	color: #587b00;
	background: url(../images/arrowWhite.gif) no-repeat;
	background-position: 10px 15px;
	text-transform: uppercase;
}
.searchCell {
	padding: 15px 20px;
	background-color: #a5d079;
}

/* -------------------- content layout --------------------- */

.clear {
	clear: both;
}
.clearance {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.mainPageContainer {
	min-height: 400px;
	margin-bottom: 20px;
	padding: 0px;
	background: url(../images/bgSide.gif) top right repeat-y #fff;
}
*html .mainPageContainer {
	height: 400px;
	overflow: visible;
}
.mainPage {
	padding: 0px 10px 120px 10px;
	background: url(../images/bgBuilding.gif) bottom right no-repeat;
}

.warper {
	width: 515px;
	float: left;
	display: block;	
	margin-top:10px;
	padding: 0px;
	text-align: left;
	background-color:#fff;
}

.warper h1.title {
	font-size: 1.6em;
	padding: 0px 10px;
	color: #fc5c00;
}

.content {
	padding: 0px 10px;
}
.content h2 {
	margin: 0px !important;
	padding: 5px 0px 8px 0px !important;
	font-size: 1.2em;
	background: url(../images/heading.gif) bottom left repeat-x #efefef;
	border-bottom: 1px solid #fec7a9;
}

.sidebar {
	float: right;
	width: 415px;
	overflow:hidden;
	padding: 0px;
	text-align: left;
	background: url(../images/bgSideDot.gif) top left repeat-x;
}
.sidebarRight {
	width: 175px;
	float: right;
	display: block;	
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	background-color: #bde396;
}
*html .sidebarRight {
	margin-right: 5px;
}
.sidebarLeft {
	width: 210px;
	float: left;
	display: block;	
	margin-top: 10px;
	margin-left: 10px;
	background-color: #a5d079;
}
*html .sidebarLeft {
	margin-left: 5px;
}
.sidebarLeft .ads h2 {
	font-size: 12px;
	color: #fff;
	margin: 0px !important;
	padding: 0px !important;
	text-transform: uppercase;
}
.login .ads h2 {
	padding: 5px;
	margin: 10px;
	background-color:#999999;
	color:#fff;
	font-size:12px;
	font-family:tahoma;
	text-align:center;
}
.pop h2 {
	clear: both;
	margin: 10px 0px 0px 0px !important;
	padding: 10px 10px 10px 22px !important;
	font-size: 14px;
	color: #587b00;
	background: url(../images/arrowWhite.gif) no-repeat;
	background-position: 10px 15px;
	text-transform: uppercase;
}
.sidebarLeft .ikl h2 {
	padding: 5px;
	margin:0px 10px;
	background-color:#272727;
	color:#fff;
	font-size:12px;
	font-family:tahoma;
	text-align:center;
}
.part h2 {
	padding: 5px;
	margin:0px 10px;
	background-color:#272727;
	color:#fff;
	font-size:12px;
	font-family:tahoma;
	text-align:center;
}
.partCell {
	padding:10px;
	font-size:11px;
	line-height:150%;
	text-align:justify;
}
.partCell ul {
	margin-left:-10px;
}
*html .partCell ul {
	margin-left:20px;
}
.partCell ul li a {
	text-decoration:none;
	color:#004289;
}
.partCell ul li a:hover {
	text-decoration:underline;
	color:#333;
}
.partCell p.daftar {
	color: #ff0084;
}

.popCell {
	padding: 0px 15px 10px 15px;
	color: #517004;
	font-size: 11px;
	text-align: justify;
	line-height: 180%;
}
.popCell span a {
	font-size: 20px;
	padding-right: 5px;
	text-decoration: underline;
	color: #517004;
}
.popCell b a {
	font-size: 11px;
	text-decoration: underline;
	color: #517004;
}
.popCell span a:hover {
	font-size: 20px;
	text-decoration: underline;
	color: #fff;
}
.popCell b a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}


.login {
	width: 375px;
	float: right;
	padding: 10px 25px;
	font-size:11px;
	overflow: hidden;
	min-height: 140px;
	background-color: #ebebeb;
}
*html .login {
}
.login .ads h2 {
	margin: 0px !important;
	padding: 10px 0px 10px 0px !important;
	color: #8e8e8e;
	font-size: 12px;
	background-color: #ebebeb;
	text-align: left;
	text-transform: uppercase;
}
.login p {
	float: left;
	width: 340px;
	text-align: right;
}
.login p form {
}
.login p input.text1 {
	width: 270px;
	height: 17px;
	margin: 5px 0px 3px 10px;
	margin-bottom: -2px;
}
.login p.label {
}
.login p.input {
	float: left;
	margin: 5px 0px !important;
}
.login p.submit {
	clear: both;
	margin-top: 5px !important;
	padding: 8px 40px 0px 0px !important;
	text-align: center;
	color: #999;
	border-top: 1px solid #fff;
}
.login p.submit a {
	color: #638311;
	padding: 0px 5px;
	font-size: 11px;
	text-decoration: none;
}
.login p.submit a:hover {
	color: #81b400;
	text-decoration: none;
}

/* --- kategori ---- */

.category {
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.category h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 5px !important;
	color: #32312d;
	font-size: 1.5em;
}
.category ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.category ul li {
	margin: 10px 0px;
	padding: 0px;
}
.category h5 {
	font-size: 1.1em;
	margin: 0px !important;
	padding: 5px 0px 0px 10px !important;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 10px;
}
.category h5 a {
	text-decoration: none;
	color:#fff;
}
.category h5 a:hover {
	color: #ffee00;
	text-decoration: none;
}
.category h5 span {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.category ul li p {
	margin: 0px !important;
	padding: 5px 0px 5px 10px !important;
	line-height: 150%;
	color: #38490c;
	border-bottom: 1px solid #85ba00;
}
.category ul li p a {
	color: #38490c;
	text-decoration: none;
}
.category ul li p a:hover {
	color: #38490c;
	text-decoration: underline;
}

.box1 {
	padding: 10px;
	margin:0px;
	font-size:11px;
	background-color:#e8f5d3;
	border:1px solid #a5d079;
}
.box1 h2 {
	margin: 0px 0px 10px 0px !important;
	padding: 5px 0px !important;
	color: #fc5c00;
	font-size: 1.5em;
}
.box1 form{
	line-height: 180%;
}
.box {
	padding: 10px;
	margin:0px;
	font-size:11px;
}
.box p {
	text-align:left;
}
.box a {
	text-decoration: none;
	color:#004289;
	font-weight:bold;
	/*background:url(../images/bulet1.gif) left no-repeat;
	padding-left: 10px;*/
}
.box a:hover {
	color: #fe9329;
	text-decoration: none;
}
.box h2 {
	margin: 0px 0px 10px 0px !important;
	padding: 5px 0px !important;
	color: #fc5c00;
	font-size: 1.5em;
}
.box form {
	line-height: 180%;
}

/* --- statistik ---- */
.statistic {
	padding: 0px;
}
.statistic .stat h2 {
	margin: 0px !important;
	padding: 10px 10px 10px 22px !important;
	font-size: 14px;
	color: #587b00;
	background: url(../images/arrowWhite.gif) no-repeat;
	background-position: 10px 15px;
	text-transform: uppercase;
}
.sidebarRight .statistic {
	background: none !important;
}
.sidebarRight .stat h2 {
	margin: 10px 0px !important;
	padding: 0px 10px !important;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
.statisticCell {
	text-align: center;
	margin: 0px 5px 10px 5px;
	padding: 10px 2px;
	background-color: #a5d079;
}
.statistic table {
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
	border-bottom: 1px solid #a5d079;
}
.statistic table td {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	color: #e85e03; 
	border-bottom: 1px solid #a5d079;
}
.statistic table td b {
	color: #023403;
}
.statistic table td a {
	margin-top: -4px;
	margin-bottom: -4px;
	display: block;
	padding: 10px;
	color: #023403;
	text-decoration: none;
	background-color: #a5d079;
}
.statistic table td a:hover {
	color: #023403;
	text-decoration: underline;
}

#cResult {
	padding: 10px;
	width: 395px;
	float: left;
	background-color: #a5d079;
}
#cResult center {
	text-align: center;
	padding: 10px 10px 12px 10px;
	color: #1c3f00;
	border: 1px solid #85ba00;
}
#cResult center b {
	color: #000;
}
#cResult a {
	clear: both;
	margin-top: 10px;
	white-space: nowrap;
	float: left;
	display: block;
	padding: 4px 10px 5px 10px;
	color: #85ba00;
	font-weight: bold;
	text-decoration: none;
	background-color: #d3f4b1;
	border: 1px solid #85ba00;
}
#cResult a:hover {
	color: #ff7d0d;
	text-decoration: none;
}
#cResult p {
	float: left;
	width: 120px;
	padding-right: 10px;
	font-size: 11px;
}
#cResult p img {
	float: none !important;
	margin: 0px 0px 5px 0px !important;
	border: 2px solid #fff;
}
#cResult p b {
	display: block;
}
#cResult p a {
	margin-top: 5px;
	display: block;
	padding: 3px 3px 3px 12px;
	background: url(../images/delBox.gif) no-repeat;
	background-position: 0px 6px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #fb7400;
	text-decoration: none;
}
#cResult p a:hover {
	color: #fff !important;
	text-decoration: none;
}

.borderCC {
	padding: 4px;
	color: #000;
}
.bgCC {
	padding: 4px;
	color: #234201 !important;
	text-align: right;
	background-color: #d4faad;
	border-left: 1px solid #bde396;
	border-top: 1px solid #bde396;
	border-bottom: none !important;
}
.bgColor {
	padding: 4px;
	color: #234201 !important;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #bde396;
	border-bottom: none !important;
}

.adsArea {
	padding: 0px 0px;
}
.adsArea#premium, .adsArea#free {
	margin: 10px 0px;
}
.adsArea#premium img, .adsArea#free img {
	margin-left: 8px;
}
.adsArea#premium p {
	padding:5px;
}
.adsArea#premium h3 {
	color:#fd5900;
}
*html .adsArea#premium h3 {
	font-size:13px;
	font-family:verdana;
}
.adsArea#free img .fot {
	padding-top: 0px;
}
.adsArea#free  li {
}
.adsArea#free ul li.freeAkhir {
	border-bottom: 1px solid #587b00;
}
.adsArea#free ul li.halaman {
	border-bottom: none;
}
.adsArea  h2 {
	margin: 0px !important;
	padding: 10px 0px !important;
	font-size: 18px;
	font-weight:none;
	color: #587b00;
	font-family:tahoma;
}

.adsArea ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.adsArea#free ul {
	padding: 10px !important;
	border: 4px solid #587b00;
}
*:first-child+html .adsArea ul {
	min-height: 100px;
}
.adsArea#premium ul li {
	background-color: #dcf0c7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.adsArea#free ul li {
	border-bottom: 1px dotted #587b00;
}
.adsArea ul li {
}
*html .adsArea ul li {
	height: 100px;
	overflow: visible;
}

.adsArea#premium ul li.bgGanjil {
	padding: 10px 10px 20px 10px;
	background-color : #e8f5d3;
}
*html .adsArea#premium ul li.bgGanjil {
	height: 10px;
	overflow: visible;
}
.adsArea#premium ul li.halaman {
	min-height: 10px;
	background-color : #fff;
}
*html .adsArea#premium ul li.halaman {
	height: 10px;
	overflow: visible;
}
.adsArea#free ul li.halaman {
	min-height: 10px;
	background-color : #fff;
}
*html .adsArea#free ul li.halaman {
	height: 10px;
	overflow: visible;
}
.bgAkhir {
	border-bottom : 1px solid #6993c8;
}
.halaman {
}

.adsArea ul li.halaman p span a {
	border: 1px solid #8ec700;
	background-color: #8ec700;
	padding: 2px 4px;	
	color: #fff;
}
.adsArea ul li.halaman p span a:hover {
	border: 1px solid #ff8315;
	background-color: #ff8315;
	color: #fff;
}
.adsArea ul li.halaman p span a.halNav1 {
	border: 1px solid #d8d8d8;
	background-color: #fff;
	padding: 2px 5px;
	color: #466102;
}
.adsArea ul li.halaman p span a:hover.halNav1 {
	padding: 2px 5px;
	color: #ff8315;
}
.adsArea ul li.halaman p span a.halNav2 {
}
.adsArea  h2 span {
	color: #333;
}
.adsArea  ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.adsArea  ul li {
	padding: 10px;
}
.adsArea  ul h3 {
	margin: 5px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 1.2em;
}
.adsArea  ul h3 a {
	float: none !important;
	text-decoration: none;
	color: #111;
	font-size:12px;
}
.adsArea  ul li h3 a {
	float: left !important;
}
*html .adsArea  ul h3 a {
	padding-bottom: 15px;
}
*:first-child+html .adsArea  ul h3 a {
	padding-bottom: 15px;
}
.adsArea  ul h3 a:hover {
	color: #111;
	text-decoration: underline;
}
.adsArea  ul li p {
	clear: both;
	line-height: 130%;
	margin: 15px 0px !important;
	padding: 0px !important;
}
.adsArea  ul li span {
	font-size: 1.0em;
	color: #587b00;
}

.adsArea  ul li p span a {
	color: #ff8315;
	text-decoration: none;
}

.adsArea  ul li p span a:hover {
	color: #333;
	text-decoration: none;
}
.adsArea  ul h3 span {
	float: right;
	color: #ff8737;
}

.adsArea .nav {
	float: none !important;
	list-style: none;
	margin: 0px !important;
	padding: 10px !important;
	overflow: hidden;
	text-align: center;
}
.adsArea .nav li {
	float: none !important;
	display: inline;
	font-weight: lighter !important;
	margin: 0px 0px 0px 1px !important;
	padding: 0px 0px 0px 10px !important;
	border: none !important;
	border-left: 1px solid #333 !important;
	font-weight: bold !important;
	font-size: 12px;
}
.adsArea .nav li.first {
	background: none !important;
	border: none !important;
}
.adsArea .nav li a {
	color: #fc5c00;
	text-decoration:none;
}
.adsArea .nav li a:hover {
	color: #333;
	text-decoration: underline;
}
.adsArea p {
	display: block;
	margin: 0px;
	padding: 0px;
}
.adsArea p a {
	color: #fc5c00;
	text-decoration:none;
}

.adsArea p a:hover {
	color: #003c51;
	text-decoration: underline;
}

.adsAreaItem {
	clear: both;
}
.adsAreaItem .thumb {
	float: left;
	margin-right: 5px;
}
.adsAreaItem .brief {
	height: 1%;
	display: table;
}

/* banner */

.banner {
	padding: 0px !important;
	margin: 0px !important;
	white-space: nowrap;
	font-size:10px;
	font-family:verdana;
}
.banner h3 {
	padding: 0px 0px!important;
}

*html .banner h2 {
	padding: 0px 0px!important;
	font-size:14px;
	font-family:verdana;
}

.sponsip {
	text-align: center;
}
.sponsip p {
	margin: 0px !important;
	padding: 0px !important;
}

.spons h2 {
	margin: 0px !important;
	padding: 0px 10px !important;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.testimonial {

}
.testimonial .stat h2 {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
}
.testimonialCell {
	padding: 0px 10px;
}
.testimonialCell p {
	margin: 10px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}
.testimonialCell p a {
	text-decoration: none;
}
.testimonialCell p.add {
	font-size: 9px;
}
.testimonialCell p.add a {
	text-decoration: underline;
}

.cs {

}
.cs .stat h2 {
	text-decoration: none;
}
.csCell {
	padding: 0px 10px;
}
.csCell table {
	width: 100%;
	border: none;
}

.bannerLeft {
	float:left;
	overflow:hidden;
}
.bannerRight {
	float:right;
	overflow:hidden;
	width:728px;
}
.bannerTop {
	height: 90px;
	padding: 10px;
	overflow: hidden;
}



.banner p {
	margin: 0px !important;
	padding: 0px !important;
	display: inline;
}



.bannerLink {
	padding: 0px;
	margin-top: -3px;
	border-top: 1px solid #999;
}

*html .bannerLink {
	margin: 0px;
}

.bannerLink ul {
	padding: 0px !important;
	margin: 0px !important;
	list-style: none;
}

.bannerLink ul li {
	width: 391px;
	display: block;
	float: left;
	padding: 10px 0px;
	font-size: 0.9em;
	border-left: 1px solid #eee;
}

.bannerLink ul li.first{
	border-left: none !important;
}

.bannerLink ul li p{
	padding: 0px 25px;
	margin: 5px 0px !important;
}

.warper .banner {
	margin: 10px 0px !important;
	border-bottom: 3px solid #e8edf1;
	border-top: 1px dotted #e8edf1;
}
.warper .banner h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 18px;
}
.sidebar .banner {
	margin: 0px 0px 10px 0px !important;
	border-bottom : 0px solid #333;
}
.#ads {
	border: none !important;
	padding: 0px 10px !important;
	white-space: normal !important;
}
.banner#ads p {

}
.banner#bottom {
}
.banner#bottom  p {
	margin: 10px !important;
	text-align: center;
	display: block;
}

/* ----------------- end content layout ------------------ */



/* ---------- footer element --------- */

.footer{
	padding: 10px;
	background-color: #fff;
}
.footerCell {
	padding: 5px 0px;
	text-align:center;
	color: #878787;
	font-size: 11px;
	line-height: 150%;
}
.footerCell a{
	color: #6ead2e;
	text-decoration: none;
}
.footerCell a:hover{
	color: #6ead2e;
	text-decoration: underline;
}
.footerCell span{
	
}

.footer strong{

}

a.jcamp{

	float: right;

	display: block;

	margin-top: -10px;

}



/* --------------- other news -------------- */

.news2 {

	clear: both;
	margin: 10px 5px !important;

}

.news2 h2 {
	margin-bottom: 10px !important;
	padding: 5px 0px !important;
	color: #404545;
	font-size: 1.2em;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e8edf1;

}

.news2 h2 span{

	padding-right: 4px;

}

.news2 .newsItem {

	clear: both;

	margin-bottom: 3px;

	border: none

}

.news2 .newsDate {
	float: left;
	width: 62px;
	display: block;
	font-size: 11px;
	color: #fd5900;
	margin-bottom: 5px;
	padding-top: 2px;
	line-height: 150%;
}

.news2 .newsTitle {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 150%;
}

.news2 .newsTitle a{
	color: #333;
	text-decoration: none;
}

.news2 .newsTitle a:hover{
	color: #67a40f;
	text-decoration: underline;
}



/* --------------- others -------------- */

.others {

	clear: both;

}

.others h2 {

	margin: 0px !important;

	padding: 10px 0px !important;

	color: #af0000;

	font-size: 1.2em;

	float: left;

	width: 100%;

	background: url(../images/titleLine2.gif) left repeat-x;

}

.others h2 span{

	padding-right: 4px;

	background-color: #fff;

}

.others p{

	clear: both;

	margin: 4px 0px !important;

	padding: 0px 0px 0px 20px !important;

	background: url(../images/arrow.gif) no-repeat;

	background-position: 10px 4px;

}

.others p a {

	color: #111;

}

.others p a:hover {

	color: #333;

	text-decoration: none;

}

/* ervan add 190608 ----> validation form*/
.required, .jSelect {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #c0c0c0;
	width:320px;
}


/**************************************************************
	Validate
	v 2.1
**************************************************************/

#myForm .red {
	border: 1px solid #FF0000;
	background-color: #FFFFCC;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 5px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	clear:both;
    min-height:15px;
    margin-top:3px;
	margin-bottom:3px;
    background:url(../images/icon/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-weight:bold;
    line-height:1.25em;
	color:#EE350B;
}

/*************************************************************/
.inputReg {
	float: left;
	padding:4px;
}

/* ------- error msg @ ervan 23/06/08 -------- */

.succBlue{
	border:1px solid #CEE9F9; 
	background-color: #EEF7FD; 
	/*width:560px;*/ 
	margin-bottom:10px;
}
.succBlue p{
	padding-left:5px; 
	color:#000000;
}

.errRed{
	border:1px solid #FAC5C7;
	padding:5px 5px 5px 5px;
	margin:10px 0;
	background-color:#FEF0F0;
	color:#FF0000;
}

.list-input-reg {
	float: left;
}

/* ------- div premium reg @ ervan 18/11/08 -------- */
.preReg {
	padding-top:3px;
	padding-bottom:3px;
}

/* add jAdvHome ervan 08 */
.iArea {
	font-size: 11px;
	color:#004289;
	float:left;
}

.iContact {
	float: right;
	margin: 10px 0px 5px 0px;
	margin-right: -10px;
	height: 13px;
	padding: 6px 10px 7px 15px;
	color: #022a34;
	background: url(../images/bgContact.gif) top left no-repeat;
	border-right: 1px solid #a3bec4;
}
*html .iContact {
	position: relative;
	margin-right: -10px;
}
.adsArea#free .iContact {
	float: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
	background: none !important;
	border: none;
	color: #ccc;
}

a#compare {	
	display: block;
	margin-top: 15px;
	color: #42570f;
}
a#compare:hover {
	color: #8dc500 !important;
}

.adsArea h3 span{
	color:#fd5900;
}

.adderArea {
	background-color: #fff;
	padding: 20px;
	margin: 0px 0px 10px 0px;
}

.adderArea h4{
	margin: 0px 0px 0px 0px !important;
	padding: 10px !important;
	color: #32312d;
	font-size: 1.3em;
}

.adderArea ul{
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}

.adderArea ul li{
	margin: 10px 0px;
	padding: 0px;
}

.adderArea ul li p{
	line-height: 150%;
}

.adderArea ul li p a{
	color: #7aa0d4;
	font-weight:bold;
	text-decoration:none;
}

.adderArea ul li p a:hover{
	color: #333;
	text-decoration: underline;
}

.imgSold {
	margin: 0px; 
	padding: 0px; 
	background: transparent url(../images/sign-sold.gif) no-repeat scroll 0% 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	width: 57px; 
	height: 57px;
	position: absolute;
	margin-left: 8px;
	*margin-left : -114px;
}

.ginputxt {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #c0c0c0;
	width:80px;
}

.headCompare {
	border-bottom:#333333 dotted 1px;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 3px;
}

.imageman{ 
	border: #CCCCCC solid 1px;
	padding: 4px;
}

/* --- tag cloud @ ervan, 13/01/09 --- */
ul.tagcloud {
	list-style-type: none;
	padding: 0;
	margin:0;
	line-height: 2em;
}
ul.tagcloud li {
	display: inline;
	line-height: 3em;
	white-space: normal;
}
ul.tagcloud .count {
	font-size: 0.875em;
	line-height: 1.714em;
	color: #888;
}

.warper .ptitle {
	margin: 10px !important;
	border-bottom: 1px dotted #e8edf1;
	padding-top:3px;
}

.ptitle h1 {
	font-size: 15px;
	font-weight:none;
	color: #333;
	font-family:tahoma;
}
