@charset "utf-8";


a ,
a:link,
a:visited 		{
	color: #2961a9;
	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;
}
.gambarzoom img {
	-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;
	border: 5px solid #FFF;
}

.gambarzoom img:hover {
	webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-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;
	

}
.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;
}
#top_1 {
	height: 45px;
	width: 100%;
	background-color: #4d2a52;
}
#top_1wrapper {
	height: 45px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4d2a52;
}
#font_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d2b1d7;
	padding-top: 5px;
	text-align: right;
}
#top_2 {
	height: 95px;
	width: 100%;
	background-color: #ededed;
}
#top_2wrapper {
	height: 95px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ededed;
}
#top_2left {
	width: 397px;
	height: 95px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#top_2right {
	width: 603px;
	height: 75px;
	float: right;
	margin-top: 20px;
}
#font_top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding-top: 13px;
	text-align: right;
}
#top_3 {
	height: 400px;
	width: 100%;
	background-color: #FFF;
}
#top_wrapper3 {
	height: 400px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
#blocktopwrap {
	height: auto;
	width: auto;
	margin-top: -350px;
	position: absolute;
	z-index: 50;
	margin-left: 200px;
	opacity:0.8;
}
#blocktop {
	height: auto;
	width: 350px;
	background-color: #2c172f;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	-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;
	line-height: 1.5em;
}
#top_4 {
	height: auto;
	width: 100%;
	background-color: #eee;
	
}
#top_wrapper4 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	
}

#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: 14px;
	font-weight: normal;
	display: block;
	background-image: url(images/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: #8e3d99;
	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;
}
#homefloat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	font-weight: normal;
	text-align: center;
	float: left;
	width: 150px;
	height: auto;
	margin-right: 5px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#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_head1 {
	height: 50px;
	width: 240px;
	background-image: url(images/header-row-tail.gif);
	background-repeat: repeat-x;
}

#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: #2961a9;
	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: #2961a9;
	margin-top: 20px;	
	
}
#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;
}
#footer1 {
	height: auto;
	width: 100%;
	text-align: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #502c5c;
}

#bottom_wrapper1 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: transparent;
}
#footerline {
	height: auto;
	width: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #734482;
}
#footer2 {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #2d1b30;
}
#bottom_wrapper2 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #2d1b30;
}

#bottomfloat1 {
	text-align: left;
	float: left;
	width: 180px;
	margin: 10px;
	height: auto;
}
#bottomfloat2 {
	text-align: left;
	float: left;
	width: 300px;
	margin: 10px;
	height: auto;
}
#bottomfloat3 {
	text-align: left;
	float: left;
	width: 250px;
	margin: 10px;
	height: auto;
}
#bottomfloat_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	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: 13px;
	font-weight: normal;
	color: #d5b7d9;
	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: #FFF;
	text-decoration: none;
}

#bottom_teks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #d5b7d9;
	text-align: left;
	float: left;
}
#bottom_teks a:link,#bottom_teks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #d5b7d9;
}
#bottom_teks a:hover,#bottom_teks a:active {
	color: #FFF;
	text-decoration: underline;
}

#bottom_teks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #d5b7d9;
	line-height: 2em;
}
#bottom_teks2 a:link,#bottom_teks2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d5b7d9;
}
#bottom_teks2 a:hover,#bottom_teks2 a:active {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #4d2a52;
	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;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	text-align: center;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 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: #2961a9;
	text-decoration: none;
}

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



#font_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	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: #B9A34A;
	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 #4d2a52;
	text-align: center;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color:#4d2a52;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
}

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

#font_date_posting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: 13px;
	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: 13px;
	text-align: left;
	color: #944b9e;
	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: #F5F5F5;
	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: #F5F5F5;
	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 #4d2a52;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color:#4d2a52;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	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 #944b9e;
	background-color:#944b9e;
}
#font_block {
	color: #393c29;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	width: auto;
	background-color: #f9f9f9;
	margin-top: 10px;
}
#font_form {
	color: #393c29;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#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:#4d2a52;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	width: auto;
	display: inline;
	padding: 10px;
	border: 1px solid #4d2a52;
	cursor:pointer;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
    } 
	
    .elipse:hover{
	background-color:#944b9e;
	color: #FFF;
	border: 1px solid #944b9e;
    } 
	
    .elipse:active{
	background-color:#944b9e;
	color: #FFF;
	border: 1px solid #944b9e;
    } 
	
#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: 150px;
	width: 640px;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	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;
	background-image: url(images/Magnifier.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.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;
}
