/**
* @ Author : Sang Tran Thanh
* @ Email  : sangtialia@gmail.com
* @ version $Revision: 1.0 $
*/
.homepageProducts{
	background:#fff;
}
.homepageProducts .b-products{
	margin:15px 0;
}
.homepageProducts .b-products .title{
	height:27px;
	background:url(../images/homepage-line.png) no-repeat bottom left;
}
.homepageProducts .b-products .title h2{
	float:left;
	color:#cc3300;
	font-size:18px;
	margin:0;
	padding:0;
}
.homepageProducts .b-products .title .more{
	float:right;
	padding-right:10px;
	margin-top:5px;
	text-decoration:none;
	color:#000;
}
.homepageProducts .b-products table tr td{
	text-align:center;
	vertical-align:top;
	padding:5px 5px;
}
.homepageProducts .b-products .item{
}
.homepageProducts .b-products table tr td .thumb{
	height:120px;
	width:120px;
	margin:0 auto;
}
.homepageProducts .b-products .price{
	color:#990000;
}
.homepageProducts .b-products .item h4{
	font-size:12px;
	margin:0;
	padding:0;
	min-height:35px;
}
.homepageProducts .b-products td.mainProduct-left{
	background:url(../images/line-left.jpg) no-repeat center;
	padding:0;
	width:15px;
}
.homepageProducts .b-products td.mainProduct-right{
	background:url(../images/line-right.png) no-repeat center;
	padding:0;
	width:15px;
}
.homepageProducts .b-products td.mainProduct h4{
	color:#cc6600;
	font-size:12px;
	min-height:35px;
}

