@CHARSET "ISO-8859-1";

/* RESET */
.KC_wrap form {
	padding: 0;
	margin: 0;
}
.KC_wrap table {
	padding: 1px;
}
.KC_wrap td {
	padding: 1px;
}
.KC_wrap p {
	padding: 2px 0;
	margin: 5px 0;
}
.KC_wrap ul {
	padding: 3px 0 2px 15px;
}
.KC_wrap h1 {
	font-size: 18pt;
	padding: 3px 0;
	margin: 0;
}
.KC_wrap h2 {
	font-size: 16pt;
	padding: 3px 0;
	margin: 0;
}
.KC_wrap h3 {
	font-size: 13pt;
	padding: 3px 0;
	margin: 0;
}
.KC_wrap h4 {
	font-size: 10pt;
	padding: 3px 0;
	margin: 0;
}
/* No spacing on headers in table cells */
.KC_wrap td h1, .KC_wrap td h2, .KC_wrap td h3, .KC_wrap td h4 {
	padding: 0;
	margin: 0;
}

/* CLEARFIX */
.KC_wrap .KC_clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.KC_wrap .KC_clearfix {
	display: inline-block;
}

html[xmlns] .KC_wrap .KC_clearfix {
	display: block;
}

* html .KC_wrap .KC_clearfix {
	height: 1%;
}

.KC_wrap {
	line-height: 1.4em;
	behavior: url('/_public/csshover3.htc');
}

div.KC_pop {
	background: white;
	padding: 10px;
	border: 4px solid #c0c0c0;
}
body.KC_pop {
	background: #F3F3F3;
	padding: 0;
}
body.KC_pop .KC_wrap {
	width: 98%;
	margin: 0;
}

/* ============================== */
/* ============================== */

/* COMMON */
.KC_wrap a:link, .KC_wrap a:visited {
	text-decoration: underline;
}
.KC_wrap a:hover {
	text-decoration: none;
}
.KC_section_header {
	color: white;
	background: #3F3F3F;
	padding: 0 10px;
	margin: 0;
}
.KC_section_wrap {
	background: #F3F3F3;
	border: 1px solid #3F3F3F;
	padding: 20px;
	margin: 0;
}
.KC_section_header2 {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 1px;
	padding: 0 10px;
	margin: 15px 0 0 0;
}
.KC_section_wrap2 {
	background: #FBFBFB;
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px 1px;
	padding: 5px 20px;
	margin: 0;
}
.KC_hr {
	border-bottom: 2px dotted #DFDFDF;
	margin: 10px 0;
}

.KC_oldprice, KC_price {

}
.KC_compare {
	color: #7F7F7F;
	font-size: 0.8em;
}
.KC_oldprice {
	text-decoration: line-through;
}
.KC_markdown {
	color: #df0000;
}
.KC_bold {
	font-weight: bold;
}
.KC_small {
	font-size: 0.8em;
}
.KC_grey {
	color: #6F6F6F;
}
.KC_newlisting {
	color: #c30f0f;
	font-style: italic;
	font-size: 0.8em;
}
.KC_photo {
	border: 1px solid #AFAFAF !important;
}
.KC_wrap a img {
	border: none;
}

.KC_wrap a:link, .KC_wrap a:visited {
	font-weight: bold;
}

.KC_required {
	color: #c00000 !important;
	font-weight: bold;
}

/* INPUT FIELDS */
.KC_input_text {
	font: 10pt Arial,Helvetica,sans-serif;
}

.KC_input_textarea {
	font: 10pt Arial,Helvetica,sans-serif;
}

.KC_input_select {

}
.KC_input_check {

}
.KC_input_button {
	padding: 3px;
}
.KC_msg_success, .KC_msg_error {
	border: 2px solid #DDDDDD;
	padding: 0.6em;
	width: 95%;
	font-weight: bold;
}

.KC_msg_success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

.KC_msg_error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}

/* Fancy form styling */

.KC_fancy_form {
    font-weight:bold;
}

