body { background-color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-x:hidden;
}

div { margin: 0px; padding: 0px; }


#content { background-color:white;
	border-radius: 35px;
	width:auto;
	margin-left: auto; margin-right: auto;
}

#ford {
	background-color:#FFFFFF;
	height:auto;
	color:#FFFFFF;
}

@media screen and (max-width:845px){
	#burnslogo>a>img{
		width:170px;
		height: auto;
		float: right;
		padding-right:20px;
		padding-top: 10px;	
	}
}




@media screen and (max-width:510px){
	#burnslogo>a>img{
		width:130px;
		height: auto;
		float: right;
		padding-right:20px;
		padding-top: 10px;
	}
}


@media screen and (max-width:1196px){
	#fordlogo>a>img{
		width:100px;
		height: auto;
		float: right;
		padding: 16px 20px 25px 20px!important;	
	}
	
	#since1918>a>img{
		width:107px;
		height: auto;
		text-align: center;
		padding-top: 0px;
	}
	
	#since1918 img{
		width:105px;
	}
	
	#burnslogo>a>img{
		width:190px;
		height: auto;
		float: right;
		padding-right:0px;
		padding-top: 10px;
		padding-left: 5px;
	}
	
	#goCycle{
		margin-top:-34px !important;
		float:left !important;
	}
	
	#stars{
		margin-top:10px !important;
	}
	
	#img img{
		width:100px;
	}
	
}

@media screen and (max-width:510px){
	#fordlogo>a>img{
		width:100px;
		height: auto;
		float: right;
		padding: 16px 5px 20px 1px !important;
	}
}


@media screen and (max-width: 1504px){
	#motablogo {
		display: none !important;
	}
	
	#motablogo_short {
		display: none !important;
	}
	
	#motablogo_short {
		display: none !important;
	}
	
	#goCycle{
		margin-right:131px !important;
	}
	
}


@media screen and (min-width:819px){
	#phone{
		display: none;
	}
}

@media screen and (max-width:950px){
	#since1918>a>img{
		display:none !important;
	}
	
	#goCycle{
		margin-top:-28px !important;
		margin-bottom:2px !important;	
	}
	
}

@media screen and (max-width:818px){
	#contact{
		display:none;
	}
	
	#rightfoot{
		display:none;
	}

	#middlefoot{
		display:none;
	}
	
	#socialm{
		display:none !important;
	}
	
	#socialmhidden{
		display:unset !important;
		margin-top: -33px !important;
	}
	
}

@media screen and (min-width:640px){
	#moreinfo{
		display: none;
	}
}

@media screen and (max-width:640px){
#leftfoot{
	padding-right: 0px !important;
	float: none;
	margin: 0 auto;
	}
}

.menuSocial {
	padding-left: 3px;
    display: inline-block;
    width: 100%;
    background-color: white;
    margin-bottom: -10px;
    padding-top: 4px;
}
@media screen and (min-width: 1046px){
	.menuSocial {
		display: none !important;
		
	}
}

@media screen and (max-width: 540px){
	#img{
		display: none !important;
	}
	
	#follow img{
		height:20px !important;
		width: 20px !important;
	}
	
	#socialmhidden{
		margin-top:-28px !important;
		margin-right:9px !important;
	}
}

@media screen and (max-width: 328px){
	#fordlogo img{
		width:77px !important;
		padding:26px 15px 20px 1px !important;
	}
}
		

#contact {
	font-family:Arial, Helvetica, sans-serif;
}

.white_link {
	color:#FFF;
	text-decoration:none;
}

/*Submit Button Image*/
.form_submit {
	background: url(images/search.gif) no-repeat;
	width:109px;
	height:19px;
	font-size:0px;
	display: inline-block;
	text-align:center;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.form_submit:hover {
	background: url(images/search_h.gif) no-repeat;
	width:109px;
	height:19px;
	font-size:0px;
	display: inline-block;
	text-align:center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	cursor: pointer;
}

.standardlink {
	color:#442668;	
}

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}

.clear{
    clear:both;
    padding:0;
    margin:0;
}

.tip-yellowsimple {
	z-index:1000;
	text-align:left;
	border:1px solid #c7bf93;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:6px 8px;
	min-width:50px;
	max-width:300px;
	color:#000;
	background-color:#fff9c9;
	padding:10px;
}

.tip-yellowsimple .tip-inner {
	font:12px/16px arial,helvetica,sans-serif;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
	margin-top:-6px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:6px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat;
}
.tip-yellowsimple .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:6px;
	height:9px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat -9px 0;
}
.tip-yellowsimple .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:6px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat -18px 0;
}
.tip-yellowsimple .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:6px;
	height:9px;
	background:url(tip-yellowsimple_arrows.gif) no-repeat -27px 0;
}

a.whitelink:link {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
a.whitelink:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
a.whitelink:hover {
	color:#FFFFFF;
	background-color:#00A5F4;
	text-decoration:underline;
	padding:5px;
}

.viewdetails {
	line-height:34px;
	padding: 2px 6px;
	font-size:12px;
	color:#FFF;
	background-color:#333;
	font-weight:bold;
	border-radius: 25px;
}
a.viewdetails:link {
	text-decoration:none;
}
a.viewdetails:visited {
	text-decoration:none;
}
a.viewdetails:hover {
	background-color:#306;
	text-decoration:underline;
}

.boxes {
	padding:4px;
	display: block;
	width:150px;
	font-size:14px;
	color:#333;
	background-color:#CCC;
	font-weight:bold;
	text-align:center;
}
a.boxes:link {
	text-decoration:none;
}
a.boxes:visited {
	text-decoration:none;
}
a.boxes:hover {
	background-color:#00A5F4;
	text-decoration:underline;
	cursor:pointer;
	color:#FFF;
}

.latest {
	float:left; height:254px; width:auto; border: 1px;
}
.latest_header {
	line-height: 30px; font-size:14px; color:#646464; font-weight:bold;
}
.latest_main {
	 line-height: 16px; font-size:12px; color:#333; font-weight:normal;
}
.latest_price {
	float:center; line-height: 14px; font-size:18px; color:#333; font-weight:bold;
}

.tip-inner {
white-space:pre-wrap;
}

