/*
820D91 purple
990099 purple web safe
FFFF00 yellow web safe
00CC66 green web safe
FF3333 red websafe

*/

/* this has been validated   from the W3C*/	
/* body style */
body  							{background-color : White;  color : #000000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
b   								{font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }	
p, u, ul, ol, li, dl, dt, blockquote  	{font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
/* bold body style */

/* Link stlye */

/* old style in template1
a								{color : #669999; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:link							{color : #669999; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:active							{color : #669999; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:visited							{color : #669999; text-decoration : none; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:hover							{color : #669999; text-decoration : none; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }		
*/

a								{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #990099; }		
a:link							{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #990099; }		
a:active							{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #990099; }		
a:visited							{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #00CC66; text-decoration : none;}		
a:hover							{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #990099; text-decoration : none;}		


a.side							{color : #FFFFFF; text-decoration : none; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:link.side						{color : #FFFFFF; text-decoration : none; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:active.side						{color : #FFFFFF; text-decoration : none; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:visited.side						{color : #FFFFFF; text-decoration : none; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:hover.side						{color : #FFFFFF; text-decoration : none; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }		

a.login							{color : #cc0033; text-decoration : none; font-size : 10px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:link.login						{color : #cc0033; text-decoration : none; font-size : 10px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:active.login						{color : #cc0033; text-decoration : none; font-size : 10px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:visited.login					{color : #cc0033; text-decoration : none; font-size : 10px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
a:hover.login						{color : #cc0033; text-decoration : none; font-size : 10px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; }		



.smalllinktext						{color : #669999; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif;}		

/* Header stlye */
.pageheader  						{color : #000000; font-size : 20px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif;}
.redpageheader  					{color : #FF3333; font-size : 20px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif;}		
.whitepageheader  					{color : #FFFFFF; font-size : 20px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif;}		
.paraheader  						{color : #000000; font-size : 17px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif;}				
.subparaheader  					{color : #000000; font-size : 14px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif;}		

/* Black Text format*/
.text							{color : #000000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
.textSmall						{color : #000000; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
.xSmtext							{color : #000000; font-size : 9px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	
.negative							{color : #ff0000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }	

/* White Text format*/
.bigWhiteText  					{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; font-style : bold; color : #FFFFFF; }		
.whiteText  						{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #FFFFFF; }		
.smWhiteText  						{font-family : Arial, Helvetica, sans-serif; font-size : 10px; font-weight : normal; font-style : normal; color : #FFFFFF; }		
.xSmWhiteText  					{font-family : Arial, Helvetica, sans-serif; font-size : 9px; font-weight :  normal; font-style : normal; color : #FFFFFF; }		

/*text used in forms for required feilds */
.requiredText14  					{color : #FF3333; font-size: 14px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;}		


/*text used in forms for a red note descriptor */
.noteText  						{font-style : italic; color : #FF3333;  font-size : 10px; font-weight : normal;  text-align : right;  font-family : Arial, Helvetica, sans-serif; }		

/* Red Text format*/
.redText  						{font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal; color : #FF3333; }		
.smRedText  						{font-family : Arial, Helvetica, sans-serif; font-size : 10px; font-weight : normal; font-style : normal; color : #FF3333; }		
.xSmRedText  						{font-family : Arial, Helvetica, sans-serif; font-size : 9px;  font-weight : normal; font-style : normal; color : #FF3333; }		

.tdSellerUpdate					{font-family : Arial, Helvetica, sans-serif; font-size : 11px;  font-weight : normal;  font-style : normal; color : #00CC66;   text-decoration : none;}		
.sellerupdatelink					{font-family : Arial, Helvetica, sans-serif; font-size : 11px;  font-weight : normal;  font-style : normal; color : #ff0000;   text-decoration : underline;}		



.year							{color : #000099; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }		
.make							{color : #FF3333; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }		
.model							{color : #000099; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }		

.price							{color : #990099; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }		
.miles							{color : #990099; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }		
.extcolor							{color : #990099; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }		
.options							{color : #000000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.seller							{color : #990099; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.testdrive						{color : #FF3333; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.carfax							{color : #990099; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }

.tdprice							{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.tdtmiles							{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.tdcolor							{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.tdoptions						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }


/*Car detail classes*/
.detYear							{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detMake							{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detPrice							{color : #FF3333; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detPhone							{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detPhoneNum						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }

.detMiles							{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detMiles2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detExtColor						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detExtColor2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detIntColor						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detIntColor2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detBodyType						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detBodyType2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detTrans							{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detTrans2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detDriveType						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detDriveType2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detEngine						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detEngine2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSoundSys						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSoundSys2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detStockNum						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detStockNum2						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detVIN							{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detVIN2							{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
a.detVINLink						{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;  text-decoration : none;}
a:hover.detVINLink					{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;  text-decoration : underline;}


.detOption						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detOptionLI						{color : #000000; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detOptTitle						{color : #006699; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detCommnetsTD						{color : #006699; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detCommnets						{color : #000000; font-size : 15px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detSellersName					{color : #000000; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSellersStArrd					{color : #000000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detSellersCityState				{color : #000000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detSellersContact					{color : #000000; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSellersContact2					{color : #FF3333; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSellersComments					{color : #000000; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detSellersWebsite					{color : #000000; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSellersWebsite2					{color : #000000; font-size : 15px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
a.detSellersWebsiteLink				{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;  text-decoration : none;}
a:hover.detSellersWebsiteLink			{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;  text-decoration : underline;}
.detSellersInventory				{color : #000000; font-size : 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif; }
.detSellersInventory2				{color : #000000; font-size : 15px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
a.detSellersInventoryLink			{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;  text-decoration : none;}
a:hover.detSellersInventoryLink		{color : #006699; font-size : 12px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;  text-decoration : underline;}

.detDisclaimer						{color : #000000; font-size : 10px; font-weight : normal; font-style : italic; font-family : Arial, Helvetica, sans-serif; }
.detDisclaimerB					{color : #000000; font-size : 11px; font-weight : bold;   font-style : italic; font-family : Arial, Helvetica, sans-serif; }

.detSearchText						{color : #000000; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detSearch						{color : #FF3333; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detWhithinText					{color : #000000; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detWhithin						{color : #FF3333; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detZipcodeText					{color : #000000; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }
.detZipcode						{color : #FF3333; font-size : 10px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }

a.detContactSeller					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a.detPrint						{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a.detClose						{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:link.detContactSeller				{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:link.detPrint					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:link.detClose					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:active.detContactSeller			{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:active.detPrint					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:active.detClose					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:visited.detContactSeller			{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:visited.detPrint					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:visited.detClose					{color : #FF3333; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}
a:hover.detContactSeller				{color : #006699; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : underline;}
a:hover.detPrint					{color : #006699; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : underline;}
a:hover.detClose					{color : #006699; font-size : 12px; font-weight : bold; font-style : normal; font-family : Arial, Helvetica, sans-serif; text-decoration : underline;}

   

/*
.tdseller
.tdtestdrive
.tdcarfax
*/

.bigPurpleText  					{color : #990099; font-size: 15px; font-weight : bold; font-style : bold; font-family : Arial, Helvetica, sans-serif;}		


/* Table Rows and Cells*/
/* This will render all html in the td */
/* that is not defined in other classes */
tr, td  							{font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }			

/*Form Feild elements*/
.general  {background-color : #ffffff; color : #000000; font-family : Arial, text-align : left; Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal;}		
/*
input, select, option, textarea		{background-color : #6699ff; color : #FF3333; text-align : center; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }			
submit, reset						{background-color : #6699ff; color : #FF3333; text-align : center; font-size : 12px; font-weight : normal; font-style : normal; font-family : Arial, Helvetica, sans-serif; }			
*/
