.site-content {
  padding: 0 !important;
}

#datadisplay {
  text-align: left;
}

/*** MODEL SELECTION PAGE ***/
table.tableframe>tbody>tr>td>table {
  display: none;
}
td.model_header {
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: 5px;
  text-align: center;
  background-color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

tr.model_section_header {
  padding: 5px;
  text-align: center;
  background-color: #EFEFEF;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
tr.model_row {
  display: flex;
  gap: 5px;
}
a.model_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
}

td.model_cell {
  text-align: center;
  padding-bottom: 25px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*** TRIM SELECTION PAGE ***/
a.trim_backbutton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.trim_title {
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: 5px;
  text-align: center;
  background-color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

.trim_selection_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

a.trim_selection_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.trim_selection_disclaimer {
  font-style: italic;
}

td.trim_section_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

td.trim_section_category {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.trim_section_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*** VEHICLE LEVEL PAGE ***/
/* Controls CSS of the entire landing page section */
table.tableframe {
  background-color: white;
}

/* Top Navigation CSS */
td.navigation {
  /* Navigation Cell */
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: 5px;
  text-align: center;
  background-color: #666666;
}

td.navigation_trail {
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: 5px;
  text-align: left;
  background-color: #666666;
}

select.navigation {
  /* Navigation Selection Box */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a.navigation {
  text-align: left;
  color: #FF0000;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* Left Bar CSS */
.leftbar {
  /* Outermost Table Cell that contains the Left Bar */
  border-right: 1px solid rgb(51, 51, 51);
  vertical-align: top;
}

.leftbartable {
  /* Table inside the left bar */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

/* Left Bar - Header CSS */
td.leftbar_header {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #000000;
  background-color: #666666;
}

leftbar_object {
  /* All non header content in leftbar */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

a.leftbar_object {
  /* links in leftbar */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

td.leftbar_object {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Top Content Box CSS */
table.topcontentbox {
  border-bottom: 1px solid #000000;
}

td.bigimagecell {
  text-align: center;
}

td.cell_vehicleinfobox {
  vertical-align: top;
}

table.vehicleinfobox {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #000000;
}

td.vehicleinfobox_header {
  text-align: center;
  background-color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

td.vehicleinfobox {
  text-align: center;
}

.vehicleinfobox_highlight {
  font-weight: bold;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
  text-decoration: blink;
}

.vehicleinfobox_highlight_small {
  font-weight: bold;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

td.vehicleinfobox_leftcolumn {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

td.vehicleinfobox_rightcolumn {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

td.vehicleinfobox_disclaimer {
  font-style: italic;
  text-align: right;
}

/* Vehicle Nav Tabs CSS */
#tabsB {
  width: 100%;
  font-size: 93%;
  line-height: normal;
}

#tabsB ul {
  margin: 0;
  padding: 10px 10px 0 10px;
  list-style: none;
}

#tabsB li {
  display: inline;
  margin: 0;
  padding: 0;
}

#tabsB a {
  float: left;
  background: url("/carresearch/images/tableftB.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
}

#tabsB a span {
  float: left;
  display: block;
  background: url("/carresearch/images/tabrightB.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #6B78A9;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {
  float: none;
}

/* End IE5-Mac hack */
#tabsB a:hover span {
  color: #6B78A9;
}

#tabsB a:hover {
  background-position: 0% -42px;
}

#tabsB a:hover span {
  background-position: 100% -42px;
}

#tabsB .current a {
  background-position: 0% -42px;
}

#tabsB .current a span {
  background-position: 100% -42px;
}

#tabsB .normal a {
  float: left;
  background: url("/carresearch/images/tableftB.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 7px;
  text-decoration: none;
}

#tabsB .normal a span {
  float: left;
  display: block;
  background: url("/carresearch/images/tabrightB.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #6B78A9;
}

.tabtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  cursor: hand;
  cursor: pointer;
}

/* Content Section CSS */
table.content {
  border-top: 1px solid #000000;
  text-align: left;
}

.content_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

.content_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

tr.specifications_row2 {
  background-color: #EFEFEF;
}

.option_comment {
  font-style: italic;
  word-break: break-all;
}

/*** TRIM COMPARE PAGE ***/
td.compare_name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

td.compare_value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

tr.compare_subcategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

tr.compare_row1 {
  background-color: #EFEFEF;
}

tr.compare_row2 {
  background-color: #FFFFFF;
}

/* Configuration CSS */
td.vehicleinfobox_total_leftcolumn {
  text-align: left;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}

td.vehicleinfobox_total_rightcolumn {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #326698;
}

td.content_text_different_spec {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FF0000;
}

td.specifications_standard_header {
  font-size: 14px;
  border-bottom: 1px solid #000000;
}

td.specifications_asequipped_header {
  font-size: 14px;
  border-bottom: 1px solid #000000;
}

.content_text_different_spec {
  color: #FF0000;
}

.colors_directions {
  font-size: 13px;
}

div#popup {
  position: absolute;
  top: 0px;
  left: 0px;
  font: 12px arial;
  color: #000000;
  width: 700px;
  background-color: #EEEEEE;
  border: 1px solid black;
  padding: 5px 5px 5px 5px;
  visibility: hidden;
  filter: alpha(opacity=100);
}

.over {
  background-color: #EEEEEE
}

.notover {
  background-color: #FFFFFF
}

div#imgfloat {
  position: absolute;
  top: 0px;
  left: 0px;
  font: 12px arial;
  color: #000000;
  background: #ffffff;
  border: 1px solid red;
  padding: 10px 10px 10px 10px;
  visibility: hidden;
  filter: alpha(opacity=100);
}

div#plus {
  position: absolute;
  top: 0px;
  left: 0px;
  font: 12px arial;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  visibility: hidden;
  filter: alpha(opacity=100);
}

.optionimage {
  float: left;
  margin: 0 10px 10px 0;
}

.option_details {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

.option_details_spec_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

.option_details_spec_value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

.affected_option {
  background-color: #EE5555;
}

.normal_option {
  background-color: #FFFFFF;
}

.second_total_top_row {
  border-top: thin dashed #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.second_total_top_row_value {
  border-top: thin dashed #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}

.second_total_total_row {
  border-top: medium double #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.second_total_total_row_value {
  border-top: medium double #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}

.second_total_name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.second_total_value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}

.second_total_disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.content_header_match_percentage {
  color: #326698;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #000000;
  padding-right: 15px;
}

.inventory_price_name {
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.inventory_price_real_value {
  text-decoration: line-through;
}

.inventory_price_sale_value {
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.inventory_name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.inventory_value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.inventory_option_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.inventory_option_subheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

table.lead {
  border: thin solid rgb(0, 0, 0);
}

.lead_header {
  color: #FF0000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.lead_fields {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.quote_description_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.quote_description_header_price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.content_text_price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}

.quote_description_total {
  border-top: medium double #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.quote_description_total_price {
  border-top: medium double #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.quote_contact_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.quote_asterisk {
  color: #FF0000;
}

.quote_asterisk_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.quote_warning {
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.thanks_quote_message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.thanks_error_message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

/* Brochure CSS */
table.brochure_outer_table {
  border: 1px solid rgb(0, 0, 0);
}

.brochure_header {
  background-color: #EEEEEE;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.brochure_dealer_name {
  font-weight: bold;
  font-size: 18px;
}

.brochure_vehicle_header {
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.brochure_section_header {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #EEEEEE;
}

.brochure_category_header {
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.brochure_text {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.brochure_footer {
  background-color: #EEEEEE;
  border-top: 1px solid rgb(0, 0, 0);
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.brochure_infobox_name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.brochure_infobox_value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.brochure_infobox_price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.brochure_description_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.brochure_description_header_price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.brochure_description_total {
  border-top: medium double #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.brochure_description_total_price {
  border-top: medium double #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.brochure_text_price {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}

.inventory_search_all {
  text-align: right;
}

table.inventory_match_table {
  cursor: hand;
  cursor: pointer;
  border: 1px solid rgb(0, 0, 0);
}

.inventory_over {
  background-color: #EEEEEE;
}

.inventory_notover {
  background-color: #FFFFFF;
}

.inventory_match_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.inventory_match_vehiclename {
  font-weight: bold;
  font-size: 16px;
}

.inventory_match_price {
  font-size: 14px;
  font-weight: bold;
}

/*** VERSION 1.2 ***/
.clear {
  overflow: hidden;
  width: 100%;
}

a.button {
  background: transparent url('/carresearch/images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px;
  text-decoration: none;
}

a.button span {
  background: transparent url('/carresearch/images/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none;
  /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px;
  /* push text down 1px */
}

.inventory_search_small_title_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.inventory_search_differences {
  color: #FF0000;
}

.content_text_small {
  font-size: 10px;
  font-style: italic;
}

/* Version 1.3 */
table.mySavedRow {
  border: 1px solid rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.mySavedName:link {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.mySavedName:visited {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.mySavedName:hover {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.mySavedName:active {
  text-decoration: none;
  color: #999999;
}

.content_subheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* For Marlene's Design */
table.modeltable {
  width: 250px;
}

td.modeltable_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #CDDBE6;
}

td.modeltable_content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #CDDBE6;
}

/**** Incentives Section ****/
#model_incentives .content_header {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #000000;
  background-color: #666666;
  padding: 2px;
}

#model_incentives .content_text {
  padding-left: 10px;
}

#model_incentives .trims_effected {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #D61C09;
}

#model_incentives .price {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#model_incentives .factory_rebate {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#model_incentives .or {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  padding-left: 40px;
}

#model_incentives .special_rate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#model_incentives .rates {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}

#model_incentives .incentive_div {
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #000000;
}

.model_rebate_text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #D61C09;
}

.carfinder_subheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.carfinder_selection_table {
  border: 1px solid #000000;
}

/*** Gallery Viewer ****/
#galleryviewer {
  width: 1600px;
}

#galleryviewer #header {
  text-align: center;
  width: 1000px;
}

#galleryviewer #header span.cartitle {
  color: #333333;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
}

#galleryviewer #toolbar {
  width: 100%;
  height: 75px;
}

#galleryviewer #toolbar #slideshow_controls {
  width: 270px;
  height: 75px;
  float: left;
}

#galleryviewer #toolbar #slideshow_controls #stopbutton {
  padding: 10px;
  float: left;
  width: 38px;
  height: 54px;
}

#galleryviewer #toolbar #slideshow_controls #playbutton {
  padding: 10px;
  float: left;
  width: 34px;
  height: 54px;
}

#galleryviewer #toolbar #slideshow_controls #slideshow_text {
  background-image: url(/carresearch/images/viewer/Slideshow.jpg);
  width: 76px;
  height: 20px;
  float: left;
  margin-top: 15px;
}

#galleryviewer #toolbar #main_controls {
  width: 900px;
  text-align: center;
}

#galleryviewer #toolbar #main_controls #previousbutton {
  padding: 10px;
  float: left;
  width: 64px;
  height: 54px;
  margin-right: 40px;
}

#galleryviewer #toolbar #main_controls #nextbutton {
  padding: 10px;
  float: left;
  width: 50px;
  height: 54px;
  margin-left: 40px;
}

