@charset "utf-8";


/* --- Container configuration ---------------------------------------------------------- */
        .viewport {
	border: 3px solid #eee;
	float: left;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 300px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
        }

        /* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
            display: block;
            position: relative;
        }

        .viewport a img {
	height: 200px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 320px;
        }

        /* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font-size: 18px;
	font-weight: normal;
	height: 100%;
	padding-top: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
        }
            .viewport a span em {
                display: block;
                font-size: 0.45em;
                font-weight: normal;
            }

        /* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
            background-color: rgba(15, 15, 15, 0.6);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
                color: #ccc;
            }
			
	
	.viewport2 {
	border: 0px solid #eee;	
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 320px;
	
        }
	
	
 	.viewport2 a {
            display: block;
            position: relative;
        }

        .viewport2 a img {
	height: 200px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 320px;
        }

        /* --- Label configuration -------------------------------------------------------------- */
        .viewport2 a span {
	display: none;
	font-size: 13px;
	font-weight: bold;
	height: 100%;
	padding-top: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
        }


a ,
a:link,
a:visited 		{
	color: #ffb62a;
	TEXT-DECORATION: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
a:hover,
a:active 		{
	color: #FE7667;
}
.image2{
		border:5px solid #FFF;
	margin-left:10px
	-webkit-box-shadow: 0px 1px 5px 0px #cbcbcb;
	-moz-box-shadow: 0px 1px 5px 0px #cbcbcb;
	box-shadow: 0px 1px 5px 0px #cbcbcb;
	margin: 5px;
	padding: 5px;
}
.image_footer{
	border:5px solid #FFF;
	margin-left:10px
	
	margin: 5px;
	padding: 0px;
}
.image_float {
	float:left;
	border:5px solid #FFF;
	margin-left:10px
	-webkit-box-shadow: 0px 1px 5px 0px #cbcbcb;
	-moz-box-shadow: 0px 1px 5px 0px #cbcbcb;
	box-shadow: 0px 1px 5px 0px #cbcbcb;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.float-right {
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.float-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#current
{
	color: #FFF;
	text-decoration: underline;
}

/*a:link,
a:visited 		{
	color: #C60;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:hover,
a:active 		{
	TEXT-DECORATION: underline;
	color: #C60;
}*/

#body {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
}
#font_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	padding-top: 1px;
	text-align: right;
}
#top_1 {
	height: 112px;
	width: 100%;
	background-color: #FFF;
}
#top_1wrapper {
	height: 112px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_1left {
	width: 553px;
	height: 112px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#top_1right {
	width: 447px;
	height: 112px;
	float: right;
	text-align: right;
}
#top_2 {
	height: 40px;
	width: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#top_2wrapper {
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	height: 48px;
	width: 100%;
	background-color: #2ac3dc;
	webkit-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	-moz-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	box-shadow: 		0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
}
#top_navwrapper {
	height: 48px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	webkit-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	-moz-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	box-shadow: 		0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
}
#top_3 {
	height: 395px;
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#top_wrapper3 {
	height: 400px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
#top_4 {
	height: auto;
	width: 100%;
	background-color: #eee;
	
}
#top_wrapper4 {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1f1f1;
	padding-right: 20px;
	padding-left: 20px;	
}
#menu_kirimain{
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: "Myriad Pro";
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	display: block;
	text-shadow:0 1px 1px #ffffff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color:#f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}


#menu_kirimain  a:hover, #menu_kirimain a:active {
	color: #000;
	text-decoration:none;
	text-align:left;
	text-shadow:0 1px 1px #ffffff;
	font-weight: normal;
}

#menu_kiri{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #743E01;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}


#menu_kiri  a:link, #menu_kiri a:visited{
	color: #333;
	text-decoration:none;
	text-align:left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#menu_kiri  a:hover, #menu_kiri a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	display: block;
}
#menu_related{
	text-align: left;
}


#menu_related  a:link, #menu_related a:visited{
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	background-image: url(images/list-marker.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#menu_related  a:hover, #menu_related a:active {
	color: #2ac3dc;
	text-decoration: none;
}

