﻿/* -- kat's story styles --------------*/
/* -- Global Styles --- */

Body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	color: #000000;
	link: blue;
	vlink: #666666; 
	alink: #333333;
	}

H1, H2, H3, H4, H5, H6, H7{
	color: #4E67A2;
	}
/* -- Global Styles end --- */
/*=========================================*/
/* -- Category Page Styles --- */

.SideNav{
	font-size: 10px;
	padding-bottom: 3px;
	}

.SideNavBg{
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #4E67A2;
	border-style: solid;
	background: #EEF3FD;
	}

.SideNavLinks:link {
	color: #000000; 
	text-decoration: underline; 
	}
.SideNavLinks:visited {
	color: #666666; 
	text-decoration: underline;  
	}
.SideNavLinks:active {
	color: #333333; 
	text-decoration: underline;  
	}
.SideNavLinks:hover {
	color: blue; 
	text-decoration: none; 
	}
	
.breadcrumb {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #4E67A2;
	border-style: solid;
	background: #EEF3FD;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.ProductName{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	}

.ItemNo{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.moreinfo{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.PriceLabel{
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	}

.Price{
	font-weight: bold;
	}
	
.shortDesc{
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
/* -- Category Page Styles end --- */
/*=========================================*/





/* -- breyley's styles --------------*/
/* Error Message Style */
.errormess{
	color: #FF0000;
}

.CatList{
	color: #366300;
}

.CatList TD{
	width: 33%
}

.CatLink{
	color: #FF33CC;

}



.GoodMess{
	color: GREEN;
	font-style: italic;
	font-size: 11pt;
	font-weight:bold;
}

.BadMess{
	color: #FF0000;
	font-style: italic;
	font-size: 11pt;
	font-weight:bold;
}

.ItemName{
	font-size: 16px;
	color: #996633;
	font-weight: bold;
}

.itemDesc{
	color: #FF0000;
}
