/* This will be the font style for all text in the even rows of product display table. */
p.searchresultsevenbold {font-size: 18px; line-height:normal;}
span.searchresultsevenbold {font-size:11px;font-weight: bold;}
span.searchresultsevensmall {font-size:11px;font-weight: normal;}
td.searchresultseven { font-size:11px;font-weight:bold; }
.searchresultsevenstrike {color: #000000; font-weight: normal; text-decoration: line-through;}
.salefonteven {color: #ff0000; font-weight: bold;}

/* This will be the font style of all headers, such as "Your Shopping Cart" when viewing the cart. */
.ezcartheaders {font-size: 18px; line-height:normal;}

/* This is the font style of the text above the product listing, ie; 4 Items Found */
.topfontcolor {display:none}

/* This will be the font style of all text everywhere except the product listings
where we use a table cell background color. */
.ezcarttext {font-weight: bold;}
.ezcartboldtext {font-size: 18px;line-height:normal}
.ezcartsmalltext {font-weight: normal; font-size: 11px}
.ezcartsmallboldtext {font-weight: bold; font-size: 11px}
.ezcartstriketext {font-weight: normal; text-decoration: line-through; font-size: 14px}
td.ezcarttext { background-color:#94D2ED; }
a.ezcart { font-size:10px }
li.ezcartsmalltext { color:red; font-weight:bold; }

/* Shopping cart */
.ezcart-border-topleft {padding: 5px; border-left: 1px; border-top: 1px; border-right: 0px; border-bottom: 0px; border-color: #274687; border-style: solid}
.ezcart-border-topleft-thick {padding: 5px; border-left: 1px; border-top: 4px; border-right: 0px; border-bottom: 0px; border-color: #274687; border-style: solid}
.ezcart-border-table {width:100%;border-left: 0px; border-top: 0px; border-right: 1px; border-bottom: 1px; border-color: #274687; border-style: solid}