/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    background-color: white;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
}


.border{BORDER-RIGHT: #459d61 1px solid; BORDER-TOP: #459d61 1px solid; BORDER-LEFT: #459d61 1px solid; BORDER-BOTTOM: #459d61 1px solid}
.fontsize{font-size: 9pt;}
.title{text-transform:uppercase; color: White; font-weight: bold; font-size: 10pt; padding-top: 6px;}
.productname{color: black; font-weight: bold; font-size: 8pt; padding-bottom:5px}
.productnameDetail{color: black; font-weight: bold; font-size: 11pt; padding-bottom:5px}
.productlist{color: Gray; font-weight: bold; font-size: 8pt; padding-bottom:5px}
.hrline{color:#459d61; height: 1px; width: 354px}
.hrline1{height: 1px; color: #d3e4f4; width: 160px}
.titleabout{color:#fe113f; font-size: 10pt}
.noidunghoi{color:gray; font-size: 9pt}
.producttypename{color: #0f8934; font-size: 11pt}
.menuleft{font-size: 9pt}
.tuyendungrowover{
	text-decoration:	underline;
	color:	#3333cc;
	background: #f0f0f0;
	cursor: pointer;
}
.tuyendungrowout{
	text-decoration:	none;
	color:	#0e5dac;
	background: #fffff;
	cursor: default;
}
.traloiover{text-decoration:	underline;color:Blue;font-weight:  bold}
.traloiout{text-decoration:	none;font-weight:  normal;}

img.imgProduct{margin-right: 7px; border: 0px; border: solid 1px #f3f6f4}
img.imgADs{border: 0px; border: solid 1px #bdbdbd}
img.iconTenLoai{margin-right: 5px}
img.gioiThieu{margin-right: 5px}
img.onover{cursor:pointer;}

/*Phan trang*/
.pgColor 
{
	color:Black;	
}
.chose 
{
	color:Red;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}