/* Main body style definition  */
BODY  {
	font-family : Verdana;
	font-size : 12px;
}

/* 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 : Verdana;
	font-size : 12px;
	padding : 0;
	border-width : 0;
	margin : 0;
	color : #000000;
}

/* Style for main page titles, if no image defined */
.title {
	font-family : veranda;
	font-size : 18px;
	color : #680000;
	font-weight: normal;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Blue;
	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 : 15px;
	color : #210000;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family :Verdana;
	font-size : 13px;
	color: #A52A2A;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-width : thin;
	border-color : 666666;
	width: 30%;
	text-align : center;
	padding : 7px;
	background-color: white;
	border:  groove ;
}

/* Style for orderbox text */
.ordertext {background-color: #FBF5E1;
border: 1px #D6AA13 solid;
font-family: veranda;
font-size: 10pt;
font-weight: normal;
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #7C7C7C;
}

/* Style for form background */
table.formbg {
	background-color : #FFFFFF;
}

/* Style for form text */
.formtext {
	font-family : "Verdana Ref";
	font-size : 13px;	
	color : 000000;
}

/* Style for larger form text */
.largerformtext {
	font-family : "Verdana Ref";
	font-size : 13px;	
	color : #666666;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;	
	color : #000000;
}

/* Style for form error messages */
.formerror {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : red;
}

/* Style for form required text */
.formreqtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : red;
}

/* Style for shopping cart header */
.cartheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : white;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #666666;
}

/* Style for shopping cart text */
.carttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

/* Style for main shopping cart color */
.mainrows {
	background-color : #FFFFFF;
}

/* Style for alternate shopping cart rows */
.altrows {
	background-color : eeeeee;
}

/* Add any additional styles you wish to use for your store here  */

/* Used for the default header */
A.header {
	font-family : Verdana;
	font-size : 11px;
	color: #303030;
	font-weight: normal;
}
	
/* Used for the default footer */
A.footer {
	font-family : Verdana;
	font-size : 12px;
	color: #2F2F2F;
	font-weight: normal;
}

.merchant {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #CE63FF;
; text-decoration: none
}
