/* Main body style definition  */
/* change font from 	font-family : Monotype Corsiva; to 	font-family : Monotype Corsiva; */
BODY  {
	font-family : Verdana;
	font-size : 14px;
}

/* Used if no thick and thin line images defined  */
HR.thickline {
	color : #e9cfec; /* originally #000099 */
	size : 4;
}

HR.thinline {
	color : #e9cfec; /* originally #000099 */
	size : 2;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana;
	font-size : 16px;
	padding : 0;
	border-width : 0;
	margin : 0;	
	color : #000000;
}

/* Style for main page titles, if no image defined */
.title {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	font-size : 20px; /* originally 22px */
	color : Purple; /* originally #000099# */
	/* font-weight: bold; */
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Verdana;
	font-size : 17px;
	color : #000099;
	font-weight: bold;
}

/* Style for text that appears at the top of some special pages like specials, and search engine */
.toptext {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	font-size : 15px;
	color : Purple; /* originally red */
}

/* Style for product names, if no image defined   */
.prodname {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	font-size : 15px; /* originally 13px */
}

/* Style for category names, if no image defined   */
.catname {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	font-size : 16px; /* Originally 13px */
	color : purple; /* added */
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Verdana;
	font-size : 14px;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Verdana;
	font-size : 14px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	font-size : 14px; /* originally 12px */
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Verdana;
	font-size : 14px;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-style : groove;
	border-width : thick;
	border-color : Silver;
	width: 30%;
	text-align : center;
	padding : 17px;
	background-color: white;
}

/* Style for orderbox text */
.ordertext {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
}

/* Style for form headers */
.formheader {
	font-family : Verdana;
	font-size : 15px;
	color : white;
}

/* Style for form background */
table.formbg {
	background-color : #FFFFFF;
}

/* Style for form text */
.formtext {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
}

/* Style for larger form text */
.largerformtext {
	font-family : Verdana;
	font-size : 14px;	
	color : #000000;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Verdana;
	font-size : 13px;	
	color : #000000;
}

/* Style for form error messages */
.formerror {
	font-family : Verdana;
	font-size : 17px;
	color : red;
}

/* Style for form required text */
.formreqtext {
	font-family : Verdana;
	font-size : 14px;
	color : red;
}

/* Style for shopping cart header */
.cartheader {
	font-family : Verdana;
	font-size : 15px;
	color : black; /* was white */
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #e9cfed; /* was #0018ce */
}

/* Style for shopping cart text */
.carttext {
	font-family : Verdana;
	font-size : 14px;
	color : #000000;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
}

/* Style for main shopping cart color */
.mainrows {
	background-color : #FFFFFF;
}

/* Style for alternate shopping cart rows */
.altrows {
	background-color : #e9cfec; /* Originally #BBDDFF */
}

/* Add any additional styles you wish to use for your store here  */

/* Used for the default header - also category menu on left */
A.header {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	font-size : 14px; /* originally 10px */
	/* color: #000099; */
	color: fucia;
	text-decoration: underline; /* Originally no text decoration parm */
	on-hover: #e4fbd7; /* #e4fbd7 added */
	/* font-weight: bold;	 */
	}

/* Added for hovering over menu */
A:HOVER { 
	color: red; text-decoration: underline
	}
/* Added for active page */
A:ACTIVE {
	 color: black; text-decoration: underline
	}

/* Used for the default footer */
A.footer {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana;
	/* font-size : 11px; */
	font-size : 15px;
	/* color: #000099; */
	color: purple;
	Text-decoration: none; /* added */
	font-weight: bold;	
	}

.merchant {
	font-family : Verdana;
	font-size : 13px;
	font-style : italic;	
	color : #000000;
}

/* Style for smaller text under cart - CMH */
.shiptable {
	font-family : Verdana;
	font-size : 10px;	
	color : #000000;
}

