@charset "utf-8";
/* CSS Document */

.category_name {
	text-transform: uppercase;
	color: #009933;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	padding-left: 0px; padding-bottom:2px; padding-top:2px;
	margin-bottom: 20px;
}

.category_price {
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px; padding-bottom:2px; padding-top:2px;
	margin-bottom: 20px;
}

.category_name a {color: #CC6600; font-size:18px; text-decoration:none; font-weight: bold;}
.category_name a:hover{color: #993300; font-size:18px; font-weight:bold;}


.cell_product{
	border: #FFFFFF 2px solid;
	padding: 5px;

}
/*
.cell_product:hover {
	border: #FF6600 2px solid;
	cursor: hand;
}
*/
/*ten danh muc hien thi trong left menu*/
.product_category {
	height: 25px;
	border-bottom: #FFFFFF dotted 1px;
	padding-top: 5px;
	padding-left: 10px;
	background-image:url(images/cat.png);
}

.custom_table {
	border-collapse: collapse; 
}

.custom_table td {
	height: 25px;
	padding: 5px 2px;
}

.custom_table .title_bar {
	padding-left: 5px;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	height: 25px;
}

.custom_table .title_bar td{
	color: #FFFFFF;
	padding: 5px;
}
