/* This will be the link and hover style for all header links. */
A.headerLink:link {
	text-decoration: none;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
A.headerLink:visited {
	text-decoration: none;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
A.headerLink:hover {
	text-decoration: none;
	font-size:12px;
	color:#CCCCFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
A.headerLink:active {
	text-decoration: none;
	font-size:12px;
	color:#CCCCFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

.infoText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* This will be the link and hover style for all links without a style. */
A:link {text-decoration: none; color: #0066FF}
A:visited {text-decoration: none; color: #0066FF}
A:hover {text-decoration: none; color: #bbbbbb}
A:active {text-decoration: none; color: #bbbbbb}

/* This will be the link and hover style for all links not the product display table. */
A.ezcart:link {text-decoration: none; color: #ff0000}
A.ezcart:visited {text-decoration: none; color: #ff0000}
A.ezcart:hover {text-decoration: none; color: #0000ff}
A.ezcart:active {text-decoration: none; color: #000000}

/* This will be the link and hover style for all links in the odd rows of product display table. */
A.searchresultsoddlk:link {text-decoration: none; color: #ff0000}
A.searchresultsoddlk:visited {text-decoration: none; color: #ff0000}
A.searchresultsoddlk:hover {text-decoration: none; color: #0000ff}
A.searchresultsoddlk:active {text-decoration: none; color: #000000}

/* This will be the link and hover style for all links in the even rows of product display table. */
A.searchresultsevenlk:link {text-decoration: none; color: #ff00ff}
A.searchresultsevenlk:visited {text-decoration: none; color: #ff00ff}
A.searchresultsevenlk:hover {text-decoration: none; color: #0000ff}
A.searchresultsevenlk:active {text-decoration: none; color: #000000}

/* This will be the font style for all text in the odd rows of product display table. */
.searchresultsodd {color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}
.searchresultsoddbold {color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}
.searchresultsoddsmall {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial, Geneva, Verdana}
.searchresultsoddstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 12px; font-family: Arial, Geneva, Verdana}
.salefontodd {color: #ff0000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* This will be the font style for all text in the even rows of product display table. */
.searchresultseven {color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}
.searchresultsevenbold {color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}
.searchresultsevensmall {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial, Geneva, Verdana}
.searchresultsevenstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 12px; font-family: Arial, Geneva, Verdana}
.salefonteven {color: #ff0000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* This will be the font style of all headers, such as "Your Shopping Cart" when viewing the cart. */
.ezcartheaders {color: #000000; font-weight: bold; font-size: 18px; font-family: Arial, Geneva, Verdana}

/* This will be the font style of all text everywhere except the product listings
where we use a table cell background color. */
.ezcarttext {color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}
.ezcartboldtext {color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}
.ezcartsmalltext {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial, Geneva, Verdana}
.ezcartsmallboldtext {color: #000000; font-weight: bold; font-size: 11px; font-family: Arial, Geneva, Verdana}
.ezcartstriketext {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* This will be the font style of the tracking results. */
.tracktext {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial, Geneva, Verdana}
.trackboldtext {color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* This is the font style of the text above the product listing, ie; 4 Items Found */
.topfontcolor {color: #ff0000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* This is the font style of the text in the bar above the product listing, ie; Thumbnail - Category - Price */
.headingfontcolor {color: #ffffff; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* This is default font style of sale prices when not in a colored product table cell. We also use this
style to show warnings, etc. */
.salefontcolor {color: #ff0000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}
.smallsalefontcolor {color: #ff0000; font-weight: bold; font-size: 11px; font-family: Arial, Geneva, Verdana}

/* Submit Buttons - add a border with this code: border-width: 2px; border-color: #666666; border-style: solid; */
.ezcartsubmitbutton {width: 150px; background-color: #dddddd; color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* Shopping cart */
.ezcart-border-topleft {padding: 2px; border-left: 1px; border-top: 1px; border-right: 0px; border-bottom: 0px; border-color: #000000; border-style: solid}
.ezcart-border-topleft-thick {padding: 2px; border-left: 1px; border-top: 4px; border-right: 0px; border-bottom: 0px; border-color: #000000; border-style: solid}
.ezcart-border-table {border-left: 0px; border-top: 0px; border-right: 1px; border-bottom: 1px; border-color: #000000; border-style: solid}

/* cool rollover thing */
div.hovermenu { width: 144px }
div.cattitlenolink, td.cattitlenolink
    { color: #ffffff;
    background-color: #000040;
    border-top: 1px solid #9999CD;
    border-right: 1px solid #9999CD;
    border-bottom: 0px;
    border-left: 0px;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 12px;
    font-family: arial, helvetica, verdana }
div.cattitle, td.cattitle
    { color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, helvetica, verdana }
div.cattitle a:link, td.cattitle a:link,div.cattitle a:visited, td.cattitle a:visited
    { display: block;
    padding: 2px 1px 2px 1px;
    color: #ffffff;
    text-decoration: none;
    background-color: #9999CD;
    border-top: 1px solid #9999CD;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 0px;
    }
div.cattitle a:hover, td.cattitle a:hover,div.cattitle a:active, td.cattitle a:active
    { display: block;
    padding: 2px 1px 2px 1px;
    color: #ffffff;
    text-decoration: none;
    background-color: #ff9900;
    border-top: 1px solid #ff0000;
    border-right: 0px;
    border-bottom: 1px solid #ff0000;
    border-left: 0px;
    }

/* use when using main categories/sub categories. */
div.subtitlenolink, td.subtitlenolink
    { color: #000000;
    background-color: #ffffff;
    border-top: 1px solid #9999CD;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 0px;
    padding: 2px 1px 2px 10px;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, helvetica, verdana;
    font-style: normal }
div.subtitle, td.subtitle 
    { color: #000000;
    font-weight: normal;
    font-size: 12px;
    font-family: arial, helvetica, verdana;
    font-style: normal }
div.subtitle a:link, td.subtitle a:link,div.subtitle a:visited, td.subtitle a:visited
    { display: block;
    padding: 2px 1px 2px 10px;
    color: #000040;
    text-decoration: none;
    background-color: #ffffff;
    border-top: 1px solid #9999CD;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 0px;
    }
div.subtitle a:hover, td.subtitle a:hover,div.subtitle a:active, td.subtitle a:active
    { display: block;
    padding: 2px 1px 2px 10px;
    color: #000000;
    text-decoration: none;
    background-color: #dddddd;
    border-top: 1px solid #9999CD;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 0px;
    background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 1px 50%; 
    }