/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
/*browser */
table.productList .product_item .thumbproduct{
	height:200px;
	margin:5px;
	text-align:center;
}
table.productList .product_item .thumbproduct h4{
	color:#bc0e1b;
	padding-bottom:5px;
	border-bottom:2px solid #f29100;
}
table.productList .cat_item .thumb{
	padding:5px 0 0 0;
	text-align:center;
	height:120px;
}
/* product categories */
.product-cat-list .cat_item{
	text-align:center;
}
.product-cat-list .cat_item .thumb{
	padding:0 0 0 0;
	text-align:center;
}
.product-cat-list .cat_item .thumb img{
	width:100%;
}
.product-cat-list .cat_item h2{
	margin-bottom:10px;
}
.product-cat-list .cat_item h2 a{
	color:#53a92a;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
}
.product-cat-list .cat_item .desc{
	margin-top:10px;
	text-align:justify;
}
.product-cat-list .cat_item .more{
	text-align:right;
}
.product-cat-list .cat_item .more a{
	color:#53a92a;
	font-size:13px;
}

#thumb_gallery table.small_thumb{
	border:1px solid  #CCCCCC;
}
#thumb_gallery table.small_thumb tr td{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

/* product list */
.productList .item{
}
.productList .item .info{
}
.productList .item .info h3 a{
	color:#53a92a;
	font-weight:bold;
	line-height:1.3;
}
.productList .item .thumb{
}
.productList .item .thumb img{
	width:100%;
}
.productList .item a.more{
	color:#FFF;
	font-weight:bold;
}
.productList div.break{
	height:10px;
}
	

