@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);

body
{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #2e3f53;
	font-size: 14px;
	background: #817762;
	min-width: 320px;
}

section
{
	background: #817762;
}

a
{
	color: #cf3733;
	text-decoration: none;
	webkit-transition: 0.25s;
	moz-transition: 0.25s;
	o-transition: 0.25s;
	transition: 0.25s;
	webkit-backface-visibility: hidden;
	outline: 0;
}

a:hover
{
	color: #444444;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0 0 10px 0;
	text-rendering: optimizelegibility;
}

h1
{
	font-size: 35px;
	text-transform: uppercase;
}

h1.page-title 
{
	font-size: 50px;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background: url('file:///C|/Documents%20and%20Settings/utilisateur/images/heading_sep.html') repeat-x left center;
	text-transform: uppercase;
	text-align: center;
}

h1.page-title span 
{
	display: inline-block;
	background: #fff;
	padding: 0px 30px 0px 30px;
}

h2
{
	font-size: 25px;
	text-transform: uppercase;
}

h3
{
	font-size: 20px;
}

h3.section
{
	font-size: 30px;
	font-weight: 300;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	color: #333;
	text-transform: uppercase;
	border-bottom: solid 1px #cccccc;
}

h3.section span
{
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 15px;
}

h6
{
	font-size: 12px;
}

p
{
	margin-bottom: 18px;
}

img
{
	max-width: 100%;
}

.thumbnail
{
	border-color: #F2F2F2;
}

.lead
{
	font-size: 18px;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus
{
	background: #cf3733;
	border-color: #cf3733;
}

.btn
{
	border-color: #ad0000;
	text-decoration: none;
	text-transform: uppercase;
	webkit-box-shadow: none;
	moz-box-shadow: none;
	box-shadow: none;
	webkit-transition: 0.25s;
	moz-transition: 0.25s;
	o-transition: 0.25s;
	transition: 0.25s;
	webkit-backface-visibility: hidden;
	outline: 0;
	color: #ad0000;
	background: none;
}

.btn:hover
{
	border-color: #bd2824;
	color: #fff;
	background: #bd2824;
}

.btn.btn-outline-inverse
{
	border-color: #fff;
	color: #fff;
}

.btn-gray
{
	border-color: #444444;
	color: #ffffff;
	background: #444444;
}

.btn-gray:hover
{
	border-color: #cf3733;
	color: #fff;
	background: #cf3733;
}

.btn-site-color,
.btn-form
{
	border-color: #cf3733;
	color: #ffffff;
	background: #cf3733;
}

.btn-site-color:hover,
.btn-form:hover
{
	background: #bd2824;
}

.btn-social
{
	line-height: 38px;
	height: 40px;
	width: 45px;
	padding: 0;
}

.modal-header
{
	background: #cf3733;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: none;
}

.modal-title
{
	color: #ffffff;
}

.modal-dialog-login
{
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -200px;
}

div.separator
{
	margin: 20px 0px 20px 0px;
	border-bottom: solid 1px #cccccc;
}

/* ----------------------- HEADER ----------------------- */

.wrapper
{
	min-width: 320px;
}

/* ----------------------- HEADER ----------------------- */

.navbar
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	border-radius: 0;
	border: 0;
	background: #bab196;
}

.navbar-inverse .navbar-toggle
{
	border-color: #000;
	background: #000;
	color: #000;
	margin-right: 0px;
}

.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus
{
	background:#0e0d0d;
	border-color: #0e0d0d0;
}

.navbar-inverse .navbar-nav
{

}

.navbar-inverse .navbar-nav > li > a 
{
	color: #2e3f53;
	padding-top: 12px;
	padding-bottom: 12px;

}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover
{
	background: #000000;

}

.navbar-nav > li > .dropdown-menu
{
	margin-top: 1px;
}

.navbar-inverse .dropdown-menu
{
	right: auto;
	top: auto;
	left: auto;
	bottom: auto;
	padding: 0px;
	margin: 0px;
	border: none;
	border-radius: 0px;
	background: #000000;
}

.navbar-inverse .dropdown-menu > li
{
	padding: 0px;
	margin: 0px;
	border: none;
}

.navbar-inverse .dropdown-menu > li > a
{
	padding: 12px;
	margin: 0px;
	border: none;

	white-space: nowrap;
}

.navbar-inverse .dropdown-menu > li > a img
{
	display: none;
}

.navbar-inverse .dropdown-menu > li:first-child > a
{
	border: none;
}

.navbar-inverse .dropdown-menu > li > a:hover
{
	background: #848484;
	color: #fff;
}

