/* 
		Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 CSS File
      Created:	 11/22/2007
     Updated:	 12/04/2007
*/
/*
Blue Border Color: #D5D5FF
Text Color: #000066
*/

/*-----WEBSITE DESIGN STYLES---------------------------------------------------------------------------*/
#sortTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
}
#sortTable select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFB9B9;
}
#btnASC {
	background-image: url(images/asc.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 20px;
}
#btnDESC {
	background-image: url(images/desc.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 20px;
}
#resizeButtons {
	text-align: center;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 90px;
	z-index: 2;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	text-align: center;
	line-height: 1em;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#backgroundTable {
	height: 100%;
	width: 1010px;
	background-color: #FFFFFF;
}
#backgroundTable #borderLeft {
	background-color: #000033;
	background-image: url(Images/borderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#backgroundTable #borderRight {
	background-color: #000033;
	background-image: url(images/borderRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#pageTable {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#contentTable {
	height: 100%;
	width: 100%;
}
#contentTable td.verticalLine {
	background-color: #999999;
}
#leftColumnTable {
	height: 100%;
	width: 200;
}
#leftColumnTable #contactCompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
}
#leftColumnTable #contactAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}
#leftColumnTable #contactPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
}
#leftColumnTable a {
	font-family: Arial, Helvetica, sans-serif;
	color: #392E18;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}
#leftColumnTable a:hover {
	color: #A90000;
	text-decoration: none;
}
#rightColumnTable {
	/*height: 100%;*/
	width: 200;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}
#rightColumnTable #mapImage {
	border: 1px solid #999999;
}
#rightColumnTable #searchTable {
	width: 100%;
}
#rightColumnTable #searchLinkTable {
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	background-color: #CCCCCC;
}
#rightColumnTable #searchLinkTable input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;  
}
#formSort {
	height: 20px;
}
#searchTable span {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}
#searchTable label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
}
#searchTable select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
}
#searchTable option {
	width: 110px;
}
#searchTable input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;  
}
table.resultsTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFAA;
	border: 1px solid #CCCCCC;
}
table.resultsTable label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}
table.resultsTable a {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.resultsTable a:hover {
	color: #000099;
	text-decoration: underline;
}
table.resultsTable td.carTitle {
	color: #A90000;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.resultsTable div.carPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: line-through;
}
table.resultsTable div.carSalePrice  {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}
#pageTable #menuBackground {
}
#pageTable #menuBackground a {
}
#pageTable #menuBackground a:hover {
}
#headerTable {
	height: 100%;
	width: 100%;
}
#headerTable #headerBar {
	background-image: url(Images/headerBar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menuBar {
	height: 25px;
	width: 100%;
	background-image: url(Images/menuBar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF; 
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footerTable {
	color: #666666;
	height: 100%;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
#footerBar {
	height: 16px;
	background-image: url(Images/footerBar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerTable #footerMenu {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footerTable #footerMenu a {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footerTable #footerMenu a:hover {
	color: #A90000;
	background-color: #CCCCCC;
}


#columnTable {
	height: 100%;
	width: 100%;
}
#columnTable td.verticalLine {
	background-color: #CCCCCC;
}
#columnTable #column1Table {
	width: 100%;
	height: 100%;
}
#columnTable #column1Table a {
}
#columnTable #column1Table a:hover {
}

#columnTable #column2 {
	margin: 0px;
	padding: 0px;
}
#columnTable #column3 {
	width: 200px;
}

/*-----FOOTER STYLES--------------------------------------------------------------------------------------------*/
#contactCompany {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	color: #000033;
}
#contactAddress {
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	color: #000033;
}

#ecp {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	color: #666666;
}
#ecp a {
	font-style: italic;
	color: #666666;
	text-decoration: none;
}
#ecp a:hover {
	color: #A90000;
	text-decoration: underline;
}


