/* 
	Custom CSS for VM2, depend on each site 
	Donot forget rename the file from "-jtouch-vm2-customize.css" to "jtouch-vm2-customize.css"
*/

/*Fix image height of thumnail - make layout more beauty */
.main-image img.product-image, .featured-view .spacer img, .latest-view .spacer img, .topten-view .spacer img, .recent-view .spacer img{
	height: 100px;
}

/*Fix height of product title/name - make layout more beauty */
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2 {
	height: 32px;
	overflow: hidden;
}
.category .spacer h2 a img{
	max-width: 100px !important;
}
