/* Body Style */
html, body {
	color: #333;
	margin: 0px;
	background: url(../images/main-bg.jpg) top repeat-x #9add64;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	width: 100%;
}

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

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

a:hover {
	text-decoration: none;
	color: #45954b;
}
p {
	margin: 0;
	padding: 0;
}

/* standard Form */
form {
	margin: 0px;
}
select{
	padding: 3px 7px;
	border: 1px solid #e0e0e0;
}
input, textarea {
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
}
input:focus, textarea:focus {
	-moz-box-shadow: inset 0 0 3px #ddd;
	-webkit-box-shadow: inset 0 0 3px #ddd;
	box-shadow: inset 0 0 3px #ddd;
}
input.button {
	padding: 1px 5px 2px 5px; background: #b44f8a;
	font-size: 11px;
	width: 60px;
	border: 1px solid #9c3973;
	clear: both;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
input.button:focus {
	-moz-box-shadow: inset 0 0 6px #b44f8a;
	-webkit-box-shadow: inset 0 0 6px #b44f8a;
	box-shadow: inset 0 0 6px #b44f8a;
}

form img[src*="captcha.php"] { width:150px; height:40px;}

/* standard cell */
td, th {
}

img, object {
	border: 0px;
}

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

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

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

/* --------- main element -------- */
.body {
	padding: 0;
	height: auto !important;
	min-height: 100%;
	position: relative;
}

.mainPage{
	width: 980px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}

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

.page {
	float: left;
	width: 575px;
	margin: 0px;
	padding: 0 25px 25px 25px;
	overflow: hidden;
	clear: both;
}
.wrapperPage {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.wrapper {
	clear: both;
	margin: 0;
	padding: 0;
	padding: 0; background: #fff url(../images/page_middle.gif) bottom repeat-x;
}
.main {
	padding-top: 10px;
}
.content {
	padding: 0;
	min-height: 250px;
}
.content img {
	border: 1px solid #9d9d9d;
	float: left;
	margin: 0 20px 0 0;
	width:100%;
}
.content img:hover {
	border: 1px solid #7d7d7d;
}
.content h2, .content h2 a {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 22px;
	color: #27692b;
	font-weight: normal;
}
.content h2 {
	color: #7d7d7d;
	line-height: 28px;
	font-weight: bold;
}
.content h1.pageTitle {
	font: bold 26px/25px Arial;
	color: #7D7D7D;
	margin: 0;
	padding: 0 0 5px 0;
}
.content .time {
	color: #e2a610;
	font-weight: bold;
	padding: 2px 0;
	font-size: 10px;
}
.content h2.headTitle {
	color: #15521a;
	margin: 20px 0 0 0;
	background: #eaeaea url(../images/content_tabs3_h2.gif) top repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
	width:100%;
}
.content h3 {
	font-size: 1.1em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #111;
}
.content p {
	margin: 5px 0px 10px 0;
}

ul.links {
	margin: 15px 10px !important;
	padding: 0px !important;
	list-style: none;
}
ul.links li {
	margin: 3px 0px;
	padding: 2px 10px 4px 10px;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 6px;
	border-bottom: 1px solid #f2f2f2;
}
ul.links li span {
	display: block;
	color: #999;
	font-size: 11px;
}
ul.links li a {
	color: #264e71;
	text-decoration: none;
}
ul.links li a:hover {
	color: #b02222;
	text-decoration: none;
}

.rightbar {
	float: right;
	width: 190px;
	margin: 15px 0px;
	padding: 0px 14px 0px 15px;
	background: url(../images/dotBg.gif) top left repeat-y;
}
.sidebar {
	float: right;
	width: 303px;
	margin: 0;
	overflow: hidden;
	padding: 0 25px 0 25px;
	border-left: 1px solid #E0E0E0;
}

.headerImg {
	width: 750px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
}
.mainImage {
	position: absolute;
	width: 750px;
	height: 120px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 4;
}

.flowNav {
	width: 300px;
	float: left;
	overflow: hidden;
	z-index: 5;
	padding: 8px 0 8px 0;
}
.flowNav p {
	float: left;
	margin: 0 12px 0 0;
	padding: 0px;
	height: 29px;
	font-size: 11px;
}
.flowNav p a {
	color: #15521a;
	text-decoration: none;
	padding: 4px 0 5px 15px;
	background: url(../images/bgFlow.png) 0 10px no-repeat;
	display: block;
}
.flowNav p a:hover{
	color: #45954c;
	text-decoration: none;
	background: url(../images/bgFlow_hover.png) 0 10px no-repeat;
}

/* ------- header element ---------- */
.header {
	padding: 0px;
	height: 175px;
}
.headerCell {
	height: 42px;
	padding: 0px;
	background: #256629 url(../images/navBase.gif) top repeat-x;
}
a.sitename {
	display: block;
	float: left;
	padding: 25px 20px 10px 0;
}
a.sitename img {
	border: none;
}

/* --------------- language -------------- */
.lang {
	float: right;
	padding: 8px 0 8px 0;
	width: 180px;
	text-align: right;
	font-size: 11px;
	color: #666;
}
.lang a {
	padding: 0px 5px 0px 10px;
	color: #15521a;
	text-decoration: none;
}
.lang a:hover {
	color: #45954c;
	text-decoration: none;
}

/* ----------- navigation -------------- */
.header ul.nav {
	margin: 0 0px 0px 0px !important;
	padding: 0px !important;
	list-style: none;
	background: url(../images/navBase.gif) top left no-repeat;
	height: 36px;
}
.header ul.nav li {
	float: left;
	display: block;
	background: url(../images/navBase.gif) top right no-repeat;
	padding: 0px 2px 0 0;
}
.header ul.nav li.first {
	text-indent: -5000px;
	float: left;
	width: 60px;
	background: url(../images/navBase.gif) top right no-repeat;
}
.header ul.nav li.first a {
	width: 60px; height: 100%;
	display: block;
	background: url(../images/nav_first.gif) top center no-repeat;
	padding: 0;
}
.header ul.nav li.first a:hover {
	background: url(../images/nav_first_hover.gif) top center no-repeat;
	padding: 0;
}
.header ul.nav li a{
	padding: 0 20px;
	line-height: 35px;
	color: #fff;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.header ul.nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #000 url(../images/navBase_hover.gif) top repeat-x;
}

a.active {
	color: #fff !important;
	text-decoration: none;
}

.footer ul.nav {
	margin: 0px !important;
	padding: 10px 10px 0px 10px !important;
	list-style: none;
}
.footer ul.nav li {
	display: inline;
	margin: 0px;
	font-weight: bold;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 11px;
}
.footer ul.nav li.first {
	border: none;
}
.footer ul.nav li.first a {
	color: #27692b;
}
.footer ul.nav li.first a:hover {
	color: #154818;
}
.footer ul.nav li a{
	color: #fff;
	text-decoration: none;
	margin: 0 5px 0 10px;
}
.footer ul.nav li a:hover {
	color: #444;
}

/* --------------- menu -------------- */
.menu {
	background-color: #eceeef;
	margin-bottom: 15px;
}

/* --------------- banner -------------- */
.banner {
	margin: 0;
	padding: 0;
}
.sidebar .banner {
	margin-bottom: 25px;
}
.banner p {
	text-align: center;
	/*margin: 20px 0;*/
	padding: 0px;
}
.pageMiddle .banner p {
	text-align: center;
	margin: 20px 0;
	padding: 0px;
}
.pageTop .banner p {
	text-align: center;
	margin: 0;
	padding: 0px;
}
.banner p img {
	/*max-width: 300px;
	max-height: 250px;
	border: 0px solid #9D9D9D;*/
}
.banner p img :hover {
	border: 1px solid #7d7d7d;
}

/* --------------- welcome -------------- */
.welcome {
	margin-bottom: 20px;
}
.welcome h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 20px;
	color: #1e1f21;
	font-weight: lighter;
	border-bottom: 1px solid #cfd6da;
}
.welcomeCell {
	
}
.welcomeCell p {
	margin: 10px 0px !important;
	line-height: 150%;
}

/* --------------- cs -------------- */
.cs {

}
.cs h2 {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	color: #1e1f21;
	background: url(../images/dottedGray.gif) bottom left repeat-x;
}
.csCell {
	padding: 10px 5px;
	margin: 0px;
}
.csCell table{
	width: 100%;
	border: 0px;
	font-size: 11px;
}
.csCell table tr td {
	padding: 3px 0px 2px 0px;
	color: #264e71;
}
.csCell table tr td img {
	border: none;
	float: right;
}

/* --------------- newsletter -------------- */
.newsletter {
	margin: 15px 0px 20px 0px;
	background: url(../images/blueBlockBot.gif) bottom left no-repeat #3b70a6;
}
.newsletter h2 {
	margin: 0px !important;
	padding: 6px 10px 0px 10px !important;
	font-size: 12px;
	color: #fff;
	background: url(../images/blueBlockTop.gif) top left no-repeat;
}
.newsletterCell {
	font-size: 10px;
	padding: 5px 10px 30px 10px;
	color: #9fd8ff;
	background: url(../images/blueBlockMid.gif) top left no-repeat;
}
.newsletterCell p {
	margin: 0px !important;
	padding: 0px !important;
}
.newsletterCell input {
	font-size: 11px;
	width: 140px;
	padding: 2px 0px;
	border: none;
}
.newsletterCell input.button {
	float: right;
	width: 64px;
	height: 17px;
	font-weight: bold;
	color: #1e3040;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background: url(../images/buttonSubmit.gif) no-repeat;
	background-position: 0px 1px;
	cursor: pointer;
}
*html .newsletterCell input.button {
	padding-bottom: 1px;
}
*:first-child+html .newsletterCell input.button {
	padding-bottom: 1px;
}


/* --------------- polling -------------- */
.polling {
	padding: 0 0 20px 0;
	float: left;
	width: 180px;
	margin: 20px 25px 0 0;
	background: #071808;
	min-height: 240px;
}
.polling h2 {
	color: #fff;
	margin: 0;
	padding: 12px 18px 8px 18px;
	font: bold 13px/20px 'Arial';
	text-transform: uppercase;
}
.pollingCell {
	padding: 2px 18px 18px 18px;
	color: #fff;
}
.pollingCell p {
	margin: 0;
}
.pollingCell form {
	margin: 10px 0 0 0;
}
.pollingCell input.pollingBtn {
	float: left;
	font-weight: bold;
	color: #1a1a1a;
	background: #edc811 url(../images/pollingBtn.gif) top repeat-x;
	border: 1px solid #d0af0d;
	padding: 3px 5px;
	cursor: pointer;
}
.pollingCell input.pollingBtn:hover {
	color: #860102;
}

.polling a.linkMore {
	float: right;
	font-weight: bold;
	padding: 3px 0px 3px 8px;
	color: #fff;
	width: 80px;
}
.polling a.linkMore:hover {
	color: #ccc;
}

/* --------------- statistic -------------- */
.statistic {
	margin: 15px 0px 20px 0px;
}
.statistic h2 {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	color: #1e1f21;
	background: url(../images/dottedGray.gif) bottom left repeat-x;
}
.statisticCell {
	margin: 0px;
}
.statisticCell table{
	width: 100%;
	border: 0px;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
}
.statisticCell table tr td {
	padding: 4px 0px 4px 0px;
	background: url(../images/dottedBlue.gif) bottom left repeat-x;
}
.statisticCell table tr td.bgCC {
	text-align: right;
	font-weight: bold;
	color: #111;
	font-size: 10px;
}

/* --------------- news -------------- */
.news {
	margin: 10px 0px 40px 0px;
}
.news h2 {
	color: #15521a;
	margin: 20px 0 0 0;
	background: #eaeaea url(../images/content_tabs3_h2.gif) top repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
}
.newsCell {
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.newsCell h2 {
	background: none;
	color: #aaa;
}
.newsItem {
}
.newsItem .date {
	width: 40px;
	height: 52px;
	padding: 0px 3px 0px 1px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../images/bgDate.gif) top left no-repeat;
}
*html .newsItem .date {
	margin-bottom: 0px;
}
*:first-child+html .newsItem .date {
	margin-bottom: 0px;
}
.newsItem .date h4 {
	margin: 0px !important;
	padding: 3px 0px !important;
	font-size: 10px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	line-height: 100%;
}
.newsItem .date h3{
	margin: 0px !important;
	padding: 1px 0px !important;
	font-size: 18px;
	text-align: center;
	color: #264e71;
	line-height: 100%;
}
.newsItem .date h5{
	margin: 0px !important;
	margin-top: -1px !important;
	padding: 0px !important;
	font-size: 10px;
	text-align: center;
	color: #666;
	font-weight: lighter;
	line-height: 100%;
}
.newsItem .desc {
	padding: 18px;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
}
.newsItem .desc a.readMore {
	padding: 3px 5px 3px 5px; background: #b44f8a;
	font-size: 11px;
	width: 60px;
	border: 1px solid #9c3973;
	clear: both;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.newsItem .desc a.readMore:hover {
	background: #bd5b95;
}
.newsItem .desc a.readMore:focus {
	-moz-box-shadow: inset 0 0 6px #b44f8a;
	-webkit-box-shadow: inset 0 0 6px #b44f8a;
	box-shadow: inset 0 0 6px #b44f8a;
}
.newsItem .desc span {
	color: #b02222;
}
.newsItem .desc h2 {
	margin: 0;
	padding: 0;
	font: bold 18px/20px 'Times New Roman';
	border: none;
}
.newsItem .desc h2 a {
	font-size: 14px; font-weight: 600; color: #15521a;
}
.newsItem .desc h2 a:hover {
	color: #45954b;
}
.newsItem .desc h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #264e71;
}
.newsItem .desc .time {
	color: #e2a610;
	font-weight: bold;
	padding: 2px 0;
	margin-top: 3px;
	font-size: 11px;
}
.newsItem .desc p {
	margin: 0 0 5px 0;
}
.newsItem .desc img {
	float: left;
	margin: 10px 15px 5px 0;
	border: 1px solid #9D9D9D;
}
.newsItem .desc img:hover {
	border: 1px solid #7d7d7d;
}

.news a.linkMore {
	float: right;
	padding: 1px 5px 2px 5px; background: #b44f8a;
	font-size: 11px;
	width: 60px;
	border: 1px solid #9c3973;
	clear: both;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.news a.linkMore:hover {
	color: #fff;
	text-decoration: none;
	background: #bd5b95;
}

/* --------------- service -------------- */
.service {
	margin: 20px 0px;
}
.service h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #264e71;
	border-bottom: 1px solid #cfd6da;
}
.serviceCell {
	margin: 10px 0px;
	line-height: 130%;
}
.service a.linkMore {
	font-size: 10px;
	padding: 3px 0px 3px 8px;
	color: #3c3c4e;
	text-decoration: underline;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 6px;
}
.service a.linkMore:hover {
	color: #b02222;
	text-decoration: underline;
}

/* --------------- agenda -------------- */
.agenda {
	margin: 15px 0px;
}
.agenda h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #264e71;
	border-bottom: 1px solid #cfd6da;
}
.agendaCell {
	margin: 10px 0px;
}
.agendaCell table {
	width: 100%;
	background-color: #dedede;
	border-spacing: 1px;
	margin-bottom: 10px;
}
*html .agendaCell table {
	border: 1px solid #dedede;
}
*:first-child+html .agendaCell table {
	border: 1px solid #dedede;
}
.agendaCell table th, .agendaCell table td {
	text-align: center;
}
.agendaCell table th {
	color: #fff;
	font-size: 11px;
	padding: 6px 10px;
	background: url(../images/bgCalh.gif) top center no-repeat #44474c;
}
.agendaCell table td {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #fff;
	border-spacing: 1px;
}
.agendaCell table td.days {
	background-color: #abc7de;
}

