/* This will be the link and hover style for all links not the product display table. */
a  {
	text-decoration: none;
	color: #0079F5;
}
a:hover {
	color: #69767C;
	text-decoration : underline;
}
.NavBottom  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0079F5;
	font-weight : normal;
}
.NavBottom:hover  { 
	color: #69767C;
	text-decoration: none;
}
.Catalog  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #69767C;
	font-weight : bold;
}
.Catalog:hover  { 
	color: #0079F5;
	text-decoration: none;
}
.SubNavTop  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #6B7C88;
	font-weight : bold;
	line-height : 11px;
}
.SubNavTop:hover  { 
	color: #0F4EAC;
	text-decoration: none;
}
td {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
b {
	font-weight : bold;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #00477F;
	margin-top:0;
	margin-bottom:0;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #00477F;
	margin-top:0;
	margin-bottom:0;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #00477F;
	margin-top:0;
	margin-bottom:0;
}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #00477F;
	margin-top:0;
	margin-bottom:0;
}
.IntroText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #616A6E;
}
.TextSmaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 13px;
}
.TextSmallerGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #828C90;
	line-height : 11px;
}
.TextSmallest {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 10px;
}
.TextSmallestGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 10px;
	color: #828C90;
}
.Border{
	border-left: #A3B1BB 1px solid; 
	border-top: #A3B1BB 1px solid; 
	border-right: #A3B1BB 1px solid; 
	border-bottom: #A3B1BB 1px solid; 
}
.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #004A9D;
	color: White;
	font-weight: bold;
	border-left : 1px solid #3890F4;
	border-top : 1px solid #3890F4;
	border-right : 1px solid #001E40;
	border-bottom : 1px solid #001E40;
}
#InputBox {
	border-left : 1px solid #828C90;
	border-top : 1px solid #828C90;
	border-right : 1px solid #828C90;
	border-bottom : 1px solid #828C90;
}

A.ezcart:link {text-decoration: none; color: #0079F5}
A.ezcart:visited {text-decoration: none; color: #0079F5}
A.ezcart:hover {text-decoration: none; color: #69767C}
A.ezcart:active {text-decoration: none; color: #000000}

/* 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}
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: #ff00ff}
A.searchresultsevenlk:visited {text-decoration: none; color: #ff00ff}
A.searchresultsevenlk:hover {text-decoration: none; color: #0000ff}
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: #000066; font-weight: normal; font-size: 9pt; font-family: Arial, Geneva, Verdana}
.searchresultsoddbold {color: #000066; font-weight: bold; font-size: 9pt; font-family: Arial, Geneva, Verdana}
.searchresultsoddsmall {color: #000066; font-weight: normal; font-size: 11px; font-family: Arial, Geneva, Verdana}
.searchresultsoddstrike {color: #000066; font-weight: normal; text-decoration: line-through; font-size: 9pt; font-family: Arial, Geneva, Verdana}
.salefontodd {color: #ff0000; font-weight: bold; font-size: 9pt; 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: 9pt; font-family: Arial, Geneva, Verdana}
.searchresultsevenbold {color: #000000; font-weight: bold; font-size: 9pt; 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: 9pt; font-family: Arial, Geneva, Verdana}
.salefonteven {color: #ff0000; font-weight: bold; font-size: 9pt; 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: 16px; 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: 9pt; font-family: Arial, Geneva, Verdana}
.ezcartboldtext {color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Geneva, Verdana}
.ezcartwhiteboldtext {color: #ffffff; font-weight: bold; font-size: 9pt; 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: 9pt; 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: 14px; 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: 9pt; 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: 9pt; 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}

/* 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}