/*
**
** Custom Tags
**
*/

A {color: white; font-weight: bold; font-size:small;}
A:active {color: white; font-weight: bold;}
A:visited {color: white; font-weight: bold;}
A:hover {color: yellow; font-weight: bold;}

/*
**
** GENERIC STYLES
**
*/
.RIGHT {text-align: right;}
.LEFT {text-align: left;}
.CENTER {text-align: center;}
.ERROR {font-weight: bold;font-size: 14pt;color: red;}

/*
**
** SEARCH PAGE STYLES
**
*/
.SEARCH-TABLE {border: 3px solid #FF0000; background-color: #FFFFFF;}
.SEARCH-TR {}
.SEARCH-TD {}
.SEARCH-SPAN {font-size: 12pt;}
	.SEARCH-SPAN-CATEGORY {}
	.SEARCH-SPAN-MAKE {}
	.SEARCH-SPAN-KEYWORDS {}
	.SEARCH-SPAN-YEAR {}
	.SEARCH-SPAN-PRICE {}

/*
**
** RESULTS PAGE STYLES
**
*/
.RESULTS-HEADING-TABLE {width: 800px;}
.RESULTS-HEADING-TR {background-color: #FF0000; color: White; font-weight: bold;}
	.RESULTS-HEADING-TR-LINE1 {}
	.RESULTS-HEADING-TR-LINE2 {}
	.RESULTS-HEADING-TR-LINE3 {}
.RESULTS-HEADING-TD {}
	.RESULTS-HEADING-TD-INSTRUCTIONS {}
	.RESULTS-HEADING-TD-LISTINGS {}

.RESULTS-PAGEBAR-TR {background-color: #FF0000; color: White;}
	.RESULTS-PAGEBAR-TR A {background-color: #FF0000; color: White;}
.RESULTS-PAGEBAR-TD {}
.RESULTS-PAGEBAR-A {color: Yellow; text-decoration: none;}
.RESULTS-PAGEBAR-A:active {color: Yellow; text-decoration: none;}
.RESULTS-PAGEBAR-A:visited {color: Yellow; text-decoration: none;}
.RESULTS-PAGEBAR-A:hover {color: Yellow; text-decoration: underline;}
	.RESULTS-PAGEBAR-A-FIRST {}
	.RESULTS-PAGEBAR-A-PREV {}
	.RESULTS-PAGEBAR-A-PAGE {}
	.RESULTS-PAGEBAR-A-NEXT {}
	.RESULTS-PAGEBAR-A-LAST {}
	.RESULTS-PAGEBAR-A-NEWSEARCH {}
	.RESULTS-PAGEBAR-A-CLEARCOMPARE {}
	.RESULTS-PAGEBAR-A-COMPAREITEMS {}
.RESULTS-PAGEBAR-SPAN-CURRENTPAGE {}

.RESULTS-BODY-TABLE {width: 800px;}
.RESULTS-BODY-TR {}
	.RESULTS-BODY-TR-EVEN {background-color: white;}
		.RESULTS-BODY-TR-EVEN-LINE1 {}
		.RESULTS-BODY-TR-EVEN-LINE2 {}
	.RESULTS-BODY-TR-ODD {background-color: silver;}
		.RESULTS-BODY-TR-ODD-LINE1 {}
		.RESULTS-BODY-TR-ODD-LINE2 {}
.RESULTS-BODY-TR-PADDING {font-size: 4px;height: 2px;}
.RESULTS-BODY-TH {}
	.RESULTS-BODY-TH-SORTED {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-SORTED A {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-SORTED A:visited {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-SORTED A:active {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-SORTED A:hover {background-color: #FF0000; color: White;}
	.RESULTS-BODY-TH-UNSORTED {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-UNSORTED A {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-UNSORTED A:visited {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-UNSORTED A:active {background-color: #FF0000; color: White;}
	 .RESULTS-BODY-TH-UNSORTED A:hover {background-color: #FF0000; color: White;}
	.RESULTS-BODY-TH-SHADED {background-color: #DADADA;}
.RESULTS-BODY-TD {font-weight: bold;}
	.RESULTS-BODY-TD-IMAGE {vertical-align: top; width: 75px;}
		.RESULTS-BODY-TD-IMAGE-EVEN {}
		.RESULTS-BODY-TD-IMAGE-ODD {}
	.RESULTS-BODY-TD-YEAR {padding-left: 3px; text-align: center;}
		.RESULTS-BODY-TD-YEAR-EVEN {}
		.RESULTS-BODY-TD-YEAR-ODD {}
	.RESULTS-BODY-TD-MAKE {text-align: center;}
		.RESULTS-BODY-TD-MAKE-EVEN {}
		.RESULTS-BODY-TD-MAKE-ODD {}
	.RESULTS-BODY-TD-MODEL {text-align: center;}
		.RESULTS-BODY-TD-MODEL-EVEN {}
		.RESULTS-BODY-TD-MODEL-ODD {}
	.RESULTS-BODY-TD-PRICE {text-align: center;}
		.RESULTS-BODY-TD-PRICE-EVEN {}
		.RESULTS-BODY-TD-PRICE-ODD {}
	.RESULTS-BODY-TD-TEXT {text-align: left;padding-left: 3px;}
		.RESULTS-BODY-TD-TEXT-EVEN {}
		.RESULTS-BODY-TD-TEXT-ODD {}
	.RESULTS-BODY-TD-COMPARE {text-align: center;}
		.RESULTS-BODY-TD-COMPARE-EVEN {}
		.RESULTS-BODY-TD-COMPARE-ODD {}
.RESULTS-BODY-A {color: Black; text-decoration: none;}
.RESULTS-BODY-A:active {text-decoration: underline;}
.RESULTS-BODY-A:visited {color: Black;}
.RESULTS-BODY-A:hover {color: Black;}
	.RESULTS-BODY-A-HEAD {}
	.RESULTS-BODY-A-HEAD:active {}
	.RESULTS-BODY-A-HEAD:visited {}
	.RESULTS-BODY-A-HEAD:hover {}
	.RESULTS-BODY-A-EVEN {}
	.RESULTS-BODY-A-EVEN:active {}
	.RESULTS-BODY-A-EVEN:visited {}
	.RESULTS-BODY-A-EVEN:hover {}
	.RESULTS-BODY-A-ODD {}
	.RESULTS-BODY-A-ODD:active {}
	.RESULTS-BODY-A-ODD:visited {}
	.RESULTS-BODY-A-ODD:hover {}

/*
**
** COMPARE PAGE STYLES
**
*/
.COMPARE-BODY-TABLE {width: 800px;}
.COMPARE-BODY-TR {}
	.COMPARE-BODY-TR-HEADER {background-color: lime;}
		.COMPARE-BODY-TR-HEADER-LINE1 {}
		.COMPARE-BODY-TR-HEADER-LINE2 {}
	.COMPARE-BODY-TR-EVEN {background-color: White;}
		.COMPARE-BODY-TR-EVEN-LINE1 {}
		.COMPARE-BODY-TR-EVEN-LINE2 {}
	.COMPARE-BODY-TR-ODD {background-color: grey;}
		.COMPARE-BODY-TR-ODD-LINE1 {}
		.COMPARE-BODY-TR-ODD-LINE2 {}
.COMPARE-BODY-TR-PADDING {font-size: 4px;height: 2px;}
.COMPARE-BODY-TH {background-color: #FF0000;}
	.COMPARE-BODY-TH {color: White; text-decoration: none;}
	.COMPARE-BODY-TH-YEAR {color: White; text-decoration: none;}
	.COMPARE-BODY-TH-MAKE {color: White; text-decoration: none;}
	.COMPARE-BODY-TH-MODEL {color: White; text-decoration: none;}
	.COMPARE-BODY-TH-PRICE {color: White; text-decoration: none;}
	.COMPARE-BODY-TH-TEXT {color: White; text-decoration: none;}
.COMPARE-BODY-TD
	.COMPARE-BODY-TD-IMAGE {vertical-align: top;width: 75px;}
		.COMPARE-BODY-TD-IMAGE-EVEN {}
		.COMPARE-BODY-TD-IMAGE-ODD {}
	.COMPARE-BODY-TD-YEAR {padding-left: 3px; text-align: center;}
		.COMPARE-BODY-TD-YEAR-EVEN {}
		.COMPARE-BODY-TD-YEAR-ODD {}
	.COMPARE-BODY-TD-MAKE {text-align: center;}
		.COMPARE-BODY-TD-MAKE-EVEN {}
		.COMPARE-BODY-TD-MAKE-ODD {}
	.COMPARE-BODY-TD-MODEL {text-align: center;}
		.COMPARE-BODY-TD-MODEL-EVEN {}
		.COMPARE-BODY-TD-MODEL-ODD {}
	.COMPARE-BODY-TD-PRICE {text-align: center;}
		.COMPARE-BODY-TD-PRICE-EVEN {}
		.COMPARE-BODY-TD-PRICE-ODD {}
	.COMPARE-BODY-TD-TEXT {text-align: left;padding-left: 3px;width: 90%;}
		.COMPARE-BODY-TD-TEXT-EVEN {}
		.COMPARE-BODY-TD-TEXT-ODD {}
	.COMPARE-BODY-TD-REMOVE {text-align: center;}
		.COMPARE-BODY-TD-REMOVE-EVEN {}
		.COMPARE-BODY-TD-REMOVE-ODD {}

.COMPARE-BODY-A {}
.COMPARE-BODY-A:active {}
.COMPARE-BODY-A:visited {}
.COMPARE-BODY-A:hover {}
	.COMPARE-BODY-A-EVEN {color: Black; text-decoration: none;}
	.COMPARE-BODY-A-EVEN:active {color: Black; text-decoration: none;}
	.COMPARE-BODY-A-EVEN:visited {}
	.COMPARE-BODY-A-EVEN:hover {color: #FF0000; text-decoration: none;}
	.COMPARE-BODY-A-ODD {color: Black; text-decoration: none;}
	.COMPARE-BODY-A-ODD:active {color: Black; text-decoration: none;}
	.COMPARE-BODY-A-ODD:visited {}
	.COMPARE-BODY-A-ODD:hover {color: #FF0000; text-decoration: none;}

.COMPARE-PAGEBAR-TABLE {width: 800px;}
.COMPARE-PAGEBAR-TR {background-color: #FF0000;}
.COMPARE-PAGEBAR-TD {color: white;}
.COMPARE-PAGEBAR-A {color: White}
.COMPARE-PAGEBAR-A:active {color: Yellow}
.COMPARE-PAGEBAR-A:visited {color: White}
.COMPARE-PAGEBAR-A:hover {color: Yellow}
	.COMPARE-PAGEBAR-A-NEWSEARCH {}
	.COMPARE-PAGEBAR-A-CLEARCOMPARE {}
	.COMPARE-PAGEBAR-A-COMPAREITEMS {}

/*
**
** COMMON FOOTER PAGE STYLES
**
*/
.FOOTER-HR {color: black; width: 800px; text-align: left; margin-top: 1em;text-align: center;}
.FOOTER-TABLE {width: 640px;text-align: center;}

.FOOTER-ADDRESS-TABLE {font-size: 9pt;border: 2px outset silver;background-color: silver;}
.FOOTER-ADDRESS-TR {}
	.FOOTER-ADDRESS-TR-NAME {font-weight: bold;text-align: center;}
	.FOOTER-ADDRESS-TR-STREET {text-align: center;}
	.FOOTER-ADDRESS-TR-CITYSTATEZIP {text-align: center;}
	.FOOTER-ADDRESS-TR-PHONE {text-align: center;}
.FOOTER-FASTLINE-P {text-align: right;font-weight: bold;font-size: 8pt; width: 700px; color: black;}
.FOOTER-FASTLINE-A {text-decoration: underline;color: black;padding: 3px;}
.FOOTER-FASTLINE-A:active {text-decoration: underline;color: black;padding: 3px;}
.FOOTER-FASTLINE-A:visited {text-decoration: underline;color: black;padding: 3px;}
.FOOTER-FASTLINE-A:hover {text-decoration: underline;background-color: #97BEE9;color: black;}


/*
**
** ITEM PAGE STYLES
**
*/

/* item page table */
.ITEM-BODY-TABLE {width: 800;}
.ITEM-BODY-TR {}
.ITEM-BODY-TD {border-bottom: 1px solid black; text-align: center; color: black;}
	.ITEM-BODY-TD-INFO {}
	.ITEM-BODY-TD-IMAGE {margin: 0px; padding: 13px;}
	.ITEM-BODY-TD-TEXT {padding: 0px;margin: 0px;}