/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oswald|Open+Sans);
.cd_4 .inventory_ribbon_pro {
	position: absolute;
}
.cd_4 .main_photo_pro {
	width: 100%;
	max-width: 200px;
	float: left;
	max-height: 140px;
	margin-right: 5px;
}
.cd_4 .main_photo_pro img {
	max-width: 204px;
}
.cd_4.car_item_pro {
	display: block;
	padding: 0px;
	max-width: 800px;
	font-family: 'Oswald', sans-serif;
	float: left;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.cd_4 .car_title_pro {
	text-align: center;
	float: left;
	width: 100%;
	max-width: 250px;
}
.cd_4 .car_title_pro a {
	font-size: 20px;
	text-decoration: none;
}
.cd_4 .compare_input {
	float: left;
	max-width: 30px;
}
.cd_4 .compare_label {
	float: left;
}
.cd_4 .description {
    float: left;
    line-height: 14px;
    max-width: 345px;
    font-size: 14px;
    margin-left: 5px;
}
.cd_4 .description_label {
	float: left;
	width: 40%;
	margin: 1%;
}
.cd_4 .description_text {
	float: left;
	width: 56%;
	margin: 1%;
}
.cd_4 .car_price_details_style {
	text-align: center;
	float: left;
	border: 1px solid #000;
	padding: 1px;
	background-color: #ddd;
	width: 100%;
	max-width: 210px;
	margin-left: auto;
	margin-right: 15px;
	line-height: 18px;
}
.cd_4 .description_left, .cd_4 .description_right {
	width: 100%;
	max-width: 250px;
	float: left;
}
.cd_4 .compare {
	width: 100%;
	float: left;
	max-width: 250px;
}
.cd_4 .car_contact {
	float: left;
	width: 100%;
	max-width: 230px;
    margin-left: 10px;
}
.cd_4 .car_your_price_style, .cd_4 .car_final_price_style {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;
	color: forestgreen;
	font-weight: bold;
}
.cd_4 .car_price_msrp, .cd_4 .car_price_discount, .cd_4 .car_price_rebate {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #8B2222;
	font-weight: bold;
}
@media only screen and (min-width : 569px) and (max-width : 800px) {
	.cd_4 .main_photo_pro img {
		max-width: 345px;
	}
	.cd_4 .main_photo_pro {
		margin-left: auto;
		margin-right: auto;
		float: none;
	    max-width: 345px;
		max-height: 284px;
	}
	.cd_4 .car_title_pro {
		text-align: center;
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.cd_4 .description {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.cd_4 .car_price_details_style {
		display: block;
		width: 92%;
		max-width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.cd_4 .car_contact {
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	    text-align: center;
	}
}
@media only screen and (max-width : 568px) {
	.cd_4 .main_photo_pro img {
		max-width: 100%;
	}
	.cd_4 .main_photo_pro {
		margin-left: auto;
		margin-right: auto;
		float: none;
		max-width: 100%;
		max-height: 100%;
	}
	.cd_4 .car_title_pro {
		text-align: center;
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.cd_4 .description {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.cd_4 .car_price_details_style {
		display: block;
		width: 92%;
		max-width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.cd_4 .car_contact {
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	    text-align: center;
	}
}