#galleryviewer #toolbar #main_controls #zoombar {
  width: 367px;
  height: 35px;
  background-image: url(/carresearch/images/viewer/Zoom.jpg);
  float: left;
  margin: 10px;
}

#galleryviewer #thumbnails {
  width: 270px;
  height: 570px;
  float: left;
  overflow: auto;
}

#galleryviewer #thumbnails div.thumbnail {
  padding: 2px;
  float: left;
}

#galleryviewer #mainimage {
  float: left;
}

#galleryviewer #toolbar #main_controls #zoombar div.imagesize {
  color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#galleryviewer div#plus {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-family: arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  visibility: hidden;
  filter: alpha(opacity=100);
}

#galleryviewer .content_text {
  font-size: 12px;
  font-family: arial, Helvetica, sans-serif;
  color: #000000;
}

#galleryviewer .zoom_text {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

#trims_incentives .content_header {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #000000;
  padding: 2px;
}

#trims_incentives .content_text {
  padding-left: 10px;
}

#trims_incentives .trims_effected {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #D61C09;
}

#trims_incentives .price {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#trims_incentives .factory_rebate {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#trims_incentives .or {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  padding-left: 90px;
  color: #FF0000;
}

#trims_incentives .special_rate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#trims_incentives .rates {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}

#trims_incentives .incentive_div {
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #000000;
}

