/*
Theme Name: Natural
Theme URI: 
Description: 
Version: 1
Author: Marco Paulo Diala
Author URI: http://www.countocram.com/
Tags: candle template, natural
*/
@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
table {
	float: left;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #3A7302;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #3A7302;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3A7302;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3A7302;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #bf7821;
}
img {
	float: left;
}
.main-container {
	width: 800px;
	margin: 0 auto 0 auto;	
}
.left-container {
	width: 503px;
	float: left;
}
.banner {
	width: 498px;
	height: 123px;
	background-image: url(images/banner-bg.jpg);
	margin-left: 5px;
	float: left;
}
.blog-title {
	font-size: 30px;
	font-style: italic;
	margin: 40px 0 0 40px;
	float: left;
}
.blog-title a{
	font-weight: normal;
}
.blog-desc {
	font-size: 14px;
	float: left;
	color: #72918b;
	margin-left: 80px;
}
.navi-container {
	width: 503px;
	height: 57px;
	background-image: url(images/navi-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
.navi-links {
	float: left;
	width: 491px;
	margin-top: 20px;
	text-transform: uppercase;
}
.navi-links ul{
	margin: 0;
	padding: 0;
}
.navi-links ul li {
	display: inline;
	list-style: none;
	padding: 0 6px 0 6px;
}
.navi-links ul li a{
	color: #a64f03;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
.navi-links ul li a:hover{
	color: #3b7302;
	text-decoration: none;
}
.content {
	width: 486px;
	float: left;
	margin: 10px 0 0 10px;
}
.title {
	color: #bf7821;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.search-result {
	color: #9fb03e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 15px;
}
.righ-container {
	width: 297px;
	float: right;
}
.search-container {
	height: 53px;
	width: 287px;
	padding-top: 10px;
	background-image: url(images/search-img-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3b7302;
	float: left;
	text-align: center;
}
#s {
	border: 1px #9fb03e solid;
	height: 20px;
	width: 200px;
	float: left;
	margin-left: 10px;
}
#searchsubmit {
	background-image: url(images/search-btn.jpg);
	border: none;
	width: 58px;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	float: left;
	margin-left: 10px;
}
.sidebar-container {
	width: 287px;
	float: left;
	margin: 10px 0 10px 0;
}
.sidebar-header {
	background-image: url(images/sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	width: 272px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 0 15px;
}
.sidebar-content {
	margin: 10px 0 10px 7px;
	width: 280px;
}
.sidebarimg {
	width: 200px;
	height: auto;
	border: 2px solid #CCCCCC;
	margin-left: 35px;
}
#sidebar h2 {
	background-image: url(images/sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	width: 272px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 0 15px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
.footer {
	width: 100%;
	height: 45px;
	float: left;
	background-color: #f2efc2;
	border-top: 3px #3b7302 solid;
	margin-top: 10px;
}
.footer-container {
	width: 800px;
	margin: 15px auto 0 auto;
}
.footer-links {
	width: auto;
	float: left;
	margin-left: 10px;
}
.copyright {
	width: auto;
	float: right;
	margin-right: 10px;
}
div.producttext {
	width: 97%!important;
	color: #000000!important;
}
h2.prodtitles {
	font-size: 12px!important;
	color: #72918b!important;
}
.wpsc_product_price, .wpsc_buy_button {
	display: none!important;
}
.featured-title {
	font-size: 12px;
	font-weight: bold;
	color: #3a7302;
	float: left;
	width: 100%;
	display: block;
	margin: 10px 0;
	text-align: center;
}
.product-cont {
	width: 112px;
	float: left;
	margin: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.thumb-text {
	color: #3a7302;
	text-align: center;
	float: left;
	width: 100%;
	display: block;
	margin: 10px 0;
}
.thumb-price {
	color: #BF7821;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
}
.title1 {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0;
}

/*--------product-------*/
#product {width:503px;}
li.item { list-style:none; background:url("/images-coconut/item_thumb_bg_150x200s.png");no-repeat scroll 0 0 transparent;
    float: left;
    height: 200px;
    margin: 3px;
    margin-top:5px;;
    position: relative;
    width: 150px;
	
	text-align:center;}
	
li.item a{text-decoration:none; color: #333333;
    font-weight: normal; font: 11px verdana;}
li.item img.bamboo {margin-top:5px; float:none;}

.inner{overflow: hidden;
    padding: 8px 4px;}
ul#box1{margin-top:;}
ul#box2{margin-top:-31px;}
ul#box3{margin-top:-31px;}
.price{bottom: 5px;
    color: #999999;
    font-weight: bold;
    left: 8px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 90%;}
.sale {background-color: purple;margin: 0 auto;}