.padding {
	height: 20px;
	width: auto;
	background-color: transparent;
}
#content_section1{
	background-color: #FFF;
	height: auto;
	width: 100%;
}
#content_section2{
	background-color: #f5f5f5;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#content_wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
	
}#homefloat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-align: left;
	float: left;
	width: 300px;
	height: auto;
	margin-right: 10px;
	line-height: 1.5em;
	border: 0px solid #CCC;
	padding: 10px;
}
#homefloat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-align: center;
	float: left;
	width: 660px;
	height: auto;
	margin-right: 10px;
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content_left {
	height: auto;
	width: 240px;
	float: right;
}
#content_right {
	height: auto;
	width: 740px;
	text-align: justify;
	float: left;
	margin-right: 20px;
}

#content_left_head_title1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_left_head_title2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2ac3dc;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_left_box1 {
	height: auto;
	width: 100%;
	webkit-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	-moz-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	box-shadow: 		0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	background-color: #2ac3dc;	
}
#content_left_box2 {
	height: auto;
	width: 100%;
	background-color:#dbb481;	
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	webkit-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	-moz-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	box-shadow: 		0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
}
#homefloat_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	text-shadow: 0px 1px 0px #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 40px;
	text-align: center;
}
#homefloat_title a:link,#homefloat_title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-shadow: 0px 1px 0px #000000;
}
#homefloat_title a:hover,#homefloat_title a:active {
	color: #C60;
	text-decoration: none;
}

#line {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6e0c4;
	height: 1px;
}
#footer {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}
#footer2 {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #3f7dd9;
}
#footer3 {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #181818;
}

#bottom_wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
#bottomfloat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 200px;
	margin: 10px;
	height: auto;
}
#bottomfloat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 300px;
	margin: 10px;
	height: auto;
}
#bottomfloat3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 300px;
	margin: 10px;
	height: auto;
}
#bottomfloat4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 200px;
	margin: 10px;
	height: auto;
}
#bottomfloat5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 400px;
	margin: 10px;
	height: auto;
}
#bottomfloat_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #2ac3dc;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#bottom_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#bottom_menu a:link,#bottom_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-image: url(images/list-marker2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	text-align: left;
}
#bottom_menu a:hover,#bottom_menu a:active {
	color: #2ac3dc;
	text-decoration: none;
}

#bottom_teks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bottom_teks a:link,#bottom_teks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#bottom_teks a:hover,#bottom_teks a:active {
	color: #2ac3dc;
	text-decoration: none;
}

#bottom_teks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #989898;
	line-height: 2em;
}
#bottom_teks2 a:link,#bottom_teks2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
}
#bottom_teks2 a:hover,#bottom_teks2 a:active {
	color: #ffb62a;
	text-decoration: none;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #079bcb;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 1.7em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#font_content_judul2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #79765f;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#font_content_judul2 a:link, #font_content_judul2 a:visited {
	text-align: justify;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#font_content_judul2 a:hover, #font_content_judul2 a:active {
	color: #2ac3dc;
	text-decoration: none;
}

#font_content_judul {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-align: left;
	color: #1ba2b8;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0px;
}

#font_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1.5em;
}
#font_side a:link, #font_side a:visited {
	color: #FFF;
}
#font_side a:hover, #font_side a:active {
	color: #a9effa;
	text-decoration: none;
}

#font_produk_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1.5em;
}
#font_produk_home a:link, #font_produk_home a:visited {
	color: #666;
}
#font_produk_home a:hover, #font_produk_home a:active {
	color: #2ac3dc;
	text-decoration: none;
}
#font_detail  {
	padding-top: 5px;
	padding-bottom: 5px;	
	
}

#font_detail a:link, #font_detail a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px solid #000;
	text-align: center;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color:#ffb62a;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

#font_detail a:hover, #font_detail a:active {
	color: #FFF;
	text-decoration: none;
	background-color:#2ac3dc;
}

