/* This will be the link and hover style for all links not the product display table. */
A.ezcart:link {text-decoration: underline; color: #cc0000}
A.ezcart:visited {text-decoration: underline; color: #cc0000}
A.ezcart:hover {text-decoration: underline; color: #666666}
A.ezcart:active {text-decoration: underline; color: #666666}

/* 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: #cc0000}
A.searchresultsoddlk:visited {text-decoration: none; color: #cc0000}
A.searchresultsoddlk:hover {text-decoration: none; color: #666666}
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: #cc0000}
A.searchresultsevenlk:visited {text-decoration: none; color: #cc0000}
A.searchresultsevenlk:hover {text-decoration: none; color: #666666}
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: 14px; font-family: Arial, Geneva, Verdana}
.searchresultsoddbold {color: #000000; font-weight: bold; font-size: 14px; 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: 14px; font-family: Arial, Geneva, Verdana}
.salefontodd {color: #ff0000; font-weight: bold; font-size: 14px; 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: 14px; font-family: Arial, Geneva, Verdana}
.searchresultsevenbold {color: #000000; font-weight: bold; font-size: 14px; 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: 14px; font-family: Arial, Geneva, Verdana}
.salefonteven {color: #ff0000; font-weight: bold; font-size: 14px; 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: 14px; font-family: Arial, Geneva, Verdana}
.ezcartboldtext {color: #000000; font-weight: bold; font-size: 14px; 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: 14px; 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: 18px; 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: 14px; 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: 14px; 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}

/* stuff for Jody */
/* This is the header text in the black bar. */
.blackbartext {color: #ffffff; font-size: 14px; font-family: Arial, Geneva, Verdana}

/* This is the text and link in the extra table on the right side of the product detail page */
.extratable {border-top: 1px; border-right: 1px; border-bottom: 1px; border-left: 1px; border-color: #000000; border-style: solid}
.extratabletext {color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}
.extratableboldtext {color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}
A.extratablelink:link {text-decoration: underline; color: #cc0000}
A.extratablelink:visited {text-decoration: underline; color: #cc0000}
A.extratablelink:hover {text-decoration: underline; color: #666666}
A.extratablelink:active {text-decoration: underline; color: #666666}

/* This will be the text, link and hover style for the top menu links. */
.topmenutext {font-weight: bold; font-size: 9px; font-family: Verdana, Geneva, Arial}
A.topmenu:link {text-decoration: none; color: #cc0000}
A.topmenu:visited {text-decoration: none; color: #cc0000}
A.topmenu:hover {text-decoration: none; color: #606060}
A.topmenu:active {text-decoration: none; color: #606060}

/* This will be the text, link and hover style for the bottom menu links. */
.bottommenutext {color: #606060; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana}
A.bottommenu:link {text-decoration: none; color: #cc0000}
A.bottommenu:visited {text-decoration: none; color: #cc0000}
A.bottommenu:hover {text-decoration: underline; color: #333333}
A.bottommenu:active {text-decoration: underline; color: #333333}

/* This will be the text, link and hover style for the bottom menu links. */
.searchfield {color: #000000; font-size: 11px; font-family: Arial, Geneva, Verdana; background-color: #ffeeed; width: 100px}

/* This is the credit line for me and jen. */
.creditstext {color: #666666; font-weight: bold; font-size: 11px; font-family: Arial, Geneva, Verdana}
A.credits:link {text-decoration: underline; color: #666666}
A.credits:visited {text-decoration: underline; color: #666666}
A.credits:hover {text-decoration: underline; color: #333333}
A.credits:active {text-decoration: underline; color: #333333}

/* default links. */
A:link {text-decoration: underline; color: #cc0000}
A:visited {text-decoration: underline; color: #cc0000}
A:hover {text-decoration: underline; color: #666666}
A:active {text-decoration: underline; color: #666666}