body
{
	margin: 0;
	padding: 0;
	color: #000;
	/*font-family:Verdana,arial,helvetica,sans-serif;*/
	/*font-family:Helvetica,Arial,sans-serif;*/
	font-family:"ff-meta-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font: normal 11pt Arial,Helvetica,sans-serif;*/
	line-height:1.5;
	font-size:14px;
}

#page
{
	margin-bottom: 0px;
}

#tengah
{
	width:880px;
	margin:auto;
}

#page-wrapper
{
	width:960px;
	border:1px solid #DBDBDB;
	margin:20px auto;
	padding-top:35px;
	box-shadow:0 4px 10px 3px #515151;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

#header
{
	color: #fff;
	padding:5px 20px 5px 0px;
	/*background:none repeat scroll 0 0 #45474D;*/
	background:none repeat scroll 0 0 #ff5d04; /*orange good*/
}

#content-home
{
	padding:25px 0px 10px 0px;
	width:900px;
	margin:auto;
	background: -moz-linear-gradient(left, #ffa84c 0%, #FBC286 130%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffa84c), color-stop(100%,#FBC286)); 
	background: -webkit-linear-gradient(left, #ffa84c 0%,#FBC286 100%); 
	background: -o-linear-gradient(left, #ffa84c 0%,#FBC286 100%); 
	background: -ms-linear-gradient(left, #ffa84c 0%,#FBC286 100%); 
	background: linear-gradient(left, #ffa84c 0%,#FBC286 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#FBC286',GradientType=1 ); 
	opacity: 0.85;
}

#content-home a
{
	color:#fff;
	font-weight:bold;
}

#content
{
	background: #fff;
	width:880px;
	padding: 10px;
	margin:auto;
	margin-top:25px;
	margin-bottom:10px;
	z-index:0;
}

#content-wrap
{
	width:890px;
	margin:auto;
	padding:5px;
}

#header-wrap
{
	width:890px;
	margin:auto;
	font-size:1.0em;
}

#content-wrap table
{
	height:70px;
	margin: 0px;
}

#content-wrap p
{
	font-size:1.2em;
}

#content p
{
	text-align:justify;
}

#content img
{
	margin:2px 5px 2px 0px;
}

.post table, td, th 
{
	vertical-align:top;
}

#sidebar
{
	padding-top: 19px;
}

#footer
{
	padding: 10px;
	text-align: left;
	background:none repeat scroll 0 0 #45474D;
	color:#fff;
	font-size:12px;
}

#footer ul
{
	padding-left:1.1em;
}

#logo
{
	font-size: 200%;
	width:250px;
}

#mainmenu
{
	color: #000;
	font-size: 13px;
	text-align:left;
	font-weight:bold;
}

#mainmenu #nav li.over a {
	color:#515151;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
	width:950px;
	margin:auto;
}

div.breadcrumbs span
{
	font-weight: bold;
}

.portlet
{
	border:1px solid #DBDBDB;
	margin:10px 5px 0px 10px;
}

.portlet-decoration
{
	background:white url(box.png) repeat-x left top;
	font-size:13px;
	font-weight:bold;
	padding: 10px;
	border-bottom: 1px solid #DBDBDB;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0;
	padding: 0px 10px 0px 20px;
	margin-bottom:15px;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.post
{
	margin: 0 0 20px;
}

.post .title
{
	font-size:16px;
	color: #000;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 5px;
}

.post .title a
{
	text-decoration: none;
}

.post .author
{
	color: #515151;
	margin: 0 0 5px;
}

.post .nav
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #fff;
	opacity: 0.8;
}

.post .content
{
	padding: 2px 0 4px 2px;
}

.comment
{
	-moz-border-radius:7px;
	padding: 10px;
	background: #F5F5F5;
	margin: 5px 0;
}

.comment .content
{
	margin: 10px 0;
}

.comment .author
{
	margin: 5px 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #DDD;
}

.comment .time
{
	color: #888;
	font-size: 0.8em;
}

.comment a.cid
{
	color:#CCC;
	float:right;
	font-size:1.5em;
	font-weight:bold;
	padding:0 5px 5px 5px;
	text-decoration: none;
}

.comment a.cid:hover
{
	color:#555;
}

.comment .pending
{
	color:red;
}

.social-share
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #F5F5F5;
	margin: 5px 0;
}

.social-share #share
{
	margin-right:5px;
	float:left;
	padding-top:5px;
}

.social-share #fb-root
{
	margin-left:0px;
}

/* first page */
.span-3 img
{
	/* width:100%; */
	max-width:100%;
	margin-right:10px;
}

.span-3 h3
{
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
}

.span-3 a
{
	color:#000;
}

.span-3 a:hover
{
	color:#D57107;
	text-decoration:underline;
}

/* main page */
.span-2 ul
{
	padding-left:1.1em;
}

.span-2 b
{
	font-size:1.1em;
}


#slogan
{
	text-align:left;
	margin:auto;
	font-size:2.0em; 
	/*background: #F5853B;*/
	/* background: #4F4F4F; */
	color: #fff;
}

#slogan span
{
	margin-left:100px;
}

#center-botton
{
	text-align:center;
	padding:5px;
	font-size:1.3em;
	color:#fff;
	width:300px;
	height:50px;
	margin:auto;
	border:1px dot #212121;
	background:url("bg-center-button.png") no-repeat;
	opacity:0.95;
	border-radius:40px;
	box-shadow:0 0px 0px 8px #fff;
}

#bottom-menu
{
	background:url("bg-bottom.png") repeat-x scroll left -24px #fff;
	color: #000;
	font-size:12px;
	text-align:center;
	opacity:0.90;
}

#nav-content
{
	width:640px;
	margin:auto;
	color:#000;
}

#bottom-menu ul
{
	margin:auto;
}

#bottom-menu ul ul li
{
	background:#FACA9F;
	opacity:0.85;
}

#bottom-menu ul ul li a
{
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	padding-left:5px;
	background:none;
}

#bottom-menu ul li a
{
	font-weight:bold;
	text-decoration:none;
	margin:0px 2px 0px 0px;
	padding-left:10px;
	text-align:left;
	color:#000;
	font-size:1.2em;
}

#bottom-menu ul li a:hover, #bottom-menu ul li.active a
{
	background-color:white;
	text-decoration:none;
	color: #F5853B;
}

#bottom-menu ul ul li a:hover, #bottom-menu ul ul li.active a
{
	background-color:white;
	text-decoration:none;
	padding-left:5px;
	color: #F5853B;
}

/* grid table */
.grid-view
{
	padding: 15px 0;
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}

.grid-view table.items th
{
	color: white;
	background: url("bg.gif") repeat scroll left top white;
	text-align: center;
}

.grid-view table.items th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover
{
	color: #FFF;
}

.grid-view table.items tr.even
{
	background: #F8F8F8;
}

.grid-view table.items tr.odd
{
	background: #F1C9A4;
}

.grid-view table.items tr.selected
{
	background: #F0E1B8;
}

.grid-view table.items tr:hover
{
	background: #F4E8BA;
}

/* related product */
#related-product
{
	border:0px solid #DBDBDB;
	padding-top:5px;
}

#related-product ul
{
	list-style-image: url('check.png');
}

img[src^="https://um.simpli.fi/"],img[src^="https://i.liadm.com/"]{display:none}
#sovrn_beacon{display:none}
