﻿.ui-multiselect {
	border: 1px solid #980C10;
}

.table-car-photo .cta-det-car {
    border-radius: initial;
}

.box-search-gray {
    background-color: rgb(234, 232, 233);
    border: 0 none;
    box-sizing: border-box;
    clear: both;

    margin-top: 3px;
    overflow: hidden;
}

.box-search-gray {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    margin-left: 5px;
    width: 305px;
}

.vehicle-results {
    height: 65px;
    text-align: center;
    width: 100%;
}

.vehicle-results .bignumber {
    border: 1px solid #999;
    box-shadow: none;
    height: 50px;
    padding: 5px 20px;
    position: relative;
    width: 263px;
}

.head-results {
    background-color: #e9e9e9 !important;
    border: 0 none !important;
    bottom: 0;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}
    
.search-tools {
    /* background-color: rgb(7, 80, 110) !important; */
    border: 0 none !important;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.region_km {
/*
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.4) -moz-use-text-color;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0; 
*/
    border: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 305px;
    background-color: transparent;
}

#_ctl0_ContentPlaceHolder1_ddlMake, #_ctl0_ContentPlaceHolder1_ddlModel, #_ctl0_ContentPlaceHolder1_ddlRegion, #_ctl0_ContentPlaceHolder1_ddlMunicipality  {
    border: 1px solid rgb(152, 12, 16);
}

.banner-form-third {
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
    width: 305px;
}

.banner-form-third select {
    height: 30px;
    padding: 5px 0;
    width: 305px;
}

.banner-form-third .halfInput {
    width: 150px !important;
}

.banner-form-third .ui-multiselect {
    margin-right: 7px;
    padding: 7px 2px 7px 7px;
    width: 305px !important;
}

.toggler.major strong {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.toggler.major.more-search strong {
    height: 20px;
    letter-spacing: 2px;
    padding-top: 5px;
}

.toggle-content {
    padding: 10px;
    /* background: #f4f4f4; */
    background-color: transparent;
}

.banner-form-third input[type="text"] {
    margin-top: 5px;
    padding: 5px;
    width: 292px;
}

.box-search-gray .button {
    font-size: 15px;
    margin: 10px 0 0;
    width: 281px;
    border-radius: initial;
}

/* ES note: to be moved */

.wrapper.with-overflow {
  padding: 0px!important;
}

/* Breadcrumbs */
.wrap-breadcrumbs { 
    /* width: 100%; */
    width: 960px !important;
}

.breadcrumbs {
  display: block;
  padding: 5px;
  overflow: hidden;
  margin: 3px auto 5px !important;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: #dcdcdc;
  clear: both;
  /* width: 970px; */
  width: 965px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  color: #008cba;
  text-decoration: none;
}

.breadcrumbs > * a {
  color: #008cba;
  text-decoration: none;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}
/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"][aria-hidden="true"]:after {
  content: "/";
}

h3.advanced-search-content-description {
  font-size: 1.0em;
}

/* force underline */
.table-car-title a {
    text-decoration: underline;
}

/* force colors */
/*
.table-car-title a:link {
    color: #fff;
}

.table-car-title a:visited {
    color: #fff;
}

.table-car-title a:hover {
    color: red;
}

.table-car-title a:active {
    color: #fff;
} 
*/

/* clear red bottom border */
.table-car-price .promo_price {
    border-bottom: none;
}

.table-listing-priority * {
    box-sizing: border-box;
    font-family: arial,verdana,sans-serif !important;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

.table-line-priority {
    background-color: #fcf6c4;
    border-bottom: 2px solid #096b93;
    height: 225px;
    margin-bottom: 10px;
    padding: 3px;
    position: relative;
    width: 100%;
}

.table-line-priority-hidden-car-description {
    height: 185px;
}

.table-line-priority .table-car-photo {
    background-color: #ffffff;
}

/* v230 */

.table-line-v230 {
    width: 630px;
    /* border: 1px solid #f2f1f1; */
    border: 1px solid #ccc;
    height: 185px; 
    /* background: #f2f1f1; */
    background: #fff;
    margin-bottom: 20px;
}

.table-line-v230.priority-listing {
    background: #fcf6c4;
}

.table-line-v230 .left-part img
{
	width: 172px;
	height: 129px;
	margin-right: 10px;
}

.table-line-v230 .title-listing
{
	background: white;	  
}

.table-line-v230.priority-listing .title-listing
{
	/* background: #ffffdf; */
    background: #fcf6c4;
}

.table-line-v230 .title-listing a
{
	color:#348fb4;
    text-decoration: underline;
    font-size: 14px;  
    line-height: 17px;
    text-transform: uppercase;
	font-weight: bold;
    display: inline;
}

.table-line-v230 img.logo
{
    float: none;
    padding-left: 10px;
    display: block;
    margin-bottom: 5px;
}

.table-line-v230 .clear-listing
{
	float: none;
	clear: both;
}

.table-line-v230 .bottom-part
{
	margin: 0;
}
.table-line-v230 .left-bottom
{
	float: left;
    margin-right: 10px;
}
.table-line-v230 .right-bottom
{
	font-size: 12px;
    margin-top: 3px;
}
.table-line-v230 .right-bottom a
{
	font-size: 12px;
}
.table-line-v230 .logo-inventaire
{

	height: 90px;
    float: right;
}

.table-line-v230 .logo-inventaire img
{
    padding-left: 10px;
}

.table-line-v230 .btnSoldMini {
    margin-left: 1px;
    margin-top: -132px;
    padding-bottom: 0;
    padding-left: 0;
}

.table-line-v230 .km-transmission
{
    margin-top: 5px;
    text-align: center;	
}

.table-line-v230 .km-listing,
.table-line-v230 .transmission-listing
{
    font-size: 14px;
    font-weight: bold;
}

.table-line-v230 .left-part
{
	float: left;
	margin: 0px;

}

.table-line-v230 div.price-listing,
.table-line-v230 .text-listing span
{
	display: block;
}

.table-line-v230 div.price-listing
{
    width: 172px;
    background-color: #2778b0;
    color: #FFFFFF;
    text-align: center;
	font-size: 20px;
    line-height: 22px;
}

.table-line-v230 div.text-listing span
{
	font-size: 12px;
    text-align: justify;
    margin-top: 10px;
    padding-right: 10px;
	/* height: 31px; */
}

.table-line-v230 div.text-listing span strong
{
	font-weight: bold;
}