.agendaCell ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.agendaCell ul li {
	padding: 3px 0px 3px 10px;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 7px;
	border-bottom: 1px solid #eee;
}
.agendaCell ul li span {
	font-size: 10px;
	color: #264e71;
}
.agendaCell ul li p {
	margin: 0px !important;
	font-size: 11px;
}

/* --------------- product -------------- */
.product {
	
}
.productItem {
	clear: both;
	min-height: 160px;
	padding-top: 15px;
}
*html .productItem {
	height: 160px;
	overflow: visible;
}
.productItem .img {
	float: left;
	width: 135px;
	height: 135px;
	margin-top: 5px;
	margin-right: 15px;
	overflow: hidden;
	background: url(../images/imgProduct.gif) top left no-repeat;
	border:1px solid #9D9D9D;
}
.productItem .img img {
	border: none;
}
.productItem .desc {
	float: right;
	width: 405px;
}
.productItem .desc h2 {
	margin: 3px 0px !important;
	padding: 0px !important;
	font-size: 14px;
}
.productItem .desc h2 a {
}
.productItem .desc h2 a:hover {
}
.productItem .desc blockquote {
	margin: 15px 0px 0 0 !important;
	padding: 0px !important;
	line-height: 150%;
}
.productItem .desc blockquote span {
	float: left;
	width: 100px;
	padding-left: 10px;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 5px;
}

