/* This will be the link and hover style for all links not the product display table. */
A.ezcart:link {text-decoration: none; color: white}
A.ezcart:visited {text-decoration: none; color: white}
A.ezcart:hover {text-decoration: none; color: white}
A.ezcart:active {text-decoration: none; color: white}

/* 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: black}
A.searchresultsoddlk:visited {text-decoration: none; color: black}
A.searchresultsoddlk:hover {text-decoration: none; color: black}
A.searchresultsoddlk:active {text-decoration: none; color: black}

/* 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: black}
A.searchresultsevenlk:visited {text-decoration: none; color: black}
A.searchresultsevenlk:hover {text-decoration: none; color: black}
A.searchresultsevenlk:active {text-decoration: none; color: black}

/* This will be the font style for all text in the odd rows of product display table. */
.searchresultsodd {color: Black; }
.searchresultsoddbold {color: Black; font-weight: bold; }
.searchresultsoddsmall {color: Black; font-size: smaller; }
.searchresultsoddstrike {color: Black; text-decoration: line-through; }
.salefontodd {color: Red; font-weight: bold; }

/* This will be the font style for all text in the even rows of product display table. */
.searchresultseven {color: Black; }
.searchresultsevenbold {color: Black; font-weight: bold; }
.searchresultsevensmall {color: Black; font-size: smaller; }
.searchresultsevenstrike {color: Black; text-decoration: line-through; }
.salefonteven {color: Red; font-weight: bold; }

/* This will be the font style of all headers, such as "Your Shopping Cart" when viewing the cart. */
.ezcartheaders {color: white; font-weight: bold;
	/*font-size: 18px; -  size implemented in site.css now...*/
}

/* This will be the font style of all text everywhere except the product listings
where we use a table cell background color. */
.ezcarttext {color: white; }
.ezcartboldtext {color: white; font-weight: bold; }
.ezcartsmalltext {color: white; font-size: smaller; }
.ezcartsmallboldtext {color: white; font-weight: bold; font-size: smaller; }
.ezcartstriketext {color: white; text-decoration: line-through; }

/* This will be the font style of the tracking results. */
.tracktext {color: Black; font-size: smaller;}
.trackboldtext {color: Black; font-weight: bold; font-size: smaller; }

/* This is the font style of the text above the product listing, ie; 4 Items Found */
.topfontcolor {
	/* color: red; */
}

/* This is the font style of the text in the bar above the product listing, ie; Thumbnail - Category - Price */
.headingfontcolor {color: white;}

/* 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: #FF6666; font-weight: bold; }	/* #FF6666 A deep enough Pink to stand out on a dark bg, but not be too light or contrast with blue bg*/
.smallsalefontcolor {color: #FF6666; font-weight: bold; font-size: smaller; }

/* Submit Buttons - add a border with this code: border-width: 2px; border-color: #666666; border-style: solid; */
.ezcartsubmitbutton {width: 150px; background-color: #dddddd; color: Black; font-weight: normal; font-size: smaller;}

/* Shopping cart */
.ezcart-border-topleft {padding: 2px; border-left: 1px; border-top: 1px; border-right: 0px; border-bottom: 0px; border-color: Black; border-style: solid}
.ezcart-border-topleft-thick {padding: 2px; border-left: 1px; border-top: 4px; border-right: 0px; border-bottom: 0px; border-color: Black; border-style: solid}
.ezcart-border-table {border-left: 0px; border-top: 0px; border-right: 1px; border-bottom: 1px; border-color: Black; border-style: solid}