
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Used if no thick and thin line images defined  */
HR.thickline {
  color : #8B0000;
  height: 3;
}

HR.thinline {
	color : #8B0000;
	height: 1;
}

/*Used for all links not defined below*/
A {
	font-family : Arial, Helvetica, sans-serif;
	color: #770000;
	font-weight: bold;	
	}

A:Hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #E30000;
	font-weight: bold;	
	}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	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-size : 20pt;
	color : #00478A;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #00478A;
	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-size : 10pt;
	color : #000000;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-style : groove;
	border-width : thick;
	border-color : Silver;
	width: 30%;
	text-align : center;
	padding : 15px;
	background-color: white;
}

/* Style for orderbox text */
.ordertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : white;
}

/* Style for form background */
table.formbg {
	background-color : #FFFFFF;
}

/* Style for form text */
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

/* Style for larger form text */
.largerformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;	
	color : #000000;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;	
	color : #000000;
}

/* Style for form error messages */
.formerror {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : red;
}

/* Style for form required text */
.formreqtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : red;
}

/* Style for shopping cart header */
.cartheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : white;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #00478A;
}

/* Style for shopping cart text */
.carttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}

/* Style for main shopping cart color */
.mainrows {
	background-color : #FFFFFF;
}

/* Style for alternate shopping cart rows */
.altrows {
	background-color: #9FD0FF;
}

/* Add any additional styles you wish to use for your store here  */
SUP {
  font-size: 7pt;
  vertical-align: text-top;
  font-weight: normal;
}


/* Style for small italic text */
.ismalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	font-style : italic;
}


/* Used for the default header */
A.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #770000;
	font-weight: bold;	
	}

A.header:Hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #E30000;
	font-weight: bold;	
	}

	
/* Used for the default footer */
A.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #770000;
	font-weight: bold;	
	}

A.footer:Hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #e30000;
	font-weight: bold;	
	}

.merchant {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;	
	color : #000000;
}
