
/* Main body style definition  */
BODY  {
	margin : 0 0 0 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Used if no thick and thin line images defined  */
HR.thickline {
	color : #696969;
	size : 4;
}

HR.thinline {
	color : #696969;
	size : 2;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	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 : medium;
	color : #696969;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #696969;
	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 : x-small;
	color : Red;
}

/* Style for product names, if no image defined   */
.prodname,A.prodname{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

/* Style for category names, if no image defined   */
.catname,A.catname,A.catname:link,A.catname:alink,A.catname:vlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #4279B0;
	font-weight : bold;
}

/* the bread crumb trails of categories when inside other categories */
.catnamebreadcrumb{
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #4279B0;
	font-weight : bold;
	}
A.catnamebreadcrumb,A.catnamebreadcrumb:link,A.catnamebreadcrumb:alink,A.catnamebreadcrumb:vlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #4279B0;
	font-weight : bold;
	font-style : italic;
}

/* Style for Product SKU line, if turned on */
A.prodSKU,A.prodSKU:link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
}

/* Style for custom fields */
A.prodcustom {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
}

.prodshortdesc,A.prodshortdesc,A.prodshortdesc:link{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

/* Style for "More Info" link */
A.moreinfo,A.moreinfo:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline;
	color : Blue;
}

/* Style for "Number in Stock" */
A.numinstock,A.numinstock:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color : Black;
}

/* Style for Product price, if turned on */
.prodprice,A.prodprice,.prodprice:link {
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
}

/* Style for Product price emphasized words */
.prodprice2,A.prodprice2,A.prodprice2:link {
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
	color: Red;
}

/* "WholeSale Price" and "Our Price" */
A.ourpricetitle,A.ourpricetitle:link{
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

/* "Retail Price" and "You Save.." */
A.retailpricetitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : Black;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

/* 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 : x-small;
	color : #000000;
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : white;
	font-weight : bold;
}

/* Style for form background */
table.formbg {
	background-color : #FFFFFF;
}

/* Style for form text */
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #000000;
}

/* Style for larger form text */
.largerformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;	
	color : #000000;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;	
	color : #000000;
}

/* Style for form error messages */
.formerror {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : red;
}

/* Style for form required text */
.formreqtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : red;
}

/* Style for shopping cart header */
.cartheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : white;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #696969;
}

/* Style for shopping cart text */
.carttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	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 : #BBDDFF;
}

/* Add any additional styles you wish to use for your store here  */

/* Long Category Description */
.longcatdesc{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #696969;
}

A.decondeintext{
	color : #2C2C16;
	font-style : italic;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}


/* Used for the default header */
A.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #696969;
	font-weight: bold;	
	}
	
/* Used for the default footer */
A.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #696969;
	font-weight: bold;	
	}

.merchant {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : italic;	
	color : #000000;
}

/* Menu */
A.menu:link,A.menu:active,A.menu:visited{
	color : #494925;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10pt;
}

/* SubMenu */
A.submenu:link,A.submenu:active,A.submenu:visited{
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : underline;
	letter-spacing : 1pt;
}

/* FooterText */
.footertext{
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Linked FooterText */
A.footertext{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Copyright */
.copyright{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	color : Black;
	letter-spacing : 2pt;
}


/* Text */
.text{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

/* paragraph title */
.paragraphTitle{
	color : #6C684D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	font-style : italic;
}

/* paragraph sub title */
.paragraphSubTitle{
		color : #CE3100;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12pt;
		font-weight : bold;
}

.rowtitle{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	font-style : italic;
}

.colvalue{
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}
