
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/* 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 : 12px;
	padding : 0;
	border-width : 0;
	margin : 0;
	color : #666666;
}

/* Style for main page titles, if no image defined */
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	color : #cccccc;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #000099;
	font-weight: bold;
}
.desText{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
}
/* 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 : Red;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #FF750F;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	
}

/* 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: #FF7611;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-style : groove;
	border-width : medium;
	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 : 12px;
	color : #000000;
	font-weight: bold;
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : white;
}

/* Style for form background */
table.formbg {
	background-color : #E9E9E9;
	border: 1px solid #cccccc;
}

/* Style for form text */
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

/* Style for form text */
.formtextwhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
}

/* Style for larger form text */
.largerformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FF750F;
}

/* 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 : #993300;
}

/* 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 :#993300;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #E2E2FA;
}

/* 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: #F5F4F4;
}

/* Add any additional styles you wish to use for your store here  */
A:link {
	COLOR: #4978B8; TEXT-DECORATION: none; font-weight:bold;
}
A:active {
	COLOR: #4978B8; TEXT-DECORATION: none; font-weight:bold;
}
A:visited {
	COLOR: #4978B8; TEXT-DECORATION: none; font-weight:bold;
}

A:hover {
	COLOR: #FF750F; TEXT-DECORATION: none; font-weight:bold;
}
/* Used for the default header */
A.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000099;
	font-weight: bold;
}
A:hoover.header{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #993300;
	text-decoration : none;
}
	
/* Used for the default footer */
A.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #4978B8;
	font-weight: bold;
}
A.footer:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #FF750F;
	font-weight: bold;
}

.merchant {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color : #993300;
}
.divider{
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.horizontal{
	border-top: 1px solid #cccccc;
	
}
.navBorder
{
	border-left: 1px solid #E7E3E3;
	border-right: 1px solid #E7E3E3;
	border-bottom: 1px solid #E7E3E3;
}
.rightBorder
{
	border-right: 1px solid #e7e3e3;
}
.leftBorder
{
	border-left: 1px solid #e7e3e3;
}
.topBorder
{
	border-top: 1px solid #e7e3e3;
	border-bottom: 1px solid #e7e3e3;
}
.boldFont{
	font-size: 14px;
	font-weight: bold;
}