
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* 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 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

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

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	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-size : 10pt;
	color : Red;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Style for border around image on moreinfo page */
.moreimg {

	text-align : center;
	padding : 15px;
	padding-bottom: 0px;
	width: 30%;
}

/* Style for orderbox text */
.ordertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-color : white;
}

/* Style for form text */
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000066;
}

/* Style for larger form text */
.largerformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

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

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

h2 		{  	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
			font-size: 12pt;
			color: #000066;
			font-weight: bold;
			
			}

/* Used for the default header */
A.header {
				color: #ffffff;
				font-size: 9pt;
				text-decoration: none;
				font-weight: bold;
				font-family:  Arial, Helvetica, Sans-serif;	
	}
	
/* Used for the default footer */
A.footer {		color: #99ff00;
				font-size: 9pt;
				text-decoration: none;
				font-weight: bold;
				font-family:  Arial, Helvetica, Sans-serif;	
	}
	
A:hover.footer  { 	color: #ffffff;
					font-size: 9pt;
					text-decoration: underline;
					font-weight: bold;
					font-family: Arial, Helvetica, Sans-serif;	
				}

.merchant {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
}