/* --------------- table -------------- */
table.contactTbl {
	width: 100%;
	border: 0px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
table.contactTbl th {
	padding: 8px 2px;
	text-align: left;
}
table.contactTbl td {
	padding: 10px 18px;
	text-align: left;
}

/* --------------- page navigation -------------- */
.pageNav {
	clear: both;
	padding: 5px 9px;
	margin: 15px 0px;
	text-align: center;
}
.pageNav p {
	display: inline;
	padding: 0px 5px !important;
	margin: 0;
}
.pageNav p.first {
	border: none;
}
.pageNav p a {
	background: #1a1a1a;
	padding: 3px 6px;
	color: #fff;
}
.pageNav p a:hover {
	color: #fff;
	background: #900607;
}

/* --------------- foto -------------- */
.foto {
	
}
.fotoCell {
	padding: 20px 0px 0px 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fotoCell p {
	float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
	padding: 6px;
	border: 1px solid #eee;
	margin: 0px 10px 20px 0px !important;
}
*html .fotoCell p {
	margin: 0px 10px 0px 0px !important;
}
*:first-child+html .fotoCell p {
	margin: 0px 10px 0px 0px !important;
}
.fotoCell p span {
	float: left;
	width: 100px;
	height: 80px;
	padding: 0px;
	overflow: hidden;
}


/* --------------- footer -------------- */
.footer{
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: url(../images/footer.jpg) center top no-repeat;
	height: 76px;
	overflow: hidden;
	clear: both;
}
.footerCell {
	padding: 10px;
	width: 960px;
	margin: 0 auto;
	color: #738ca6;
}
.footerCell p{
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.footerCell a {
	color: #27692b;
}
.footerCell a:hover {
	color: #154818;
}


/* ------- 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;
}

/* ------- ervan 02/06/09 *button order produk* ------------ */
.btnsilver {
	background: none repeat scroll 0 0 #B44F8A;
    border: 1px solid #9C3973;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 20px 3px 20px;
	text-transform:uppercase;
	float:right;
}

.btnsilver a{
	color:#FFF;
}

.btnsilver:hover{
	background: none repeat scroll 0 0 #BD5B95;
}


/* ------- ervan 04/06/09 *active link gallery* ------------ */
.actLink {
	font-weight:bold;
}

.largeimage {
	margin: 0px; 
	padding: 0px; 
	background: transparent url(../images/zoom-icon.gif) no-repeat scroll 0% 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	width: 95px; 
	height: 15px;
	position: absolute;
	margin-left: 40px;
	margin-top: 140px;
	*margin-left : -114px;
}

/* facebook share */
.fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; }

.productItem .imgstd {
	float: left;
	width: 135px;
	height: 135px;
	margin-top: 5px;
	margin-right: 15px;
}

.productItem .descstd {
	width: 355px;
	font-size: 11px;
}
.productItem .descstd h2 {
	margin: 3px 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.productItem .descstd h2 a {
	color: #264e71;
	text-decoration: none;
}
.productItem .descstd h2 a:hover {
	color: #bd802f;
	text-decoration: none;
}
.productItem .descstd blockquote {
	margin: 15px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}

.buttonGo {
	width: auto;
	height: auto;
	margin-top: 5px;
	padding: 2px 6px;
	color: #737066;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/loginBtn.gif) top left repeat-x #cecece;
	border: 1px solid #cbcdc5;
	cursor: pointer;
}

.search {
	width: auto;
	height: 31px;
	margin-right: 25px;
	overflow: hidden;
	background: transparent url(../images/search.gif) right top no-repeat;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.searchContent {
	width: 845px;
	float:left;
	text-align: right;
	padding: 5px 0 0 0;
}
.searchContent input {
	background: #5aab5f url(../images/searchContent.gif) top repeat-x; color: #333; border: 1px solid #215f25;
	padding: 2px 5px;
	font-size: 11px;
	color: #fff;
}
.searchContent input:focus {
	background: #5aab5f;
	-moz-box-shadow: inset 0 0 10px #17581c;
	-webkit-box-shadow: inset 0 0 10px #17581c;
	box-shadow: 0 0 10px #17581c;
}
input.searchButt {
	width: auto;
	float: right;
	padding: 2px 5px;
	height: 19px;
	border: 1px solid #b89905;
	color: #fff;
	font-weight: bold;
	background: url(../images/searchButt.gif) top repeat-x #cca01f;
	cursor: pointer;
	font-size: 11px;
}
input.searchButt:hover {
	background: #cca01f;
}
input.searchButt:focus {
	background: #d7b92a;
}
input.searchButt::-moz-focus-inner { 
    margin: 0; padding: 0 0 1px 0;
}

.followLink {
	float: right;
	width: 98px; margin-right: 5px;
}
.followLink ul {
	margin: 0; 
	padding: 5px 2px 0 0;
	list-style: none;
}
.followLink ul li {
	margin: 0 0 0 10px; padding: 0;
	float: left;
}
.followLink ul li img {
	border: 1px solid #286c2c;
}

.bannerTop {
	width: 468px;
	height: 85px;
	float: right;
	margin: 18px 25px 0 25px;
}
.bannerTop img {
	width:468px;
	height: 60px;
	border: 1px solid #ababab;
}
.bannerTop img:hover {
	border: 1px solid #7d7d7d;
}
.wrapperTop {
	height: 38px; padding: 0 25px;
	background: #fff;
}

.runningText {
	float: left;
	width: 450px;
	font-weight: bold;
	color: #15521a;
	font-size: 11px;
	padding: 8px 0 8px 0;
}

.pageTop {
	padding: 10px 25px 0 25px;
	background: #fff;
}
.dari_redaksi {
	padding: 10px 10px 10px 0;
	float: left;
	width: 230px;
}
.dari_redaksi img {
	width: 228px;
	border: 1px solid #9d9d9d;
}
.dari_redaksi img:hover {
	border: 1px solid #7d7d7d;
}
.dari_redaksi h2 {
	color: #1a1a1a;
	margin: 8px 0 2px 0;
	padding: 0;
	font: bold 14px/20px 'Arial';
}
.dari_redaksi a {
	font: bold 18px 'Times New Roman';
}
.dari_redaksi .time {
	color: #e2a610;
	font-weight: bold;
	padding: 2px 0;
	font-size: 10px;
}

.headline {
	width: 570px;
	background: #15521a url(../images/headLine.png) 0 0 no-repeat;
	border: 1px solid #000;
	float: left;
	padding: 10px;
	margin: 0 25px 15px 0;
}
#gallery {
	position:relative;
	height:250px;
	border:1px solid #9d9d9d;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border: none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ebbf52; 
	height:78px; 
	width:90%; 
	font-weight: bold;
	position:absolute;
	bottom:0px;
}
#gallery .caption .content {
	margin:5px;
	color: #fff;
	padding: 0 6px;
	font: bold 18px 'Times New Roman';
}

#gallery .caption .content h3 {
	margin:10px 0 2px 0;
	padding:0;
	color:#ebbf52;
	font: bold 12px 'Tahoma';
}

.pageTop .banner {
	float: right;
	margin: 0 0 15px 0;
}
.pageTop .banner img {
	width: 307px;
	height: 257px;
	border: 1px solid #888;
}
.pageTop .banner img:hover {
	border: 1px solid #777;
}

.spaceBanner {
	padding: 10px 0;
	background: #fff;
	height: 70px;
}
.spaceBanner p {
	width: 448px;
	height: 60px;
	display: inline;
	margin: 0;
}
.spaceBanner p:last-child {
	width: 468px;
	height: 60px;
	display: inline;
	margin-left: 25px;
}
.spaceBanner p img {
	width: 448px;
	height: 60px;
	border: 1px solid #9D9D9D;
}
.spaceBanner p img:hover {
	border: 1px solid #7d7d7d;
}
.spaceBannerBottom {
	padding: 25px 0;
	background: #fff;
	height: 60px;
}
.spaceBannerBottom p {
	width: 448px;
	height: 60px;
	display: inline;
	margin: 0;
}
.spaceBannerBottom p:last-child {
	width: 468px;
	height: 60px;
	display: inline;
	margin-left: 25px;
}
.spaceBannerBottom p img {
	width: 448px;
	height: 60px;
	border: 1px solid #9D9D9D;
}
.spaceBannerBottom p img:hover {
	border: 1px solid #7d7d7d;
}
.pageMiddle, .pageBottom {
}
.pageMiddle {
	padding: 0 25px; background: #fff url(../images/page_middle.gif) bottom repeat-x;
	/*margin-bottom: 5px;*/
}
.pageBottom {
	background: #0e2810; border-top: 9px solid #071808;
	padding: 0 25px 20px 25px;
}
.pageMiddle .banner {
	float: right;
	margin: -20px 0;
}
.pageBottom .banner {
	float: right;
	margin: 0;
	padding-top: 20px;
}
.pageMiddle .banner img {
	/*width: 307px;*/
	height: 126px;
	border: 1px solid #888;
}
.pageBottom .banner img {
	width: 307px;
	height: 120px;
	border: 1px solid #888;
}
.pageMiddle .banner img:hover, .pageBottom .banner img:hover {
	border: 1px solid #777;
}

.left_top_block {
	padding: 0;
	float: left;
	margin: 0 25px 0 0;
	width: 180px;
}
.left_top_block img {
	width: 170px;
	margin: 10px 0 20px 0;
	border: 1px solid #9d9d9d;
}
.left_top_block img:hover {
	border: 1px solid #7d7d7d;
}
.left_top_block h2 {
	color: #27692b;
	margin: 0;
	padding: 13px 0;
	font: bold 13px/20px 'Arial';
	text-transform: uppercase;
}
.left_top_block a {
	font: bold 18px 'Times New Roman';
}
.left_top_block .time {
	color: #e2a610;
	font-weight: bold;
	padding: 2px 0;
	font-size: 10px;
}
.left_top_block2 {
	padding: 0;
	float: left;
	margin: 0 25px 0 0;
	width: 180px;
}
.left_top_block2 img {
	width: 170px;
	margin: 2px 0 5px 0;
	border: 1px solid #9d9d9d;
}
.left_top_block2 img:hover {
	border: 1px solid #7d7d7d;
}
.left_top_block2 h2 {
	color: #27692b;
	margin: 0;
	padding: 13px 0;
	font: bold 13px/20px 'Arial';
	text-transform: uppercase;
}
.left_top_block2 a {
	font: 600 14px 'Times New Roman';
}
.left_top_block2 .time {
	color: #e2a610;
	font-weight: 600;
	padding: 2px 0;
	font-size: 10px;
}
.merchandise {
	padding: 0 10px 10px 0;
	float: left;
	margin: 10px 10px 10px 0;
	width: 218px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.merchandise img {
	width: 212px;
	border: 1px solid #9d9d9d;
}
.merchandise img:hover {
	border: 1px solid #7d7d7d;
}
.merchandise h2 {
	color: #1a1a1a;
	margin: 8px 0 20px 0;
	padding: 0;
	font: bold 14px/20px 'Arial';
}
.merchandise a {
	font: bold 18px 'Times New Roman';
}
.merchandise .time {
	color: #e2a610;
	font-weight: bold;
	padding: 2px 0;
	font-size: 10px;
}
.merchandise p {
	margin: 10px 0; text-align: center;
	font: bold 18px 'Times New Roman';
}
.merchandise .butt {
	font: bold 18px 'Times New Roman';
	color: #fff;
	background: url(../images/merchandiseButt.gif) top left no-repeat #b41e1f;
	border: 1px solid #860102;
	padding: 0 5px 3px 40px;
	cursor: pointer;
}
.merchandise .butt:hover {
	background: url(../images/merchandiseButt_hover.gif) top left no-repeat #b41e1f;
	text-shadow: #000 1px 1px 1px;
}

.right_top_block {
	width: 310px;
	float: left;
	margin: 0;
	background: url(../images/content_tabs.gif) bottom repeat-x #fff;
	clear: none;
}
.sidebar .right_top_block {
	width: 302px;
	float: left;
	margin: 0 0 25px 0;
	background: url(../images/content_tabs.gif) bottom repeat-x #fff;
	clear: none;
}
.right_top_blockCell {
	padding: 18px 18px 3px 18px;
	min-height: 244px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.right_top_blockCell p {
	padding-bottom: 15px;
}
.right_top_block h2 {
	color: #fff;
	margin: 0;
	background: #b34e89 url(../images/content_tabs2_h2.gif) top repeat-x;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
}
.right_top_block img {
	width: 228px;
	border: 1px solid #9d9d9d;
}
.right_top_block img:hover {
	border: 1px solid #7d7d7d;
}
.right_top_block a {
	font-size: 14px;
	color: #c67e00;
}
.right_top_block a:hover {
	color: #965f00;
}
.right_top_block .time {
	color: #737373;
	padding: 5px 0 2px 0;
	font-size: 11px;
}

.center_bottom_block {
	width: 388px;
	float: left;
	background: url(../images/content_tabs.gif) bottom repeat-x #fff;
	border: none;
}
.center_bottom_blockCell {
	padding: 18px 18px 3px 18px;
	height: 215px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.center_bottom_block p {
	padding-bottom: 15px;
}
.center_bottom_block h2 {
	color: #15521a;
	margin: 0;
	background: #eaeaea url(../images/content_tabs3_h2.gif) top repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
}
.center_bottom_block img {
	width: 228px;
	border: 1px solid #9d9d9d;
}
.center_bottom_block img:hover {
	border: 1px solid #7d7d7d;
}
.center_bottom_block a {
	font-size: 14px;
	color: #c67e00;
}
.center_bottom_block a:hover {
	color: #965f00;
}
.center_bottom_block .time {
	color: #737373;
	padding: 5px 0 2px 0;
	font-size: 11px;
}

ul.more_news {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}
ul.more_news li {
	list-style: none;
}
ul.more_news li a {
	background: url(../images/bgFlow.png) 0 6px no-repeat;
	color: #15521a;
	display: block;
	padding: 2px 0 1px 17px;
	font: normal 11px/20px 'Tahoma';
}
ul.more_news li a:hover {
	background: url(../images/bgFlow_hover.png) 0 6px no-repeat;
	color: #45954b;
}

.block_bottom {
	padding: 0 0 20px 0;
	float: left;
	width: 388px;
	margin: 20px 25px 0 0;
	background: #071808;
	min-height: 240px;
}
.block_bottomCell {
	padding: 2px 18px 18px 18px;
	color: #fff;
}
.block_bottom h2 {
	color: #fff;
	margin: 0;
	padding: 12px 18px 8px 18px;
	font: bold 13px/20px 'Arial';
	text-transform: uppercase;
}
.block_bottom img {
	width: 140px;
	border: 1px solid #000;
	float: left;
	margin: 5px 15px 5px 0;
}
.block_bottom img:hover {
	border: 1px solid #000;
}
.block_bottom a {
	display: block;
	color: #c67e00;
	font-size: 14px;
}
.block_bottom a:hover {
	display: block;
	color: #ebaa39;
}
.block_bottom .time {
	color: #fff;
	padding: 8px 0 2px 0;
	font-size: 11px;
}

.content_tabs{
	float: left;
	margin: 0 25px 25px 0;
	width: 388px;
	background: #fff;
	position: relative;
	min-height: 305px;
}
.content_tabs2 {
	float: left;
	margin: 0 25px 25px 0;
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 305px;
}
.content_tabs h2, .content_tabs2 h2 {
	color: #fff;
	margin: 0;
	background: #b34e89 url(../images/content_tabs_h2.gif) top repeat-x;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px 'Arial';
	text-transform: uppercase;
}
.content_tabs h2 span .content_tabs2 h2 span {
	color: #fff;
}
.content_tabs span.time, .content_tabs2 span.time {
	font-size: 11px;
	color: #bc8600;
}
.list_default a, .list_default a {
	color: #1a1a1a;
	display: block;
	font: normal 12px/20px 'Arial';
}
.list_default a:hover, .list_default a:hover {
	color: #4a4a4a;
}
.list_default a span.time, .list_default a span.time {
	color: #908f8e;
	font-weight: normal;
}
.list_default a:hover span.time, .list_default a:hover span.time {
	color: #1a1a1a;
}
.list_default a span.title, .list_default a span.title {
}
.list_default a:hover span.title, .list_default a:hover span.title {
}

.list_default ul {
	list-style:none;
	margin: 0;
	padding:0;
}
.list_default  ul li {
	padding: 3px 0;
	color:#557482;
}

ul#topnav {
	float:left;
	width:850px;
	list-style:none;
	position:relative;
	font-size:1.1em;
	margin:0;
	padding:3px 0 0
}
ul#topnav li{
	float:left;
	border-right:1px solid #555;
	margin:0;
	padding:0
}
ul#topnav li a {
	display:block;
	color:#f0f0f0;
	text-decoration:none;
	padding:10px 15px
}
ul#topnav li:hover {

}
ul#topnav li span {
	float:left;
	margin-top:3px;
	position:absolute;
	left:-32px;
	top:35px;
	display:none;
	width:962px;
	background:#c80000;
	color:#fff;
	padding:7px 0 7px 20px
}
.active {
	background:#900;
	display:block
}
ul#topnav li:hover span {
	display:block;
	z-index:100
}
ul#topnav li span a {
	display:inline
}
ul#topnav li span a:hover {
	text-decoration:none;
	background:#900;
	padding:5px 15px
}
.submenu_on{
}


