/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
/*browser */
.product-list .item{
	margin-bottom:40px;
}
.product-list .item .thumb{
	text-align:center;
	position:relative;
	overflow:hidden;
	border:1px solid #eee;
}
.product-list .item .thumb img{
	transition: all 600ms ease 0s;
}
.product-list .item .thumb:hover img{
	transform: scale(1.1);
}
.product-list .item .name{
	margin-top:15px;
	min-height:40px;
	font-size:17px;
}
.product-list .item .name a{
	color:inherit;
}
div.product-list .item .price-info{
}
div.product-list .item .price{
	font-weight:bold;
}
div.product-list .item .price-info del{
	color:#999;
	font-size:smaller;
}
/* product categories */
div.product-cat-list .item{
	text-align:center;
	margin-bottom:30px;
}
div.product-cat-list .item .inner{
}
div.product-cat-list .item .thumb{
	text-align:center;
	border:1px solid #eee;
	position:relative;
	overflow:hidden;
}
div.product-cat-list .item .thumb img{
	width:100%;
	transition: all 600ms ease 0s;
}
div.product-cat-list .item .thumb:hover img{
	transform: scale(1.1);
}
div.product-cat-list .item h3{
	margin-top:15px;
	text-transform:uppercase;
	font-size:18px;
}
div.product-cat-list .item h3 a{
	color:inherit;
}
/* END */

#thumb_gallery table.small_thumb{
	border:1px solid  #CCCCCC;
}
#thumb_gallery table.small_thumb tr td{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}
/* product detail */
.product-detail .icons .bookmark{
	float:left;
}
.product-detail .icons .g-plus{
	float:left;
}
/* cart */
.pcart table.list tr td{
}
.pcart table.list tr.title td{
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	height:30px;
}
.pcart table.list td.remove a{color:#F00; font-weight:bold;}
.pcart table.list a{
	font-weight:bold;
	color:#000;
}
.pcart input.quantity{text-align:center;}
.pcart .decrease, .pcart .increase{
	cursor:pointer;
}
.pcart .customer-info h3, .cart-title{
	color:#914916;
	font-size:18px;
	font-weight:normal;
}
.pcart .customer-info .inner{
	background:#f2f2f2;
	padding:10px;
}
.pcart .customer-info .inputbox{
	width:100%;
}
.pcart ul.payments{
	list-style:none;
	width:383px;
	border:1px solid #ccc;
	background:#fff;
	padding:15px;
	width:100%;
}
.pcart ul.payments > li{
	margin:7px 0;
}
.pcart ul.payments > li span.title{
	font-weight:bold;
}
.pcart ul.payments ul{
	margin-left:15px;
}
.pcart .bank_detail{
	padding-left:25px;
	font-size:12px;
	color:#666
}



