/*
Theme Name: Kelontong - edited by Shelt
Theme URI: http://www.icreativelabs.com/
Description: None.
Version: 1.0.0
Author: Shelt.co.uk
Author URI: http://www.peterboroughwebsitedesigner.co.uk
Tags: grey, red
	Kelontong Shelt v1.0.0
	http://www.icreativelabs.com/
	This theme was designed and built by None,
	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
*/
html{	height: 100%; }
h1, h2, h3, h4, h5, h6 {font-weight: normal;color: #930;}
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;}
body {
	color: #333;
	font-size: 75%;
	background: #eee;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
#main{
	float:left;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
*, img, input:focus {
	border: none;
	outline: none;
	margin:0;
	padding:0;
}
a {
	color: #be3a0e;
	text-decoration: none;
}
a:hover{
	color: #F60;
	}
/*.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}*/
.total .pricedisplay{
	float:right;
	font-weight: bold;
	}
.container {
	width: 100%;
	position: relative;
	text-align:left;
}
.content {
	float: left;
	width: 960px;
	position: relative;
	text-align:left;
}
/*	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;
}
#social {
	width: 555px;
	text-align: left;
	padding-top: 30px;
	height: 23px;
	line-height: 23px;
	position:absolute;
	left:0;
}
#social li {
	display: inline;
}
#social li.icon {
	margin-right: 10px;
	display: block;
	float: left;
}
#social li.icon a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
}
#top-nav {
	position:relative;
	z-index: 3000;
}
#top-nav-bar {
	position:relative;
	z-index:2000;
}
#top-nav, #top-nav-bar {
	height: 41px;
	overflow:visible;
}
#top-nav-bar .nav {
	padding: 0;
	margin: 0;
	display:block;
	list-style:none;
	text-align:left;
}
/*	Header */
#header {
	margin:0 auto;
	width: 960px;
	padding-top: 10px;
	z-index:600;
	position:relative;
	background-color: #eee;	
}
#header .content {
	z-index:300;
	position:relative;
}
#logo {
	position: relative;
}
#logo h3, #logo h4 {
	display: block;
	float: left;
	position: relative;
}
#logo h3 {
	margin-right: 10px;
	top:20px;
	font-size:2.8em;
}
#logo h4 {
	font-size: 1.8em;
	top:30px;
}
#head-categories {
	display: block;
	position: relative;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#breadcrumbs {
	float: left;
	width: 940px;
	color: #888;
	padding: 5px 0 5px 20px;
	font-size: 80%;
}
#dropdown-categories {
	display: block;
	position: absolute;
	right: -1px;
	top:-1px;
	width: 180px;
	font-size: 110%;
}
#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:31px;
	line-height:29px;
	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:140px;
}
#dropdown-categories ul li .sub_cat {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px 0;
}
#dropdown-categories ul li:hover .sub_cat {
	display:block;
	position:absolute;
	left:-160px;
	top:0;
}
#dropdown-categories ul li:hover .sub_cat li .sub_cat {
	display:none;
}
#dropdown-categories ul li:hover .sub_cat li:hover .sub_cat {
	display:block;
}
.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:960px;
	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: 700px;
	text-align: left;
	padding: 10px 20px 20px 0;
}
#left-column {
	float: left;
	width: 220px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}
