/*------------------------------------------------------------------------
# Sub Companies 1.0 - Feb, 2008
# Function Resize Image
# ------------------------------------------------------------------------
# Copyright © 2008 H.U.N.G Design All Rights Reserved.
# Author: Hung Design
# Websites:  http://www.vietaz.com
-------------------------------------------------------------------------*/
/*Company name*/
.comMainName {
	font-size: 16px;
	font-weight: bold;
	color:#FF6600;
	text-align:center;
	line-height:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}
/*show list products*/
.comMainProTitle{
	font-weight:bold;
	color:#006699;
	text-decoration:none;
	line-height:20px;
}
.comMainProContent{
	margin-top:5px;
	font-size:95%;
}
.comMainProPrice{
	font: bold 11px/100% Arial;
	color:#990000;
	margin-top:5px;
}
.comMainImgPro{
	border:1px solid #CCCCCC;
	text-align:center;
	height:122px;
	width:122px;
	background:#FFFFFF; 
	padding:1px;
}

/*Resize Image*/
.imgLogospace{margin-right:10px;}
.imgLogoResize
{
	max-width:80px;
	max-height:80px;
	width: expression(this.width > 80 ? 80 : true);
}
.imgProductResize
{
	max-width:120px;
	max-height:120px;
	width: expression(this.width > 120 ? 120 : true);
}
.imgProductDetailResize
{
	max-width:220px;
	max-height:220px;
	width: expression(this.width > 120 ? 120 : true);
}

