/*
Theme Name: Kelontong
Theme URI: http://www.icreativelabs.com/
Description: None.
Version: 1.0.0
Author: iCreative Labs
Author URI: http://www.icreativelabs.com
Tags: black, blue

	Kelontong v1.0.0
	http://www.icreativelabs.com/
	This theme was designed and built by icreativelabs,
	whose blog you will find at http://www.icreativelabs.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/*
Author:
   Momo
   Budi
   Sulaeman
Project Initiatior:
   iCreativeLabs
   http://www.icreativelabs.com/
Client:
   iCreativeLabs
   http://www.icreativelabs.com/
*/

* {
	margin:0;
	padding:0;
	outline:none !important;
}
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
}

/*  
Sticky Footer Solution by Steve Hatcher 
http://stever.ca http://www.cssstickyfooter.com
*/
* {margin:0;padding:0;} 
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 67px;}
#foot-nav {position: relative;margin-top: -67px;height: 67px;clear:both;} 
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
.container {
	width: 100%;
	position: relative;
	text-align:center;
}
.content {
	width: 860px;
	margin:0 auto;
	position: relative;
	text-align:left;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
input:focus {
	outline: none;
}

/*
	Navigation
*/

.nav {
	list-style: none;
	position:absolute;
}
.nav li {
	display: inline;
}
#user {
	width: 360px;
	padding-top: 8px;
	float: right;
	list-style: none;
	text-align: right;
	position:absolute;
	top:50px;
	right:20px;
}
#user li {
	display: inline;
	font-weight: bold;
	margin-left: 15px;
}

#register li {
	margin-left:0 !important;
}
#logged a {
	margin:0 3px;
}
#register a {
	padding-left: 20px;
}
#foot-nav {
	z-index: 2;
}
#foot-nav, #foot-nav-bar {
	height: 67px;
}
#foot-nav #social {
	width: 555px;
	text-align: left;
	padding-top: 30px;
	height: 23px;
	line-height: 23px;
	position:absolute;
	left:0;
}
#foot-nav #social li {
	display: inline;
}
#foot-nav #social li a {
	font-weight: bold;
}
#foot-nav #social li.icon {
	margin-right: 10px;
	display: block;
	float: left;
}
#foot-nav #social li.icon a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
}
#foot-nav-bar .nav {
	width:550px;
	padding-top: 35px;
	text-align: right;
	position:absolute;
	right:0;
}
#foot-nav-bar .nav li {
	margin-left:5px;
}
#top-nav {
	position:relative;
	z-index: 3000;
}
#top-nav-bar {
	position:relative;
	z-index:2000;
}
#top-nav, #top-nav-bar {
	height: 35px;
	overflow:visible;
}
#top-nav-bar .nav {
	padding: 0;
	margin: 0;
	display:block;
	list-style:none;
	text-align:left;
}

/*
	Header
*/

#header {
	padding-top: 0px;
	margin-bottom:20px;
	z-index:600;
	position:relative;
}
#header .content {
	z-index:300;
	position:relative;
}
#logo {
	position: relative;
	height: 211px;
}
#logo h3, #logo h4 {
	display: block;
	float: left;
	position: relative;
}
#logo h3 {
	margin-right: 10px;

	top:0px;
	font-size:2.8em;
}
#logo h4 {
	font-size: 1.8em;
	top:0px;
}
#head-categories {
	display: block;
	position: relative;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#breadcrumbs {
	list-style: none;
	text-align: left;
	display: block;
	float: left;
	width: 630px;
	margin-left: 5px;
}
#breadcrumbs * {
	margin: 0 5px;
}
#dropdown-categories {
	display: block;
	position: absolute;
	right: -1px;
	top:-1px;
	width: 200px;
}
#dropdown-categories p {
	padding: 0 30px 0 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
	height:35px;
	line-height:35px;
	position:relative;
}
#dropdown-categories p span {
	width: 20px;
	position:absolute;
	display:block;
	right:10px;
	top:0;
}
#dropdown-categories ul {
	position: absolute;
	list-style: none;
	line-height: 1.2em;
	text-align: right;
	margin: 0 6px 0 2px;
	padding-bottom: 12px;
	display:none;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#dropdown-categories ul li {
	padding: 2px 10px;
	position:relative;
}
#dropdown-categories ul li a {
	display: block;
	padding: 3px 10px 3px 0;
	width:160px;
}
#dropdown-categories ul li .sub_cat {
	display:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px 0;
	position:absolute;
	left:-160px;
	top:0;
}
.more a, .clearlist {
	display: block;
	width: 146px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	font-size: 0.9em;
	line-height: 31px;
	margin: 0 auto;
	font-weight:bold;
	text-transform:lowercase;
}
.checkout {
	margin-right:20px;
}
.checkout h2 {
	margin-bottom:20px;
}
.hrbar {
	background:#fff;
    border:none;
    border-top:1px solid #eee;
    height:10px;
    margin-top:10px;
}

