
/* Main body style definition  */
BODY   { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Used if no thick and thin line images defined  */
HR.thickline {
	color : #000099;
	size : 4;
}

HR.thinline {
	color : #000099;
	size : 2;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; border: 0 }

/* Style for main page titles, if no image defined */
.title  { color: #369; font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for other page titles, if no image defined */
.title2  { color: #369; font-weight: bold; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for text that appears at the top of some special pages like specials, and search engine */
.toptext  { color: #369; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for product names, if no image defined   */
.prodname  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for category names, if no image defined   */
.catname  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for Product SKU line, if turned on */
.prodSKU  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for Product price, if turned on */
.prodprice  { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for Product price emphasized words */
.prodprice2  { color: red; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for Product discount line, if turned on */
.proddisc  { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* 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  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for form headers */
.formheader   { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for form background */
table.formbg  { background-color: white }

/* Style for form text */
.formtext  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for larger form text */
.largerformtext   { color: black; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for smaller form text */
.smallformtext  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for form error messages */
.formerror  { color: red; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for form required text */
.formreqtext   { color: red; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for shopping cart header */
.cartheader   { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for shopping cart header background */
.cartheaderbg  { background-color: #69c }

/* Style for shopping cart text */
.carttext  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for small shopping cart text */
.smallcarttext  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }

/* Style for main shopping cart color */
.mainrows  { background-color: white }

/* Style for alternate shopping cart rows */
.altrows  { background-color: #eee }

/* Add any additional styles you wish to use for your store here  */

/* Used for the default header */
A.header  { color: #000099; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
	
/* Used for the default footer */
A.footer  { color: #000099; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }

.merchant  { color: black; font-style: italic; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

