/* CSS Document */

A:link {text-decoration: none; color: #0099CC;}
A:visited {text-decoration: none; color: #0099CC;}
A:active {text-decoration: none; color: #0099CC;}
A:hover {text-decoration: underline; color: #ecab4d;}


b {
	font-family: Tahoma;
	font-size: 11px;
	color: #636a6f;
}
b:visited {
	color: #636a6f;
}
b:hover {
	color: #ff9f00;
}
b:active {
	color: #ff9f00;
}


/* Top Hours bar */
.welcomebar {
	color: #956010;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.hoursbar {
	color: #956010;
	font-family: Tahoma;
	font-size: 11px;
}

/* Listing products Page */
.productname {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.productbrand {
	color: #2d7da1;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.productprice {
	color: #ff0000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* 3rd Column text */
.box1text {
	color: #2d7da1;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.box2text {
	color: #ff9f01;
	font-family: Arial;
	font-size: 14px;
}
/* Menu Left Column */
.Menucategory {
	color: #636a6f;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.MenuSubCategory {
	color: #636a6f;
	font-family: Tahoma;
	font-size: 11px;
}
/* Middle Column */
.middleCategorytext {
	color: #ff9f01;
	font-family: Arial;
	font-size: 18px;
}
.middleProductText {
	color: #2d7da1;
	font-family: Arial;
	font-size: 14px;
}
/* Detailed Product Page */
.detailedProductTRegPrice {
	color: #1f6b85;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	
	
}
.detailedProductSpecialPrice {
	color: #ff0000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	
	
}
.detailedProductDetailSpecialPrice {
    color: #ff0000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: blink;
}
	
.detailedProductDesc {
	color: #ffac23;
	font-family: Arial;
	font-size: 14px;
}
.detailedProductSubDesc {
	color: #2d7da1;
	font-family: Arial;
	font-size: 12px;
}
/* Front Page Promotion Products */
.PromotionTitle {
	color: #636a6f;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.PromotionText {
	color: #636a6f;
	font-family: Tahoma;
	font-size: 11px;
	
}
.PromotionRegPrice {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	
}
.PromotionSpecialPrice {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.PromotionPricingText {
	color: #ff0000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}
.PromotionSpecialPricingText {
	color: #ff0000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;	
}
/* Misc Borders */

td.subheader { background-color: #0099cc;}
tr.subheader { background-color: #0099cc;}
