/* This will be the link and hover style for all links not the product display table. */
A.ezcart:link {text-decoration: none; color: #ed0000}
A.ezcart:visited {text-decoration: none; color: #ed0000}
A.ezcart:hover {text-decoration: none; color: #000099}
A.ezcart:active {text-decoration: none; color: #ed0000}

/* 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: #ed0000}
A.searchresultsoddlk:visited {text-decoration: none; color: #ed0000}
A.searchresultsoddlk:hover {text-decoration: none; color: #000099}
A.searchresultsoddlk:active {text-decoration: none; color: #ed0000}

/* 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: #ed0000}
A.searchresultsevenlk:visited {text-decoration: none; color: #ed0000}
A.searchresultsevenlk:hover {text-decoration: none; color: #000099}
A.searchresultsevenlk:active {text-decoration: none; color: #ed0000}

/* 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: 14px; font-family: Arial;}
* .searchresultsoddbold {color: #000000; font-weight: bold; font-size: 14px; font-family: Arial;}
* .searchresultsoddsmall {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial;}
* .searchresultsoddstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Arial;}
* .salefontodd {color: #ED0000; font-weight: bold; font-size: 14px; font-family: Arial;}

/* 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: 14px; font-family: Arial;}
* .searchresultsevenbold {color: #000000; font-weight: bold; font-size: 14px; font-family: Arial;}
* .searchresultsevensmall {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial;}
* .searchresultsevenstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Arial;}
* .salefonteven {color: #ED0000; font-weight: bold; font-size: 14px; font-family: Arial;}

/* 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;}

/* 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: 14px; font-family: Arial;}
* .ezcartboldtext {color: #000000; font-weight: bold; font-size: 14px; font-family: Arial;}
* .ezcartsmalltext {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial;}
* .ezcartsmallboldtext {color: #000000; font-weight: bold; font-size: 11px; font-family: Arial;}
* .ezcartstriketext {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Arial;}

/* This will be the font style of the tracking results. */
* .tracktext {color: #000000; font-weight: normal; font-size: 11px; font-family: Arial;}
* .trackboldtext {color: #000000; font-weight: bold; font-size: 12px; font-family: Arial;}

/* This is the font style of the text above the product listing, ie; 4 Items Found */
* .topfontcolor {color: #ED0000; font-weight: normal; font-size: 12px; font-family: Arial;}

/* This is the font style of the text in the bar above the product listing, ie; Thumbnail - Category - Price */
* .headingfontcolor {color: #000099; font-weight: normal; font-size: 14px; font-family: Arial;}

/* 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: #ED0000; font-weight: bold; font-size: 14px; font-family: Arial;}
* .smallsalefontcolor {color: #ED0000; font-weight: bold; font-size: 11px; font-family: Arial;}

/* 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;}

/* 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}