/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/

/* detail */
.product-detail .left-product{
}
.product-detail .right-product{
}
.product-detail .left-product .thumb{
	text-align:center;
}
.product-detail .left-product .thumb img{
	width:100%;
}
.product-detail .left-product .thumbList{
	margin-top:5px;
}
.product-detail .left-product .thumbList ul{
	margin:0;
	padding:0;
	list-style:none;
}
.product-detail .left-product .thumbList ul li{
	float:left;
	width:25%;
	padding:0;
	margin:0 0;
	cursor:pointer;
}
.product-detail div.tabscontent .main_tabscontent{
	min-height:200px;
}

.product-detail h1{
	color:#53a92a;
	font-size:24px;
	margin-top:5px;
	margin-bottom:10px;
}
.product-detail .sdesc{
	margin-top:0;
	margin-bottom:7px;
	min-height:50px;
}
.product-detail a.link{
	color:#83cf63;
	font-weight:bold;
	line-height:1.7;
	background:url(../images/red-arrow.png) no-repeat right;
	padding-right:15px;
}
.product-detail .d-slider{
	margin-top:0;
}
.product-detail .d-slider .t{
	color:#53a92a;
	font-weight:bold;
	margin-bottom:5px;
}


	