/* ----------- navigation -------------- */
.header ul#nav {
	margin: 0 0px 0px 0px !important;
	padding: 0px !important;
	list-style: none;
	background: url(../images/navBase.gif) top left no-repeat;
	height: 43px;
	position: relative;
	-moz-box-shadow: 0 0 5px #12470c;
  	-webkit-box-shadow: 0 0 5px #12470c;
  	box-shadow: 0 0 5px #12470c;

}
.header ul#nav li {
	float: left;
	display: block;
	background: url(../images/navBaseLine.gif) top right no-repeat;
	padding: 0px 2px 0 0;
}
.header ul#nav li.first {
	text-indent: -5000px;
	float: left;
	width: 60px;
	background: url(../images/navBase.gif) top right no-repeat;
}
.header ul#nav li.first span {
	text-indent: 0px;
}
.header ul#nav li.first a {
	width: 60px; height: auto;
	display: block;
	background: url(../images/nav_first.gif) top center no-repeat;
	padding: 0;
}
.header ul#nav li.first span a {
	background: none;
	line-height: 24px;
	font-weight: normal;
}
.header ul#nav li.first a:hover {
	background: url(../images/nav_first_hover.gif) top center no-repeat;
	padding: 0;
}
.header ul#nav li.first span a:hover {
	background: none;
	color: #fff;
}
.header ul#nav li a {
	padding: 0 20px;
	line-height: 43px;
	color: #fff;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.header ul#nav li.moremenu a {
	padding: 0 3px;
	line-height: 43px;
	color: #fff;
	float: right;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.header ul#nav li.moremenu a:hover {
	color: #fff;
	text-decoration: none;
	background: #0e2810 url(../images/navBase_hover.gif) top repeat-x;
	display: block;
}
.header ul#nav li.moremenu span {
	float:left;
	margin-top:0;
	position:absolute;
	left: 0;
	top:43px;
	display:none;
	width:960px;
	background:#0e2810;
	color :#f0ca12;
	padding:2px 0 2px 20px
}
.moremenu.active {
	background:#900;
	display:block
}
.header ul#nav li.moremenu:hover span {
	display:block;
	z-index:100
}
.header ul#nav li.moremenu span a {
	display:inline; 
	line-height: 30px;
	color: #ebbf52;
	font-weight: normal;
	padding-left:20px;
	padding-right:10px;
}
.header ul#nav li.moremenu span a:hover {
	color: #fff;
	background: none;
}