.navbar-inverse .navbar-nav > li.boxed
{
	position: static;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu
{
	border-radius: 0px;
	min-width: none !important;
	max-width: none !important;
	width: auto !important;
	margin-top: 1px;
	right: 0px;
	left: 0px;
	background: #848484;
	padding: 0px 0px 10px 10px;
	border: none;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu li
{
	float: left;
	text-align: center;
	border: none;
	width: 20%;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu li a
{ 
	display: block;
	border: none;
	margin: auto auto auto auto;
	padding: 15px 15px 15px 15px;
	background: #848484;
}

.navbar-inverse .navbar-nav > li.new-cars .dropdown-menu li a
{ 
	padding: 0px 0px 15px 0px;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu li a:hover
{ 
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	color: #333333;
	background: #848484;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu li a img
{ 
	display: block;
	border: none;
	margin: auto auto auto auto;
	max-width: 100%;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu li a span
{ 
	display: block;
	margin: auto auto auto auto;
}

.navbar-inverse .navbar-nav > li.boxed .dropdown-menu li a span.model
{ 
	color: #848484;
	font-weight: bold;
}

.header
{
	padding: 10px 0px 10px 0px;
}

.header .logo
{
	float: left;
}

.header .logo img
{
	display: block;
}

.header .dealer
{
	float: right;
	text-align: right;
}

.header .dealer .separator
{
	display: inline;
	color: #999999;
}

.header .dealer .name
{
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}

.header .dealer .address
{
	display: block;
}

.header .dealer .address a
{
	color: #cf3733;
}

.header-menu
{
	background: #800000;

}

.header-menu .container
{
	position: relative;
}

.header-menu .phone
{
	float: right;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 20px;
	line-height: 44px;
}

/* ----------------------- PARALLAX ----------------------- */

.content-parallax
{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	webkit-background-size: cover;
	moz-background-size: cover;
	o-background-size: cover;
	background-size: cover;
	webkit-background-size: widthpx heightpx;
	webkit-background-size: 100% 100%;
	padding: 40px 0;
	color: #fff;
	position: relative;
}

.content-parallax h1
{
	color: #fff;
}

/* ----------------------- CONTENT ----------------------- */

.content
{
	padding: 40px 0px;
	text-align: left;
	position: relative;
	background: #ffffff;
}

.content-gray
{
	background: #f6f6f6;
}

.content-gray-dark
{
	background: #333333;
	color: #ffffff;
}

.content h3 i
{
	color: #cf3733;
	font-size: 24px;
	margin-right: 5px;
}

/* ----------------------- FOOTER ----------------------- */

.footer
{
	background: #2e3f53;
	color: #CCCCCC;
	font-size: 13px;
}

.footer .top
{
	background: #2e3f53;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer .top ul li
{
	padding: 2px 0px 2px 0px;
}

.footer .bottom
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a
{
	color: #CCCCCC;
}

.footer a.login
{
	color: #666666;
}

.footer a:hover
{
	color: #cf3733;
}

.footer h3
{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.footer ul.link li
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer ul.link li span
{
	display: block;
	color: #fff;
}

.footer ul.social li
{
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}

.footer ul.social li a
{
	line-height: 40px;
	height: 40px;
	width: 40px;
	color: #ccc;
	background: #333333;
	text-align: center;
}

.footer ul.social li a:hover
{
	color: #fff;
	background: #cf3733;
	text-decoration: none;
}

/* ----------------------- SLIDERS ----------------------- */

.sliders
{
	color: #fff;
	position: relative;
	min-height: 0;
	width: 100%;
	overflow: hidden;
}

.sliders ul.slides li
{
	position: relative;
}

.sliders .flex-direction-nav a
{
	border-color: #fff;
	color: #fff;
}

.sliders .flex-direction-nav a:hover, .sliders .flex-control-paging li a
{
	background: #fff;
	color: #cf3733;
}

.sliders .text
{
	position: absolute;
	left: 0px;
	top: 30px;
	border: 10px;
	text-align: right;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 30px 0px 30px;
	text-shadow: 1px 1px 1px #333333;
	font-size: 16px;
}

.sliders .text span
{
	text-transform: uppercase;	
	display: block;
}

.sliders .text span.title
{
	font-size: 32px;
}

/* ----------------------- BOXES ----------------------- */

.boxes
{
	padding-top: 40px !important;
	padding-bottom: 60px !important;
}

.boxes h2
{
	font-size: 60px;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

.boxes h3
{
	color: #2c3e50;
	margin-top: 40px;
	text-transform: uppercase;
	color: #333333;
	font-size: 30px;
}

.boxes h3 span
{
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 500;
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
	display: block;
}

.boxes .col-md-4 img
{
	width: 100%;
	height: auto;
}

.boxes .col-md-4 h3
{
	padding-left: 0px;
	line-height: 36px;
	padding-bottom: 0px;
	display: block;
}

.boxes img
{
	margin: 0 auto 20px auto;
}

/* ----------------------- USERS ----------------------- */

.used-search-top
{
	background: #eeeeee;
	padding: 6px 0px 6px 0px;
}

.used-search-top .left,
.used-search-top .right,
.used-search-top .control
{
	padding: 0px 2px 0px 2px;
	width: 20%;
}

.used-search-top .left
{
	padding-left: 15px;
}

.used-search-top .right
{
	padding-right: 15px;
}

/* ----------------------- USERS ----------------------- */

.used-slider
{
	padding: 0px 0px 30px 0px;
	background: #333333 url(file:///C|/Documents%20and%20Settings/utilisateur/images/pattern_black.html);
}

.used-slider h3
{
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
}

.used-slider
{
	position: relative;
}

.used-slider a.arrows
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	font-size: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	border: solid 11px #ffffff;
	z-index: 99;
	cursor: pointer;
	cursor: hand;
}

.used-slider a.arrows-left
{
	margin-left: -680px;
}

.used-slider a.arrows-right
{
	margin-left: 580px;
}

.used-slider ul
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.used-slider ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	line-height: normal;
	float: left;
}

.used-slider ul li div
{
	background: #ffffff;
	border: solid 8px #ffffff;
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
	line-height: normal;
}

.used-slider ul li div a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	border: none;
	color: #444444;
}

.used-slider ul li div a span.image
{
	display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 248px;
    height: 200px;
	overflow: hidden;
	background: #333333;
	position: relative;
}

.used-slider ul li div a span.image img
{
	position: absolute;
	display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    border: none;
    width: auto;
    max-width: none;
}

.used-slider ul li div a span.make, 
.used-slider ul li div a span.model,
.used-slider ul li div a span.mileage
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 18px;
}

.used-slider ul li div a span.mileage
{
	display: none;
}

.used-slider ul li div a span.price
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	color: #cf3733;
	font-weight: bold;
}

/* ----------------------- INVENTORY ----------------------- */

.inventory
{
	padding: 35px 0;
	background: #ffffff;
}

.inventory a.inventory-full
{
	display: block;
	color: #333333;
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.inventory span.title
{
	display: block;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------- MAKES ----------------------- */

.used-makes
{
	padding: 0px 0px 0px 0px;
}

.used-makes ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.used-makes ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	line-height: normal;
	float: left;
}

.used-makes ul li.clear
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	clear: both;
	float: none;
}

.used-makes ul li a
{
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #ffffff;
}

.used-makes ul li a:hover
{
	color: #cf3733;
}

.used-makes a.complete-inventory
{
	margin: 20px 0px 0px 0px;
}

/* ----------------------- INVENTORY NEW ----------------------- */

.inventory-new
{
}

.inventory-new .listing
{
}

.inventory-new .listing .product
{
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background: #f9f9f9;
	border: solid 2px #efefef;
}

.inventory-new .listing .product div.image
{
	padding-left: 0px;
}

.inventory-new .listing .product div.image a
{
	display: block;
	border: none;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 160px;
	border: solid 3px #efefef;
	background: #dddddd;
}

.inventory-new .listing .product div.image a:hover
{
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
}

.inventory-new .listing .product div.image a img
{
	display: block;
	border: none;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 160px;
}

.inventory-new .listing .product div.details
{
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.inventory-new .listing .product div.details div.vehicle
{
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	height: 33px;
}

.inventory-new .listing .product div.details div.vehicle a
{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #cf3733;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.inventory-new .listing .product div.details div.vehicle a span.version
{
	color: #333333;
}

.inventory-new .listing .product div.details div.description
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.inventory-new .listing .product div.details div.options
{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 70px;
}

.inventory-new .listing .product div.details div.options ul
{
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
}

.inventory-new .listing .product div.details div.actions
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.inventory-new .listing .product div.details div.actions a
{
	border-color: #cf3733;
	color: #ffffff;
	background: #cf3733;
	width: 180px;
}

.inventory-new .listing .product div.details div.actions a:hover
{
	background: #bd2824;
}

.inventory-new .listing .product div.details div.actions a.btn-details
{
}

.inventory-new .listing .product div.details div.actions a.btn-action-call
{
	margin-left: 10px;
	border-color: #36bd29;
	color: #ffffff;
	background: #36bd29;
}

.inventory-new .listing .product div.details div.actions a.btn-action-call:hover
{
	background: #2bab1e;
	border: solid 1px #2bab1e;
}

.details-calculator .taxes-checkbox{
    display: inline-block;
    vertical-align: middle;
}

.details-calculator .calculator span.total{
    text-align: center;
    height: 34px;
    padding: 0;
}

.inventory-new .listing .product div.right
{
	padding-right: 0px;
	text-align: center;
	overflow: hidden;
}

.inventory-new .listing .product div.right span.starting-at
{
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 04px 0px;
	color: #ffffff;
	background: #b31b17;
	font-size: 14px;
}

.inventory-new .listing .product div.right span.price
{
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	color: #ffffff;
	background: #cf3733;
	font-size: 30px;
	font-weight: bold;
}

.inventory-new .listing .product div.right span.msrp
{
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	background: #efefef;
	font-size: 16px;
}

/* ----------------------- INVENTORY USED ----------------------- */

.inventory-used
{
}

.inventory-used .listing
{
}

.inventory-used .listing .product
{
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background: #f9f9f9;
	border: solid 2px #efefef;
	position: relative;
}

.inventory-used .listing .product a.youtube
{
	position: absolute;
	display: block;
	top: 30px;
	left: 30px;
}

.inventory-used .listing .product a.youtube img
{
	display: block;
}

.inventory-used .listing .product div.image
{
	padding-left: 0px;
}

.inventory-used .listing .product div.image a
{
	display: block;
	border: none;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 190px;
	border: solid 3px #ffffff;
	background: #dddddd;
}

.inventory-used .listing .product div.image a:hover
{
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
}

.inventory-used .listing .product div.image a img
{
	display: block;
	border: none;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 190px;
}

.inventory-used .listing .product div.details
{
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.inventory-used .listing .product div.details div.vehicle
{
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	height: 33px;
}

.inventory-used .listing .product div.details div.vehicle a
{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #cf3733;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.inventory-used .listing .product div.details div.vehicle a span.version
{
	color: #333333;
}

.inventory-used .listing .product div.details div.vehicle a:hover,
.inventory-used .listing .product div.details div.vehicle a:hover span.version
{
}

.inventory-used .listing .product div.details div.description
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	height: 42px;
}

.inventory-used .listing .product div.details div.options
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 80px;
}

.inventory-used .listing .product div.details div.options ul
{
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
}

.inventory-used .listing .product div.details div.actions
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.inventory-used .listing .product div.details div.actions a
{
	border-color: #cf3733;
	color: #ffffff;
	background: #cf3733;
	width: 180px;
}

.inventory-used .listing .product div.details div.actions a:hover
{
	background: #bd2824;
}

.inventory-used .listing .product div.details div.actions a.btn-details
{
}

.inventory-used .listing .product div.details div.actions a.btn-action-call
{
	margin-left: 10px;
	border-color: #36bd29;
	color: #ffffff;
	background: #36bd29;
}

.inventory-used .listing .product div.details div.actions a.btn-action-call:hover
{
	background: #2bab1e;
	border: solid 1px #2bab1e;
}

.inventory-used .listing .product div.right
{
	padding: 0px 0px 8px 0px;
	text-align: center;
	overflow: hidden;
	background: #ffffff;
}

.inventory-used .listing .product div.right span
{
	display: block;
}

.inventory-used .listing .product div.right span.price
{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	color: #ffffff;
	background: #cf3733;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.inventory-used .listing .product div.right span.price span.price-regular
{
	font-size: 16px;
	line-height: 16px;
	text-decoration: line-through;
	font-weight: normal;
	margin: 4px 0px 0px 0px;
}

.inventory-used .listing .product div.right span.stock-number
{
	margin: 8px 0px 0px 0px;
	font-weight: bold;
}

.inventory-used .listing .product div.right span.certified,
.inventory-used .listing .product div.right span.carproof
{
	margin: 8px 0px 0px 0px;
}

.inventory-used .listing .product div.right span.certified img,
.inventory-used .listing .product div.right span.carproof img
{
	display: block;
	margin: 0px auto 0px auto;
	width: auto;
	height: 40px;
}

/* ----------------------- SEARCH ENGINE ----------------------- */

.search-engine
{
}

.search-engine legend{
	font-size: 14px;
	padding-bottom: 10px;
}

.search-engine .control
{
	margin-bottom: 4px;
}

.search-engine .control-left
{
	padding-right: 2px;
}

.search-engine .control-center
{
	padding-right: 2px;
	padding-left: 2px;
}

.search-engine .control-right
{
	padding-left: 2px;
}

/* ----------------------- ACTION CALL ----------------------- */

.action-call
{
}

.action-call
{
}

.action-call h3
{
	font-size: 24px;
	text-transform: uppercase;
}

.action-call h3 span.vehicle
{
}

.action-call .image
{
	background: #f6f6f6;
	padding: 12px;
	margin-bottom: 15px;
}

.action-call .image h2
{
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.action-call .image img
{
}

.action-call action-calls-buttons
{
}

.action-call .action-calls-buttons a
{
	display: block;
	background: #cf3733;
	color: #ffffff;
	margin-bottom: 8px;
	padding: 8px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
}

.action-call .action-calls-buttons a.current
{
	background: #36bd29;
}

.action-call .action-calls-buttons a.current:hover
{
	background: #2bab1e;
}

.action-call .action-calls-buttons a:hover
{
	background: #bd2824;
}

/* ----------------------- COMPARE TABLE ----------------------- */

table.compare
{
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
}

table.compare tr
{
}

table.compare tr td
{
	padding: 12px 0px 12px 0px;
	border-bottom: dotted 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	text-align: center;
	overflow: hidden;
}

table.compare tr td.versions
{
	text-transform: uppercase;
	width: 25%;
}

table.compare tr td.vehicle
{
	padding: 0px 0px 0px 0px;
	background: #999999;
	border-bottom: solid 1px #d9d9d9;
	width: 25%;
}
.accordion.acc1 {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #393a50;
    border-style: solid;
    border-width: 4px;
    border-radius: 10px;
    margin: 0 auto;
    height: 500px;
    width: 1218px;
}

.accordion.acc1 > ul > li,
.acc1 .accordion-title,
.acc1 .accordion-content,
.acc1 .accordion-separator {
    float: left;
}

.accordion.acc1 > ul > li {
    background-color: #0f151e;
    margin-right: -1030px;
    margin-bottom: -0px;
}

.acc1 .accordion-select:checked ~ .accordion-separator {
    margin-right: 1030px;
    margin-bottom: 0px;
}

.acc1 .accordion-title,
.acc1 .accordion-select  {
    background-color: #1c2939;
    color: #ffffff;
    width: 45px;
    height: 500px;
    font-size: 19px;
}

.acc1 .accordion-title span {
    margin-bottom: 23px; 
    margin-left: 23px;
}

.acc1 .accordion-select:hover ~ .accordion-title,
.acc1 .accordion-select:checked ~ .accordion-title {
    background-color: #121922;
}

.acc1 .accordion-title span  {	
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: 0px;
    line-height: 45px;
}

.acc1 .accordion-content {
    background-color: #253447;
    color: #f5f2f0;
    height: 418px;
    width: 948px;
    padding: 41px;
}

.acc1 .accordion-title,
.acc1 .accordion-select:checked ~ .accordion-content {
    margin-right: 2px;
    margin-bottom: 2px;
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}
table.compare tr td.vehicle a,
table.compare tr td.vehicle span
{
	display: block;
	color: #ffffff;
	padding: 12px 12px 12px 12px;
	background: #999999;
}

table.compare tr td.vehicle a:hover
{
	background: #777777;
}

table.compare tr td.vehicle img
{
	display: none;
}

table.compare tr td.vehicle span
table.compare tr td.vehicle a
{
	display: block;
}

table.compare tr td.section
{
	border-bottom: solid 1px #d9d9d9;
	padding: 0px 0px 0px 0px;
}

table.compare tr td.section div.wrapper
{
	text-align: left;
	background: #f9f9f9;
	font-size: 16px;
	line-height: 48px;
	padding: 0px 12px 0px 12px;
}

table.compare tr td.section div.wrapper span.name
{
	display: block;
	float: left;
	color: #cf3733;
	font-weight: bold;
}

table.compare tr td.section div.wrapper span.navigator
{
	display: block;
	float: right;
}

table.compare tr td.section div.wrapper span.navigator a
{
	display: inline-block;
	font-size: 24px;
	color: #666666;
}

table.compare tr td.header
{
}

table.compare tr td.header span
{
	display: block;
	text-align: left;
}

table.compare tr.alternate td
{
}

table.compare tr td.data span
{
	display: block;
}

table.compare tr td.current,
table.compare tr td.current span,
table.compare tr td.current a
{
	background: #e53d39;
	color: #ffffff;
}

table.compare tr td.current-vehicle,
table.compare tr td.current-vehicle a,
table.compare tr td.current-vehicle span
{
	background: #cf3733;
	color: #ffffff;
}

/* ----------------------- COMPARE ----------------------- */

.details-compare .wrapper
{
	overflow: hidden;
}

.details-compare .notice
{
	margin-top: 20px;
	color: #cf3733;
}

.details-compare .selection
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}

.details-compare .selection .input-group 
{
  margin-bottom: 10px;
}

.details-compare .selection .input-group .input-group-addon
{
	min-width: 80px;
	text-align: right;
}

.details-compare .selection .image
{
}

.details-compare .selection .image img
{
	border-radius: 4px;
	background: #eeeeee;
}

/* ----------------------- BUILD AND PRICE ----------------------- */

.details-build-and-price
{
}

.details-build-and-price h1.page-title
{
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.details-build-and-price h2
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
}

.details-build-and-price .select
{
}

.details-build-and-price .select .input-group 
{
  margin-top: 10px;
}

.details-build-and-price .select .input-group .input-group-addon
{
	min-width: 80px;
}

.details-build-and-price-main
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.details-build-and-price-main .image
{
}

.details-build-and-price-main .image img
{
	margin: auto;
	display: block;
}

.details-build-and-price-main .prices
{
}

.details-build-and-price-main .prices table
{
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

.details-build-and-price-main .prices table tr th
{
	background: #efefef;
	border-left: solid 1px #ffffff;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	padding: 8px;
}

.details-build-and-price-main .prices table tr td
{
	border-bottom: dotted 1px #cccccc;
	padding: 6px;
	border-left: solid 1px #efefef;
}

.details-build-and-price-main .prices table tr th.caption,
.details-build-and-price-main .prices table tr td.caption
{
	border-left: none;
}

.details-build-and-price-main .prices table tr th.msrp,
.details-build-and-price-main .prices table tr td.msrp
{
	width: 100px;
}

.details-build-and-price-main .prices table tr td.msrp
{
	text-align: right;
}

.details-build-and-price-main .links
{
}

.details-build-and-price-main .links a
{
	display: block;
	background: #cf3733;
	color: #ffffff;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
}

.details-build-and-price-main .links a:hover
{
	background: #bd2824;
}

.details-build-and-price-main .notice-price
{
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
}

.details-build-and-price-calculator
{
	padding-bottom: 0px;
}

.details-build-and-price-options h4
{
	background: #999999;
	color: #ffffff;
	padding: 10px;
	margin: 0px;
}

.details-build-and-price-options .data
{
	overflow: hidden;
}

.details-build-and-price-options .data table
{
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	margin: 0px;
	padding: 0px;
}

.details-build-and-price-options .data table tr th
{
	background: #efefef;
	border-left: solid 1px #ffffff;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	padding: 8px;
}

.details-build-and-price-options .data table tr
{
}

.details-build-and-price-options .data table tr.alternate td
{
	background: #f9f9f9;
}

.details-build-and-price-options .data table tr td
{
	border-left: solid 1px #efefef;
	border-bottom: dotted 1px #cccccc;
	padding: 6px;
}

.details-build-and-price-options .data table tr th.state,
.details-build-and-price-options .data table tr td.state
{
	border-left: none;
	width: 40px;
}

.details-build-and-price-options .data table tr td.state
{
	text-align: center;
}

.details-build-and-price-options .data table tr th.description,
.details-build-and-price-options .data table tr td.description
{
}

.details-build-and-price-options .data table tr th.code,
.details-build-and-price-options .data table tr td.code,
.details-build-and-price-options .data table tr th.invoice,
.details-build-and-price-options .data table tr td.invoice
{
	display: none;
}

.details-build-and-price-options .data table tr th.invoice,
.details-build-and-price-options .data table tr td.invoice
{
	width: 90px;
}

.details-build-and-price-options .data table tr td.invoice
{
	text-align: right;
}

.details-build-and-price-options .data table tr th.msrp,
.details-build-and-price-options .data table tr td.msrp
{
	width: 90px;
}

.details-build-and-price-options .data table tr td.msrp
{
	text-align: right;
}

.details-build-and-price .technical-specifications
{
	overflow: hidden;
}

/* ----------------------- DETAILS ----------------------- */

.details
{
}

.details-main
{
}

.details-main .price
{
	background: #cf3733;
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}

.details-main .price .current
{
	display: block;
}

.details-main .price .starting
{
	font-size: 16px;
}

.details-main .price .msrp
{
	font-size: 12px;
	text-transform: uppercase;
}

.details-main .price .regular
{
	display: block;
	font-size: 20px;
	text-decoration: line-through;
	font-weight: normal;
	background: #b31b17;
	padding: 4px;
	line-height: normal;
}

.details-main .images
{
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #dfdfdf;
}

.details-main .images a
{
	display: block;
	border: none;
}

.details-main .images a img
{
	display: block;
	margin: auto;
}

.details-main .images-carousel
{
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-right: 2px;
}

.details-main .images-carousel
{
	max-width: 100%;
	width: 100%;
	overflow: hidden !important;
	border-top: solid 1px #efefef;
	border-bottom: solid 0px #ffffff;
	position: relative;
}

.details-main .images-carousel a.prev,
.details-main .images-carousel a.next
{
	position: absolute;
	z-index: 999;
	top: 0px;
	display: block;
	font-size: 20px;
	text-align: center;
	border: none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	background: #cf3733;
}

.details-main .images-carousel a.prev
{
	left: 0px;
	border-right: solid 0px #ffffff;
}

.details-main .images-carousel a.next
{
	right: 0px;
	border-left: solid 0px #ffffff;
}

.details-main .images-carousel .slick-slide
{
	overflow: hidden !important;
	border-right: solid 1px #efefef;
}

.details-main .images-carousel img
{
	display: block;
	max-width: none !important;
	min-width: none !important;
	width: auto !important;
	max-height: none !important;
	min-height: none !important;
	height: 100px !important;	
}

.details-main .total-images
{
	background: #efefef;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.details-main .total-images span
{
	display: block;
}

.details-main .links a
{
	margin: 10px 0px 0px 0px;
	background: #999999;
	border: solid 1px #999999;
	color: #ffffff;
}

.details-main .links a:hover
{
	background: #888888;
	border: solid 1px #888888;
}

.details-main .info
{
	background: #f6f6f6;
	font-size: 30px;
	line-height: 60px;
	height: 60px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.details-main .info span.data
{
	text-align: left;
	display: block;
	padding-left: 15px;
}

.details-main .info a.print
{
	color: #333333;
	text-align: right;
	display: block;
	padding-right: 15px;
}

.details-main .version
{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 50px;
	border-bottom: solid 1px #efefef;
}

.details-main .caracteristics
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-bottom: solid 1px #efefef;
}

.details-main .caracteristics span
{
	display: block;
	font-weight: bold;
}

.details-main .caracteristics span.icon
{
	height: 45px;
	margin: 2px 0px 2px 0px;
}

.details-main .caracteristics span.icon-odometer
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-odometer.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-transmission
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-transmission.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-traction
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-traction.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-doors
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-doors.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-power
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-power.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-motor
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-motor.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-fuel
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-fuel.png) no-repeat 50% 50%;
}

.details-main .caracteristics span.icon-seats
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-seats.png) no-repeat 50% 50%;
}

.details-main .address
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.details-main .address span
{
	display: block;
}

.details-main .address span.phone
{
	text-align: right;
	font-size: 40px;
}

.details-main .address span.company
{
	font-weight: bold;
}

.details-main .carproof a,
.details-main .inventory-return a
{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.details-main .btn-carproof:hover
{
	background: #bd2824;
	border: solid 1px #bd2824;
}

.details-main .action-calls-buttons
{
	margin: 15px 0px 0px 0px;
}

.details-main .action-calls-buttons a
{
	display: block;
	background: #cf3733;
	color: #ffffff;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
}

.details-main .action-calls-buttons a.current
{
	background: #36bd29;
}

.details-main .action-calls-buttons a.current:hover
{
	background: #2bab1e;
}

.details-main .action-calls-buttons a:hover
{
	background: #bd2824;
}

.details-main .price-notice
{
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.details-description
{
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: #cf3733;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
}

.details-description span
{
	display: block;
}

.details-caracteristics
{
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.details-caracteristics .data span
{
	font-weight: bold;
	display: block;
}

.details-caracteristics .data span.icon
{
	height: 45px;
	margin: 2px 0px 2px 0px;
}

.details-caracteristics .data span.icon-power
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-power.png) no-repeat 50% 50%;
}

.details-caracteristics .data span.icon-motor
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-motor.png) no-repeat 50% 50%;
}

.details-caracteristics .data span.icon-transmission
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-transmission.png) no-repeat 50% 50%;
}

.details-caracteristics .data span.icon-fuel
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-fuel.png) no-repeat 50% 50%;
}