#model_level_disclaimer #infobox {
  text-align: left;
  padding: 5px;
  border: 1px #000000 solid;
  color: #000000;
  width: 400px;
  float: left;
}

p.info1 {
  font-size: 11px;
}

p.info2 {
  font-size: 11px;
}

.content_text_bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#incentives_pq {
  border: 1px #000000 solid;
  color: #000000;
}

div.incentive_cash {
  background-image: url(/carresearch/images/red_seal.jpg);
  width: 221px;
  height: 120px;
}

div.incentive_cash div.incentive_cash_text {
  padding-top: 30px;
  text-align: center;
}

#trims_incentives div.incentive_cash_text .price {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
}

#trims_incentives div.incentive_cash_text .factory_rebate {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
}

.incentive_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

div.incentive_financing {
  background-image: url(/carresearch/images/red_seal.jpg);
  width: 221px;
  height: 120px;
}

div.incentive_financing div.incentive_financing_text {
  padding-top: 30px;
  text-align: center;
}

#trims_incentives .special_rate {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}

#trims_incentives .dealer_info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

#trims_incentives .phone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FF0000;
}

td.model_column1 {
  width: 400px;
}

#trims_incentives div.button_div {
  width: 100%;
  text-align: center;
}

p.content_text_alt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #FF0000;
  font-weight: bold;
}

