/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Oswald|Open+Sans);
#demon-container {
	/*max-width: 800px;*/
	max-width: 100%;
}
.cd_1 .inventory_ribbon_pro {
	position: absolute;
}
.cd_1 .archive_main_photo_pro_box {
	width: 100%;
	max-width: 200px;
	float: left;
	margin-right: 5px;
	margin: 0px;
}
.cd_1 .archive_main_photo_pro {
	display:block;
	width: 100%;
}
.cd_1 .photo_thumb_pro {
	width: 100%;
	display: block;
}
.cd_1.car_item_pro {
	display: block;
	padding: 0px;
	max-width: 800px;
	font-family: 'Oswald', sans-serif;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 20px;
}
.cd_1 .car_title_pro {
	margin-left: 2%;
	text-align: center;
	margin-top: 10px;
}
.cd_1 .car_title_pro a {
	font-size: 20px;
	text-decoration: none;
}
.cd_1 .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.cd_1 .compare {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
	margin-top: 5px;
}
.cd_1 .compare_input {
	max-width: 50px;
	float: left;
}
.cd_1 .description {
	margin-top: 5px;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.cd_1 .description_label {
	float: left;
	width: 30%;
	margin: 1%;
}
.cd_1 .description_text {
	float: left;
	width: 36%;
	margin: 1%;
}
.cd_1 .car_color {
	text-align: center;
    font-size: 12px;
    border: 1px solid #aaa;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
	background: aliceblue;
	color: #1E2F7C;
}
.cd_1 .car_price_details_style {
	text-align: center;
}
.cd_1 .car_your_price_style, .cd_1 .car_final_price_style {
	font-size: 22px;
	color: #13CD1D;
}
.cd_1 .car_price_msrp, .cd_1 .car_price_discount, .cd_1 .car_price_rebate {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #8B2222;
	font-weight: bold;
}
.cd_1 .cd_change {
	font-size: 12px;
	text-decoration: underline;
	vertical-align: text-top;
	margin-left: 3px;
}
.cd_1 .car_phone {
	text-align: center;
	font-size: 18px;
	color: #0b0;
	margin-top: 16px;
}
.cd_1 .car_email {
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #0b0;
	margin: 2%;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
}
.cd_1 .car_email:hover {
	background: #00b;
}
.cd_1 .car_social {
	text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;
}
/*  COLUMN SETUP  */
.cd_1 .col {
	display: block;
	float:left;
}
.cd_1 .col:first-child { margin-left: 0; }
/*  GROUPING  */
.cd_1 .group:before,
.cd_1 .group:after { content:""; display:table; }
.cd_1 .group:after { clear:both;}
.cd_1 .group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.cd_1 .cols_4_of_4 {
	width: 100%;
}
.cd_1 .cols_3_of_4 {
	width: 75%;
}
.cd_1 .cols_2_of_4 {
	width: 50%;
}
.cd_1 .cols_1_of_4 {
	width: 25%;
}
@media screen and (min-width: 381px) and (max-width: 759px) {
	.cd_1 .cols_1_of_4, .cd_1 .cols_2_of_4, .cd_1 .cols_3_of_4, .cd_1 .cols_4_of_4 { 
		width: 50%;
		overflow: hidden;
	}
	.cd_1 .main_photo_pro {
		width: 100%;
		max-width: 100%;
		float: left;
		margin-right: 5px;
		margin: 0px;
	}
	.cd_1 .col_break {
		clear: both;
		width: 100%;
	}
	.cd_1 .description {
		margin-left: 10%;
	}
	.cd_1 .car_color {
		width: 84%;
		margin-left: 5%;
	}
	.cd_1 .car_title_pro a {
		font-size: 12px;
	}
	.cd_1 .car_social {
		width: 50%;
		float: left;
	}
	.cd_1 .car_your_price_style, .cd_1 .car_final_price_style {
		font-size: 14px;
	}
}
@media only screen and (max-width: 380px) {
	.cd_1 .col {  margin: 1% 0 1% 0%; }
	.cd_1 .cols_1_of_4, .cd_1 .cols_2_of_4, .cd_1 .cols_3_of_4, .cd_1 .cols_4_of_4 { width: 100%; }
	.cd_1 .archive_main_photo_pro_box {
		max-width: 300px;
	}
	.cd_1 .main_photo_pro {
		width: 100%;
		max-width: 100%;
		float: left;
		margin-right: 5px;
		margin: 0px;
	}
	.cd_1 .description {
		margin-left: 10%;
	}
	.cd_1 .car_color {
		width: 96%;
	}
}