/*--------------------------- HOME PAGE ---------------------------*/

/*
	FEATURED
*/

#featured .content {
	font-size: 1.2em;
	position:relative;
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#featured-banner {
	width: 194px;
	height: 54px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: -14px;
	top:15px;
}
#featured-products {
	width:860px;
	height: 400px;
	overflow: scroll;
	position: relative;
}
.featured-belt {
	position: absolute;
	left: 0;
	top: 0;
}
.featured-wrap {
	width:860px;
	float: left;
	overflow: hidden;
}
.featured-text {
	width: 355px;
	padding: 80px 0 30px 50px;
	float: left;
}
.featured-name {
	margin-bottom: 30px;
}
.featured-name a {
	font-size: 1.5em;
	font-weight: bold;
}
.featured-description {
	line-height: 1.5em;
	margin-bottom: 20px;
}
p.excerpt{
	font-size: 2.6em;
	margin-bottom: 20px;
	line-height: 1em;
}
.featured-image {
	width: 420px;
	height:350px;
	float:right;
	line-height:350px;
	padding-top:50px;
	text-align:center;
}
.featured-image img {
	display:inline;
}
.featured-more a {
	margin: 0;
}
/*
	NEWEST
*/

#newest .content {
	font-size: 1.2em;
	position:relative;
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#newest-products {
	width:860px;
	height: 360px;
	overflow: scroll;
	position: relative;
}
.newest-belt {
	position: absolute;
	left: 0;
	top: 0;
}
.newest-panel {
	text-align: center;
	width:215px;
	height: 360px;
	float: left;
	overflow: hidden;
	padding-left: 1px;
	position:relative;
}
.newest-panel div {
	margin: 5px 0 10px;
}
.newest-panel p {
	font-size: 0.95em;
	padding: 0 10px;
}
.newest-panel h5 a {
	font-size: 1.1em;
	font-weight: normal;
}

.newest-image {
	display:table-cell;
	height:180px;
	line-height:160px;
	padding-top:20px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:215px;
}
.newest-image img {
	max-width: 180px;
}
.newest-panel .more {
	position: absolute;
	top: 310px;
	left: 30px;
}
.newest-cat, .newest-desc {
	font-size:0.85em;
	padding:0 15px;
}

/*--------------------------- SINGLE PAGES ---------------------------*/

/*
	TWO COLUMNS
*/

#two-columns .content {
	font-size: 1.1em;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:20px;
	z-index: 1;
}
#right-column {
	float: right;
	width: 620px;
	position:relative;
	padding-top: 40px;
}
#left-column {
	float: left;
	width: 220px;
	position:relative;
}

/*
	ONE COLUMNS
*/

#one-column .content {
	font-size: 1.1em;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:20px;
	z-index: 1;
	width:820px;
	padding:0 20px;
}


/*
	PRODUCT DETAILS
*/

.product-text {
	margin-right:10px;
	width: 225px;
	float:left;
}
.product-text h1 {
	font-size: 1.8em;
}
.product-category a {
	margin:4px 0;
	color:#666;
}
.product-description p {
	line-height: 1.2em;
	margin-bottom:10px;
}
.product-description p:first-child {
	font-size: 2em;
}
.product-image {
	padding: 40px 10px 0 0;
	float:right;
	width:365px;
	overflow:hidden;
}
.product-image .main-image {
	margin-bottom:20px;
	text-align:center;
}
.link_full_specification {
        display:block;
        padding:3px 0;
        margin-top:10px;
		font-weight:bold;
}
.addtocart a {
	display: block;
	width: 138px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	text-indent:-999px;
	font-size: 0.9em;
	line-height: 31px;
}
.addtowishlist {
	width:134px;
	text-align:center;
}
.addtowishlist a {
	padding-left:20px;
	height:20px;
	line-height:20px;
	text-transform:lowercase;
}
#icl_widget_wishlist_container, .wpsc_variation_forms {
	margin-bottom:10px;
}
#full_specification {
	margin-right:20px;
}
.popup-images {
	list-style:none;
}
.popup-images li {
	float:left;
	margin-right:5px;
}
.popup-images li a {
	display:block;
	padding:4px;
	border:1px solid #ccc;
}
.popup-images li a img {
	border:none;
	border:1px solid #ccc;
}
.banner, .product_banner {
	text-align:center;
	width:100%;
	padding:20px 0;
}

