/*
	Standard elements
*/

* {
	margin: 0 auto;
	padding: 0;
}

/*
body {
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: Black;
	background-color: Black;
	line-height: 1.2em;
	text-decoration: none;
}

div#wrapper {
	width: 960px;
  text-align: center;
	padding: 0;
}
*/

table.vehicle-view {
	width: 960px;
	padding: 6px;
	text-align: center;
	border-style: solid;
	border-color: Gray;
	border-width: 0px;
}


table.vehicle-marketdesc {
	width: 960px;
	padding: 6px;
	text-align: left;
	color:white;
	/*
	border-style: solid;
	border-color: Gray;
	border-width: 1px;     
	*/
}

div.crawling-image {
	display: block;
	float: left;
	width: 240px;
	height: 224px;
	text-align: center;
	color: Black;
	background-color: White;
	padding: 0px;
}

div.w240 {
	display: block;
	float: left;
	width: 240px;
}

.year-make-model {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: White;				/*	Black;	*/
}

a, a:link, a:active, a:visited {
	color: #B1D3F5;		/* a blue #6699cc was original */
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: White;				/*  #6699cc;  modified due to M.A.'s black backgrounds  */
}

#CaptionBox a:hover {
	color: Black;				/*  #6699cc;  modified due to White background here   */
}

table#service-hours {
	width: 250px;
	padding: 8px;
	color: Black;
	background-color: White;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

table#service-hours td.heading {
	width: 100%;
	color: Red;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}

table#service-hours td.days {
	width: 40%;
	color: Black;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: right;
}

table#service-hours td.hours {
	width: 60%;
	padding-left: 8px;
	color: Black;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: normal;
}

table#footer a {
	color: White;				/*  #6699cc;  modified due to M.A.'s black backgrounds  */
	text-decoration: none;
	background: transparent;
}

table#footer a:hover {
	color: #87CEFA; 		/*  was White;  modified to contrast with White in footer only */
}

.FooterText	{
	padding-left: 8px;
	font-size: .8em;
	color: #CCCCCC;
}

.FooterText2 {
	font-size: .8em;
	color: #FFFFFF;
}

.FooterText3 {
	font-size: 1.2em;
	font-weight: bold;
	color: Red;					/*  #FFFFFF;  */
  text-align: center;
	vertical-align: bottom;
}

img {
	border: none;
	padding: 0;
}

.vehicle-image {
	padding: 0;
	border-style: solid;
	border-color: Gray;
	border-width: 4px;
  text-align: center;
	vertical-align: bottom;
}

td#thumbnails {
	width: 780px;
	padding: 2px;
	border-style: solid;
	border-color: Gray;
	border-width: 4px;
	text-align: center;
	vertical-align: middle;
}

table#search-form {
	width: 900px;
	padding: 6px;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

td#search-sort {
	color: White;				/*  #6699cc;  modified due to M.A.'s black backgrounds  */
  font-size: .8em;
}

td#search-sort a {
	color: White;				/*  #6699cc;  modified due to M.A.'s black backgrounds  */
	text-decoration: none;
	background: transparent;
}

td#search-sort a:hover {
	color: #87CEFA;    /*  was White;  modified to contrast with White in footer only */
}

table#veh-block-black {
	width: 260px;
	padding: 4px;
	color: black;
	background-color: White;
	border-style: solid;
	border-color: White;
	border-width: 1px;
}

.VehicleText {
	font-size: .8em;
	color: Black;				/*  was White  */
	line-height: 1.4em;
	text-decoration: none;
}


table#veh-block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 780px;
	padding: 4px;
	color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-color: Gray;
	border-width: 4px;
}

table#veh-block-desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px;
	color: #000000;
}

td.prompt-left {
	width: 90px;
	font-size: .8em;
	font-weight: bold;
}

td.prompt-rite {
	width: 110px;
	font-size: .8em;
	font-weight: bold;
}

}
/*  This was from Morristown Auto
table#veh-block {
	width: 100%;
	padding: 4px;
	background-color: #333333;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
*/
.RedBoxHeader {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
background-color: Red;
padding:5px
}

