/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0; 
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}
ol.ctn {
	margin-left: 15px;
	list-style: list-number;
}

ul.ctn {
	margin-left: 15px;
	list-style: disc;
}
blockquote, q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, blockquote:before {
    content: open-quote;
}
q:after, blockquote:after {
    content: no-close-quote;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font Style */

@font-face
{
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans'),local(OpenSans),url(opensans.woff) format("woff")
}

/* Main CSS */

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img
{
	display:block
}

body
{
	font-family:'Open Sans','sans-serif';
	font-size:13px
}

b
{
	font-weight: bold;
}

i
{
	font-style:italic
}

a,button,input,textarea,.btn
{
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	text-decoration:none;
	color:#111
}

input,textarea
{
	padding:4px;
	outline:none;
	margin:0 auto 5px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}

select
{
	margin:0 auto 5px;
}

input:focus,textarea:focus
{
	margin:0 auto 5px;
	border:1px solid orange;
	box-shadow:0 0 6px 1px #ccc
}

button.btn
{
	background-color:#fff;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background-image:-webkit-linear-gradient(top,#fff,#eee);
	background-image:-moz-linear-gradient(top,#fff,#eee);
	background-image:-ms-linear-gradient(top,#fff,#eee);
	background-image:-o-linear-gradient(top,#fff,#eee);
	background-image:linear-gradient(top,#fff,#eee);
	border:1px solid #ccc;
	border-bottom:1px solid #bbb;
	border-radius:3px;
	color:#333;
	padding:4px 0;
	width:60px;
	outline:none;
	font-size:12px;
	text-align:center;
	text-shadow:0 1px 0 #eee
}

button.btn:hover,a.btn:hover
{
	background-color:#fff;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ddd));
	background-image:-webkit-linear-gradient(top,#fff,#ddd);
	background-image:-moz-linear-gradient(top,#fff,#ddd);
	background-image:-ms-linear-gradient(top,#fff,#ddd);
	background-image:-o-linear-gradient(top,#fff,#ddd);
	background-image:linear-gradient(top,#fff,#ddd);
	border:1px solid #bbb;
	border-bottom:1px solid #999;
	cursor:pointer;
	box-shadow:0 0 10px 1px #ccc;
	text-shadow:0 1px 0 #eee
}

button.btn:active,a.btn:active
{
	border:1px solid #aaa;
	border-bottom:1px solid #888;
	-webkit-box-shadow:inset 0 0 5px 2px #ddd,0 1px 0 0 #fff;
	box-shadow:inset 0 0 5px 2px #ddd,0 1px 0 0 #eee
}

.clr
{
	clear:both
}

#head
{
	margin:50px 0 0
}

#inhead
{
	width:900px;
	margin:auto
}

#logo
{
	float:left
}

.backlogo
{
	/*margin-top: -32px;*/
	margin-top: 1px;
    float: right;
}

#menu
{
	float:left;
	width:600px
}

#inmenu
{
    height: 33px;
    background: #f60;
    margin: 82px 0 0;
}

#nav
{
	margin-top: 8px;
	width: 600px;
    display: inline-block;
}

#nav ul
{
	margin:0;
	padding:0;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

#nav li
{
	float:left;
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	width:20%;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

#nav li a
{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	text-shadow:.05em .1em .1em #555
}

#nav li a:hover
{
	color:#ffd700;
}

#nav .focus
{
	background:#FF8503
}

#nav .dropdown:after
{
	content:url(images/ardwn.png);
	padding-left:5px
}

#nav .dropdown:hover:after
{
	content:url(images/ardwn.png);
	padding-left:5px
}

#nav li ul
{
	float:left;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	position:absolute;
	top:15px;
	z-index:6;
	box-shadow:0 0 20px #eee
}

#nav li:hover ul
{
	opacity:1;
	top:27px;
	filter:alpha(opacity=100);
	visibility:visible
}

#nav li ul li
{
	float:none;
	background:#fff;
	border-bottom:1px solid #eee;
	min-width:150px;
	text-shadow:.05em .1em .1em #555
}

#nav li ul li a
{
	padding:5px;
	color:#999;
	display:block;
	text-decoration:none;
	text-align:left;
	text-shadow:.05em .1em .1em #fff
}

#nav li a.curpage
{
	color:#ffd700;
}

#nav li ul li a:hover
{
	color:#f60;
}

#line
{
	background:#f60;
	height:34px;
	top:97px;
	position:absolute;
	width:100%;
	z-index:-999;
	box-shadow:0 7px 15px 0 #ccc;
	border-bottom:1px solid #f50
}

#slideshowslide
{
	margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #ddd;
}

#slideshow ul#slider
{
	list-style:none;
	margin:0;
	padding:0;
	height:250px;
	overflow:hidden;
	border-radius:10px
}

#slideshow ul#slider li
{
	margin:0 0 20px
}

#slideshow ul#slider li img
{
	height:250px;
	width:900px
}

#slideshow ul#naver
{
	list-style:none;
	margin:0;
	padding:0
}

#slideshow ul#naver li
{
	float:left;
	margin:6px 0
}

#slideshow ul#naver li#pager a
{
	margin:0 5px 0 0;
	padding:0 5px;
	background:#f60;
	color:#fff;
	border-radius:10px
}

#slideshow ul#naver li#pager a.activeSlide
{
	background:#aaa;
	color:#fff
}

#tex
{
	position:absolute;
	top:0;
	height:100px;
	filter:alpha(opacity=50);
	width:100%;
	background:orange;
	opacity:.5;
	color:#fff;
	display:none
}

#content
{
	margin:20px auto 75px;
	width:900px
}

#tabwrap
{
	background:#fff;
	overflow:hidden;
	min-height:322px;
	margin:auto;
	box-shadow:0 0 20px #eee;
	border:1px solid #eee;
	border-radius:5px
}

#tabs
{
	overflow:hidden;
	background:#f60;
	margin:0;
	padding:0;
}

#tabs li
{
	float:left;
	list-style:none
}

#tabs li a
{
	display:block;
	padding:5px;
	color:#fff;
	width:150px;
	text-decoration:none;
	text-align:center;
	font-size:12px
}

#tabs li a:hover
{
	background:#ff9700
}

#tabs li:first-child a
{
	border-left:0
}

#tabs li:last-child a
{
	border-right:0
}

#tabs li.current a
{
	background:orange;
	color:#fff
}

#taba
{
	display:none;
	padding:10px
}

#tabb
{
	display:none;
	padding:10px
}

#contents
{
	padding:10px
}

#contents .current
{
	display:block
}

#cwrap
{
	width:900px;
	margin:auto;
	min-height:450px
}

#cleft
{
	float:left;
	width:288px;
	margin:25px 0 0
}

#cright
{
	float:left;
	width:612px
}

#cright h1
{
	text-align:center;
	
}

.boxt
{
	border:1px solid #ddd;
	padding:10px;
	margin:0 15px 25px 0;
	border-radius:5px;
	box-shadow:-5px 6px 0 0 #eee
}

.boxt h2
{
	padding:0 0 7px;
	margin:0 0 10px;
	border-bottom:1px solid #ddd
}

#garis
{
	border:0;
	height:1px;
	background:#ddd;
	text-align:center;
	margin:25px 0 10px;
	/* background-image:-webkit-linear-gradient(left,#ccc,#333,#ccc);
	background-image:-moz-linear-gradienta(left,#ccc,#333,#ccc);
	background-image:-ms-linear-gradient(left,#ccc,#333,#ccc);
	background-image:-o-linear-gradient(left,#ccc,#333,#ccc) */
}

#garis h1
{
	position:relative;
	top:-8px;
	width:100px;
	display:inline;
	background:#fff;
	padding:0 10px;
	font-size:1em
}

#footer
{
	background:#f60;
	box-shadow:0 -10px 15px -5px #bbb;
	border-top:1px solid #f50
}

#infooter
{
	width:900px;
	padding:15px;
	color:#fff;
	text-align:center;
	margin:auto;
	font-size: 12px;
}

#incontent
{
	overflow:hidden;
	width:900px;
	margin:75px auto 0
}

#incontent li
{
	list-style:none
}

#incontent ul
{
	margin:10px 0
}

#incontent li a:hover
{
	color:#f60
}

#lecontent
{
	float: left;
    margin-right: 10px;
    width: 150px;
}

#micontent
{
	float: left;
    margin-right: 10px;
    width: 150px;
}

#ricontent
{
	float:left;
	width: 150px;
}

#ricontent2
{
	float:right;
	width: 300px;
    text-align: center;
}

#address
{
	float:right;
	border:1px solid #ddd;
	padding:10px;
	width:240px;
	text-align:center;
	border-radius:5px;
	box-shadow:-5px 6px 0 0 #eee
}

#customer
{
	overflow:hidden;
	margin:25px 70px 0;
	width:auto;
}

#customer img
{
	float:left;
	padding:5px;
	margin:5px;
	text-align: center;
}

#formtrace
{
	text-align:center
}

.fright
{
	float:right
}

.tright
{
	text-align:right
}

.title
{
	font-size:17px;
}

.title b
{
	color: #f60;
}

.services b
{
	color:#f60;
}

.services p
{
	margin:10px
}

#dialogtrace
{
	display:none
}

#pagination
{
	margin:0 auto 20px;
	width:165px;
}

#pagin
{
	margin:0 auto;
	padding:0;
	text-align:center
}

#pagin li
{
	float:left;
	margin:0 5px;
	list-style:none
}

#pagin li a
{
	display:block;
	color:#717171;
	font:bold 11px;
	text-shadow:0 1px #fff;
	padding:5px 8px;
	border-radius:3px;
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.35);
	background:#f9f9f9
}

#pagin li a.current
{
	color:#fff;
	text-shadow:0 1px #3f789f;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.8);
	background:#f60
}

#pagin li a:hover
{
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.55);
	background:#fff
}

#pagin li a:active,#pagin li a.current:active
{
	-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.5),0px 1px 1px 0 rgba(255,255,255,1)!important;
	-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.5),0px 1px 1px 0 rgba(255,255,255,1)!important;
	box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.5),0px 1px 1px 0 rgba(255,255,255,1)!important
}

#pagin li a.current:hover
{
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.9);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.9);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.9);
	background:#ff6800
}

.network
{
	width:100%
}

.network b
{
	color:#f60;
}

.network td
{
	padding:10px;
	color:#666;
	vertical-align:top
}

label
{
	display:block;
	margin:0 0 5px
}

#captcha
{
	vertical-align:middle;
	margin:5px 0;
	border:1px solid #eee;
	padding:3px;
	border-radius:3px;
	display:inline
}

#icaptcha
{
	margin-right:7px
}

#emailform select
{
	margin:5px 0 7px
}

.refresh
{
	margin-left:5px;
	font-style:italic
}

#areatrace
{
	padding:10px;
	text-align:center
}

#areatrace a:hover
{
	text-decoration:underline
}

#trace
{
	display:none
}

#track
{
	display:none
}

#pickup
{
	display:none
}

.tablesorter
{
	margin:10px 0;
	padding:0;
	width:100%
}

.tablesorter tr:hover td
{
	background:#ff9700
}

.tablesorter tr:nth-child(odd)
{
	background-color:#fff
}

.tablesorter tr:nth-child(even)
{
	background-color:#eee
}

.tablesorter td
{
	vertical-align:middle;
	border:1px solid #dbcbcb;
	border-width:0 1px 1px 0;
	text-align:left;
	padding:5px;
	color:#000
}

.tablesorter th
{
	color:#fff;
	background:#f60;
	font-weight:400;
	border: 1px solid #ddd;
    	vertical-align: middle;
	padding: 3px 0;
}

.tblresult 
{
    margin: 20px auto;
	width:80%
}

.tblresult td 
{
    padding: 2px;
}

.tblresult td:first-child 
{
	width:150px
}

.tblresultb
{
	margin: 20px 0;
}

.tblresultb td
{
	padding: 2px;
}

.tblresultb td:first-child 
{
	width:150px
}

#board
{
	border:1px solid #ddd;
	border-radius:5px;
	padding:10px;
	box-shadow:0 0 20px #eee
}

.picture
{
	box-shadow: 0px 15px 10px -10px #aaa;
	margin-bottom:25px;
}

#trace-form table
{
	margin:auto;
	text-align:center
}

#trace-form td
{
	text-align:left
}

#trace-form select
{
	padding:3px;
	margin:0 0 5px;
	margin-left:10px
}

#trace-form button
{
	text-align:center
}

#userInput
{
	margin-left:10px
}

#userPassword
{
	margin-left:10px
}

#judulpost
{
	padding:10px 0
}

#isipost
{
	margin:10px 0
}

.text p
{
	margin:20px 0
}

.text b
{
	color:#f60
}

#pickupform table 
{
    width: 90%;
	margin:auto
}

#pickupform h3 
{
    padding: 0 0 10px;
    margin: 20px 0 15px;
    border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.ui-autocomplete
{
	max-height: 100px;
	width: 170px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-dialog-fixed.ui-dialog
{
	position:fixed
}

.ui-dialog .ui-dialog-title
{
    font-size: 12px;
    color: #fff
}

.ui-dialog-titlebar .ui-button-text
{
    width:16px;
	height:16px
}

div.message
{
	background:transparent url(images/msg-arrow.gif) no-repeat scroll left center;
	margin-left:5px
}

div.error
{
	background:#F60;
	color:#fff;
	padding:3px;
	margin:0 5px;
	box-shadow:2px 2px 5px 0 #bbb;
	border-radius:5px;
	font-size: 11px
}

.wtc .message {
    margin-left: 35px;
}

.wtd .message
{
	margin-left:45px
}

.vtop
{
	vertical-align:top
}

.market {
    float: left;
}

select.market {
    margin: 7px 2px 0;
}

#texthidden
{
	display:none;
	margin:0;
}

.loading {
    display: none;
    background: #fff no-repeat center;
    background-image: url(images/loader.gif);
    left: 50%;
    top: 50%;
    width: 33px;
    height: 33px;
    position: fixed;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.ccbox
{
	width:204px;
	float:left;
}

.ccbox1
{
	float:left;
}

.inccbox 
{
    font-size: 12px;
    text-align: center;
}

.inccbox h3
{
    font-size: 13px;
    font-weight:bold
}

.inccbox img
{
	margin: 25px auto;
}