/*-----MENU STYLES--------------------------------------------------------------------------------------------*/
#menuTable {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
#menuTable a {
	font-size: 1em;
	font-weight: bold;
	color: #A90000;
	text-decoration: none;
}
#menuTable a:hover {
	background-color: #CCCCCC;
}
#headerPhone1 {
	position: relative;
	left: 110px;
	top: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 3;
}
#headerPhone2 {
	position: relative;
	left: -2px;
	top: -40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
	z-index: 4;
}

#requestMoreInfoTable {
	width: 100%;
	background-color: #FFFFAA;
}
#requestMoreInfoTable label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-weight: bold;
}

/*----- INVENTORY DETAIL STYLES-------------------------------------------------------------------------*/
#inventoryTitleTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFAA;
}
#inventoryTitleTable #detailHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#inventoryTitleTable #detailTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
#inventoryTitleTable a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
}
#inventoryTitleTable a:hover {
	text-decoration: underline;
}
#inventoryTitleTable div.carPrice  {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}
#inventoryTitleTable div.carPrice span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: line-through;
}
#inventoryImageTable {
	width: 100%;
	background-color: #FFFFAA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#inventoryImageTable span {
	font-family: Arial, Helvetica, sans-serif;
	color: #004F75;
	font-size: 0.75em;
	font-style: italic; 
	font-weight: bold;
}
#inventoryDetailsTable {
	width: 100%;
	background-color: #FFFFAA;
}
#inventoryDetailsTable1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal; 
	font-weight: bold;
}
#inventoryDetailsTable1 label {
	color: #333333;
	font-size: 0.9em;
	font-style: normal; 
	font-weight: normal;
}
#inventoryDetailsTable2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal; 
	font-weight: bold;
}
#inventoryDetailsTable2 label {
	color: #333333;
	font-size: 0.9em;
	font-style: normal; 
	font-weight: normal;
}
#inventoryDetailsTable #carFax {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal; 
	font-weight: bold;
}
#inventoryDetailsTable #carFax label {
	color: #333333;
	font-size: 0.9em;
	font-style: normal; 
	font-weight: normal;
}
#inventoryDetailsTable #carFax a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 1em;
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
}
#inventoryDetailsTable #carFax a:hover {
	color: #A90000;
	text-decoration: underline;
}


/*----- REQUEST MORE INFO STYLES-------------------------------------------------------------------------*/
#requestMoreInfoTable {
	width: 100%;
}
#requestMoreInfoTable td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 0.75em;
	font-weight: bold;
}
#requestMoreInfoTable label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal; 
	font-weight: bold;
	vertical-align: bottom;
}
#requestMoreInfoTable input {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 0.7em;
	font-style: normal; 
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#requestMoreInfoTable textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 0.7em;
	font-style: normal; 
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#requestMoreInfoTable select {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#requestMoreInfoTable input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	background-color: #006600;
}

/*-----CONTACT US PAGE STYLES-------------------------------------------------------------------------*/
#ContactUsTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 0.8em;
	font-weight: bold;
}
label.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}
input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEECC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #50301A solid;
	padding-left: 5px;
}
input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}
#homePageTable {
	height: 100%;
	width: 100%;
}
#homePageTable #column1 {
	height: 100%;
}
#homePageTable #column2 {
	height: 100%;
	background-color: #CCCCCC; 
}
#column1 #topFeaturedTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#column1 #topFeaturedTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A90000;
}
#column1 #topTagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
}
#column1 #topDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

#column1 #topFeaturedTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #4876FF;
	text-decoration: none;
}
#column1 #topFeaturedTable a:hover {
	color: #A90000;
	text-decoration: underline;
}

#column2 #specialsTable {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#aboutUsTable {
	height: 100%;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
table.faqsTable {
	height: 100%;
	width: 95%;
	background-color: #FFFFAA;
}
table.faqsTable td.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
table.faqsTable td.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
}
table.faqsTable td.prompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