.inventory_incentive_text {
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
}

#inventory_incentive div.incentive_div {
  border: 1px solid #000000;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#inventory_incentive .comment {
  font-family: Arial, Helvetica, sans-serif;
}

#inventory_incentive .content_header {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #000000;
  padding: 2px;
}

#inventory_incentive .content_text {
  padding-left: 10px;
}

#inventory_incentive .trims_effected {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #D61C09;
}

#inventory_incentive .price {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#inventory_incentive .factory_rebate {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#inventory_incentive .or {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  padding-left: 90px;
  color: #FF0000;
}

#inventory_incentive .special_rate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#inventory_incentive .rates {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}

#inventory_incentives_disclaimer #infobox {
  text-align: left;
  padding: 5px;
  border: 1px #000000 solid;
  color: #000000;
  float: left;
  width: 970px;
}

table.inventory_individual_equipment_table {
  width: 100%;
  float: left;
}

#trim_compare_all_div,
#trim_compare_div {
  width: 940px;
  height: 900px;
  overflow: auto;
}

form.quote_form {
  margin: 0;
}

div.incentive_lease {
  background-image: url(/carresearch/images/red_seal.jpg);
  width: 221px;
  height: 120px;
}

div.incentive_div p.leasetitle,
div.incentive_div p.othertitle {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  width: 221px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}

div.incentive_div p.leasevehicle {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #555555;
}

div.incentive_div p.leasecomment,
div.incentive_div p.othercomment {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #555555;
}

#inventory_incentive .leasetitle {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#inventory_incentive .leasecomment {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}

.lease_vehicle_image {
  max-width: 277px;
}