	body {
		background: url(/images/bg.jpg) repeat-x top;
		margin: 0px;
	}
	
	tr,td {
		font-size: 12px;
		font-family: arial,helvetica;
		color: #4A515A;
	}
	.footer {
		color: #000000;
		font-size: 12px;
		font-family: arial,helvetica;
	}
	
	.homeBodyText {
		font-size: 12px;
		font-family: arial,helvetica;
		color: #4A515A;
	}
	.titleRow { background-color: #081442; color: #ffffff; }
	.titleRow h2 { 
margin:0px; 
padding:0px; 
font-size: 12px;
font-weight: bold;
} 
.titleRow a{color:#fff;}
 	.oddRow { border: 2px solid #54849d; }
.evenRow { background: #dcf2fd; border-left: 2px solid #54849d; border-right: 2px solid #54849d;  }
.highLightRow { background-color:#FFFFCC; border-top: 2px solid #EFEFEF; border-bottom: 2px solid #EFEFEF;  }
	
	.inventoryOptions { background-color: #F7F3F7; }
	
	.footer_links { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #754C24; }
	.footer_links A { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none ; color: #754C24; font-weight: bold}
	.footer_links A:hover{color: #754C24;}
	
	.closeWindow { background-color: #cccccc;  color: #000000; text-decoration: none;}
	.tableBorder { background-color: #081442;  color: #ffffff; }
	
	.submitButton {
		font-family: Tahoma, Verdana, Arial; 
		font-size: 10px; color: #FFFFFF; 
		background-color: #006699; 
		border-color: #666666 #333333 #333333 #666666; 
		letter-spacing: 1px; 
		position: relative; 
		left: 8px;
		clip:     rect(   );  
		font-weight: bold; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}	
	.imgSlideOver {
	cursor:pointer;
	background-color: #C3E3EA;
	color: #000000;
	}
	.imgSlideOut {
	background-color: #EEEEEE; 
	}
	.showingImages {
	background-color: #e1e1e1;
	}
    .whiteText {
	color: #FFFFFF;
	}
	
	 .redText {
 	color: red;
 }
 /* this does the colors for the JS Error Checking */
.errHilite {
  background-color: #FFA18C;
}

 .formTitleRow {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   background-color: #FFCC33;
   height: 25px;
}

.contactFormHeading
{
	color:#bd3827;
	font-size:10pt;
	font-weight:bold;

}

/***********************************
Inventory Layout CSS
**********************************/
.titleRow {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 10px;
background-color: #9cc5da;
}

.titleRow h2 { 
margin:0px; 
padding:0px; 
font-family: verdana;
font-size: 12px;
font-weight: bold;
} 

.sortCombo 	{
font-size: 9px;
font-family: verdana;
color: #000000;
font-weight: none;
}

.carHeading	{
font-size: 11px;
font-family: verdana;
color: #000000;
font-weight: bold;
}
.carHeadingSub	{
font-size: 10px;
font-family: verdana;
color: #000000;
font-weight: bold;
}


.carDetails	{
font-size: 10px;
font-family: verdana;
color: #000000;
}
.btnView	{
width: 100%;
font-family: verdana;
font-size: 9px;
color: #000000;
font-weight: bold;
border: 1px solid #FFFFFF;
background-color: #FF3300;
}

/*******************************************
First | Previous | Next | Last "Links CSS" for Inventory Page
********************************************/
.searchNav	{
font-size: 10px;
font-family: verdana;
color: #000000;
background-color: #9cc5da;
}

#searchNavLinks	a {
color: #ffe972;
text-decoration: underline;
font-size: 9px;
font-family: verdana;
}

#searchNavLinks	a:hover{
color: #FFFFFF;
text-decoration: none;
}

#sortByLinks {
font-size: 9px;
font-family: verdana;
color: #000000;
background-color: #9cc5da;
}
#sortByLinks	a {
color: #FFFFFF;
text-decoration: underline;
font-size: 9px;
font-family: verdana;
padding-right: 7px;
}

#sortByLinks a:hover {
color: #ffe972;
}

.priceSelling	{ font-size: 14px; font-family:arial; color: #000000; font-weight:bold; }
.dollarSign	{ color: #e77871; font-size: 14px; font-weight: bold; font-family: arial;}
#bigPrice	{ font-size: 20px; font-family:arial; font-weight: bold; color: #000000; text-decoration: none; }


/********* Inventory Layout End **********/


/* Alignment of icons and bg */
#inventoryOptionsTableImages td
{
	text-align:center;
	background-color: #e7f5fc;
}
/*mouse over color of icon bg */
#inventoryOptionsTableImages td.inventoryOptionsOver
{
	background-color: #fff;
}
/*fixes bug with png's in ie 6.0 and 5.5 */
#inventoryOptionsTableImages td img
{
	 behavior: url(/jScripts/iepngfix/iepngfix.htc)
}