body, html {
    height: 100%;
}
body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #000;
    background: #e0e0e2 url(../images/style/header-bg.png) repeat-x;
    margin: 0;
    padding: 0;
}
body.modalbox {
    background: #fff;
}
@font-face {
    font-family: 'FordAntennaRegular';
    src: url('../fonts/fordantenna-regular-webfont.eot');
    src: url('../fonts/fordantenna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fordantenna-regular-webfont.woff') format('woff'),
         url('../fonts/fordantenna-regular-webfont.ttf') format('truetype'),
         url('../fonts/fordantenna-regular-webfont.svg#FordAntennaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FordAntennaLight';
    src: url('../fonts/fordantenna-light-webfont.eot');
    src: url('../fonts/fordantenna-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/fordantenna-light-webfont.woff') format('woff'),  url('../fonts/fordantenna-light-webfont.ttf') format('truetype'),  url('../fonts/fordantenna-light-webfont.svg#FordAntennaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FordAntennaSemiBold';
    src: url('../fonts/fordantenna-semibold-webfont.eot');
    src: url('../fonts/fordantenna-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/fordantenna-semibold-webfont.woff') format('woff'),  url('../fonts/fordantenna-semibold-webfont.ttf') format('truetype'),  url('../fonts/fordantenna-semibold-webfont.svg#FordAntennaSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FordAntennaBold';
    src: url('../fonts/fordantenna-bold-webfont.eot');
    src: url('../fonts/fordantenna-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/fordantenna-bold-webfont.woff') format('woff'),  url('../fonts/fordantenna-bold-webfont.ttf') format('truetype'),  url('../fonts/fordantenna-bold-webfont.svg#FordAntennaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FordAntennaBlack';
    src: url('../fonts/fordantenna-black-webfont.eot');
    src: url('../fonts/fordantenna-black-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/fordantenna-black-webfont.woff') format('woff'),  url('../fonts/fordantenna-black-webfont.ttf') format('truetype'),  url('../fonts/fordantenna-black-webfont.svg#FordAntennaBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
p, dl, address, pre, blockquote {
    margin: 0 0 17px 0;
    padding: 0;
    font-style: normal; 
}
ul, ol {
    margin-bottom: 10px;
}
dd, dt, form, fieldset, .reset, .listing-overview, .car-overview, .dealers-list {
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
}
legend, .hide {
    display: none;
}
h1, h2, h3, h4, h5, h6, .pay-off, #cboxTitle, .maintenance-quote dt, .maintenance-quote #licenseplate, caption, #modeloverview li {
    font-family: 'FordAntennaRegular', Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0;
    font-weight: normal;
    line-height: 105%;
}
h1 {
    font-size: 18px;
}
h2, #cboxTitle  {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 11px;
}
h1 a, h2 a, h3 a {
    color: #000;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
    color: #333;
}
a, .astrix {
    color: #ff6600;
}
a:hover, a:focus {
    color: #333;
    outline: none;
}
small {
	font-size: 10px;
}
img {
    border: none;
}
input[type=text], input[type=password], select, textarea {
    margin: 3px 0 5px 0;
    font-size: 11px;
    width: 144px;
    border: 1px solid #a5a5a5;
}
select {
    width: 150px;
}
select:focus {
    outline: none;
}
.small select {
    width: 50px;
}
textarea {
    height: 70px;
}
input[type=checkbox], input[type=radio] {
    width: auto !important;
}
caption {
    font-size: 14px;
}
th {
   font-weight: bold;
}
th, td {
    padding: 5px;
}
th, caption {
    text-align: left;
}
td {
    vertical-align: top;
    text-align: left;
}
input::-webkit-input-placeholder, input::-moz-placeholder {
    color: #999;
}
.placeholder {
    color: #999;
}
.clear {
    clear: both;
}
.column, .occasions.detail ul.options li {
    float: left;
    width: 50%;
}
.divider {
    clear: both;
    border-top: 1px solid #d9d9d9;
    margin-top: 17px;
    padding-top: 17px;
}
/* LAYOUT */
#main-wrapper {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 960px;
    margin: 0 auto -80px auto;
    background: url(../images/style/bg.png) repeat-y;
    overflow: hidden;
}
#header-wrapper {
    position: relative;
    height: 160px;
    background: url(../images/style/header-bg.png) repeat-x;
}
#push {
    clear: both;
    height: 80px;
}
#footer-wrapper {
    position: relative;
    bottom: 0;
    width: 960px;
    margin: 0 auto;
    height: 60px;
    padding: 20px 0 0 0;
    background: #e0e0e2;
    color: #767779;
}
#sidebar {
    float: left;
    width: 160px;
    margin: 0 10px;
}
#main-content {
    float: right;
    width: 770px;
    margin: 0 10px 0 0;
}
.content-container {
	padding: 20px 10px;
	padding-bottom: 0;
}
/* HEADER */
.logo-ford {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 140px;
    height: 69px;
    background: url(../images/static/ford-logo.png);
}
.logo-ford img {
    display: none;
}
#header-wrapper h1, #header-wrapper p, #main-nav  {
    position: absolute;
    left: 190px;
}
#header-wrapper h1 {
    font-family: 'FordAntennaLight', Arial, Helvetica, sans-serif;
    top: 57px;
    font-size: 32px;
}
#header-wrapper h1 strong {
    font-family: 'FordAntennaBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#header-wrapper p {
    top: 92px;
    font-size: 14px;
	line-height: 20px;
}
#header-wrapper .social-media {
    margin: 60px 20px 0 0;
}
/* main nav */
#main-nav {
    top: 138px;
}
#main-nav li {
    float: left;
    padding: 0 17px;
    border-left: 2px solid #000;
}
#main-nav li:first-child {
	border: none;
    padding-left: 0;
}
#main-nav a {
    display: block;
    height: 11px;
    background: url(../images/style/menu-horz.png);
    text-indent: -9999em;
}
#main-nav .promo {
    width: 79px;
}
#main-nav .promo.active {
    background-position: 0 -11px;
}
#main-nav .testdrive {
    width: 43px;
    background-position: -79px 0;
}
#main-nav .testdrive.active {
    background-position: -79px -11px;
}
#main-nav .passenger-car {
    width: 88px;
    background-position: -122px 0;
}
#main-nav .passenger-car.active {
    background-position: -122px -11px;
}
#main-nav .commercial-vehicles {
    width: 78px;
    background-position: -210px 0;
}
#main-nav .commercial-vehicles.active {
    background-position: -210px -11px;
}
#main-nav .accessories {
    width: 67px;
    background-position: -288px 0;
}
#main-nav .accessories.active {
    background-position: -288px -11px;
}
#main-nav .finance {
    width: 69px;
    background-position: -355px 0;
}
#main-nav .finance.active {
    background-position: -355px -11px;
}
#main-nav .milieu {
    width: 34px;
    background-position: -424px 0;
}
#main-nav .milieu.active {
    background-position: -424px -11px;
}
#main-nav .lease {
    width: 32px;
    background-position: -459px 0;
}
#main-nav .lease.active {
    background-position: -459px -11px;
}
/* SIDEBAR */
#sidebar h2 {
    font-family: 'FordAntennaSemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/* secundair menu */