.details-caracteristics .data span.icon-seats
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/car-seats.png) no-repeat 50% 50%;
}

.details-comments
{
}

.details-comments .comments
{
	background: #ffffff;
	padding: 0px;
}

.details-comments .text
{
	text-align: justify;
}

.details-versions
{
}

.details-versions .slider
{
	margin: 0px 0px 0px 0px;
	position: relative;
	padding-right: 2px;
	background: #f6f6f6;
}

.details-versions .slider div
{
	overflow: hidden;
	height: 180px;
}

.details-versions .slider div a
{
	display: block;
	position: relative;
	border-right: solid 1px #ffffff;
}

.details-versions .slider div a img
{
	display: block;
	height: 150px;
}

.details-versions .slider div a span
{
	display: block;
	background: #cf3733;
	color: #ffffff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.details-versions .slider a.prev,
.details-versions .slider a.next
{
	position: absolute;
	z-index: 49;
	top: 0px;
	bottom: 0px;
	display: block;
	font-size: 20px;
	text-align: center;
	border: none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	width: 30px;
	line-height: 180px;
	cursor: pointer;
	background: #333333;
}

.details-versions .slider a.prev
{
	left: 0px;
	border-right: solid 0px #ffffff;
}

.details-versions .slider a.next
{
	right: 0px;
	border-left: solid 0px #ffffff;
}

.details-specifications .notice
{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	color: #cf3733;
}

.details-specifications .specifications
{
	background: #ffffff;
}

.details-specifications .specifications .nav-tabs li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.details-specifications .specifications .nav-tabs li a
{
	border: none;
	border-left: solid 1px #ffffff;
	background: #efefef;
	border-radius: 0px;
	color: #333333;
	padding: 15px;
	font-size: 16px;
	text-transform: uppercase;
}

.details-specifications .specifications .nav-tabs li a:hover,
.details-specifications .specifications .nav-tabs li a:focus
{
	border: none;
	border-left: solid 1px #ffffff;
	background: #777777;
	color: #ffffff;
}

.details-specifications .specifications .nav-tabs li.active a
{
	background: #ffffff;
}

.details-specifications .specifications .nav-tabs li.active a:hover,
.details-specifications .specifications .nav-tabs li.active a:focus
{
	color: #333333;
	border: none;
}

.details-specifications .specifications .data .technical-specifications,
.details-specifications .specifications .data .standard-equipment,
.details-specifications .specifications .data .colors
{
	overflow: hidden;
}

.details-specifications .specifications .data
{
	padding: 20px;
}

.details-specifications .specifications .data ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.details-specifications .specifications .data ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.details-specifications .specifications .data ul li a
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	border: none;
	color: #cf3733;
}