.BlueBoxHeader {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
background-color: Blue;
padding:5px
}

.RedBox {
	width: 100%;
	padding: 4px;
	background-color: #ffffff;
	border-style: solid;
	border-color: Red;
	border-width: 3px;
}
.GrayBox {
	width: 50%;
	padding: 4px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #cccccc;
	border-width: 3px;
}


#veh-block td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: Black;
}

#veh-block-desc td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: ffffff;

}


#veh-block td.veh-descr {
	padding-left: 2px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.8em;
	color: Black;
	background-color: #D9D9D9;		/* B0B0B0; */
}
#veh-block-desc td.veh-descr-heading {
	font-size: 1.0em;
	font-weight: bold;
	color: ffffff;

}
.viewcar-heading {
	font-size: 14pt;
	font-weight: bold;
	color: ffffff;
/*	padding-left: 55px; */

}

#veh-block .veh-image {
	width: 125px;
	text-align: center;
}

#veh-block-desc .veh-image {
	width: 125px;
	text-align: center;
}

#veh-block .veh-info {
	width: 450px;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	color: Black;
}

#veh-block-desc .veh-info {
	width: 450px;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	color: Black;
}

#veh-block .veh-right {
	width: 185px;
	text-align: right;
	padding: 8px;
	vertical-align: top;
	color: Black;
}

#veh-block-desc .veh-right {
	width: 185px;
	text-align: right;
	padding: 8px;
	vertical-align: top;
	color: Black;
}

#veh-block .veh-price {
	text-align: right;
	color: White;				/*  Red;  */
	font-size: .9em;

}

#veh-block-desc .veh-price {
	text-align: right;
	color: White;				/*  Red;  */
	font-size: .9em;

}

.price-prompt {
	color: White;
	font-size: .8em;

}

.price {
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	color: Red;
}

#veh-block td.text-scroll {
	padding-top: 8px;
	color: Black;
	font-size: .8em;
	font-weight: normal;
}

#veh-block-desc td.text-scroll {
	padding-top: 8px;
	color: Black;
	font-size: .8em;
	font-weight: normal;
}

#veh-block .veh-info a {
	color: Black;
}

#veh-block-desc .veh-info a {
	color: Black;
}

/*  For Quick Quote / Contact Form  */
table#quick {
 width: 960px;
 border: none;
 padding: 4px;
 color: White;
 background-color: Black;
}

td#model-list {
	width: 25%;
	vertical-align: top;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: Red;					/*  White;  */
	text-align: center;
}

tr#quick-prompts td {
	font-size: .8em;
	color: White;
  text-align: left;
	line-height: 1em;
}

tr#quick-inputs option {			/*  was	.FormStyle2  */
	font-size: 1em;
	color: Black;
	line-height: 1.2em;
	padding-left: 6px;
}

tr#quick-inputs input {			/*  was	.FormStyle2  */
  font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	color: Black;
	line-height: 1.5em;
	border-style: solid;
	border-width: 1px;
	border-color: 002555;
}

tr#quick-buttons input {
	width: 120px;
	margin-top: 16px;
	font-size: 1.2em;
	color: Black;
	background-color: White;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
}

.QuickText {
	font-size: .8em;
	color: Black;				/*  was #7d7d7d; but seemed to light to see */
	line-height: 1.2em;
	text-decoration: none;
}

.QuickText2	{
	font-size: .8em;
	color: #ffffff;
	line-height: 1.2em;
	text-decoration: none;
}

.AdminText {
	font-size: 10pt;
	color: #024D7F;
	line-height: 10pt;
	font-weight: bold;
}

.AdminText2	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #024D7F;
		line-height: 9pt;
		font-weight: bold;
}

.ContentText {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: Black;						/*  was White;	and also was #000000;  */
		line-height: 14pt;
		text-decoration: none;
}

.ContentText2	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #000000;
		line-height: 12pt;
		text-decoration: none;
	}

