/* CSS for homepage */

.home-banner-wrap { clear: both; overflow: hidden; }
	.home-banner {  float: left; width: 764px; margin-right: 10px; }
	.product-logo { float: left; width: 200px; background: url(/v1/images/logo-table.gif) no-repeat; }
	/*.product-logo ul { padding: 0; margin: 0; }
	.product-logo li { padding: 0; margin: 0; list-style: none; float: left; }*/
		.product-logo-col { width: 100px; height: 76px; text-align: center; vertical-align: middle; display: table-cell; }

/* product highlight */
.home-product-highlight { clear: both; overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; margin-bottom: 10px; }
.home-product-highlight .product-thumb { float: left; width: 80px; }
.home-product-highlight .product-thumb img { border:1px solid #e5e5e5; }
.home-product-highlight .product-info { float: left; width: 170px; }
.home-product-highlight .product-info p { padding: 0 0 5px; margin: 0; }

/* on news */
.home-on-news { clear: both; overflow: hidden; border-bottom: 1px solid #e5e5e5; margin-bottom: 10px; padding: 0 10px 10px;  }
.home-on-news .date { color:#b2b2b2; font-size: 11px; }
.home-on-news p { padding: 0 0 5px; margin: 0; }

/* latest trends */
.home-latest-trends { clear: both; overflow: hidden; }
.home-latest-trends .trends-thumb { float: left; width: 100px; }
.home-latest-trends .trends-info { float: left; width: 140px; padding-left: 10px; }
.home-latest-trends .trends-info p { padding: 0 0 5px; margin: 0; }