.details-specifications .specifications .data ul li a:hover
{
	color: #cf3733;
}

.details-specifications .specifications .data ul li a span
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.details-specifications .specifications .data ul li ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.details-specifications .specifications .data ul li ul li
{
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted 1px #cccccc;
	clear: both;
}

.details-specifications .specifications .data ul li ul li span
{
	display: inline-block;
	width: 49%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.details-specifications .specifications .data .standard-equipment ul li ul li span
{
	display: block;
	width: auto;
}

.details-specifications .specifications .data .colors table
{
	width: 100%;
	border: none;
}

.details-specifications .specifications .data .colors table th
{
	border: none;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
}

.details-specifications .specifications .data .colors table td
{
	border: none;
	padding: 6px 0px 6px 0px;
	border-bottom: dotted 1px #cccccc;
}

.details-specifications .specifications .data .colors table td img
{
	display: inline;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.details-calculator
{
}

.details-calculator .input-group
{
	margin-bottom: 10px;
}

.details-calculator .input-group-addon i
{
	width: 24px;
}

.details-calculator .title
{
	background: #999999;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
}

.details-calculator .calculator
{
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	background: #f6f6f6;
}

.details-calculator .calculator span.notice
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 12px;
	text-align: center;
}

.details-calculator .calculator span.total
{
	padding: 0;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	background: #cf3733;
	text-align: center;
}

.details-map
{
}

/* ----------------------- DETAILS NEW  ----------------------- */

.details-new-top
{
	padding: 0px;
	background: #efefef;
	border: 0;
	z-index: 998;
	position: relative;
}

.details-new-top .dropdown:hover .dropdown-menu
{
	display: block;
}

.details-new-top div.models
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.details-new-top div.models ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.details-new-top div.models ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.details-new-top div.models ul li a
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/arrow-gray-02-down.png) no-repeat 10px 50%;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 30px;
	color: #666666;
	text-transform: uppercase;
	display: block;
	font-size: 24px;
}