/*
	PRODUCTS LISTING
*/

.product-listing-top {
	position:relative;
	margin: 0 20px 10px 0;
}
.product-listing-top h3 {
	width:300px;
	float:left;
}
.listing-top-right, .listing-bottom-right {
	width:250px;
	float:right;
	text-align:right;
	padding-right:20px;
	font-size:0.8em;
	line-height:2em;
}
.product-listing-bottom {
	padding-top:10px;
	margin: 10px 20px 20px 0;
}
.listing-top-right p, .listing-bottom-right p {
	display:inline;
	margin-left:20px;
}
.product-listing {
	list-style:none;
	border-top:1px solid #ccc;
	margin-bottom: 20px;
}
.product-li {
	width:185px;
	height:300px;
	padding:5px 5px 50px;
	text-align:center;
	float:left;
	position:relative;
}
.list-desc h5 {
	margin-bottom:5px;
}
.list-price {
	font-weight:bold;
	margin-bottom:10px;
}
.list-description {
	margin-bottom:15px;
}
.list-image {
	display:table-cell;
	height:185px;
	margin:5px 0 10px;
	padding-top:20px;
	text-align:center;
	vertical-align:middle;
	width:185px;
}
.list-desc {

}
.product-li .more {
	position:absolute;
	top:315px;
	left:30px;
}
#right-column h4 a {
	font-size:0.75em;
	margin-left:5px;
}

/*--------------------------- BLOG ---------------------------*/

/*
	BLOG POST
*/

.post {padding-right:20px;position:relative;}
.post img {max-width:600px;}

.post-title, .post-detail {width:540px;}

.post-title a {
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
}

.post-detail {
	font-size:0.85em;
	margin:5px 0;
}

.commentcount {
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	right:20px;
	line-height:45px;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
}

.post-content {
	padding: 10px 0 20px;
	line-height:1.3em;
	margin-bottom:20px;
}

	.post-content p {
		margin-bottom:10px;
	}
	.post-content blockquote, .post-content cite {
		padding-left:60px;
	}
	.post-content blockquote p {
		font-style:italic;
	}
	.post-content cite {
		font-style:normal;
		font-weight:bold;
	}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, #comments h2, #respond {
		line-height:1.2em;
		font-weight:bold;
		margin:5px 0 10px;
	}
	
	.post-content ul, .post-content ol {
		margin-left:15px;
	}
	.post-content ul li, .post-content ol li {
		line-height:1.5em;
	}
	
	.post-content .wp-caption {font-style:italic;text-align:center;}
	.post-content .alignleft {float:left;margin-right:20px;}
	.post-content .alignright {float:right;margin-left:20px;}
	.post-content .aligncenter {display:block;width:100%;}

.comment-wrap {padding-right:20px;}
.comment-wrap:after {content: " ";display: block;height: 15px;clear: both;visibility: hidden;}
.comment-left {display:block;width:60px;float:left;}
.comment-right {display:block;width:530px;float:right;}
.comment-right p {line-height:1.3em;margin-bottom:5px;}

#comment_form {
	margin:0 20px 20px 0;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form fieldset {border:none;}
#comment_form label, #comment_form input.text, #comment_form textarea, #comment_form p {
	display:block;
	float:left;
	margin:5px 0;
}
#comment_form label {
	width:100px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
#comment_form input.text {
	width:350px;
	margin-right:80px;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
#comment_form textarea {
	width:400px;
	margin-right:30px;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
input[type="hidden"] {
	display:none;
}
#comment_form p {
	margin-left:110px;
	margin-right:200px;
	}
input#submit, .broap {
	display: block;
	width: 146px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	text-transform:lowercase;
	border:none;
	padding-bottom:5px;
}