.header ul#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #0e2810 url(../images/navBase_hover.gif) top repeat-x;
	display: block;
}
.header ul#nav li span {
	float:left;
	margin-top:0;
	position:absolute;
	left: 0;
	top:43px;
	display:none;
	width:960px;
	background:#0e2810;
	color :#f0ca12;
	padding:2px 0 2px 20px
}
.active {
	background:#900;
	display:block
}
.header ul#nav li:hover span {
	display:block;
	z-index:100
}
.header ul#nav li span a {
	display:inline; 
	line-height: 30px;
	color: #ebbf52;
	font-weight: normal;
}
.header ul#nav li span a:hover {
	color: #fff;
	background: none;
}
.submenu_on { 
	background:url(/img/bg_subnav_on.gif) center
}


div#slideshow { 
}
div#video-slideshow {
	height:683px;
}
div#slideshow div.wrap {
	height:238px;
	position : relative;
}
div#slide-holder {
	z-index:40;
	height:235px;
	position:absolute; 
}
div#slide-holder div#slide-runner {
	width:568px;
	height:235px;
	overflow:hidden;
	position:absolute
}
div#slide-holder img {display:none; position:absolute; margin:0; width: 233px; height: 233px; float: left; background: #000; }
div#slide-controls,div#slide-bottom {
	right:0;
	width:388px;
	height:40px;
	display:none;
	position:absolute;
	z-index: 1000;
	bottom: 0;
}
div#slide-bottom {
	top: 0;
	width: 327px;
	height:233px;
	background: #15521a url(../images/bottom_headline.png) 0 0 no-repeat;
	margin-left: 233px;
	z-index: 100;
	padding: 0 0 0 10px;
}
p.text {
	float:left;
	clear:both;
	color:#fff;
	font-size:13px;
	overflow:hidden;
	margin:0 10px;
	padding:2px 0
}
p#slide-client {
	float:left;
	color:#ebbf52;
	font-size:12px;
	font-weight:bold;
	margin:5px 10px
}
p#slide-nav {
	float:right;
	height:24px;
	display:inline;
	margin:11px
}
p#slide-nav a {
	float:left;
	color:#333;
	width:18px;
	height:18px;
	display:inline;
	font-size:11px;
	line-height:18px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	background: #fff;
	border: 1px solid #ababab;
	margin-left: 5px;
}
p#slide-nav a.on {
	background: #f7d844;
	border: 1px solid #9d8200;
}
p#slide-desc a { 
	color : #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
