/*tutor sticky footer: http://ryanfait.com/html5-sticky-footer/
Sticky footer is the only way to get a footer to stick when the body is shorter than the viewport, and move down when it is taller.
aslinya ada di file sticky_footer.css, baca keterangannya disana.
*/
@font-face {
	 font-family: 'TimesOld';
	 src: url('fonts/TimesOld.eot'); /* IE9 */
	 src: url('fonts/TimesOld.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('fonts/TimesOld.woff') format('woff'), /* Modern Browsers */
		  url('fonts/TimesOld.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('fonts/TimesOld.svg#TimesOld') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	}
@font-face {
	 font-family: 'Kyboshed';
	 src: url('fonts/Kyboshed.eot'); /* IE9 */
	 src: url('fonts/Kyboshed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('fonts/Kyboshed.woff') format('woff'), /* Modern Browsers */
		  url('fonts/Kyboshed.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('fonts/Kyboshed.svg#Kyboshed') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	}
@font-face {
	 font-family: 'bhs55';
	 src: url('fonts/BHS55__C.eot'); /* IE9 */
	 src: url('fonts/BHS55__C.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('fonts/BHS55__C.woff') format('woff'), /* Modern Browsers */
		  url('fonts/BHS55__C.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('fonts/BHS55__C.svg#bhs55') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	 font-family: 'Sqr721c';
	 src: url('fonts/Sqr721c.eot'); /* IE9 */
	 src: url('fonts/Sqr721c.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('fonts/Sqr721c.woff') format('woff'), /* Modern Browsers */
		  url('fonts/Sqr721c.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('fonts/Sqr721c.svg#Sqr721c') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	}
	
/*UNTUK RESET CSS SUPAYA BISA 1 FILE UNTUK SEMUA BROWSER, TIDAK PERLU 2 CSS, YANG 1 UNTUK IE. terutama masalahnya di bagian .fix*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}

div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td,tr,table {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
	}

body {
	padding: 0px;
	margin: 20px 0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	}
.clear
	{
		clear: both;	
	}
/*header*/
#headnya
	{
		min-height: 95%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height, utk sticky footer. baca dipaling atas*/
	}
#headnya .isinya
	{
		width: 920px;
		padding: 10px;
		margin: 0 auto;
	}
.content
	{
		margin:0px;
		height:300px;
		padding:0px 20px 15px 20px;
		overflow:auto;
	}
.contentdiproduct
	{
		margin:0px;
		padding:0px 20px 15px 20px;
	}
.whole_content
	{
		margin: 0px auto;
		overflow: hidden;
	}

/*untuk bagian title*/
#headnya .title_header {
	width:100%;
	color:#ccc;
	letter-spacing:1px;
	padding:20px 0;
	background: rgba(255,255,255,0.5);
}
#headnya .title_header span{
	padding:20px;
	margin: 0px;
	font-size:25px;
	font-family: 'bhs55', Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-shadow: 1px 1px 1px #D7D7D7;
}

/*end header*/

/*footer*/
footer
	{
		height: 25px; /* '.push' must be the same height as 'footer' */
		background: rgba(255,255,255,0.5);
		width: 100%;
	}
.push
	{
		height: 25px; /* '.push' must be the same height as 'footer' */
	}

.footer_content{
	width: 920px;
	margin: 0px auto;
	text-align: right;
	font-size:18px;
		font-family: 'bhs55', Arial, Helvetica, sans-serif;
		color:#FFFFFF;
}
.footer_content a
	{
		color: #FFFFCC;
		text-decoration: none;	
	}
.footer_content a:hover
	{
		text-decoration: underline;	
	}
/*end footer*/
.divider { height: 1px; font-size: 1px; border-bottom: 1px solid #FFFFCC; margin-right: 30px; }
/*kotaknya category*/
#kotakcategory
	{
		-moz-border-radius: 10px 10px 0px 0px;	
		border-radius: 10px 10px 0px 0px;	
		-webkit-border-radius: 10px 10px 0px 0px;	
		background: rgba(255,255,255,0.4);
		margin: 10px;
		text-align:center;
		float: left;
	}
#catselected
	{
		-moz-border-radius: 10px 10px 0px 0px;	
		border-radius: 10px 10px 0px 0px;	
		-webkit-border-radius: 10px 10px 0px 0px;	
		background: #990000;
		margin: 10px;
		text-align:center;
		float: left;
	}
#kotakcategory .info_prod_cat, #catselected .info_prod_cat
	{
		text-align: center;
		padding: 5px;
	}
#kotakcategory .img, #catselected .img {
	float: left;
	display: table-cell; /*supaya imagenya bisa ada di tengah2 horizontal dan verikal*. tapi gak boleh ada float:left. kalau ada, table-cellnya di abaikan. jadi kalau mau float-left, bikin 2 div. 1 div float left, dan 1 div lagi yang isi table-cell ini*/
	height: 120px;
	width: 120px;
	background-color: #E2E8E9;
	text-align: center;
	vertical-align: middle;
}
#kotakcategory span, #catselected span { /*sebelum tag img src dikasih <span></span>, supaya imagenya bisa center vertical. Ini buat IE*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
#kotakcategory img, #catselected img { /*dikasih gini juga buat IE*/
	vertical-align: middle;
}
#kotakcategory .info_prod_cat a, #catselected .info_prod_cat a
	{
		color: #FFFF00;
		text-decoration: none;
	}
#kotakcategory .info_prod_cat a:hover, #catselected .info_prod_cat a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
/*end kotaknya category*/

/*kotaknya image gallery*/
#box_image_gallery
	{
		-moz-border-radius: 10px;	
		border-radius: 10px;	
		-webkit-border-radius: 10px;	
		background: rgba(255,255,255,0.25);
		height: 220px;
		margin: 10px;
		text-align:center;
	}
#box_image_gallery .info_product
	{
		float: left;
		text-align: left;
		padding: 10px;
	}
#box_image_gallery .img {
	float: left;
	display: table-cell; /*supaya imagenya bisa ada di tengah2 horizontal dan verikal*. tapi gak boleh ada float:left. kalau ada, table-cellnya di abaikan. jadi kalau mau float-left, bikin 2 div. 1 div float left, dan 1 div lagi yang isi table-cell ini*/
	height: 220px;
	width: 220px;
	background-color: #E2E8E9;
	-moz-border-radius: 10px 0px 0px 10px;	
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	text-align: center;
	vertical-align: middle;
}
#box_image_gallery span { /*sebelum tag img src dikasih <span></span>, supaya imagenya bisa center vertical. Ini buat IE*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
#box_image_gallery img { /*dikasih gini juga buat IE*/
	vertical-align: middle;
}
#box_image_gallery .info_product a
	{
		color: #FFFF00;
		text-decoration: none;
	}
#box_image_gallery .info_product a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
/*end kotaknya image gallery*/

/*image gallery*/
.content_post_product_imagepiece_frame {
	float:left;
	width:220px;
	padding:0px 5px;
	margin: 5px 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0.4);
	}	

.info_produk_detail
	{
		padding: 0px 10px 10px 10px;
		width: 220px;
		float: left;
		text-align: center;
		font-family: 'bhs55',Arial, sans-serif;
		font-size: 16px;
		color: #FFFFFF;
		letter-spacing: 1.5px;
	}
	
.content_post_product_imagepiece  {
	display: table-cell; /*supaya imagenya bisa ada di tengah2 horizontal dan verikal*. tapi gak boleh ada float:left. kalau ada, table-cellnya di abaikan. jadi kalau mau float-left, bikin 2 div. 1 div float left, dan 1 div lagi yang isi table-cell ini*/
	height:210px;
	width:220px;
	text-align: center;
	vertical-align: middle;
	}	
.content_post_product_imagepiece span { /*sebelum tag img src dikasih <span></span>, supaya bisa center. Ini buat IE*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
.content_post_product_imagepiece img { /*dikasih gini juga buat IE*/
	vertical-align: middle;
}
/*end image gallery*/

/*paging*/
.pagenavi {
	padding:10px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	}
	
.prev a, .next a{
	background:#F5F2D6;
	border:1px solid #D8B6AE;
	color:#BA8A7E;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin:0 5px;
	padding:5px;
	text-shadow:0 1px 1px #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.prev a:hover, .next a:hover{
	color:#966357;
	border:1px solid #BA8A7E;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	}
	
.pagelist {
	margin-top:10px;
	float:left;
	height:40px;
	text-align:center;
	width:740px;
	}

.pagelist a,.pagelist_new a{
	color:#BA8A7E;
	float:left;
	width:25px;
	padding:3px;
	margin:0 5px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:1px solid #BA8A7E;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}	
	
.pagelist a:hover,.pagelist_new a:hover {
	color:#966357;
	background:#F5F2D6;
	float:left;
	width:25px;
	padding:3px;
	margin:0 5px;
	font-weight:bold;
	border:1px solid #BA8A7E;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}	
	
.current_page { /*untuk halaman yang aktif*/
	color:#FFFFFF;
	background:#990000;
	float:left;
	width:25px;
	padding:3px;
	margin:0 5px;
	font-weight:bold;
	border:1px solid #BA8A7E;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	}
.pagenavi_new {
	float:left;
	padding:10px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	width:740px;
	margin-top:10px;
	}
	
.pagelist_new {
	float:left;
	height:40px;
	text-align:center;
	}	
.nextprev a { /*untuk next/prev yang bisa di klik*/
	color:#990000;
	background:#FFFFCC;
	float:left;
	padding:3px;
	margin:0 5px;
	border:1px solid #BA8A7E;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family:Arial;
	font-size:12px;
	}

.nextprev a:hover { text-decoration:none; }

.disabled { /*untuk halaman next/prev yang gak bisa di klik*/
	color:#A0A0A0;
	background:#E4E4E4;
	float:left;
	padding:3px;
	font-style: italic;
	margin:0 5px;
	border:1px solid #E4E4E4;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/*end paging*/

/*reset css*/
floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
	}

.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
	}
	
.clear {
	clear:both;
	}
	
.fix:after { /*http://www.positioniseverything.net/easyclearing.html*/
	content: "."; /*for IE6*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
/*for firefox */	
.fix {
	display: inline-block; /*supaya tingginya bisa mengikuti. misalnya dalam 1 div di bagai 2 kolom dan content tidak sama panjang. kalau gak di fix, jadi gak sama tingginya nanti (liat di clumn_right-nya dijadikan clumn_right fix)*/
	} 

* html .fix{ /*untuk IE juga.*/
	height: 1%;
	}

.fix{
	display:block;
	}
/*end reset css*/