/*--------------------------- FAQ ---------------------------*/
.random {
	padding-top:10px;
}
.random ul {
	list-style:none;
	text-align:center;
}

.random ul li {
	display:inline;
	margin:0 2px;
}


/*------------------------- WISHLIST & CHECKOUT -------------------------*/

.mustlogin h2 {
	margin-bottom:20px;
}
.mustlogin form label {
	display:block;
	width:250px;
	text-align:right;
	height:30px;
	line-height:25px;
}
.mustlogin #pwd, .mustlogin #log {
	display:block;
	float:right;
	margin-left: 10px;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.mustlogin form p.clear {
	padding-bottom:10px;
}
.mustlogin form p.clear label, .mustlogin .submit {
	text-align:left;
	padding-left:100px;
	height:20px;
}
.mustlogin #submit {
	margin:0;
}
.wpsc_checkout_forms .form h4 {
	margin-bottom:10px;
}
.wpsc_checkout_forms .form label, .wpsc_checkout_forms .form .in{
	float:left;
}

.wpsc_checkout_forms .form label {
	width:100px;
	text-align:right;
	padding-right:10px;
}
.wpsc_checkout_forms .clear {
	height:10px;
}
.broap {
	margin:0 0 0 110px;
}
/*
	PAYMENT TABLES
*/

.payment {
	border-collapse:collapse;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin-bottom:20px;
}
.payment td {
	padding:0 10px;
}
.payment th  {
	padding:3px 10px;
}
.payment .nama {
	font-weight:bold;
	font-size:13px;
}

/*------------------------- SIDEBAR -------------------------*/

.sidebar {
	padding: 0 15px;
	margin-bottom:15px;
}
.sidebar h3, .sidebar h4 {
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #bbb;
}
.sidebar div ul {}
.sidebar div ul li {
	margin-bottom:2px;
}
.widget_wp_shopping_cart {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	padding:70px 15px 10px;
	margin-bottom:15px;
}
.widget_wp_shopping_cart h3 {
	height:57px;
	width:196px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	border:none;
	top:10px;
	left:-14px;
}
.widget_wp_shopping_cart p {
	color:#fff;
}
.side-cart {
	border-collapse:collapse;
	font-size:11px;
	height:20px;
	line-height:20px;
	margin:10px 0;
	width:190px;
}
.side-cart th {
	text-align:center;
}
.side-cart td {
	padding:0 5px;
}
.buttonclear a, .buttoncheckout a, .visitshop a {
	display:block;
	height:35px;
	float:left;
	line-height:28px;
	text-transform:lowercase;
	font-weight:bold;
	text-align:center;
}
.buttonclear a {
	width:54px;
}
.buttoncheckout a, .visitshop a {
	width:86px;
}
.visitshop a {
	margin-top:10px;
}
#search {
	height:27px;
}
#search input {
	margin:5px 0 0 25px;
	border:none;
}
.sidebar ul {
	margin-left:15px;
	text-align:left;
}
.blocked-sidebar ul {
	margin-left:0;
}
.sidebar ul li {
	line-height:1.5em;
	margin-bottom:2px;
}
.sidebar ul li a {}
.sidebar ul li ul li a {}
.sidebar ul li ul li ul li a {
	font-size:0.9em;
	font-style:italic;
}
#featured-side {
	text-align:center;
	margin-top:10px;
}
.featured-side h5 {
	margin-bottom:5px;
}
.featured-side-price {
	font-weight:bold;
	margin-bottom:10px;
}
.featured-side-description {
	margin-bottom:15px;
}
#featured-side .more {
	width:146px;
	margin:10px auto;
}
#popular-side ul {
	margin-left:15px;
	text-align:left;
}
#popular-side ul li {
	font-size:0.9em;
	clear:both;
	margin-bottom:10px;
}
#popular-side ul li a img {
	float:left;
	max-width:60px;
	margin-right:10px;
}
#popular-side h5 {
}

/*
	SCROLLER BUTTONS
*/

.prev, .next {
	display: block;
	width: 42px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
}
.prev1 {
	top:179px;
	left: -42px;
}
.next1 {
	top:179px;
	right: -42px;
}
.prev2 {
	top:134px;
	left: -42px;
}
.next2 {
	top:134px;
	right: -42px;
}

/*
	FIX
*/
.sf-sub-indicator {display:none !important;}
.clear {clear:both;}