.KC_fancy_form {
    margin: 20px 0;
    padding:40px 40px 20px 40px;
    background-color:#eeeeee;
}
.KC_fancy_form h3 {
}
.KC_fancy_form table {
    background-color:#ffffff;
    border:4px solid #cccccc;
    border-collapse:collapse;
    width:100%;
}
.KC_fancy_form input, .KC_fancy_form textarea {
    border:none;
    display:block;
    width:100%;
    font-size:14px;
    font-weight:bold;

}
.KC_fancy_form td {
    padding:10px;
    border:1px solid #cccccc;
}
.KC_fancy_form label {
    padding: 0 0 5px 0;
    font-size:14px;
    color:#666666;
    display:block;
    width:100%;
    cursor:pointer;
}
.KC_fancy_form button {
    font-size:16px;
    background-image: url( /public/images/btn_submit.png );
    border: 0 none;
    cursor: pointer;
    color:#ffffff;
    font-weight:bold;
    height:46px;
    width:108px;
}
    .KC_fancy_form button:hover {
        background-position: -108px 0px;
    }

.KC_fancy_form #KC_captcha {
    text-align:center;
    padding:10px;
}
    .KC_fancy_form #KC_captcha input {
        width:auto;
        display:inline;
        padding:3px;
    }

#KC_NR_alert {}
    #KC_NR_alert p {
        font-size:16px;
        line-height:18px;
        margin:10px 0;
        font-weight:normal;
        text-align:center;
    }

#KC_NR_submit {
    width:160px;
    margin:0 auto;
    position:relative;
    left:-24px;
}
    #KC_NR_submit span {
        float:left;
        width:46px;
        height:46px;
        padding: 11px 0;
    }



/* ============================== */
/* ============================== */

/* VEHICLE */
#KC_veh {

}

.KC_main_photo {
	border: 1px solid #AFAFAF !important;
	margin: 10px 0 0 0;
}
#KC_veh #KC_photos_sub_wrap {
	padding: 10px 5px;
	text-align: center;
}
.KC_photos_sub {
	border: 1px solid #AFAFAF;
	margin: 1px;
	text-align: center;
}
.KC_photos_sub:hover {
	border: 1px solid #06202F;
}
#KC_veh .KC_photos_sub {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
/* done with photos */



#KC_veh #KC_veh_main {
	/* Entire vehicle section wrap */
}

#KC_veh #KC_left {
	float: left;
	width: 35%;
	background: #EEEEEE;
	border: 0 solid #CCCCCC;
	border-width: 0 1px 1px 1px;
}

#KC_veh #KC_right {
	float: right;
	width: 64%;
}

/* Top header tag line */
#KC_veh .KC_tag_line {
	font-style: italic;
}
#KC_veh #KC_top_photo {
	/* Photos section wrap */
}
#KC_veh #KC_top_details {
	/* List of info and carfax/carproof section */
	/*float: left;*/
}
#KC_veh #KC_top_ctas {
	/* Top CTA buttons on right hand side */
	float: right;
	width: 230px;
}

#KC_veh #KC_internet_coupon {
    /* Internet coupon button on right hand side */
	float: right;
	width: 230px;
    text-align:right;
    margin:10px 0;
}

#KC_veh #KC_promotion_top {
	padding: 0 7px;
}

#KC_veh #KC_top_dealer {
	/* Dealer info under the header */
	background: white;
	border: 0 solid #EEEEEE;
	border-width: 0 1px 1px 1px;
}


/* Call us at Dealer number top banner */
.KC_call_us_at {
	color: #8F8F8F;
}
.KC_call_us_at em {
	color: black;
}


#KC_veh .KC_comments {
	font-size: 1.3em;
	padding: 15px;
}

#KC_veh .KC_veh_disclaimer {
	font-size: 0.8em;
	font-style: italic;
}

/* Price displays  */
#KC_veh .KC_oldprice {
	font-size: 0.9em;
}
#KC_veh .KC_price, #KC_veh .KC_markdown {
	font-size: 1.9em;
	font-weight: bold;
}





#KC_veh .KC_certified_logo {
	/* Certified logo */
	padding: 7px;
}
#KC_veh .KC_promotion_logo {
	padding: 2px;
	border: 1px solid #AFAFAF;
	margin: 1px;
}

#KC_veh #KC_header_wrap {
	/* Header wrap */
	background: #EEEEEE;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#KC_veh .KC_dealer_info {
	/* Dealer info located on the bottom */
	padding: 20px 0;
}
#KC_veh .KC_addthis_wrap {
	/* The add this buttom wrapper  */
	padding: 10px 0;
}
#KC_veh .KC_googlemap {
	border: 1px solid #999999;
	width: 260px;
}


