/*** overriding mobile.css ***/

html body {
	font-family: Arial, Helvetica, sans-serif !important;
	background: #FFFFFF;
	padding: 0;
}

div#mainBox {
	margin: 0;
	width: 700px;
}

div#contentBoxWrapper {
	margin-left: 0px;
	width: 700px;
	padding-left: 0;
	float: none;
	padding-bottom: 0;
}

div.footer .border {
	border: none;
}

/*** overrides for screen.css ***/
li {
	margin: auto;
}

ul {
	margin: 0;
}

body .footer .bookmarks,
body .footer .tools {
	width: 50%;
}

body div.header {
	margin: 0 0 15px;
	width: auto;
}

body.offer .header {
	margin: 0 0 15px;
	width: auto;
}

/*** specialized styles for SYI FSBO ***/

body.offer .skyScraper {
	top: 37px; 
	left: 720px;
	z-index: 9999;
}

body.offer .promoSYI {
	margin: 0 auto;
	text-align: left;
	display: block;
}

body.offer .vehicleInsertionDetail .col23 .col2 {
	width: 49%;
}

body.offer input.text {
	padding: 1px 0 0 3px;
	height: 14px;
}
body.offer select.select {
	height: 15px;
}

/* this selector only applies to FF3 */
body.offer select.select, x:-moz-any-link, x:default {
	height: 17px;
}

/*** specialized styles for dealer stuff ***/

body.dealerLogin h5 {
	font-size: 100%;
}


/* footer */
.footer {
    font-size: 12px;
}

/* FRIT */

body.FRANCE div#mainBox,
body.ITALY div#mainBox {
	margin: 0;
	width: 806px;
}
body.FRANCE div#contentBoxWrapper,
body.ITALY div#contentBoxWrapper {
	width: 100%;
}