/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    background-color: #006531;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
}
table{font-size: 10pt}

.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{text-transform:uppercase; color: black; font-weight: bold; font-size: 8pt; padding-bottom:5px}
.productnameDetail{text-transform:uppercase; color: black; font-weight: bold; font-size: 11pt; padding-bottom:5px}
.productlist{text-transform:uppercase; color: Gray; font-weight: bold; font-size: 8pt; padding-bottom:5px}
.hrline{color:#459d61; height: 1px; width: 354px}
.hrline1{width: 158px; border-bottom: 1px dashed #6d2417;}
.bgDiv{background-image:url(../UIImages/dot.gif)}
.titleabout{color:#fe113f; font-size: 10pt}
.noidunghoi{color:black; font-size: 9pt}
.producttypename{color: #0f8934; font-size: 11pt}
.menuleft{font-size: 9pt}
.titleRight{FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase; COLOR: #004d84}
.titleMain{FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase; COLOR: #f70010}
.tuyendungrowover{
	text-decoration:	underline;
	color:	#3333cc;
	background: #f0f0f0;
	cursor: pointer;
}
.tuyendungrowout{
	text-decoration:	none;
	color:	#0e5dac;
	background: #fffff;
	cursor: default;
}
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}

/*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;
	}