/* Inventory Results Styles: */
/*
**
** Custom Tags
**
*/
/*
A {color: black; font-weight: bold; font-size:x-small;}
*/
A:active {color: black; font-weight: bold;}
A:visited {color: black; font-weight: bold;}
A:hover {color: black; 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 #ea9c90; 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: 660px; margin-bottom:10px;}
/*This is the background color and text color for the header (Click on the Description for more Item Info, etc.)*/
.RESULTS-HEADING-TR {background-color: #184383; color: White; font-weight: bold;}
	.RESULTS-HEADING-TR-LINE1 {}
	.RESULTS-HEADING-TR-LINE2 {}
	.RESULTS-HEADING-TR-LINE3 {}
.RESULTS-HEADING-TD {}
	.RESULTS-HEADING-TD-INSTRUCTIONS {text-align:left;}
	.RESULTS-HEADING-TD-LISTINGS {}
/*This is the background color and text color for the header pagebar (Browse Pages, etc.) The text color is black so not to confuse it with links. */
.RESULTS-PAGEBAR-TR {background-color: #EBFEFF; color: Black}
/*This is the background color and text color for the header links (New Search, Clear Compare, etc.)*/
	.RESULTS-PAGEBAR-TR A {background-color: #EBFEFF; color: #1e999e}
.RESULTS-PAGEBAR-TD {text-align:left;}
/*This is the text color for the header links when active, visited, or hovered over (New Search, Clear Compare, etc.)*/
.RESULTS-PAGEBAR-A {color: #1e999e; text-decoration: none;}
.RESULTS-PAGEBAR-A:active {color: #1e999e; text-decoration: none;}
.RESULTS-PAGEBAR-A:visited {color: #1e999e; text-decoration: none;}
.RESULTS-PAGEBAR-A:hover {color: #1e999e; 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: 660px;}
.RESULTS-BODY-TR {}
	/*This is the background color for the even numbered results. */
	.RESULTS-BODY-TR-EVEN {background-color: white;}
		.RESULTS-BODY-TR-EVEN-LINE1 {}
		.RESULTS-BODY-TR-EVEN-LINE2 {}
	/*This is the background color for the odd numbered results. */
	.RESULTS-BODY-TR-ODD {background-color: #FEEEE2;}
		.RESULTS-BODY-TR-ODD-LINE1 {}
		.RESULTS-BODY-TR-ODD-LINE2 {}
.RESULTS-BODY-TR-PADDING {font-size: 4px;height: 2px;}
.RESULTS-BODY-TH {}
	/*These are the background and text colors of header links when sorted. (Year, Make, Model, Price, etc.) */
	.RESULTS-BODY-TH-SORTED {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-SORTED A {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-SORTED A:visited {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-SORTED A:active {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-SORTED A:hover {background-color: #ada9a9; color: #1e999e;}
	 /*These are the background and text colors of header links when unsorted. (Year, Make, Model, Price, etc.) */
	.RESULTS-BODY-TH-UNSORTED {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-UNSORTED A {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-UNSORTED A:visited {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-UNSORTED A:active {background-color: #ada9a9; color: #ffffff;}
	 .RESULTS-BODY-TH-UNSORTED A:hover {background-color: #ada9a9; color: #1e999e;}
	.RESULTS-BODY-TH-SHADED {background-color: #ada9a9;}
.RESULTS-BODY-TD {color:#000000;}
	.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 {}
		/* This line aligns the description text in relation to the TD cell it is in: */
	.RESULTS-BODY-TD-TEXT {text-align: center;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: #1e999e; text-decoration: none;}
.RESULTS-BODY-A:active {color: #1e999e; text-decoration: underline;}
.RESULTS-BODY-A:visited {color: #1e999e;}
.RESULTS-BODY-A:hover {color: #1e999e; text-decoration:underline;}
	.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 {}
	/*This is the color of even numbered results links when hovered over. */
	.RESULTS-BODY-A-EVEN:hover {color:#1e999e;}
	.RESULTS-BODY-A-ODD {}
	.RESULTS-BODY-A-ODD:active {}
	.RESULTS-BODY-A-ODD:visited {}
	/*This is the color of odd numbered results links when hovered over. */
	.RESULTS-BODY-A-ODD:hover {color:#1e999e;}

/*
**
** COMPARE PAGE STYLES
**
*/
.COMPARE-BODY-TABLE {width: 660px;}
.COMPARE-BODY-TR {}
	.COMPARE-BODY-TR-HEADER {background-color: #802020;}
		.COMPARE-BODY-TR-HEADER-LINE1 {}
		.COMPARE-BODY-TR-HEADER-LINE2 {}
	/*This is the background color for the even numbered compare results. */
	.COMPARE-BODY-TR-EVEN {background-color: White;}
		.COMPARE-BODY-TR-EVEN-LINE1 {}
		.COMPARE-BODY-TR-EVEN-LINE2 {}
	/*This is the background color for the odd numbered compare results. */
	.COMPARE-BODY-TR-ODD {background-color: #FEEEE2;}
		.COMPARE-BODY-TR-ODD-LINE1 {}
		.COMPARE-BODY-TR-ODD-LINE2 {}
.COMPARE-BODY-TR-PADDING {font-size: 4px;height: 2px;}
 /*These are the background color of the TH header. (Year, Make, Model, Price, etc.) */
.COMPARE-BODY-TH {background-color: #ada9a9;}
	.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 {color:#000000;}
	.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 {}
	/* This line aligns the description text in relation to the TD cell it is in: */
	.COMPARE-BODY-TD-TEXT {text-align: center;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 {color: #1e999e; text-decoration: none;}
.COMPARE-BODY-A:active {color: #1e999e; text-decoration: underline;}
.COMPARE-BODY-A:visited {color: #1e999e; text-decoration: none;}
.COMPARE-BODY-A:hover {color: #1e999e; text-decoration: underline;}
	.COMPARE-BODY-A-EVEN {color: Black; text-decoration: none;}
	.COMPARE-BODY-A-EVEN:active {color: #1e999e; text-decoration: none;}
	.COMPARE-BODY-A-EVEN:visited {color: #1e999e; text-decoration: none;}
		/*This is the color of even numbered compare links when hovered over. */
	.COMPARE-BODY-A-EVEN:hover {color: #1e999e; text-decoration: none;}
	.COMPARE-BODY-A-ODD {color: #1e999e; text-decoration: none;}
	.COMPARE-BODY-A-ODD:active {color: #1e999e; text-decoration: none;}
	.COMPARE-BODY-A-ODD:visited {color: #1e999e; text-decoration: none;}
		/*This is the color of odd numbered compare links when hovered over. */
	.COMPARE-BODY-A-ODD:hover {color: #1e999e; text-decoration: underline;}

.COMPARE-PAGEBAR-TABLE {width: 660px;}
/*This is the background color for the compare header/footer. */
.COMPARE-PAGEBAR-TR {background-color: #EBFEFF;}
.COMPARE-PAGEBAR-TD {color: white;}

/*This is the text color for the header links when active, visited, or hovered over (New Search, Clear Compare, etc.)*/
.COMPARE-PAGEBAR-A {color: #1e999e; text-decoration:none;}
.COMPARE-PAGEBAR-A:active {color:#1e999e; text-decoration: none;}
.COMPARE-PAGEBAR-A:visited {color:#1e999e; text-decoration: none;}
.COMPARE-PAGEBAR-A:hover {color:#1e999e; text-decoration: underline;}
	.COMPARE-PAGEBAR-A-NEWSEARCH {}
	.COMPARE-PAGEBAR-A-CLEARCOMPARE {}
	.COMPARE-PAGEBAR-A-COMPAREITEMS {}

/*
**
** COMMON FOOTER PAGE STYLES
**
*/
.FOOTER-HR {color: black; width: 660px; text-align: left; margin-top: 1em;text-align: center;}
.FOOTER-TABLE {width: 660px;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: 660;}
.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;}
	
	
#results 
{
	padding: 0px;
	width:660px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color:#fff; This is necessary to overlay the orange color that is the background for the wrapper. */
}
	
/* End of Inventory Results Styles */


/*
Theme.011
Stylesheet Master
by CoffeeCup Software - http://coffeecup.com
*/

	body {
		background:#1468BE;
		background-attachment: fixed;
		color:#fff;
		font:normal 65%/1.4 helvetica,arial,serif;
		font:
		text-align:center; 															/* this centers the layout */
	}
	
	a {
		text-decoration:none;
	}


	#page {
		margin:0 auto; 																/* this fixes centering issue in browsers that don't understand text-align:center; */
		padding:0 10px 10px;
		position:relative;
		text-align:left; 															/* this fixes text-align:center; on elements that follow in the cascade */
		width:940px;
	}
	
	.container {
		text-align:left;
		margin:0 auto;
		width:940px;
	}
	
/* --- Header --- */
	#header {
		border-top:10px solid #184383;
		margin:0 auto;
		padding:30px 20px 20px;
		width:920px;
	}
	#header h1#logo {
		color:#fff;
		display:inline;
		font:bold 42px helvetica,arial,sans-serif;
		letter-spacing:-2px;
		margin-right:50px;
	}
	#header h1#logo a {
		color:#fff;
		text-decoration:none;
	}

	#header p.desc {
		color:#fff;
		display:inline;
		font-size:14px;
	}
	
	#header form {
		display:none;
		left:700px;
		position:absolute;
		text-align:right;
		top:35px;
	}

/* --- Navigation --- */
	#nav {
		background:#184383 url(../images/lt_blue-arrow-overlay.gif) no-repeat 100% 50%;
		display:block;
		text-align:left;
	}
	#nav ul {
		list-style:none;
		margin:10px 0;
		text-indent:0;
	}
	#nav ul li {
		display:inline;
		font:bold 12px helvetica,arial,sans-serif;
		text-transform:uppercase;
	}
	#nav ul li a {
		border-right:1px dotted #fff;
		color:#fff;
		float:left;
		padding:10px 20px;
		text-decoration:none;
	}
	#nav ul li a:hover {
		background:#333;
		color:#fff;
	}
	
/* --- Main Photo --- */

	#main-photo {
		background:url(../images/RWEquip_Header1a.jpg) 50% 50% no-repeat;
		height:250px;
		margin:10px 0;
		width:940px;
	}
	
	
	
/* --- Sidebar --- */
	#sidebar {
		float:left;
		margin:0;
		padding:0 0 70px;
		width:220px;
	}
	#sidebar img {
		border:3px solid #fff;
		/*display:block;*/
		margin:0 auto;
	}
	#sidebar .module {
		font:normal 13px helvetica,arial,sans-serif;
		margin:0 0 20px;
	}
	#sidebar h5 {
		background:#184383 url(../images/lt_blue-arrow-overlay.gif) no-repeat 100% 50%;
		color:#fff;
		margin:0 0 5px;
		padding:10px;
	}
	
	#sidebar dl {
		margin:0 0 10px;
		padding:5px;
		text-indent:0;
	}
	#sidebar dl dt {
		font-size:13px;
		font-weight:bold;
		margin:0 0 2px;
	}
	#sidebar dl dd {
		font-size:11px;
		margin:0 0 5px 0;
	}
	#sidebar dl dd.read-more {
		font-weight:bold;
		text-align:right;
	}
	#sidebar ul {
		list-style: square;
		margin:0 0 1em 2em;
		padding:5px;
		text-indent: 0;
	}
	#sidebar a {
		color:#fff;
		font-weight:bold;
	}
	#sidebar a:hover {
		color:#333;
	}
	#sidebar .vcard {
		margin:100px 0 0;
		text-align:right;
	}
	#sidebar .vcard .org {
		font-weight:bold;
	}
	
/* --- Features --- */

	#features {}
	#features .feature-box {
		float:left;
		margin:0 20px 0 0;
		width:220px;
	}
	#features .feature-box.end {
		margin:0 0 0 0;
	}
	#features a { color:#fff; }
	#features a:hover { color:#333; }
	#features .feature-box h5 a {
		background:#fff url(../images/lt_blue-arrow-overlay.gif) no-repeat 100% 50%;
		color:#184383;
		display: block;
		font:bold 12px helvetica,arial,sans-serif;
		margin:5px 0;
		padding:10px;
		text-transform: uppercase;
	}
	#features .feature-box h5 a:hover { background-color:#333; color:#fff; }
	#features .feature-box img {
		background:#eee;
		border:1px solid #ddd;
		height:100px;
		padding:4px;
		width:210px;
	}
	
/* --- Content --- */
	#content {
		float:right;
		margin:0 0 0 0;
		padding:0 0 40px;
		width:690px;
	}
	#content #breadcrumb {
		background:#fff url(../images/white_lt_blue-arrow-overlay.gif) no-repeat 100% 50%;
		color:#333;
		font-family:helvetica,arial,sans-serif;
		font-size:12px;
		margin:0 0 15px;
		padding:10px;
	}
	#content #breadcrumb a { padding:0 5px; text-decoration: none; }
	#content #breadcrumb strong { padding:0 5px; }
	#content a {
		color:#000;
		font-weight:bold;
	}
	#content a:hover {
		color:#000;
		text-decoration:underline;
	}
	#content blockquote {
		background:#ccc;
		border:1px solid #bbb;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		margin:0 0 1em;
		padding:15px 25px;
	}
	#content blockquote p {
		font-size:16px;
		font-style:italic;
		margin:0 0 5px;
	}
	#content blockquote cite {
		display:block;
		font:bold 11px helvetica,arial,sans-serif;
		text-align:right;
		text-transform:uppercase;
	}
	
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		color:#fff;
		font-family:helvetica,arial,sans-serif;
		font-weight:bold;
		letter-spacing:-1px;
	}
	#content h2 {		
		font-size:30px;
	}
	#content h3 {
		font-size:24px;
	}
	#content h4 {
		font-size:18px;
	}
	#content h5 {
		font-size:14px;
	}
	#content img.alignright {
		background:#fff;
		border:1px solid #e6e6e6;
		box-shadow:2px 2px 2px #e6e6e6;
		-moz-box-shadow:2px 2px 2px #e6e6e6;
		-webkit-box-shadow:2px 2px 2px #e6e6e6;
		float:right;
		margin:0 0 15px 15px;
		padding:10px;
	}
	#content ol,
	#content p,
	#content ul {
		font-size:14px;
	}
	#content ol {
		list-style:decimal;
		margin:0 0 1em 2em;
		text-indent:0;
	}
	#content p {
		margin:0 0 10px 10px;
	}
	#content ul {
		list-style:square;
		margin:0 0 1em 2em;
		text-indent:0;
	}
	
	#content strong.leadin {
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#content div.vcard {
		font:normal 18px helvetica,arial,sans-serif;
		margin:0 0 10px 10px;
	}
	#content div.vcard .fn {
		font-weight:bold;
	}
	
	#content ul.photo-gallery {
		list-style:none;
		margin:0 0 0 1em;
	}
	#content ul.photo-gallery li {
		display:inline;
	}
	#content ul.photo-gallery li a {
		float:left;
	}
	#content ul.photo-gallery li a img {
		border:1px solid #aaa;
		margin:0 5px 5px 0;
		padding:5px;
	}
	
	#content td 
	{
		font-size:14px;
	}

	.yellow_text
	{
	color: #EBC429;
	font-size:16px;
	font-weight: bold;
	}
/* --- Footer --- */
	#footer {
		border-bottom:10px solid #184383;
		color:#fff;
		line-height:1;
		margin:-5px auto 45px;
		padding:40px 20px 60px;
		text-align:left;
		width:920px;
		/*This prevents the copyright from being pushed to the side. */		
		clear:both;
	}
	#footer .vcard { float:right; font:normal 12px helvetica,arial,sans-serif; text-align: right; }
	#footer .vcard div.fn { font-weight: bold; }
	#footer .vcard div.adr div,
	#footer .vcard div.adr span { display:inline; }

	
	#footer a {
		color:#fff;
		font-weight:bold;
	}
	#footer a:hover {
		color:#333;
	}
	#footer p.copyright 
	{

		font:bold 12px helvetica,arial,sans-serif;
		margin:0 0 .25em;
	}
	#footer p.coffeecup {
		font:normal 11px helvetica,arial,sans-serif;
	}
	#footer p.coffeecup a.caps {
		font-size:10px;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	

/* --- Browser Fixes --- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
	/* This height prevents the navbar background from collapsing. */
	height:35px;
}
 
* html .clearfix {
	height: 1%;
}