/* financing section */
#KC_veh .KC_financing_wrap {
	padding: 5px 10px;
}


/* more info box */
#KC_veh #KC_moreinfo_wrap {
	padding: 10px;
}
#KC_veh #KC_moreinfoform_loading {
	float: left;
	color: green;
}


#KC_veh #KC_paycalc_wrap {
	background: #EEEEEE;
	padding: 8px 30px;
	border: 1px solid #CCCCCC;
}


#KC_veh .KC_similar_vehicles {
	border: 1px solid #CCCCCC;
	background: white;
	padding: 5px;
	margin: 5px 10px;
}


/* ============================== */
/* ============================== */

/* INVENTORY */
#KC_inv {

}
#KC_inv .KC_price {
	color: #074A6F;
}
#KC_inv #KC_search_wrap {
	background: #EEEEEE;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#KC_inv #KC_search_params {
	background: white;
	border: 1px solid #CCCCCC;
}
#KC_inv #KC_search_param1, #KC_search_param2 {
	float: left;
	border-right: 1px solid #CCCCCC;
}
#KC_inv #KC_search_param1 {
	width: 39%;
}
#KC_inv #KC_search_param2 {
	width: 30%;
}
#KC_inv #KC_search_param3 {
	float: left;
	width: 30%;
}
#KC_inv .KC_search_param_header {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	background: #fbfbfb;
}
#KC_inv .KC_search_param_body {
	padding: 3px;
}
#KC_inv #KC_search_controls_wrap {
	padding: 5px;
}
#KC_inv #KC_search_button_1 {
	width: 130px;
}
#KC_inv #KC_search_control1 {
	float: left;
	width: 32%;
}
#KC_inv #KC_search_control2 {
	float: left;
	text-align: center;
	width: 42%;
}
#KC_inv #KC_search_control3 {
	float: right;
	text-align: right;
	width: 22%;
}
#KC_inv #KC_search_body_type img {
	padding: 3px 5px;
}
#KC_inv .KC_input_select {
	font-size: 0.9em;
	color: #6F6F6F;
	padding: 2px;
}
#KC_inv #KC_results_count_wrap {
	font-size: 1.2em;
	font-weight: bold;
}
#KC_inv #KC_results_count_wrap span {
	font-size: 1.2em;
}
#KC_inv .KC_no_results {
	text-align: center;
	font-size: 1.4em;
}
#KC_inv #KC_top {
	padding: 5px;
}

#KC_inv #KC_page_wrap {
	clear: both;
	text-align: center;
}
#KC_inv #KC_sort_by {
	float: left;
}
#KC_inv #KC_view_by {
	float: right;
}
#KC_inv .KC_details_item, #KC_inv .KC_gal_item {
	border: 1px solid #e4e6e8;
}
#KC_inv .KC_results_odd {
	background: #EEEEEE;
}
#KC_inv .KC_results_even {
	background: white;
}
#KC_inv .KC_results_hotlist {
	background: #dee7ff;
	border-color: #bdcefd;
}
#KC_inv .KC_promotion_logo {
	padding: 2px;
	border: 1px solid #AFAFAF;
	margin: 1px;
}
/* ============================== */
/* ============================== */

/* COMAPRE */
#KC_com .KC_com_row_odd {
	background: #EFEFEF;
}

#KC_com .KC_com_row_even {
	background: white;
}
#KC_com .KC_com_col1, #KC_com .KC_com_col2, #KC_com .KC_com_col3 {
	width: 155px;
}

/* ============================== */
/* ============================== */

/* GALERY SPECIFIC */
#KC_inv .KC_gal_item {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 162px;
	height: 310px;
	margin: 3px;
}
#KC_inv .KC_gal_item:hover {
	background: #FFFBCF;
}
#KC_inv .KC_gal_item .KC_photo_wrap {
	width: 150px;
	height: 90px;
	text-align: center;
	margin: 0 auto 5px;
}
#KC_inv .KC_gal_item .KC_vehicle_name {
	font-size: 1.1em;
	font-weight: bold;
}
#KC_inv .KC_gal_item .KC_markdown {
	font-weight: bold;
}
#KC_inv .KC_gal_item .KC_markdown, #KC_inv .KC_gal_table .KC_price {
	font-size: 1.2em;
}
#KC_inv .KC_gal_item .KC_oldprice {
	font-size: 0.8em;
}

