/* 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}
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: #ff0000}
A.searchresultsevenlk:visited {text-decoration: none; color: #ff0000}
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: #000000; font-weight: normal; font-size: 14px; font-family: Verdana, Arial}
.searchresultsoddbold {color: #000000; font-weight: bold; font-size: 14px; font-family: Verdana, Arial}
.searchresultsoddsmall {color: #000000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial}
.searchresultsoddstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Verdana, Arial}
.salefontodd {color: #ff0000; font-weight: bold; font-size: 14px; font-family: Verdana, Arial}

/* 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: Verdana, Arial}
.searchresultsevenbold {color: #000000; font-weight: bold; font-size: 14px; font-family: Verdana, Arial}
.searchresultsevensmall {color: #000000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial}
.searchresultsevenstrike {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Verdana, Arial}
.salefonteven {color: #ff0000; font-weight: bold; font-size: 14px; font-family: Verdana, Arial}

/* 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: Verdana, Arial}

/* 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: Verdana, Arial}
.ezcartboldtext {color: #000000; font-weight: bold; font-size: 14px; font-family: Verdana, Arial}
.ezcartsmalltext {color: #000000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial}
.ezcartsmallboldtext {color: #000000; font-weight: bold; font-size: 11px; font-family: Verdana, Arial}
.ezcartstriketext {color: #000000; font-weight: normal; text-decoration: line-through; font-size: 14px; font-family: Verdana, Arial}

/* This will be the font style of the tracking results. */
.tracktext {color: #000000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial}
.trackboldtext {color: #000000; font-weight: bold; font-size: 12px; font-family: Verdana, Arial}

/* This is the font style of the text above the product listing, ie; 4 Items Found */
.topfontcolor {color: #50579B; font-weight: normal; font-size: 14px; font-family: Verdana, Arial}

/* 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: Verdana, Arial}

/* 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: Verdana, Arial}
.smallsalefontcolor {color: #50579B; font-weight: bold; font-size: 11px; font-family: Verdana, Arial}

/* 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: Verdana, Arial}

.mainTD {
	background-image: url(images/bkMain.jpg);
	height: 680px;
	width: 1007px;
	background-repeat: no-repeat;
	background-color: #2b458f;
	border: none;
}
.hr1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #2B458F;
	border-right-color: #2B458F;
	border-bottom-color: #2B458F;
	border-left-color: #2B458F;
}
.title1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;

}
.navC-TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ebe0a3;
	width: 120px;
	height: 20px;
	background-color: #2B4590;
	background-image: url(images/arrowDownLinks.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 16px;

}
.navrow {
	height: 40px;
	padding-left: 30px;
	background-image:  url(images/bktitleCSS.gif);
	background-color: #FF9900;

}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bodyTag {
	background-color: #2B4590;
	background-image: url(../Images/bkBK.jpg);
	background-repeat: repeat-x;
}

.style2 {
	font-size: 36px;
	font-weight: bold;
	color: #0798CC;
}
.imageMain {
	margin-top: 10px;
	margin-left: 10px;
	border: 2px solid #000000;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
	}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover {
	color: #ff9900;
	text-decoration: none;
	}
a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
a.cat1:link {
	color: #2B4590;
	text-decoration: underline;
	}
a.cat1:visited {
	color: #2B4590;
	text-decoration: underline;
	}
a.cat1:hover {
	color: #2B4590;
	text-decoration: none;
	}
a.cat1:active {
	color: #2B4590;
	text-decoration: none;
	}


.adImage {
	border: none;
}

.title2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;
}
.imageMainSub {
	border: 1px dashed #999999;
}

.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B4590;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 36px;

}

.imageBorder {
	border-top: 1px solid #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #000000;
}

.mainWindowTD {
	padding-top: 10px;
}

.mainTable {
	background-image: url(../Images/bkMain.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
}
.justText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.cat1nav:link 	{ text-decoration: none; color: #ebe0a3;
				padding-right: 9px; padding-left: 9px; background-color: #2b458f; }
a.cat1nav:active	{ text-decoration: none; color: #ebe0a3;
				padding-right: 9px;  padding-left: 9px;	background-color: #2b458f;}
a.cat1nav:visited	{ text-decoration: none; color: #ebe0a3;
				padding-right: 9px;  padding-left: 9px;	background-color: #2b458f; }
a.cat1nav:hover	{ text-decoration: none; color: #2b458f;
				padding-right: 9px; padding-left: 9px; margin-left: 12px; background-color: #E8E4B6;  background-image: url(images/arrowCSS-links.gif); background-repeat: no-repeat;}

a.cat2nav:link 	{ text-decoration: none; color: #2b458f;
				padding-right: 9px; padding-left: 9px; margin-left: 12px; background-color: #E8E4B6;  background-image: url(images/arrowCSS-links.gif); background-repeat: no-repeat; }
a.cat2nav:active	{ text-decoration: none; color: #2b458f;
				padding-right: 9px;	padding-left: 9px;	margin-left: 12px;	background-color: #E8E4B6;}
a.cat2nav:visited	{ text-decoration: none; color: #2b458f;
				padding-right: 9px;  padding-left: 9px; margin-left: 12px;	background-color: #E8E4B6;  background-image: url(images/arrowCSS-links.gif); background-repeat: no-repeat; }
a.cat2nav:hover	{ text-decoration: none; color: #2b458f;
				padding-right: 9px;  padding-left: 9px; margin-left: 12px;	background-color: #E8E4B6;}
				
.cat1TD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 58px;
	height: 66px;
	width: 186px;

}

.cat2TD {
	height: 66px;
	padding-left: 56px;
	width: 200px;
	background-image: url(Images/cell1BK.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.contentTD {
	padding-top: 100px;
	width: 700px;

}.cfoutputArea {
	padding: 100px;
	width: 600px;

}
.searchbtnTable {
	margin-left: 10px;
}
.Image2Main {
	margin-right: 10px;
	margin-left: 10px;
}

.heading2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EBE0A3;

}
.bodyTag .mainTD .contentTD .heading2 {
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
