.body{
	width: 800px;
	text-align: left;
	margin: auto;
	padding: 10px 0;
}
.mainmenu{
	background: url(../images/transparan.png);
	border-bottom: 1px solid #553318;
}
.mainmenu ul{
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
.mainmenu li{
	display: inline;
	line-height: 40px;
	padding: 0 5px;
	font-weight: bold;
}
.mainmenu a{
	color: #fff;
	text-transform: uppercase;
}
.mainmenu a:hover, .mainmenu a.active_link{
	color: #fc0;
}

.logo{
	border-bottom: 3px solid #1d0a0c;
}

.search{
	color: #fff;
	font-weight: bold;
}
.search p{
	margin: 0;
	padding: 0;
}
.search form{
	padding: 10px;
}
.search .txt{
	width: 110px;
	background: #fff;
	border: 1px solid #fff;
}
.search .btn{
	background:#1f1213; border:1px solid #553318;
}
.wrap{
	background: url(../images/mainbg.jpg);
	color: #fff;
	border-bottom: 1px solid #553318;
}
.sdbar_left{
	width: 190px;
	float: left;
}
.sdbar_left_content{
	padding: 5px;
	color: #fff;
}

.sdbar_left h3{
	margin: 0 0 10px 0;	
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 2px solid #553318;
}

.product-categories, .cs{
	margin-bottom: 15px;
	background: url(../images/transparan2.png);
	padding: 5px 10px 10px 10px;
}

.product-categories ul{
	list-style-type: none;
	margin: 0px;
	padding:0 10px;
}
.product-categories ul li{
	background: url(../images/icon.gif) no-repeat; 
	background-position: 0px 7px; 
	padding:0 0 2px 15px; 
	font-weight: bold; 
	line-height: 20px;
}
.product-categories ul.children{
	padding: 0px 0px;
}
.children li{
	font-weight: normal !important; 
	padding: 0px !important; 
	background: none !important;
	border: none !important;
}

.cs table{
	width: 100%;
	margin: auto;
}
.cs td{
	text-align: right;
}
.cs_name{
	text-align: left !important;
}

.main{
	width: 610px;
	float: right;
}
.main_content{
	padding: 3px 15px 20px 10px;
}
.main_content h1{
	font-family: Georgia;
	font-size: 24px;
	margin: 10px 0 12px 0;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 2px solid #553318;
	font-weight: normal;
}


.product_frontpage h2{
	font-size: 14px;
	padding: 0 10px;
	line-height: 31px;
	background: url(../images/transparan2.png);
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.product_frontpage .item{
	float: left;
	width: 190px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.product_frontpage .item-spacer{
	width: 5px;
	height: 5px;
	float: left;
}
.product_frontpage .item-inside{
}

.product_frontpage h3{
	margin: 0;
	font-size: 12px;
	height: 40px;
}
.product_frontpage .image{
	height: 264px;
	overflow: hidden;
}
.product_frontpage .price{
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-decoration:line-through;
}
.product_frontpage .promo{
	font-size: 18px;
	color: #f80;
	padding-bottom: 10px;
}

.product_list .item{
	float: left;
	width: 190px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.product_list .item-spacer{
	width: 5px;
	height: 5px;
	float: left;
}
.product_list .item-inside{
	padding: 0px;
}

.product_list h3{
	margin: 0;
	font-size: 12px;
	height: 40px;
}
.product_list .image{
	height: 264px;
	overflow: hidden;
}
.product_list .price{
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-decoration:line-through;
}
.product_list .promo{
	font-size: 18px;
	color: #f80;
	padding-bottom: 10px;
}
.product_list .action{
	height: 25px;
	padding: 0 10px;
}
.product_list .buy{
	display: block;
	width: 65px;
	height: 22px;
	float: left;
	background: url(../images/beli.jpg) no-repeat;
}
.product_list .buy:hover{}
.product_list .buy span, .product_list .detail span, .product_list .sold_out span{
	display: none;
}
.product_list .detail{
	display: block;
	width: 65px;
	height: 22px;
	float: right;
	background: url(../images/detail.jpg) no-repeat;
}
.product_list .detail:hover{}

.product_list .sold_out{
	display: block;
	width: 65px;
	height: 22px;
	float: left;
	background: url(../images/habis.jpg) no-repeat;
}

.product_list .description{
}

.product_image{
	width: 250px;
	float: left;
	text-align: center;
}
.product_thumbnail{
	padding: 20px 0 5px 0;
}
.product_thumbnail .item{
	width: 80px;
	float: left;
	border: 1px solid #eee;
	padding: 6px 0;
	margin-right: 5px;
}

.product_description{
	width: 310px;
	float: right;
	background: url(../images/transparan2.png);
	padding: 10px;
}
.product_description h3{
	margin: 0;
	font-size: 14px;
	padding: 4px 4px 10px 4px;
}
.product_content{
	padding: 10px 0 5px 0;
}
.product_description table{
	width: 100%;
}
.product_description td{
	padding: 6px 4px;
	border-bottom:1px solid #553318;
}
.product_description .price{
	font-size: 14px;
	color: #fa0;
	font-weight: bold;
	text-decoration:line-through;
}
.product_description .discount{
	padding: 5px 0 50px 0;
	background: url(../images/down_arrow.gif) no-repeat;
	background-position: 0 30px;
}
.product_description .discount span{
	font-weight: bold;
	color: #2a9948;
}
.product_description .promo{
	font-weight: bold;
}
.product_description .buy{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 25px;
	background: #093f59;
	color: #fff;
	font-weight: bold;
}
.product_description .buy:hover{
	background: #333;
	color: #fff;
}
.product_size{
	padding: 1px 0 10px 0;
}
.product_size th{
	background: #efefef;
	padding: 6px;
}
.product_size td{
	font-size: 11px;
}

.footer{
	padding: 0 10px 15px 10px;
	text-align: center;
	color: #fff;
	background: url(../images/transparan.png);
}
.footermenu{
	padding: 5px 20px;
	text-align: center;
	background: url(../images/transparan.png);
}
.footermenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footermenu li{
	display: inline;
	padding-right: 8px;
	line-height: 24px;
}
.footer a, .footermenu a{
	color: #fff;
}
.footer a:hover, .footermenu a:hover{
	color: #fc0;
	text-decoration: underline;
}

.infobank{
	background: #b5d6df;
	padding: 10px;
}