<cfcontent type="text/css">
<cfset variables.ezcartfont = "Arial, Geneva, Verdana">
<!--- Change searchresults link and font colors manually if colors clash with background
by changing the A.searchresults[odd and even]lk, .searchresults[odd and even] and
.searchresults[odd and even]bold styles. This is only necessary if your have 2 different
background colors and can't find a color that works with both since we only use a single
color variable for links and a single color variable for product descriptive text in Store Setup. --->

/* Start Copy */
/* This will be the link and hover style for all links not the product display table. */
A.ezcart:link {text-decoration: none; color: #<CFOUTPUT>#request.link#</CFOUTPUT>}
A.ezcart:visited {text-decoration: none; color: #<CFOUTPUT>#request.vlink#</CFOUTPUT>}
A.ezcart:hover {text-decoration: none; color: #<CFOUTPUT>#request.alink#</CFOUTPUT>}
A.ezcart:active {text-decoration: none; color: #<CFOUTPUT>#request.alink#</CFOUTPUT>}

/* 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: #<CFOUTPUT>#request.link#</CFOUTPUT>}
A.searchresultsoddlk:visited {text-decoration: none; color: #<CFOUTPUT>#request.vlink#</CFOUTPUT>}
A.searchresultsoddlk:hover {text-decoration: none; color: #<CFOUTPUT>#request.alink#</CFOUTPUT>}
A.searchresultsoddlk:active {text-decoration: none; color: #<CFOUTPUT>#request.alink#</CFOUTPUT>}

/* 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: #<CFOUTPUT>#request.link#</CFOUTPUT>}
A.searchresultsevenlk:visited {text-decoration: none; color: #<CFOUTPUT>#request.vlink#</CFOUTPUT>}
A.searchresultsevenlk:hover {text-decoration: none; color: #<CFOUTPUT>#request.alink#</CFOUTPUT>}
A.searchresultsevenlk:active {text-decoration: none; color: #<CFOUTPUT>#request.alink#</CFOUTPUT>}

/* This will be the font style for all text in the odd rows of product display table. */
.searchresultsodd {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: normal; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.searchresultsoddbold {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.searchresultsoddsmall {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: normal; font-size: 11px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.searchresultsoddstrike {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.salefontodd {color: #<CFOUTPUT>#request.salefontcolor#</CFOUTPUT>; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* This will be the font style for all text in the even rows of product display table. */
.searchresultseven {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: normal; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.searchresultsevenbold {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.searchresultsevensmall {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: normal; font-size: 11px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.searchresultsevenstrike {color: #<CFOUTPUT>#request.RecordFontColor#</CFOUTPUT>; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.salefonteven {color: #<CFOUTPUT>#request.salefontcolor#</CFOUTPUT>; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* This will be the font style of all headers, such as "Your Shopping Cart" when viewing the cart. */
.ezcartheaders {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: bold; font-size: 18px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* This will be the font style of all text everywhere except the product listings
where we use a table cell background color. */
.ezcarttext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: normal; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.ezcartboldtext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.ezcartsmalltext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: normal; font-size: 11px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.ezcartsmallboldtext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: bold; font-size: 11px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.ezcartstriketext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

.ezcartwarning {color: red; font-weight: normal; font-size: 14px; font-family:Verdana, Arial, Geneva}

.errortext {color: #FF0000; font-weight: normal; font-size: 14px; font-family: Verdana, Arial, Geneva}
.errorboldtext {color: #FF0000; font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Geneva}
.errorsmalltext {color: #FF0000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva}
.errorsmallboldtext {color: #FF0000; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Geneva}
.erroestriketext {color: #FF0000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Verdana, Arial, Geneva}

/* This will be the font style of the tracking results. */
.tracktext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: normal; font-size: 11px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.trackboldtext {color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; font-weight: bold; font-size: 12px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* This is the font style of the text above the product listing, ie; 4 Items Found */
.topfontcolor {color: #<CFOUTPUT>#request.topfontcolor#</CFOUTPUT>; font-weight: normal; font-size: 18px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* This is the font style of the text in the bar above the product listing, ie; Thumbnail - Category - Price */
.headingfontcolor {color: #<CFOUTPUT>#request.headingfontcolor#</CFOUTPUT>; font-weight: normal; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* 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: #<CFOUTPUT>#request.salefontcolor#</CFOUTPUT>; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}
.smallsalefontcolor {color: #<CFOUTPUT>#request.salefontcolor#</CFOUTPUT>; font-weight: bold; font-size: 11px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>}

/* Submit Buttons - add a border with this code: border-width: 2px; border-color: #666666; border-style: solid; */
.ezcartsubmitbutton {width: 140px; background-color: #dddddd; color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana}

/* Shopping cart */
.ezcart-border-topleft {padding: 2px; border-left: 1px; border-top: 1px; border-right: 0px; border-bottom: 0px; border-color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; border-style: solid}
.ezcart-border-topleft-thick {padding: 2px; border-left: 1px; border-top: 4px; border-right: 0px; border-bottom: 0px; border-color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; border-style: solid}
.ezcart-border-table {border-left: 0px; border-top: 0px; border-right: 1px; border-bottom: 1px; border-color: #<CFOUTPUT>#request.TextColor#</CFOUTPUT>; border-style: solid}

/* CSS for tabbed area */

#tabs_table {
 width:380px;
}
#tab_row {
 background-image:url('<CFOUTPUT>#request.imageserver#</CFOUTPUT>ezcart/images/xd5images/tab-border.jpg');
 background-repeat:repeat-x;
 background-position:bottom left;
}
#tab_row_2 td {
 height:23px;
 background-image:url('<CFOUTPUT>#request.imageserver#</CFOUTPUT>ezcart/images/xd5images/tab-back-left.jpg');
 background-position:top left;
}
#tab_row_2 div {
 height:23px;
 background-image:url('<CFOUTPUT>#request.imageserver#</CFOUTPUT>ezcart/images/xd5images/tab-back-right.jpg');
 background-position:top right;
 background-repeat:no-repeat;
}

#tab_row_2 td.main_tab {
 background-image:url('<CFOUTPUT>#request.imageserver#</CFOUTPUT>ezcart/images/xd5images/tab-front-left.jpg');
}
#tab_row_2 .main_tab div {
 background-image:url('<CFOUTPUT>#request.imageserver#</CFOUTPUT>ezcart/images/xd5images/tab-front-right.jpg');
}

#tab_row_2 a {
 color:#674428;
 font-size:11px;
 display:block;
 padding:5px;
 padding-bottom:0px;
 padding-right:10px;
 padding-left:10px;
}

#tabs_info_holder {
 border:1px solid #979596;
 border-top-width:0px;
 padding:10px;
}

#tabs_info_holder_inner {
 height:200px;
 margin-bottom:20px;
 overflow:auto;
}

.vtclass {
color: #FF000; font-weight: bold; font-size: 14px; font-family: <CFOUTPUT>#variables.ezcartfont#</CFOUTPUT>; margin-left:100px;
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);	
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	
}

/* end tabbed area css */

/* End Copy */