@charset "utf-8";

/* all styles for standard desktop here */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* styles for tablet portrait here */ }
 @media only screen and (max-width: 767px) {
/* styles for mobile portrait here */}
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* styles for mobile landscape here */}

/* CSS Document */

#container { 
             float: none;
			 margin-left: 5%;
			 margin-right: 5%;
			 font-family:Verdana, Geneva, sans-serif;
			 font-size:36px;
}

#Myref {
	outline: none;
	text-decoration: none;
	*cursor: hand;
}

#MyBorder{
	border-radius:30px;
	border: 1px solid #000;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	background-color:#033599;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bolder;
	font-size:64px;
	outline: none;
	text-decoration: none;
	*cursor: hand;
		
}

#MyHeader{
	
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:54px;
	color:#000;
	font-weight:bold;
	
		
}

.VehicleDesc {
	font-size: 48px;
	color: #00F;
	text-align: left;
	font-weight: bold;
}

.modelbox {
	font-size: 32px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	
}
.commentbox {
	font-size: 32px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	float:right;
}
.Stockbox-inventory {
	font-size: 32px;
	color: #000;	
}

.Milesbox {
	font-size: 32px;
	color: #000;	
	padding-left: 10px;
}

.Pricebox{
	font-size: 32px;
	color: #000;
	font-weight: bold;	
	padding-left: 10px;	
}

.sort_search{
	font-size: 32px;
	color: #ADACDC;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
}

.Refinetext {
	font-size: 32px;
	color: #000;
}
.selectbox {
	font-size: 32px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
}

.installed_options_head{
	font-size: 32px;
	color: #fff;
	background-color: #333;
}

.installed_options{
	font-size: 32px;
	color: #000000;
	width: 250px;
	height:16px;
	border: none;
	background-color: #FFF;
	vertical-align: top;
	
}

.aboutUS {
	font-size: 36px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	
}