/* DETAILS SPECIFIC */
#KC_inv .KC_details_item {
	padding: 8px 5px;
	margin: 15px 0;
}
#KC_inv .KC_details_item:hover {
	background: #FFFBCF;
}
#KC_inv .KC_details_item .KC_photo_wrap {
	width: 110px;
	text-align: center;
}
#KC_inv .KC_details_item .KC_vehicle_name {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#KC_inv .KC_details_item .KC_markdown {
	font-weight: bold;
}
#KC_inv .KC_details_item .KC_markdown, #KC_inv .KC_details_item .KC_price {
	font-weight: bold;
	font-size: 1.05em;
}
#KC_inv .KC_details_item .KC_oldprice {
	font-size: 0.8em;
}

/* LIST SPECIFIC */
#KC_inv .KC_list_table {
	width: 98%;
	border: 1px solid #CCCCCC;
}
#KC_inv .KC_list_table .KC_vehicle_name {
	font-weight: bold;
}
#KC_inv .KC_list_table .KC_list_header {
	font-weight: bold;
	font-size: 1.1em;
	background: #EEEEEE;
}
#KC_inv .KC_list_table .KC_list_header td {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
#KC_inv .KC_list_table .KC_result_row:hover {
	background: #FFFBCF;
}


/* ============================== */
/* ============================== */

/* SHOWROOM */
#KC_sho {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}
#KC_sho #KC_left {
	width: 150px;
	float: left;
	padding: 10px;
}
#KC_sho #KC_right {
	width: 750px;
	background: white;
	float: right;
	border-left: 1px solid #CCCCCC;
}
#KC_sho #KC_photo_wrap {
	background: #EEEEEE;
	text-align: center;
}
#KC_sho #KC_content {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}
#KC_sho #KC_left li {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	list-style-type: none;
	padding: 5px 0 5px 2px;
}
#KC_sho #KC_model_wrap {
	margin: 0 0 10px 10px;
}
#KC_sho #KC_starting_wrap {
	margin: 5px 0 10px 10px;
}
#KC_sho #KC_starting_wrap span {
	font-weight: bold;
	font-size: larger;
}
#KC_sho #KC_feature_wrap {
	margin: 5px 0;
}
#KC_sho .KC_feature {
	float: left;
	margin-right: 1px;
}

#KC_sho .KC_header {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-weight: bold;
	margin: 5px 0;
}
#KC_sho .KC_header_item {
	float: left;
	padding: 6px 9px;
	background: #4F4F4F;
	margin: 2px 5px;
}
#KC_sho .KC_header_item a:link, #KC_sho .KC_header_item a:visited {
	color: white;
}

#KC_sho .KC_photo_wrap {
	overflow: none;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

#KC_sho .KC_photo_small {
	float: left;
	margin: 0 1px;
	border: 5px solid white;
}
#KC_sho .KC_us_model_disclaimer {
	padding: 5px 0;
	font-size: 0.8em;
	color: #a0a0a0;
}
#KC_sho .KC_models_header {
	background: #4F4F4F;
	color: white;
	font-weight: bold;
}
#KC_sho .KC_models_header td {
	padding: 5px;
}
#KC_sho .KC_models_cell {
	border-bottom: 1px dotted #CCCCCC;
	padding: 4px;
	font-size: 0.9em;
}
#KC_sho .KC_models_cell ul {
	padding-left: 0px;
}
#KC_sho .KC_brochure_link {
	margin: 15px 0 0 10px;
}
#KC_sho .KC_test_drive {
	margin: 15px 0 0 10px;
}
#KC_sho #KC_model_list {
	background: #4F4F4F;
	padding: 5px;
	color: white;
}
#KC_sho #KC_model_list a:link, #KC_sho #KC_model_list a:visited {
	color: white;
	padding: 0 5px;
}

#KC_sho h1 {
	line-height:1.0em;
}

#KC_inv_main {
	width:100%;
}

#KC_search_results .KC_similar_vehicles {
	margin-top:50px;
}

#KC_sho #KC_inv .KC_result_row {
	margin: 10px;
}