#font_date_posting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666;
	font-weight: normal;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#font_date_posting2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#font_view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #2ac3dc;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#font_table{
	color:#333;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	padding:0px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #E9E9E9;
	line-height: 1.8em;
	margin: 0px;
}
#font_table2{
	color:#333;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	padding:0px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #E9E9E9;
	line-height: 1.8em;
	margin: 0px;
}
input,select,textarea {
	font-size: 12px;
	padding: 8px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input:focus, textarea:focus, select:focus {
	background-color: #ebebeb;
	box-shadow: 0 0 5px #11aed5;
	-moz-box-shadow: 0 0 5px #11aed5;
	-webkit-box-shadow: 0 0 5px #11aed5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.error, select.error, textarea.error {
	border: 1px solid #c92d01;
	color: #000;
	background-color: #F8F8F8;
	font-size: 12px;	
}
.page{
	padding: 10px;
	color: #393c29;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid #E9D7BC;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	margin-right: 5;
	margin-left: 5;
}
.page a {
	color: #FFF;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #ffb62a;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color:#ffb62a;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
}
.page a:hover {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	border: 1px solid #2ac3dc;
	background-color:#2ac3dc;
}
#font_block {
	color: #393c29;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px; 
	box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	-webkit-box-shadow: 0 0 5px #191919;*/
	width: auto;
	background-color: #f9f9f9;
	margin-top: 10px;
}
#padding_produk {
	height: 10px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1c8bb;
	margin-right: 20px;
	margin-left: 20px;
}


#font_strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}

.elipse{
	background-color:#ffb62a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	width: auto;
	display: inline;
	padding: 10px;
	border: 1px solid #ffb62a;
	cursor:pointer;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
    } 
	
    .elipse:hover{
	background-color:#2ac3dc;
	color: #FFF;
	border: 1px solid #2ac3dc;
    } 
	
    .elipse:active{
	background-color:#2ac3dc;
	color: #FFF;
	border: 1px solid #2ac3dc;
    } 
	
#back_share {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}


.aToolTip {
	border:1px solid #333;
	color:#fff;
	margin:0;
	padding:2px 10px;
	font-size:12px;
	background-image: url(images/bg_opacity.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.aToolTip .aToolTipContent {position:relative;margin:0;padding:0;}
a.aToolTipCloseBtn {display:block;height:20px;width:20px;overflow:hidden;background:url(../images/loading/close.gif) no-repeat;text-indent:-9999px;outline:none;position:absolute;top:-15px;right:-20px;}

.scrollup{
	width:48px;
	height:48px;
	position:fixed;
	bottom:60px;
	right:30px;
	display:none;
	text-indent:-9999px;
	background-image: url(images/up.png);
	background-repeat: no-repeat;
}


.stepcarousel{
	position: relative;
	overflow: scroll;
	height: 320px;
	width: 640px;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 300px;
	height: 320px;
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 0px;
	border: 0px solid #CCC;
}

.grouped_elements {
	position:relative;
	overflow:hidden;
	display:block
}
.grouped_elements img {position:relative;z-index:2}
.grouped_elements span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	
}
.date {
	width: 60px;
	height: 60px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dad8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dad8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dad8d8',GradientType=0 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #999;
	text-align: center;
	margin-top: 0px;
}
.date p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #9e9e9e;
}
.date span  {
	background: #d33d2c;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-top: 3px solid #d33d2c;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 /* Kode Modal */
.modal {
  position: fixed;
    width: 100%;
        height: 100%;
        left:0;
        top:0;
    padding: 1em;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
  .modal a { margin-bottom:0; }
@media screen and (max-width: 500px) {
    .modal-content {
        left: 0;
        margin-left: 0;
                overflow-y: scroll;
            top: 10%;
            padding: 1em;
    }
}
@media screen and (max-height: 550px) {
  .modal-content {
    top: 0;
  }
}
 
.modal.show {
    opacity: 1;
    pointer-events: auto;
}
 
.modal-content{
	display:block;
	max-width: 600px;
	max-height:450px;
	padding-bottom:60px;
	border:5px solid gray;
	border-radius: 20px;
	overflow:scroll;
	position:relative;
	box-shadow: 0 2px 20px #000;
	z-index: 103;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffffff;
}
 
a#boxclose{
	top:10px;
	right:35px;
	cursor:pointer;
	height: 35px;
	width: 34px;
	z-index: 99999;
	position:absolute;
	text-align:center;
	background-color: transparent;
	background-image: url(images/x.png);
	background-repeat: no-repeat;
	background-position: left top;
}