p#slide-desc a:hover { 
	color:#d7ffd5
}
.slide {
	width:400px;
	height:252px
}

.boxNewsImage {
	float: left; width: 250px;
	margin: 5px 0 10px 0;
}
.newsImage {
	text-align: center;
	font-size: 10px; color: #aaa;
}
.newsImage p {
	margin-right: 20px;
}
.newsImage img {
	float: none; margin: 0 20px 0 0;
	max-width: 220px; max-height:400px;
}
.othersNews {
	padding: 5px 0;
}
.othersNews h2 {
	color: #27692b;
	margin: 0;
	height: 22px;
	padding: 8px 0;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
}
.shareBox {
	padding: 5px 10px;
	background: #e2e3e3;
	border: 1px solid #b4b4b4;
	height: 20px;
	margin-top: 20px;
}
.shareBox .print {
	float: left;
	width: 75px;
}
.shareBox .print a {
	background: url(../images/icon/print.gif) 0 0 no-repeat;
	color: #1a1a1a;
	padding: 0 0 0 18px;
	font-size: 11px;
	font-weight: bold;
}
.shareBox .email {
	float: left;
	width: 85px;
}
.shareBox .email a {
	background: url(../images/icon/email.gif) 0 0 no-repeat;
	color: #c67900;
	padding: 0 0 0 22px;
	font-size: 11px;
	font-weight: bold;
}

