/*--------------------------------------------------------------------------------*/
/* ---------------------  Main Styles For Bootstrap          -------------------- */
/*--------------------------------------------------------------------------------*/


/* Look and feel for vehicle container (Every vehicle is in a seperate container */
/* These boxes are also in the responsive part of this CSS file when scrolling down */

.rdautos_parts_container{ 
/*	width: 97%; 
	padding: 15px 10px;
	border:solid 1px #cdcdcd; 
	float:left; 
	margin:18px 0px 18px 0px;
	position:relative; */

    width: 70%;
    padding: 15px 10px;
    border: solid 1px #c7942e;
    /* float: left; */
    margin-right: 10px;
    margin-top: 18px;
    position: relative;
    min-height: 330px;
    background: #000;
    color: #fff;
    margin: 18px auto;
}

/* Look and feel for h2 style in the vehicle and category container. */
/* These boxes are also in the responsive part of this CSS file when scrolling down */

.responsive_h2 { 	
	margin-top:3px;
	font-size:15px; 
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: 5px;
}

.h2_left{ 
	text-align: right;
}

.rdautos_parts_container h2{
	font-size:23px;
	color:#ff0000;
}

.row_fluid_border_bottom{
	border-bottom: 1px #CCC solid;
	margin-bottom: 10px;
}

.rdautos_parts_main_image{ 
	min-height: 185px;
}

.rdautos_parts_small_image{
	max-height: 60px;
	float: left;
	margin-bottom: 6px;
}

.single_dealer_padding_top{
	padding-top: 8px;
}

.single_dealer_margin_top{
	margin-top: 8px;
}

/*--------------------------------------------------------------------------------*/
/* ---------------------  Responsive Styles Tablets          -------------------- */
/*--------------------------------------------------------------------------------*/

@media(min-width: 768px) and (max-width: 979px) {

	/* ------  You may use this one but 95% tablets are looking well     -------- */

}

/*--------------------------------------------------------------------------------*/
/* ---------------------   Responsive Styles Phone HZN       -------------------- */
/*--------------------------------------------------------------------------------*/

@media(min-width: 480px) and (max-width: 767px) { 

	.rdautos_categories_container{ 
		height: 225px; 
		width: 217px; 
		margin-right:20px; 
	}
	
	.rdautos_vehicle_container{ 
		height: 225px; 
		width: 217px; 
		margin-right:20px; 
	}	

}

/*--------------------------------------------------------------------------------*/
/* ---------------------   Responsive Styles (Phone)         -------------------- */
/*--------------------------------------------------------------------------------*/

@media(max-width:480px) {

	.rdautos_categories_container{ 
		height: 255px; 
		width: 255px; 
	}
	
	.rdautos_vehicle_container{ 
		height: 255px; 
		width: 255px; 
	}	

	.responsive_h2{ 	
		margin-top:3px;
		font-size:14px; 
		padding-bottom: 5px;
		margin-top: -5px;
		margin-bottom: 5px;
		border-bottom: 1px #CCC solid;
	}

}

/*--------------------------------------------------------------------------------*/
/* ---------------------   Responsive Styles (Phone)         -------------------- */
/*--------------------------------------------------------------------------------*/

@media(max-width:320px) {

	.rdautos_categories_container{ 
		height: 225px; 
		width: 215px; 
	}
	
	.rdautos_vehicle_container{ 
		height: 225px; 
		width: 215px; 
	}	

	.responsive_h2{ 	
		margin-top:3px;
		font-size:14px; 
		padding-bottom: 5px;
		margin-top: -5px;
		margin-bottom: 5px;
		border-bottom: 1px #CCC solid;
	}

}