/* 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; background: none; }
a.ezcart:active { text-decoration: none; color: #0000ff; background: none; }

/* 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; background: none;}
A.searchresultsoddlk:active {text-decoration: none; color: #000000; background: none;}

/* 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: #ff0000}
A.searchresultsevenlk:visited {text-decoration: none; color: #ff0000}
A.searchresultsevenlk:hover {text-decoration: none; color: #0000ff; background: none;}
A.searchresultsevenlk:active {text-decoration: none; color: #000000; background: none;}

/* 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: 13px; font-family: Verdana, Arial, Geneva;}
.searchresultsoddbold {color: #000000; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Geneva;}
.searchresultsoddsmall {color: #000000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva;}
.searchresultsoddstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 13px; font-family: Verdana, Arial, Geneva;}
.salefontodd {color: #ff0000; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Geneva;}

/* 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: 13px; font-family: Verdana, Arial, Geneva;}
.searchresultsevenbold {color: #000000; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Geneva;}
.searchresultsevensmall {color: #000000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva;}
.searchresultsevenstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 13px; font-family: Verdana, Arial, Geneva;}
.salefonteven {color: #ff0000; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Geneva;}

/* 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: 16px; font-family: Verdana, Arial, Geneva;}

/* 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: 13px; font-family: Verdana, Arial, Geneva;}
.ezcartboldtext {color: #000000; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Geneva;}
.ezcartsmalltext {color: #000000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva;}
.ezcartsmallboldtext {color: #000000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Geneva;}
.ezcartstriketext {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 13px; font-family: Verdana, Arial, Geneva;}

/* This will be the font style of the tracking results. */
.tracktext {color: #000000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva;}
.trackboldtext {color: #000000; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Geneva;}

/* This is the font style of the text above the product listing, ie; 4 Items Found */
.topfontcolor {color: #ff0000; font-weight: normal; font-size: 18px; font-family: Verdana, Arial, Geneva;}

/* 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: 13px; font-family: Verdana, Arial, Geneva;}

/* 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: 13px; font-family: Verdana, Arial, Geneva;}
.smallsalefontcolor {color: #ff0000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Geneva;}

/* Submit Buttons - use this code if you want a border on the buttons - border-width: 2px; border-color: #666666; border-style: solid; */
.ezcartsubmitbutton {width: 150px; background-color: #dddddd; color: #000000; font-weight: normal; font-size: 13px; font-family: Arial, Geneva, Verdana}