.shareBox .facebook {
	float: left;
	width: 105px;
}
.shareBox .facebook a {
	background: url(../images/icon/facebook.gif) 0 0 no-repeat;
	color: #3d5fa3;
	padding: 0 0 0 17px;
	font-size: 11px;
	font-weight: bold;
}


.shareBox .facebook2 {
	float: left;
	width: 105px;
}
.shareBox .facebook2 a {
	background: url(../images/icon/facebook.gif) 0 0 no-repeat;
	color: #3d5fa3;
	padding: 0 0 0 17px;
	font-size: 11px;
	font-weight: bold;
}

.shareBox .twitter {
	float: left;
	width: 85px;
}
.shareBox .twitter a {
	background: url(../images/icon/twitter.gif) 0 0 no-repeat;
	color: #39a9cb;
	padding: 0 0 0 17px;
	font-size: 11px;
	font-weight: bold;
}

.commentsBox {
	margin-top: 20px;
	padding-bottom: 10px;
}
#comment_list {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.commentsBox input.text, .commentsBox textarea {
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	font-size:12px;
}
.commentsBox input.text:focus, .commentsBox textarea:focus {
	-moz-box-shadow: inset 0 0 3px #ddd;
	-webkit-box-shadow: inset 0 0 3px #ddd;
	box-shadow: inset 0 0 3px #ddd;
}
.commentsBox h2 {
	color: #15521a;
	margin: 0;
	background: #eaeaea url(../images/content_tabs3_h2.gif) top repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
}
.commentsBox h2.sendComments {
	color: #15521a;
	margin: 20px 0 0 0;
	background: #eaeaea url(../images/content_tabs3_h2.gif) top repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	height: 22px;
	padding: 8px 18px;
	font: bold 13px/20px Arial;
	text-transform: uppercase;
}
.commentsBox input.button {
	padding: 1px 5px 2px 5px; background: #b44f8a;
	font-size: 11px;
	width: 60px;
	border: 1px solid #9c3973;
	clear: both;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.commentsBox input.button:focus {
	-moz-box-shadow: inset 0 0 6px #b44f8a;
	-webkit-box-shadow: inset 0 0 6px #b44f8a;
	box-shadow: inset 0 0 6px #b44f8a;
}
.commentsBox input.button:hover {
	background: #d67ab0;
}
ul.comment_list {
	margin: 0px !important;
	padding: 0px 1px !important;
	list-style: none;
}
ul.comment_list li {
	padding: 1px 0px !important;
}
ul.comment_list li .comment_list-content {
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
}
ul.comment_list li .comment_list-content .photo {
	width: 62px;
	float: left;
	padding: 0px 1px 0 0;
	margin-right: 15px;
	overflow: hidden;
}
ul.comment_list li .comment_list-content .brief {
	display: table;
	height: 1%;
}
ul.comment_list li .comment_list-content .brief p {
	margin: 0;
}
ul.comment_list li .comment_list-content .brief a img {
	float: left;
	margin: 5px 5px 0 0;
}
ul.comment_list li .comment_list-content .brief img {
	border: none;
	margin: 0;
	padding: 0;
}
ul.comment_list li .comment_list-content span {
	font-size: 11px;
}
ul.comment_list li .comment_list-content span a {
	color: #a13072;
	font-weight: bold;
}
.comment_list-content a, li.comment_list-content a b {
	color: #a13072;
}
.comment_list-content a:hover, li.comment_list-content a:hover b {
	color: #b95690;
}
.nav_page, .pageNav {
	text-align: center;
	margin-bottom: 5px;
}
.nav_page ul, .pageNav ul {
	margin: 10px 0; padding: 0;
}
.nav_page ul li, .pageNav ul li{
	display: inline;
	padding: 0px;
}
.nav_page ul li.first, .pageNav ul li.first {
	display: inline;
	padding: 0;
	background: #ebebeb;
	margin-right: 5px;
}
.nav_page ul li a, .nav_page ul li a:visited, .pageNav ul li a, .pageNav ul li a:visited {
	color: #222;
	background: #ebebeb;
	padding: 3px 6px;
}
.nav_page ul li a:hover, .pageNav ul li a:hover {
	color: #222;
	background: #cacaca;
}
.nav_page ul li a.current, .nav_page ul li a.current:visited, .pageNav ul li a.current, .pageNav ul li a.current:visited {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
.nav_page ul li a.disabled, .nav_page ul li a.disabled:visited {
	color: #ccc;
}


.error {
	padding: 20px; text-align: center; background: #ffedc4; border: 1px solid #eed7a1; font-weight: bold; color: #a17101; margin-bottom: 10px;
}
.success {
	padding: 20px; text-align: center; background: #ffdada; border: 1px solid #d99394; font-weight: bold; color: #a61113; margin-bottom: 10px;
}

#tabs {
	font-size: 90%;
	margin: 20px 0;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 500px;
	padding-top: 4px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	border-top:2px #FFFF66 solid;
	background: #FFFFCC;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	background: #FFFFCC;
	clear: both;
	padding: 15px;
	min-height: 200px;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}

.forumLink {
	width: 130px; height: 115px; background: url(../images/forum.png) right no-repeat; top: 140px; right: 0; position: fixed; z-index: 10000; text-align: center; font-size: 12px; font-weight: bold; color: #fff; text-shadow: #000 1px 1px 1px; line-height: 16px;
}
.forumLink a {
	color: #fff; padding: 65px 0 0 10px; display: block;
}




.pageMiddle .banner p object,
.pageMiddle .banner p embed,
.pageMiddle .banner p object embed,
.pageMiddle .banner p img { max-height: inherit !important; max-width: 310px !important; }

.spaceBanner object,
.spaceBanner embed,
.spaceBanner object embed,
.spaceBanner img { height: 60px !important; width: 436px !important; margin:0 5px; }

.spaceBannerBottom {
    margin-top: 15px;
    text-align: center;
}
.spaceBannerBottom p, .spaceBannerBottom object, .spaceBannerBottom embed, .spaceBannerBottom object embed, .spaceBannerBottom img {
    height: 60px !important;
    width: 458px !important;
}
.spaceBannerBottom p {
    display:inline-block;
}

.sidebar .bannerBawah object,
.sidebar .bannerBawah embed,
.sidebar .bannerBawah object embed,
.sidebar .bannerBawah img { max-height: 250px !important; max-width: 300px !important; }
.sidebar .bannerBawah p { text-align:center; margin-bottom:20px; }

.sidebar .bannerAtas object,
.sidebar .bannerAtas embed,
.sidebar .bannerAtas object embed,
.sidebar .bannerAtas img { max-height: 250px !important; max-width: 300px !important; }
.sidebar .bannerAtas p { text-align:center; margin-bottom:20px; }