#menu-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 0 13px 0;
}
#menu-wrapper .overlay, .contact-container .overlay  {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 2px;
    background: url(../images/style/menu-overlay.png);
    z-index: 5;
}
#menu-wrapper .overlay.bottom, .contact-container .overlay.bottom {
    top: auto;
    bottom: 0;
    background-position: 0 -2px;
}
#sec-nav, .contact-container {
    position: relative;
    overflow: hidden;
    background: url(../images/style/gradients-vert.png);
    z-index: 1;
    line-height: 13px;
}
#sec-nav>li.active:hover {
    background: none;
}
#sec-nav>li:hover {
    background: url(../images/style/buttons-flex-left.png) -10px -86px;
}
#sec-nav a {
    text-decoration: none;
    color: #000;
}
#sec-nav a:hover {
    color: #ff6600;
}
#sec-nav a.active {
    font-weight: bold;
    color: #000;
    cursor: default;
}
#sec-nav>li>a {
    display: block;
    height: 26px;
    border-bottom: 1px solid #fff;
    text-indent: -9999em;
    background: url(../images/style/menu-vert.png);
}
#sec-nav>li:last-child a {
    border: none;
}
#sec-nav>li.active>a {
    border-bottom: 1px solid #fff;
}
#sec-nav li ul {
    border-bottom: 1px solid #fff;
	padding: 10px 0;
}
#sec-nav li ol {
    padding: 10px 0;
}
#sec-nav li li {
    padding: 3px 10px;
}
#sec-nav a:hover.ons-bedrijf {
    background-position: -160px 0;
}
#sec-nav .active a.ons-bedrijf {
    background-position: -320px 0;
}
#sec-nav a.service {
    background-position: 0 -26px;
}
#sec-nav a:hover.service {
    background-position: -160px -26px;
}
#sec-nav .active a.service {
    background-position: -320px -26px;
}
#sec-nav a.acties {
    background-position: 0 -52px;
}
#sec-nav a:hover.acties {
    background-position: -160px -52px;
}
#sec-nav .active a.acties {
    background-position: -320px -52px;
}
#sec-nav a.occasions {
    background-position: 0 -78px;
}
#sec-nav a:hover.occasions {
    background-position: -160px -78px;
}
#sec-nav .active a.occasions {
    background-position: -320px -78px;
}
#sec-nav a.showroom {
    background-position: 0 -104px;
}
#sec-nav a:hover.showroom {
    background-position: -160px -104px;
}
#sec-nav .active a.showroom {
    background-position: -320px -104px;
}
#sec-nav a.locations {
    background-position: 0 -130px;
}
#sec-nav a:hover.locations {
    background-position: -160px -130px;
}
#sec-nav .active a.locations {
    background-position: -320px -130px;
}
#sec-nav a.other-locations {
    background-position: 0 -156px;
}
#sec-nav a:hover.other-locations {
    background-position: -160px -156px;
}
#sec-nav .active a.other-locations {
    background-position: -320px -156px;
}
#sec-nav a.voorraad-nieuw {
    background-position: 0 -182px;
}
#sec-nav a:hover.voorraad-nieuw {
    background-position: -160px -182px;
}
#sec-nav .active a.voorraad-nieuw {
    background-position: -320px -182px;
}
#sec-nav>li.active>a {
    cursor: default;
}
#sec-nav address {
    margin: 0;
}
#sec-nav strong {
    display: block;
    background: url(../images/style/arrows.png) no-repeat 130px 0;
}
#sec-nav a:hover strong {
    background-position: 130px -12px;
}
/* contact info */
.contact-container, .quick-links {
    margin: 0 0 13px 0;
}
.contact-container h2 {
    border-bottom: 1px solid #fff;
}
.contact-container address, .contact-container .contact-info {
    margin: 13px 10px;
}
.contact-container .contact-info {
    margin-top: 0;
}
/* quickmenu */
.quick-links li {
	margin: 0 0 5px 10px;
}
/* FOOTER */
#footer-wrapper ul {
    float: left;
    width: 50%;
    padding: 13px 0 0 0;
    border-top: 1px solid #939496;
    text-align: right;
}
#footer-wrapper ul:first-child {
    text-align: left;
}
#footer-wrapper li {
    display: inline;
    padding: 0 10px;
    border-left: 1px solid #767779;
}
#footer-wrapper li:first-child {
    border: none;
    padding-left: 0;
}
#footer-wrapper li:last-child {
	padding-right: 0;
}
#footer-wrapper a {
	color: #767779;
}
/* SOCIAL MEDIA */
.social-media, .share {
    float: right;
}
.social-media dt, .social-media dd, .share dt, .share dd {
    float: left;
}
.social-media dt {
    padding: 6px 0 0 0;
}
.social-media dd, .share dd {
    margin: 0 0 0 5px;
}
.social-media dd {
    width: 24px;
}
.social-media a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    background: url(../images/icons/social-media.png);
}
.social-media .twitter {
    background-position: 0 0;
}
.social-media .facebook {
    background-position: -24px 0;
}
.social-media .linkedin {
    background-position: -48px 0;
}
.social-media .hyves {
    background-position: -72px 0;
}
.social-media .mail {
    background-position: -96px 0;
}
/* HOMEPAGE */
.home {
    line-height: 13px;
}
#home-carrousel {
    height: 230px;
    overflow: hidden;
}
#home-carrousel li {
	position: relative;
	width: 770px;
	height: 230px;
	z-index: 1;
}
#home-carrousel .panel {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 170px;
	height: 168px;
	padding: 10px 15px;
	background: url(../images/style/panel-bg.png);
	color: #fff;
    line-height: 13px;
}
#home-carrousel .panel.left {
    left: 20px;
}
#home-carrousel .panel h2 {
	font-size: 14px;
    margin: 0 0 5px 0;
}
#home-carrousel .panel p {
    margin: 0 0 13px 0;
}
#home-carrousel .panel .read-more {
    position: absolute;
    top: 148px;
    right: 20px;
}
#home-carrousel .panel.left .read-more {
    right: auto;
    left: 20px;
}
.left-content {
    float: left;
    width: 510px;
}
.right-content {
    float: right;
    width: 260px;
}
.feature-container {
    overflow: hidden;
    margin: 0 0 15px 0;
}
.right-content .feature-container {
    margin: 0 0 43px 10px;
}
.feature-container .featured {
	position: relative;
	float: left;
	width: 250px;
	margin-right: 10px;
}
.feature-container div:last-child {
	margin-right: 0;
}
.quick-search {
    clear: both;
}
.feature-container h2, .quick-search h2 {
	height: 31px;
	background: url(../images/style/highlight-container-top.png) no-repeat;
	border-bottom: 1px solid #fff;
    margin: 0;
}
.feature-container h2 a, .quick-search h2 a {
	display: block;
}
.quick-search h2 {
	margin: 0 0 10px 10px;
}
.quick-search .column {
	width: 120px;
    height: 50px;
	margin-left: 10px;
	overflow: hidden;
}
.quick-search select, .quick-search input.small {
	display: block;
}
.quick-search select {
	width: 120px;
}
.quick-search input.small {
	width: 50px;
	display: inline-block;
}
.quick-search input#max-price {
	float: right;
}
.quick-search input[type=submit] {
	margin: 13px 0 5px 10px;
}
.quick-search a.more-options {
	display: block;
    width: 90px;
    clear: both;
	margin: 0 0 0 10px;
}
/* SLIDER */
.bx-pager {
	position: relative;
	text-align: center;
	margin-top: -15px;
	z-index: 10;
}
.promo ol {
    height: 70px;
    overflow: hidden;
}
.promo .bx-pager {
	position: absolute;
	top: -11px;
	left: 3px;
	margin: 0;
	line-height: 6px; /* CHROME FIX!! */
}
.bx-pager a {
	display: inline-block;
	width: 14px;
	height: 10px;
	text-indent: -9999em;
	margin: 0 1px;
	background: #bbbcbc;
}
.promo .bx-pager a {
	width: 9px;
	height: 6px;
}
.bx-pager a.pager-active {
	background: #fff;
}
/* TABS */
.tabs {
    clear: both;
	padding: 0 0 4px 0;
	background: url(../images/style/tab-top.png) no-repeat bottom;
	overflow: hidden;
}
.home .tabs {
	background: url(../images/style/tab-top-510.png) no-repeat bottom;
}
.tabs-750 {
    background: url(../images/style/tab-top-750.png) no-repeat bottom;
}
.content-top {
    height: 4px;
    background: url(../images/style/container-top.png) no-repeat;
}
.content-box-440 .content-top {
    background: url(../images/style/container-top-440.png) no-repeat;
}
.content-box-716 .content-top {
    background: url(../images/style/container-top-716.png) no-repeat;
}
.tabs a {
	display: block;
	height: 28px;
	text-indent: -9999em;
	background: url(../images/style/tabs.png);
}
.tabs li {
	float: left;
	margin-right: 1px;
}
.tabs .current {
	cursor: default;
}
.panes, .content-box {
	clear: both;
	background: url(../images/style/container-bottom.png) no-repeat bottom;
	padding-bottom: 4px;
	margin-bottom: 13px;
}
.modal.content-box {
    margin: 14px 0 0 0;
}
.home .panes {
	background: url(../images/style/tab-bottom-510.png) no-repeat bottom;
}
.content-box-440 {
    background: url(../images/style/container-bottom-440.png) no-repeat bottom;
    width: 440px;
}
.content-box-716 {
    background: url(../images/style/container-bottom-716.png) no-repeat bottom;
    width: 716px;
}
.panes-750 {
	background: url(../images/style/tab-bottom-750.png) no-repeat bottom;
    margin-bottom: 5px;
}
.content-box.more-body {
    background: url(../images/style/container-bottom-gradient.png) no-repeat bottom;
}
.panes>div, .content-body {
	border-left: 1px solid #dfdede;
	border-right: 1px solid #dfdede;
    padding: 10px;
	overflow: hidden;
    background: #fff;
}
.panes-750>div {
    padding-right: 20px;
}
.content-box-440 .content-body {
    width: 418px;
    padding-right: 10px;
}
.content-box.content-box-716 .content-body {
    padding: 10px 20px;
}
.more-body .content-body {
    background: url(../images/style/container-gradient.png) repeat-x bottom;
}
.content-body {
    padding-top: 6px;
}
.articles.overview .panes>div {
    padding: 0;
}
.tabs .news {
	width: 107px;
	background-position: -107px 0;
}
.tabs .current.news {
	background-position: 0 0;
}
.tabs .editorial {
	width: 147px;
	background-position: -147px -28px;
}
.tabs .current.editorial {
	background-position: 0 -28px;
}
.tabs .passenger-car {
    width: 137px;
    background-position: -137px -56px;
}
.tabs .current.passenger-car {
    background-position: 0 -56px;
}
.tabs .commercial-vehicles {
    width: 126px;
    background-position: -126px -84px;
}
.tabs .current.commercial-vehicles {
    background-position: 0 -84px;
}
.tabs .dealers {
    width: 66px;
    background-position: -66px -112px;
}
.tabs .current.dealers {
    background-position: 0 -112px;
}
.tabs .all-brands {
    width: 89px;
    background-position: -89px -140px;
}
.tabs .current.all-brands {
    background-position: 0 -140px;
}
.tabs .specs {
    width: 95px;
    background-position: -95px -168px;
}
.tabs .current.specs {
    background-position: 0 -168px;
}
.tabs .options {
    width: 144px;
    background-position: -144px -196px;
}
.tabs .current.options {
    background-position: 0 -196px;
}
.tabs .company {
    width: 136px;
    background-position: -136px -224px;
}
.tabs .current.company {
    background-position: 0 -224px;
}
/* MAIN CONTENT AND MODULES */
.column-left, .left {
    float: left;
}
.column-right, .right  {
    float: right;
}
.page-content, .col-410 {
    width: 460px;
}
.photo-container, .col-220 {
    position: relative;
    width: 262px;
}
.photo-container a, .imgbox-medium {
    display: block;
    border: 1px solid #999;
    margin-bottom: 17px;
    overflow: hidden;
}
.photo-container a:hover {
    border: 1px solid #666;
}
.photo-container>a:first-child, .imgbox-medium, .imgbox-medium img {
    width: 260px;
    height: 205px;
}
.photo-container a.zoom {
    top: 175px;
    border: none;
}
.photo-container a img {
    margin-left: -8px;
}
.photo-container #thumbs a img {
    margin-left: -13px;
}
.photo-container ol {
    margin: 23px 0;
}
.photo-container li {
    float: left;
    margin: 0 0 0 8px;
}
.photo-container li:first-child {
    margin: 0;
}
.photo-container li a {
    width: 80px;
    height: 80px;
}
.highlight-box {
    background: #f5f5f5;
    border: 1px solid #cdcccc;
    padding: 10px;
}
/* default form */
form dl {
    padding: 20px 0 0 0;
}
form dt, .occasions.detail form dt {
    float: left;
    width: 85px;
    text-align: right;
    height: 35px;
    padding: 2px 0 0 0;
}
form dd, .occasions.detail form dd {
    height: 40px;
    margin-left: 100px;
} 
form .textarea, .occasions.detail form .textarea {
    height: auto;
}
form dd.radio, .occasions.detail form dd.radio {
    display: inline-block;
    margin: 0 0 0 12px;
}
/* DEALERFORM */
.dealer-form label, .dealer-form span {
    display: block;
}
.dealer-form label.radio {
    float: left;
    margin-bottom: 10px;
    width: 80px;
    font-weight: normal;
}
.dealer-form .radio label, .dealer-form .checkbox label {
    font-weight: normal;
}
.dealer-form span {
    float: left;
    padding-right: 20px;
    margin-bottom: 10px;
}
.validate-error label, span.title.validate-error {
    color: red;
}
.validate-error input {
    border: 1px solid red;
}
.validate-error select {
    background: pink;
}
.dealer-form .title {
    float: none;
    margin: 0;
}
.dealer-form h2, .dealer-form div.checkbox {
    margin-bottom: 10px;
}
.dealer-form select {
    width: 150px;
}
.dealer-form select#time {
    width: 70px;
}
.dealer-form select#location {
    width: 130px;
}
.dealer-form select#service-kind, .dealer-form select#replacement {
    width: 220px;
}
.dealer-form input {
    width: 130px;
}
.dealer-form .radio input, .dealer-form .checkbox input {
    width: auto;
}
.dealer-form input#initials, .dealer-form input#registration_number {
    width: 83px;
}
.dealer-form input#vehicle_lease_company {
    width: 200px;
}
.dealer-form input#surname {
    width: 147px;
}
.dealer-form input#company {
    width: 220px;
}
.dealer-form input#surname_prefix, .dealer-form input#postcode, .dealer-form input#mileage {
    width: 60px;
}
.dealer-form input#address {
    width: 142px;
}
.dealer-form input#phone {
    width: 90px;
}
.dealer-form input#email {
    width: 268px;
}
.dealer-form input#type {
    width: 152px;
}
.dealer-form textarea#remarks {
    width: 390px;
    height: 75px;
}
.dealer-form .divider {
    margin-bottom: 0;
}
form.dealer-form ul {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    list-style: none;
}
form.dealer-form ul li input {
    width: auto;
    margin-right: 10px;
}
.dealer-form fieldset:last-child {
    position: relative;
    padding-bottom: 40px;
}
.dealer-form input[type=submit] {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
/* CUSTOMERPAGE */
.login-container {
    width: 344px;
}
.register-container {
   width: 363px; 
   padding-left: 20px;
   margin-left: 10px;
   border-left: 1px solid #d9d9d9;
}
/* ARTICLES */
.articles.overview li {
	overflow: hidden;
}
.articles.overview ol li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 10px;
}
.articles.overview li:hover, .option-grid li:hover, .car-overview li:hover, .dealers-list li:hover {
	background: #ececec;
    cursor: pointer;
}
.overview #occasion-list h3 {
	font-family: 'FordAntennaSemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.articles.home {
	width: 510px;
}
.articles.overview ol li>a:first-child {
    float: left;
    display: block;
    height: 98px;
    width: 98px;
	margin: 0 10px 0 0;
	border: 1px solid #999;
    overflow: hidden;
}
.articles.overview ol li:hover>a:first-child {
	border: 1px solid #666;
}
.articles.overview img {
    margin-left: -14px;
}
.articles small {
	color: #868688;
}
.article-intro {
	float: left;
	width: 470px;
}
.article-intro h3 {
    font-family: 'FordAntennaSemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
}
.home .article-intro {
	width: 270px;
}
.articles .read-more {
	position: absolute;
	right: 10px;
	bottom: 25px;
}
.page-nav {
    text-align: center;
    padding: 13px 0;
}
.page-nav span {
    color: #ccc;
}
.occasions .page-nav {
    padding: 0 0 13px 0;
}
.page-nav a {
    display: inline-block;
    margin: 0 10px;
}
.occasions .page-nav a {
    margin: 0 2px;
}
.article-nav {
    float: left;
}
.article-nav a {
    margin: 0 5px;
}
.articles.detail h1 {
    margin-bottom: 17px;
}
/* OPTION GRID */
.option-grid, .car-overview, .dealers-list {
    width: 770px;
    margin: 0 -10px;
}
.option-grid li, .car-overview li, .dealers-list li {
    float: left;
    width: 365px;
    height: 80px;
    padding: 10px;
    overflow: hidden;
}
.option-grid img, .dealers-list img {
    float: left;
    margin: 0 20px 0 0;
    width: 79px;
    height: 79px;
    border: 1px solid #999;
}
.listing-overview img {
    border: 1px solid #999;
}
.listing-overview li > a {
    display: block;
}
.option-grid h3, .listing-overview li h2, .car-overview li a.arrow, .dealers-list strong a {
    display: inline-block;
    font-size: 16px;
    background: url(../images/style/arrow.png) no-repeat right 5px;
    padding-right: 15px;
}
.listing-overview li h2 {
    margin-bottom: 14px;
}
.option-grid p {
    margin: 0 0 0 100px;
}
.dealers-list strong {
    display: block;
    font-weight: normal;
}
/* CAR OVERVIEW */
.car-overview {
    width: 800px;
    overflow: hidden;
    margin-left: -7px;
}
.car-overview li {
    width: 156px;
    height: 160px;
    margin: 0 7px;
}
.car-overview.offers {
    margin: 0 -30px;
}
.car-overview.offers li {
    width: 175px;
    height: 180px;
    margin: 0 30px
}
.car-overview img {
    margin: 0 0 10px 0;
    border: 1px solid #999;
}
.car-overview li a.arrow, .dealers-list strong a {
    color: #000;
    text-decoration: none;
}
.car-overview span {
    display: block;
}
/* ARTICLE GRID */
.listing-overview {
    overflow: hidden;
    margin: 0 -32px;
}
.listing-overview li {
    float: left;
    width: 340px;
    margin: 0 32px 17px 32px;
}
/* COMPANY PAGE */
.google-maps {
    float: left;
    margin: 0 20px 0 0;
    width: 375px;
    height: 325px;
    overflow: hidden;
}
/* MAINTENANCE */
.maintenance-quote {
    float: right;
    width: 270px;
    margin: 0 0 0 20px;
}
.maintenance-quote dl {
    padding: 0;
}
.maintenance-quote dt {
    font-size: 14px;
}
.maintenance-quote dd {
    margin: 0;
    height: auto;
}
.maintenance-quote input[type=text] {
    width: 125px;
    height: 24px;
    padding: 0 4px;
}
.maintenance-quote #licenseplate {
    border: none;
    background: url(../images/style/licenceplate.png) no-repeat 0 1px;
    width: 244px;
    height: 65px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 50px;
    line-height: 36px;
    margin: 0 0 15px 0;
}
.maintenance-quote #licenseplate:focus {
    outline: none;
}
.maintenance-quote input#licenseplate::-webkit-input-placeholder, .maintenance-quote input#licenseplate::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    text-transform: none;
    color: #bb930b;
    padding-top: 8px;
}
.maintenance-quote #licenseplate.placeholder {
    font-size: 14px;
    font-style: italic;
    text-transform: none;
    color: #bb930b;
}
/* JOBS */
#jobs-overview {
    width: 100%;
}
#jobs-overview .date {
    width: 60px;
}
#jobs-overview .title {
    width: 475px;
}
#jobs-overview .category {
    width: 105px;
}
.jobs.detail h1 {
    margin-bottom: 17px;
}
.jobs.detail .valuelist dt {
    float: left;
    width: 100px;
    font-weight: bold;
}
.jobs.detail .valuelist dd {
    margin: 0 0 0 100px;
}
/* OCCASIONS */
.occasions .panes>div {
    padding: 10px;
}
.occasions.search .panes>div, .occasions .viewed-favorites .content-body {
    padding: 16px 20px 20px 20px;
}
.occasions.overview .panes>div {
    padding: 10px 5px;
}
.occasions.detail .more-body .content-body {
    padding: 10px 9px 0 9px;
}
.occasions.overview .overview-header {
    position: relative;
    padding: 0 5px 13px 5px;
    overflow: hidden;
}
/* search */
.occasions.search, .occasions.search #quick-search {
    position: relative;
    margin-bottom: -24px;
}
.occasions.search form dl {
    float: left;
    width: 540px;
}
.occasions.search form dt {
    text-align: left;
    font-weight: bold;
    width: 85px;
}
.occasions.search form dd {
    float: left;
    width: 130px;
    margin: 0 50px 0 0;
    overflow: hidden;
}
.occasions.search dd.range {
    width: 60px;
    margin-right: 10px;
}
.occasions.search select {
    width: 130px;
}
.occasions.search .range select {
    width: 60px;
}
.occasions.search .range input {
    width: 54px;
}
.show-occasions {
    position: absolute;
    bottom: 32px;
    right: 50px;
}
/* modaloverview */
#modeloverview li {
    float: left;
    width: 220px;
    font-size: 14px;
    margin: 8px 0;
}
#modeloverview li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 15px;
    background: url(../images/style/arrow-orange.png) no-repeat 0 10px;
}
#modeloverview li a:hover {
    color: #ff6600;
}
/* favorites */
.viewed-favorites li {
    float: left;
    width: 100px;
    overflow: hidden;
    margin: 0 0 -4px 25px;
    line-height: 13px;
}
.viewed-favorites li:first-child {
    margin-left: 0;
}
.viewed-favorites a {
    display: block;
    text-decoration: none;
    color: #000;
}
.viewed-favorites a:first-child {
    width: 98px;
    height: 73px;
    overflow: hidden;
    border: 1px solid #999;
    margin: 13px 0 15px 0;
}
.viewed-favorites li:hover a:first-child {
    border: 1px solid #666;
}
.viewed-favorites a.car-name {
    height: 27px;
    overflow: hidden;
    margin: 5px 0;
}
.viewed-favorites .price {
    color: #ff6600;
}
.viewed-favorites .icon {
    float: right;
    margin-top: -3px;
}
/* overview */
.overview-header h2 {
    font-size: 18px;
    margin-top: 17px;
}
.overview-header strong {
    color: #ff6600;
    font-size: 14px;
}
.overview-header form {
    float: left;
    margin: 0 0 13px 0;
}
.overview-header label {
    font-weight: bold;
    padding: 0 16px 0 0;
}
.overview-header select {
    width: auto;
    margin-right: 30px;
}
.overview-header .back-links {
    position: absolute;
	top: 77px;
    right: 0;
}
.occasions.overview table {
    width: 100%;
    table-layout: fixed;
}
.occasions.overview #occasion-list td {
    padding: 10px 5px;
}
.occasions.overview #occasion-list th {
    font-weight: normal;
    padding: 2px 5px;
}
.occasions.overview th a {
    color: #000;
    text-decoration: none;
    padding-right: 10px;
}
.occasions.overview th a.sort-up {
    background: url(../images/style/sort-up.png) no-repeat center right;
}
.occasions.overview th a.sort-down {
    background: url(../images/style/sort-down.png) no-repeat center right;
}
.occasions.overview th a:hover {
    text-decoration: underline;
}
.occasions.overview #occasion-list td {
    cursor: pointer;
    border-top: 1px solid #d9d9d9;
    height: 100px;
}
.occasions.overview #occasion-list tr:hover td {
    background: #eaeaea;
}
.occasions.overview #occasion-list h3 {
    text-transform: uppercase;
}
.occasions.overview .photo {
    width: 132px;
}
.occasions.overview .description {
    width: 268px;
}
.occasions.overview .dealer {
    width: 100px;
}
.occasions.overview .mileage {
    width: 70px;
}
.occasions.overview .build {
    width: 65px;
}
.occasions.overview .cost {
    width: 63px;
}
.occasions.overview .photo a {
    display: block;
    width: 129px;
    height: 97px;
    overflow: hidden;
    border: 1px solid #999;
}
.occasions.overview .photo img {
    width: 129px;
    height: 97px;
}
.occasions.overview td p {
    margin: 0;
}
.occasions.overview .photo {
    padding-left: 15px;
}
td.description {
    width: 285px;
}
td.cost {
    font-weight: bold;
    color: #ff6600;
}
td.cost .warranty {
    display: block;
    text-align: center;
    position: relative;
    left: -35px;
    padding: 10px 0 0 0;
}
td .action {
    position: relative;
}
td .action a {
    position: absolute;
    display: inline-block;
}
td .action .more-info {
    top: 70px;
    left: 480px;
}
.action .add-favorite {
    display: none;
    top: 80px;
    left: 350px;
}
tr:hover .action .add-favorite {
    display: block;
    width: 130px;
}
/* loader */
#result-container {
    position: relative;
}
.loader {
    display: none;
}
.loading-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
.loading-animation {
    position: fixed;
    top: 50%;
    margin: -16px 0;
    width: 768px;
    height: 32px;
    background: url(../images/style/loading.gif) no-repeat center;
}
/* detail */
.occasions.detail .back-links {
    height: 28px;
    margin-bottom: 10px;
}
.occasions.detail .back {
    margin: 0 15px 0 0;
}
.occasions.detail .new-search {
    position: relative;
    top: 5px;
    left: 5px;
}
.occasions.detail h2 {
    font-family: 'FordAntennaBold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.occasions.detail h2 span {
    display: block;
    font-family: 'FordAntennaRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.occasions.detail h3 {
    font-size: 16px;
}
.occasions.detail .photo {
    float: left;
    width: 325px;
    margin: 0 0 17px 0;
}
.occasions.detail .medium-image {
    position: relative;
    width: 320px;
    height: 240px;
    border: 1px solid #999;
    overflow: hidden;
}
.occasions.detail .more-pictures {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    height: 20px;
    padding: 4px 40px 0 10px;
    background: #ececec url(../images/icons/zoom.png) no-repeat 125px -49px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.occasions.detail .thumbnails li {
    float: left;
    width: 60px;
    height: 44px;
    border: 1px solid #999;
    overflow: hidden;
    margin: 3px 3px 0 0;
}
.occasions.detail .thumbnails img {
    width: 60px;
}
.occasions.detail .car-specs {
    float: right;
    width: 400px;
}
.occasions.detail dt {
    float: left;
    width: 120px;
}
.occasions.detail dd {
    margin-left: 120px;
}
.occasions.detail .cost {
    margin: 17px 0;
}
.occasions.detail .car-specs dt {
    font-weight: bold;
}
.occasions.detail .cost .price {
    font-size: 15px;
}
.occasions.detail .nap {
    position: relative;
}
.occasions.detail .nap img {
    position: absolute;
    top: 3px;
    left: 75px;
}
.occasions.detail #warranty {
    margin: 46px 0 0 0;
}
.occasions.detail #warranty p {
    float: left;
    width: 300px;
}
.occasions.detail #warranty img {
    float: right;
    margin: -25px 0 0 0;
}
.occasions.detail h4, .occasions.detail h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.occasions.detail h5 {
    font-size: 11px;
    font-weight: normal;
}
.occasions.detail ul.options {
    margin: 0;
    padding: 0 0 0 15px;
}
.tab-dealer-contact img {
     float: left;
}
.occasions.detail .dealer-contact {
    float: right;
    width: 580px;
}
.occasions.detail .dealer-contact address {
    float: left;
    width: 160px;
}
.occasions.detail form dl {
    padding: 0;
    margin: 0;
}
#my-profile {
    margin: 17px 0 0 0;
}
#car-tools {
    margin: 17px 0 17px 10px;
}
#car-tools ul {
    margin: 15px 0 38px 0;
    overflow: hidden;
}
#car-tools li {
    margin: 2px 0 0 0;
}
#credit_calculator {
    width: 160px;
    margin: 0 0 17px -10px;
    background: #eeeeee url(../images/style/sidebar-box-top.png) no-repeat top;
}
#credit_calculator fieldset {
    background: url(../images/style/sidebar-box-bottom.png) no-repeat bottom;
    padding: 10px;
}
#credit_calculator dl {
    padding: 0;
}
#credit_calculator dt, .maintenance-quote dt  {
    float: none;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
}
#credit_calculator dd {
    font-size: 15px;
    margin: 0 0 10px 0;
    height: auto;
}
#payment_per_month {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
#credit_calculator input[type=text] {
    width: 120px;
}
#credit_calculator input[type=submit] {
    width: 148px;
    margin: 0 0 0 -5px;
    background-position: 0 -168px;
}
#credit_calculator input[type=submit]:hover {
    background-position: -148px -168px;
}
#car-tools p {
    margin: 10px 5px 17px 5px;
}
/* MODALBOX */
.modal {
    position: relative;
}
.modal h1 {
    font-size: 14px;
    margin-bottom: 18px;
}
.modal h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.modal p:last-child, .modal ul:last-child  {
    margin-bottom: 0;
}
.modal input[type=submit] {
    float: right;
}
.modal .car-info {
    margin: 20px 0 17px 0;
    height: 50px;
}
.modal .car-info dt {
    font-weight: bold;
    float: left;
    width: 110px;
}
.maintanance-quote-form li {
    float: left;
    margin: 0 20px 10px 0;
}
.maintanance-quote-form li.name {
    margin-right: 0;
}
.maintanance-quote-form ol label {
    font-size: 12px;
    font-weight: bold;
}
.maintanance-quote-form input[type=text], .maintanance-quote-form select {
    display: block;
    height: 22px;
    width: 60px;
}
.maintanance-quote-form #prefix {
    width: 87px;
}
.maintanance-quote-form #name {
    width: 128px;
}
.maintanance-quote-form #email {
    width: 175px;
}
.maintanance-quote-form #street {
    width: 150px;
}
.maintanance-quote-form #city {
    width: 195px;
}
.maintanance-quote-form .company select {
    width: 115px;
}
.maintanance-quote-form #number {
    width: 50px;
}
.maintanance-quote-form #additions  {
    width: 33px;
}
.maintanance-quote-form img {
    margin: 20px 0 0 0;
}
span#disclaimer {
    text-decoration: underline;
    cursor: default;
}
#disclaimer-text {
    display: none;
    position: absolute;
    bottom: 115px;
    left: 20px;
    width: 350px;
    padding: 20px 20px 3px 20px;
    background: #f5f5f5;
    border: 2px solid #f98d33;
}
/* max favorites */
.max-favorites {
    width: 770px;
}
.max-favorites .viewed-favorites li {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    padding: 0 10px 10px 10px;
    margin-left: 23px;
    z-index: 1;
}
.max-favorites .viewed-favorites li:first-child {
    margin: 0;
}
.max-favorites a.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 150px;
    border: none;
    z-index: 10;
}
.max-favorites a:hover.overlay {
    background: url(../images/icons/refresh.png) no-repeat center 45px;
}
/* mail-a-friend */
#mail-a-friend-form dt {
    width: 100px;
    padding: 0;
}
#mail-a-friend-form dd {
    margin-left: 110px;
}
#mail-a-friend-form dd input {
    margin-top: -3px;
}
#mail-a-friend-form input[type=submit] {
    margin: 40px 0 0 110px;
}
/* photo gallery */
.photo-gallery {
    width: 799px;
}
.photo-gallery .thumbnails {
    float: left;
    width: 144px;
    margin: 0 10px 0 0;
}
.photo-gallery .thumbnails li {
    width: 60px;
    height: 45px;
    overflow: hidden;
    border: 1px solid #efefef;
    float: left;
    margin: 0 10px 5px 0;
}
.photo-gallery .thumbnails li:hover {
    border: 1px solid #ccc;
}
.photo-gallery .thumbnails li.current {
    width: 58px;
    height: 43px;
    border: 2px solid #f98d33;
}
.photo-gallery .thumbnails img {
    width: 60px;
}
.photo-gallery .thumbnails li.current img {
    margin: -1px 0 0 -1px;
}
.photo-gallery #photo-container {
    width: 640px;
    height: 480px;
    border: 2px solid #cecece;
    overflow: hidden;
}
/* ford credit */
.modal.credit-calculator h1, .modal.credit-calculator h2 {
    font-weight: bold;
    margin: 0;
}
.modal.credit-calculator h2 {
    font-size: 11px;
}
.modal.credit-calculator h2.clear {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.modal.credit-calculator p {
    margin: 17px 0;
}
#calculate-module dl {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    padding: 20px;
    margin: 10px 0;
    overflow: hidden;
    font-weight: bold;
}
#calculate-module dt, #calculate-module dd {
    text-align: left;
    height: auto;
    margin: 0;
    padding: 0;
}
#calculate-module dt {
    width: 120px;
}
#calculate-module dd {
    margin-right: 50px;
}
#calculate-module dd.exchange-value  {
    width: auto;
    float: left;
}
#calculate-module .monthly-costs {
    float: left;
    background: url(../images/style/monthly-cost-bg.png) no-repeat 0 13px;
    width: 306px;
    height: 31px;
    padding: 26px 5px 0 5px;
    margin: 13px 0 0 0;
    border-top: 1px solid #d9d9d9;
}
#calculate-module dt.monthly-costs {
    text-align: right;
}
#calculate-module dd.monthly-costs {
    background-position: right 13px;
}
#calculate-module input {
    width: 90px;
}
#credit-car-details .options {
    width: 520px;
}
.ford-credit-tools {
    overflow: hidden;
    margin: 17px 0;
}
.ford-credit-tools li {
    float: left;
    margin: 0 30px 0 0;
}
#credit-example {
    width: 100%;
    border: 2px solid #000;
    font-size: 10px;
}
#credit-example th, #credit-example td {
    text-align: center;
    border-right: 2px solid #000;
    font-weight: bold;
    line-height: 13px;
}
#credit-example th:last-child, #credit-example td:last-child {
    border-right: none;
}
#credit-example th {
    vertical-align: bottom;
    border-bottom: 2px solid #000;
}
/* warranty */
.modal.warranty img {
    float: right;
    margin: 0 0 17px 20px;
}
.modal.warranty img.bovag {
    margin: 1px 0 0 20px;
}
/* BUTTONS */
input[type=submit], button, .button {
    display: inline-block;
    height: 28px;
    background: url(../images/style/buttons-fixed.png);
    border: none;
    text-indent: -9999em;
	cursor: pointer;
}
input[type=submit], .maintanance-quote-form.step-2 input[type=submit] {
	width: 85px;
	background-position: -308px -56px;
    margin: 20px 0 0 100px;
}
input[type=submit]:hover, .maintanance-quote-form.step-2 input[type=submit]:hover {
  	background-position: -296px -168px;
}
.search input[type=submit] {
	width: 78px;
	background-position: -240px 0;
}
.search input[type=submit]:hover {
	width: 78px;
	background-position: -318px 0;
}
button.show-occasions {
    font-family: 'FordAntennaSemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url(../images/style/buttons-flex-left.png) 0 -112px;
    padding: 0;
    text-indent: 1em;
}
button.show-occasions span {
    display: block;
    text-align: left;
    height: 23px;
    width: 175px;
    background: url(../images/style/buttons-flex-right.png) no-repeat right -112px;
    padding: 5px 0 0 0;
    color: #fff;
}
button.show-occasions strong {
    font-family: 'FordAntennaBlack', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
button.show-occasions:hover span {
    color: #000;
    background-position: right -140px;
}
.read-more {
	width: 90px;
	background-position: 0 -28px;
}
:hover.read-more, .articles ol li:hover .read-more {
	background-position: -90px -28px;
}
.more-info {
	width: 120px;
	background-position: 0 0;
}
:hover.more-info, tr:hover .more-info  {
	background-position: -120px 0;
}
a.articles {
	width: 76px;
	background-position: -180px -28px;
}
a:hover.articles {
	background-position: -256px -28px;
}
.prev {
	width: 69px;
	background-position: 0 -56px;
}
:hover.prev {
	background-position: -69px -56px;
}
.next {
	width: 85px;
	background-position: -138px -56px;
}
:hover.next {
	background-position: -223px -56px;
}
a.overview {
    width: 76px;
	background-position: -180px -28px;
}
a:hover.overview {
	background-position: -256px -28px;
}
.new-cars {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-position: 0 -84px;
	width: 186px;
}
:hover.new-cars {
    background-position: -186px -84px;
}
.save-search {
	width: 159px;
	background-position: 0 -196px;
}
:hover.save-search {
	width: 159px;
	background-position: -159px -196px;
}
.back {
    width: 177px;
    background-position: 0 -140px;
}
:hover.back {
    background-position: -177px -140px;
}
.maintenance-quote input[type=submit] {
    width: 126px;
    float: left;
    margin: -49px 0 0 145px;
    background-position: 0 -252px;
}
.maintenance-quote input[type=submit]:hover {
    background-position: -126px -252px;
}
.maintanance-quote-form input[type=submit] {
    width: 144px;
    background-position: -252px -224px;
}
.maintanance-quote-form input[type=submit]:hover {
    background-position: -252px -252px;
}
.maintanance-quote-form input[type=submit], .maintanance-quote-form.step-2 input[type=submit] {
	margin: -49px 0 0 0;
}
/* ICONS */
.icon {
    display: inline-block;
    text-indent: -9999em;
    background: url(../images/icons/tools.png);
    width: 16px;
    height: 16px;
}
.edit {
    background-position: 0 0;
}
.delete {
    background-position: 0 -16px;
}
.zoom {
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/icons/zoom.png);
}
.refresh {
    background: url(../images/icons/tools.png) no-repeat 0 -32px;
    padding: 2px 0 3px 20px;
    font-weight: normal;
}
#car-tools a, #car-tools .addthis_toolbox li a.mail, .ford-credit-tools a {
    display: inline-block;
    height: 18px;
    background-image: url(../images/icons/car-tools.png);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
}
#car-tools .addthis_toolbox a {
    background: none;
    padding: 0;
}
#car-tools .addthis_toolbox a span {
    display: inline-block;
    width: 24px;
    margin-left: 1px;
}
.info {
    background-position: 0 -18px;
}
.print {
    background-position: 0 -36px;
}
.pdf {
    background-position: 0 -54px;
}
.favorites {
    background-position: 0 -72px;
}
.mail {
    background-position: 0 -90px;
}
.twitter {
    background-position: 0 -108px;
}
.hyves {
    background-position: 0 -126px;
}
.facebook {
    background-position: 0 -144px;
}
.error-icon {
    position: relative;
    top: 4px;
}
/* TEXT REPLACEMENT */
.text-replace {
	text-indent: -9999em;
	background: url(../images/style/static-text.png) no-repeat;
	height: 25px;
	margin: 0;
}
.contact-container h2 {
	background-position: 10px 0;
}
.quick-links h2 {
	background-position: -141px 0;
}
.welcome {
    font-size: 16px;
    line-height: 100%;
	margin: 0 0 10px 0;
}
.workshop a.text-replace {
	background-position: 10px -22px;
}
.promo a.text-replace {
	background-position: 10px -47px;
}
.promo a.text-replace.offers {
	background-position: 10px -144px;
}
.stock a.text-replace {
	background-position: 10px -71px;
}
.quick-search a.text-replace {
	background-position: 10px -97px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden;
}
#cboxOverlay {
    position:fixed;
    width:100%;
    height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear:left;
}
#cboxContent {
    position:relative;
}
#cboxLoadedContent {
    overflow:auto;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor:pointer;
}
.cboxPhoto {
    float:left;
    margin:auto;
    border:0;
    display:block;
}
.cboxIframe {
    width:100%;
    height:100%;
    display:block;
    border:0;
}
/* apperance */
#cboxOverlay {
     background: #000; /* opacity is done in js file */
}
#colorbox {
    border: 2px solid #f98d33;
}
#cboxContent {
    background:#fff;
    padding: 50px 20px 0 20px;
    overflow:hidden;
}
#cboxError {
    padding:50px;
    border:1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom:28px;
}
#cboxTitle {
    position:absolute;
    top:0;
    left:20px;
    width:100%;
    height: 11px;
    padding: 30px 0 0 0;
    color:#000;
    font-family: 'FordAntennaSemiBold', Arial, Helvetica, sans-serif;
    margin-bottom: 14px;
}
#cboxCurrent {
    position:absolute;
    bottom:4px;
    left:50%;
    width: 74px;
    margin-left: -37px;
    text-align: center;
    color:#949494;
}
#cboxSlideshow {
    position:absolute;
    bottom:4px;
    right:30px;
    color:#0092ef;
}
#cboxPrevious, #cboxNext {
    position: absolute;
    bottom: 3px;
    left:50%;
    background: #f98d33 url(../images/style/buttons-fixed.png) no-repeat -206px -224px;
    width: 23px;
    height: 23px;
    margin: 0 0 0 -68px;
    text-indent: -9999px;
}
#cboxPrevious.hover {
    background-position: -229px -224px;
}
#cboxNext {
    margin: 0 0 0 46px;
    background-position: -160px -224px;
}
#cboxNext.hover {
    background-position: -183px -224px;
}
#cboxLoadingOverlay {
    background:url(../images/style/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
    background:url(../images/style/loading.gif) no-repeat center center;
}
#cboxClose {
    position:absolute;
    top:20px;
    right:20px;
    background:url(../images/style/buttons-fixed.png) no-repeat 0 -224px;
    width:80px;
    height:28px;
    text-indent:-9999px;
}
#cboxClose.hover {
    background-position:-80px -224px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