.ContentText3	{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	line-height: 13pt;
	text-decoration: none;
}

.WhiteContentText {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #ffffff;						
		line-height: 14pt;
		text-decoration: none;
}

.WhiteContentText2 {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #ffffff;						
		line-height: 14pt;
		text-decoration: none;
		font-weight:bold;
}

.ColoredText	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #CC0033;
		line-height: 12pt;
		text-decoration: none;
}

.ColoredText2
	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #466BCA;
		line-height: 12pt;
		text-decoration: none;
	}

.HeadingText {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #002555;
		line-height: 16pt;
		text-decoration: none;
}

.HeadingText1	{
		width: 960px;
		height: 25px;
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 13pt;
		color: #ffffff;
		font-weight: bold;
		line-height: 20pt;
		text-align: center;
		text-decoration: none;
		background-image: url('../images/header_blank.jpg');
		text-indent: 20px;
}

.HeadingText2	{
		text-align:left;
		width: 996px;
		height: 25px;
		font-family: "Trebuchet MS", Tahoma, Verdana;
		font-size: 13pt;
		color: #ffffff;
		font-weight: bold;
		line-height: 20pt;
		text-decoration: none;
		background-image: url('../images/header_blank.jpg');
		text-indent: 20px;
}

.EmailText {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: #000000;
		line-height: 14pt;
		text-decoration: none;
		background: transparent;
	}

.ContentTabs {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #ffffff;
		line-height: 12pt;
		text-decoration: none;
}

.ChromeOptions {
	font-size: 10pt;
	color: #000000;
	line-height: 12pt;
	text-decoration: none;
}

.Required	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: Red;
		line-height: 15pt;
		text-decoration: none;
	}
	.DisclaimerText
	{
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height: 14pt;
		color: #4d4d4d;

	}
	.search {
		font-family: Arial;
		font-weight: bold;
		font-size: 8.0pt;
		font-style: normal;
		width: 190px;
		height: 19px;
		margin: auto;
		text-align: center;
	}
	.search2 {
		font-family: Arial;
		font-weight: bold;
		font-size: 8.0pt;
		font-style: normal;
		width: 150px;
		height: 19px;
		margin: auto;
		text-align: center;
	}
	.searchtime {
		font-family: Arial;
		font-weight: bold;
		font-size: 8.0pt;
		font-style: normal;
		width: 75px;
		height: 19px;
		margin: auto;
		text-align: center;
	}

.bars	{
		color: CC0033;
		background-color: 333333;
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica;
}

.barssolid1
	{
		color: #ffffff;
		background-color: 003366;
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica;
	}
	.barssolid2
	{
		color: #ffffff;
		background-color: 999999;
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica;
	}
	.borders
	{
		color: 000000;
		background-color: #ffffff;
		border-style: solid;
		border-color: 000000;
		border-width: 1;
	}
	.FormStyle
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		border: 1px solid Gray;
	}
	.FormStyle2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		border-style: solid;
		border-width: 1px;
		border-color: 002555;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
	}
	.buttons
	{
		color: FFFFFF;
		background-color: 999999;
		border-style: solid;
		border-color: 000000;
		border-width: 1;
		font-size: 8.5pt;
		font-style: normal;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica;
		font-weight: bold;
	}
	.buttons2
	{
		color: FFFFFF;
		background-color: bbbbbb;
		border-style: solid;
		border-color: 000000;
		border-width: 1;
		font-size: 8.5pt;
		font-style: normal;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica;
		font-weight: bold;
	}

.buyacar {
		overflow: auto;
		height: 25px;
		font-size: 8pt;
		font-family: Verdana, Arial, Helvetica;
		border-style: solid;
		border-color: #7C7C7C;
		border-width: 1;
		background-color: #ffffff;
}

.PhoneText {
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 11pt;
		color: #ffffff;
		line-height: 16pt;
		text-decoration: none;
		font-weight: bold;
}

.Netscape	{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	line-height: 12pt;
	text-decoration: none;
}