.details-new-top div.models ul li a:hover
{
	background-color: #dddddd;
}

.details-new-top div.models ul li ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 0px;
	border: none;
}

.details-new-top div.models ul li ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.details-new-top div.models ul li ul li a
{
	background: url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/arrow-gray.png) no-repeat 10px 50%;
	padding: 10px 20px 10px 26px;
	font-size: 18px;
}

.details-new-sliders
{
	padding: 0px;
	position: relative;
}

.details-new-sliders .flex-direction-nav a
{
	border-color: #fff;
	color: #fff;
}

.details-new-sliders .flex-direction-nav a:hover, 
.details-new-sliders .flex-control-paging li a
{
	background: #fff;
	color: #cf3733;
}

.details-new-sliders .flex-control-nav
{
	z-index: 99;
	bottom: 20px;
}

.details-used-main .price
{
	height: auto;
}

.details-new-comments .text
{
	font-size: 16px;
	text-align: left;
}

.details-new-comments .similar
{
	text-align: right;
}

.details-new-comments .similar span.title
{
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.details-new-comments .similar ul
{
	list-style: none;
}

.details-new-comments .similar ul li
{
}

.details-new-comments .similar ul li a
{
	color: #ffffff;
}

.details-new-comments .similar ul li a:hover
{
	color: #cf3733;
}

/* ----------------------- DETAILS USED ----------------------- */

.details-used-description
{
	padding: 20px 0px 20px 0px;
	background: #f6f6f6;
	color: #333333;
}

.details-used-similar
{
	background: #333333 url(file:///C|/Documents%20and%20Settings/utilisateur/images/site/pattern-black5e1f.png?v=2);
	padding: 30px 0px 20px 0px;
}

.details-used-similar .title
{
	color: #ffffff;
	font-size: 40px;
	margin: 0px 0px 30px 0px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.details-used-similar .items
{
}

.details-used-similar .items div.item
{
	background: #ffffff;
	border: solid 8px #ffffff;
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
	line-height: normal;
}

.details-used-similar .items div.item a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	border: none;
	color: #444444;
}

.details-used-similar .items div.item a span.image
{
	display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 190px;
    height: 140px;
	overflow: hidden;
	background: #333333;
	position: relative;
}

.details-used-similar .items div.item a span.image img
{
	position: absolute;
	display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    border: none;
}

.details-used-similar .items div.item a span.make, 
.details-used-similar .items div.item a span.model,
.details-used-similar .items div.item a span.mileage
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 18px;
}

