.tableHeader {
	font-size: 15px;
	font-weight: bold;
	color: #333399;
}
.tableHeader td{
	border-bottom: 1px solid #e7e7e7;
}

.productName {
	font-size: 15px;
	font-weight: bold;
	color: #333399;
}

.productOnSale {
        font-size: 15px;
        font-weight: bold;
        color: #FF0000;
}

.productNew {
        font-size: 15px;
        font-weight: bold;
        color: #FF0000;
}

.FeaturedproductName {
        font-size: 9px;
        font-weight: bold;
        color: #333399;
}

.productDescKey {
	font-size: 12px;
	font-weight: bold;
}

.productText {
	font-size: 12px;
}
.productText td{
	border-bottom: 1px solid #e7e7e7;
}

.productFastList {
	font-size: 11px;
}
.productFastList td{
	border-bottom: 1px solid #e7e7e7;
}
