/* LISTING STYLING */
#search{
  border:1px solid #353535;
  padding: 5px;
  background: #686868;
}

.butons{
  border:1px solid #525252;
  background:#3a3a3a;
  color:#525252;
  height: 22px;
  font-size: 13px;
  font-family: Arial;
}
.butons_over{
  border:1px solid #525252;
  background:#3a3a3a;
  color:#ffffff;
  cursor: pointer;
  height: 22px;
  font-size: 13px;
  font-family: Arial;
}

.search_table tr th{
  text-align: left;
  padding-left: 2px;
}
.box_list{
	width:335px;
	height:181px;
	border:1px solid #353535;
	position:relative;
	margin-top:6px;
    background: #686868;
}
.listing_title{
	border-bottom:1px solid #353535;
	padding:5px;
	font-weight:bold;
	color:#eac344;
	text-transform:uppercase;
    background: #686868;
}
.listing_img{
	width:140px;
	height:140px;
	text-align:center;
	float:left;
	margin:5px 10px 5px 5px;
    background: #686868;
}
.listing_img span{
	border:1px solid #eac344;
}
.list_item_desc{
	float:left;
	width:160px;
}
.list_item_desc1{
  	float:left;
	width:280px;
}
.list_item_desc2{
  	float:left;
	width:300px;
}
.list_label{
	font-weight:bold;
	float:left;
	width:80px;
	height:25px;
	line-height:25px;
    text-align: right;
}
.list_label2{
    font-weight:bold;
	float:left;
	width:130px;
	height:25px;
	line-height:25px;
    text-align: left;
}
.inner_list_item{
	height:190px;
}
.list_response{
	float:left;
	height:25px;
	line-height:25px;
}
.details_but{
	position:absolute;
	top:155px;
	left:248px;
}
.details_but a:link, .details_but a:visited{
    border:1px solid #353535;
    background:#3a3a3a;
    color:#ffffff;
    height: 20px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    width:80px;
    display: block;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}
.details_but a:hover, .details_but a:active{
    border:1px solid #353535;
    background:#3a3a3a;
    color:#eac344;
    height: 20px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    width:80px;
    display: block;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}
/* ===| CAR DETAILS |=====================================================*/
.details_cont_images{
	width:330px;
	float:left;
   	border:1px solid #bebebe;
	margin-right:5px;
    background: #ffffff;
}
#largeHolder{
	height:298px;
    background: url(../../images/charte/bg-bigphoto.jpg) top left no-repeat;
	/*border-bottom:1px solid #bebebe;*/
	text-align:center;
	padding-bottom:3px;
	margin-bottom:5px;
}
#largeHolder img{
	border:1px solid #6fa1e0;
}
.cont_thumbs{
	margin-left:5px;
	float:left;
}
.details_thumb{
	float:left;
	width:75px;
	height:75px;
	text-align:center;
	border:1px solid #6fa1e0;
	margin-right:4px;
	margin-bottom:5px;
    background: #e6e6e6;
}
.details_title{
    border:1px solid #353535;
    padding:5px;
    font-weight:bold;
    color:#eac344;
    text-transform:uppercase;
    margin:5px 0 5px 0;
    background: #686868;
}

p span.lblDescriptif{
  font: bold 12px/18px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  float: left;
  width: 195px;
  height:22px;
  text-align: left;
}