.details-used-similar .items div.item a span.mileage
{
	display: none;
}

.details-used-similar .items div.item a span.price
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	color: #cf3733;
	font-weight: bold;
}

/* ----------------------- TECHNICAL SHEET ----------------------- */

.technical-sheet-search
{
}

.technical-sheet-search .listing
{
}

.technical-sheet-search .listing a.make
{
	display: block;
	color: #333333;
	text-transform: uppercase;
	padding: 10px;
}

.technical-sheet-search .listing a.make.alternate
{
	background: #f6f6f6;
}

.technical-sheet-search .listing a.make:hover
{
	background: #cf3733;
	color: #ffffff;
}

/* ----------------------- TECHNICAL SHEET ----------------------- */

.details-technical-sheet-description
{
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: #cf3733;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
}

.details-technical-sheet-main
{
	padding-bottom: 20px;
}

.details-technical-sheet-main h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.details-technical-sheet-main h2
{
	font-size: 40px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.details-technical-sheet-versions
{
	padding-top: 0px;
}

/* ----------------------- RECALLS SEARCH ----------------------- */

.recalls-search
{
}

.recalls-search .listing
{
}

.recalls-search .listing a
{
	display: block;
	color: #333333;
	text-transform: uppercase;
	padding: 10px;
}

.recalls-search .listing a.alternate
{
	background: #f6f6f6;
}

.recalls-search .listing a:hover
{
	background: #cf3733;
	color: #ffffff;
}

/* ----------------------- RECALLS ----------------------- */

.recalls
{
}

.recalls h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.recalls h2
{
	font-size: 40px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.recalls .item
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.recalls .item table
{
	width: 100%;
	border-collapse: collapse;
}

.recalls .item table tr.alternate
{
}

.recalls .item table tr.recall-number
{
}

.recalls .item table tr.date-recall
{
}

.recalls .item table tr.notification-type
{
}

.recalls .item table tr.system
{
}

.recalls .item table tr.unit-affected
{
}

.recalls .item table tr.category
{
}

.recalls .item table tr.recall-detail
{
}

.recalls .item table td
{
	padding: 8px;
	vertical-align: top;
	border-bottom: solid 1px #efefef;
}

.recalls .item table td.caption
{
	width: 130px;
	font-weight: bold;
}

.recalls .item table td.data
{
}

/* ----------------------- FORMS ----------------------- */

.form label
{
	display: block;
}

.form label.inline
{
	display: inline;
}

.form span.mandatory
{
	color: #ea1010;
}

.form-control
{
}

.form-control:focus
{
}

.form-control-default
{
}

.form-control-focus
{
}

.form-control-error
{
	border-color: #ea1010 !important;
}

.form-control.birthdate
{
	display: inline-block;
	width: 32%;
}

/* ----------------------- OUR TEAM ----------------------- */

.our-team
{
	border: solid 1px #eeeeee;
}

.our-team span
{
	display: block;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.our-team span.name
{
	background: #666666;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
}

.our-team span.image
{
	display: block;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background: #f9f9f9;
}

.our-team span.image img
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	border: solid 5px #ffffff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

.our-team span.position
{
	background: #ffffff;
	border-bottom: dotted 1px #eeeeee;
}

.our-team span.email
{
	background: #ffffff;
	border-bottom: dotted 1px #eeeeee;
}

.our-team span.phone
{
	background: #ffffff;
}

/* ----------------------- BLOG LIST ----------------------- */

.blog-list
{
}

.blog-list .item
{
	border-bottom: dotted 1px #999999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-list .alternate
{
	background: #efefef;
}

.blog-list .item img
{
	border-radius: 4px;
	display: block;
	margin: auto;
	width: 100%;
}

.blog-list .item .title
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.blog-list .item .date
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	display: block;
	color: #999999;
}

/* ----------------------- BLOG DETAILS ----------------------- */

.blog-details
{
}

.blog-details img
{
	border-radius: 4px;
	display: block;
	margin: auto auto 20px auto;
	width: 100%;
}

.blog-details .details
{
	text-align: justify;
}

/* ----------------------- HOURS ----------------------- */

table.hours tr th, table.hours tr td
{
	padding: 4px;
}

table.hours-boxed
{
	width: 100%;
}

table.hours-boxed tr th, table.hours-boxed tr td
{
	padding: 10px 4px 10px 4px;
}

table.hours-boxed
{
}

table.hours-boxed tr.alternate
{
	background: #f9f9f9;
}

table.hours-boxed thead tr
{
	background: #e5e5e5;
	font-weight: bold;
}

table.hours-boxed tfoot tr
{
	background: #f5f5f5;
	font-weight: bold;
}

table.hours-boxed tfoot tr.alternate
{
	background: #f9f9f9;
}

/* ----------------------- PAGINATION ----------------------- */

.pagination 
{
	margin: 0px 0;
	border-radius: 0px;
}

.pagination > li > a, .pagination > li > span
{
	color: #444444;
}

.pagination > li:first-child > a, .pagination > li:first-child > span
{
	border-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span
{
	border-radius: 0px;
}

.pager li > a, .pager li > span
{
	border-radius: 0px;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus
{
	color: #ffffff;
	background: #cf3733;
	border-color: #cf3733;
}

/* ----------------------- SPACER ----------------------- */

.spacer
{
	margin-top: 30px;
}

.spacer-small
{
	margin-top: 15px;
}

/* ----------------------- CLEAR ----------------------- */

.clear
{
	margin: 0px !important;
	padding: 0px !important;
	line-height: normal !important;
	height: auto !important;
	width: auto !important;
	float: none !important;
	clear: both !important;
	border: none !important;
}

/* ----------------------- DATETIME PICKER ----------------------- */

.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current
{
	background: #cf3733;
	box-shadow: #cf3733 0px 1px 3px 0px inset;
	color:#fff;
}

.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today
{
	color:#a20b02;
}

.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current
{
	background: #cf3733;
	box-shadow: #cf3733 0px 1px 3px 0px inset;
	color:#fff;
}