/*	ONE COLUMNS */
#one-column .content {
	float: left;
	font-size: 1.1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0;
	z-index: 1;
	width:920px;
	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;
}
.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: 0 0 20px 0;
}
.mustlogin form label {
	float: left;
	width:265px;
	text-align: right;
	line-height:25px;
}
.mustlogin form input {
	width:180px;
}
.mustlogin #pwd, .mustlogin #log {
	display:block;
	float:right;
	margin-left: 10px;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.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;
}
.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 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 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;
}
/*
	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;
}
#social li#rss a {
	background:url(images/rss.png) no-repeat top center;
}
#social li#facebook a {
	background: url(images/facebook.png) no-repeat top center;
}
#social li#twitter a {
	background: url(images/twitter.png) no-repeat top center;
}
.nav a {
	color: #909090;
}
#register a {
	background: url(images/user.png) no-repeat left center;
}
#logged {
	color:#666;
}
#logged a, #login a {
	color: #fff;
}
#logo h3 a {
	text-shadow: #000 1px 1px 3px;
}
#logo h4 {
	color: #fff;
	text-shadow: #000 1px 1px 3px;
}
.more a {
	background: url(images/more.png) no-repeat top left;
	color: #111;
}
.more a:hover {
	color: #444;
	text-decoration:none;
}
.addtocart a {
	background: url(images/add-to-cart.png) no-repeat top left;
}
.addtowishlist a {
	background:url(images/add-to-wishlist.png) no-repeat left center;
}
.link_full_specification {
	background:url(images/fullspec.jpg) no-repeat left center;
	padding-left:15px;
}
#head-categories, #foot-nav-bar {
	background: #fff url(images/head-categories.png) repeat-x bottom left;
	border:1px solid #eee;
}
#dropdown-categories p {
	background: #BE3A0E url(images/category-background.png) repeat-x bottom left;
	color: #fff;
	border: 1px solid #BE3A0E;
}
#dropdown-categories ul {
	background: #930;
	border: 1px solid #BE3A0E;
	border-top: none;
}
#dropdown-categories ul li:hover, .previous_categories {
	background: #F03;
}
#dropdown-categories ul li a {
	color: #fff;
}
#dropdown-categories ul li a:hover {
	text-decoration: none;
}
#dropdown-categories ul li span {
	color:#fff;
	display:block;
	font-size:0.7em;
	position:absolute;
	right:10px;
	top:6px;
	width:10px;
}
#featured .content {
	background:#fff url(images/main.png) repeat-x bottom left;
}
#featured-banner {
	background: url(images/featured.png) no-repeat top left;
}
.featured-name a {
	color: #666;
}
.featured-name a:hover {
	color: #000;
}
.featured-more a, input#submit, .clearlist, .broap  {
	background: url(images/featured-more.png) no-repeat top left;
	color: #fff;
}
.prev {
	background: url(images/scroll-left.png) no-repeat bottom center;
}
.next {
	background: url(images/scroll-right.png) no-repeat bottom center;
}
.prev:hover {
	background: url(images/scroll-left.png) no-repeat top center;
}
.next:hover {
	background: url(images/scroll-right.png) no-repeat top center;
}
#right-column h4 a {
	color:#BE3A0E;
}
#newest .content {
	background:#191919;
}
#newest-products, .newest-panel {
	background: url(images/newest.png) no-repeat right center;
}
.newest-panel {
	background: url(images/newest.png) no-repeat left center;
}
.newest-panel h5 a {
	color: #fff;
}
.newest-cat, .newest-cat a {
	color: #555;
}
.newest-desc {
	color: #ccc;
}
#two-columns .content {
	background: #fff url(images/sidebar.png) repeat-y top left;
}
#one-column .content {
	background: #fff;
}
.listing-top-right p a, .list-category a, .listing-bottom-right p a, .featured-side-category a {
	color:#000;
	font-weight:bold;
}
.product-listing, .product-listing-bottom {
	border-top:1px solid #ccc;
}
.widget_wp_shopping_cart {
	background:#be3a0e;
}
.widget_wp_shopping_cart h3 {
	background:url(images/sidebar-cart.png) no-repeat top left;
}
.side-cart td, .side-cart th {
	border: 1px solid #900;
	color: #fff;
}
.side-cart th {
	background:#900;
	color: #fff;
}
.buttonclear a, .buttoncheckout a {
	color:#555;
}
.buttonclear a:hover, .buttoncheckout a:hover {
	color:#000;
}
.buttonclear a {
	background:url(images/clear.png) no-repeat top left;
}
.buttoncheckout a, .visitshop a {
	background:url(images/checkout.png) no-repeat top left;
}
#search {
	background:url(images/search.jpg) no-repeat top left;
}
.sidebar a {
	color:#079;
}
.sidebar .featured-more a {
	color:#fff;
}
.sidebar ul, .post-content ul {
	list-style-image:url(images/list.png);
}
.sidebar ul li ul, .blocked-sidebar ul {
	list-style:none;
}
#popular-side a {
	color:#666;
}
#popular-side h5 a {
	color:#000;
}
.newest-desc {
	color: #ccc;
}
.newest-desc {
	color: #ccc;
}
.post-title a, #comments h2 a, #respond, .commentcount a {
	color:#004156;
}
.commentcount {
	background:url(images/blog-comment.png) no-repeat top right;
}
.post-content {
	border-bottom:1px solid #ccc;
}
.post-content blockquote {
	color:#666;
	background:url(images/blog-quote.png) no-repeat top left;
}
#comment_form {
	background:#9fd9ec;
}
input.text, textarea {
	background:#fff;
	border:1px solid #eee;
}
.mustlogin #pwd, .mustlogin #log {
	border: 1px solid #ccc;
}
.payment {
	border:1px solid #eee;
}
.payment th {
	background:#e9e9e9;
}
.buy, .remove {
	height:20px;
	line-height:20px;
	padding-left:18px;
}
.icl_wishlist_sidebar_btn_remove {display:block;float:right;height:16px;margin-left:5px;overflow:hidden;text-indent:100px;width:16px;}
.buy {background:url(images/cart_add.png) no-repeat left center;}
.remove, .icl_wishlist_sidebar_btn_remove {background:url(images/delete.png) no-repeat left center;}
#icl_wishlist_sidebar_btn_view, #icl_wishlist_sidebar_btn_clear {height:25px;line-height:25px;padding-left:18px;}
#icl_wishlist_sidebar_btn_view {background:url(images/heart.png) no-repeat left center;position:relative;left:-4px;}
#icl_wishlist_sidebar_btn_clear {background:url(images/arrow_refresh.png) no-repeat left center;}
.clearlist {margin:0;}

#register a, .featured-more a:hover, .nav a:hover, #logo h3 a, .addtowishlist a, .post-detail a, .post-content a, #comments cite b a, .nama:hover, .remove{
	color: #BE3A0E;
	}
#user a:hover, .list-desc a:hover, .featured-side-desc a:hover, #popular-side a:hover, #breadcrumbs a:hover, .newest-panel h5 a:hover, .newest-cat a:hover, .product-text a:hover, .listing-top-right p a:hover, .listing-bottom-right p a:hover, .sidebar ul li a:hover, .post a:hover, #comments a:hover, .nama:hover, .remove:hover, .buy:hover, #icl_wishlist_sidebar_btn_view:hover,
#icl_wishlist_sidebar_btn_clear:hover{
	text-decoration:underline;
	}
/*FIX*/
.addtocart a.wpsc_akst_share_link {
	background: none;
}
#idc-container-parent {
	padding-right:20px;
}