@charset "utf-8";
/* CSS Document */

.carbox:hover {
	border:1px dashed #BFBFBF;
}
.carbox:hover .corner {
	background: url(../../images/panels/corner-grey.gif);
}
.carbox .desc .detailshalfwidth {
	float: left;
	margin: 5px 5px 0 0;
	/*width: 265px;*/
	width: 228px;
}
.carbox .desc .detailshalfwidth .name {
	cursor: text;
	float: left;
	/*width: 255px;*/
	width: 218px;
}
.carbox .desc .detailshalfwidth .details {
	float: left;
	/*width: 255px;*/
	width: 218px;
}

.carbox .pic {
	width: 200px;
}

.carbox .desc {
	width: 471px;
}

.carbox .desc .name {
	width: 461px;
}

#listing .location_fiat {
	color: #fff;
	background-color: #980725;
	/*width: 668px;*/
}

#listing .location_nissan {
	color: #fff;
	background-color: #343A40;
	/*width: 668px;*/
}

#listing .location_alfaromeo {
	color: #fff;
	background-color: #35356C;
	/*width: 668px;*/
}

#listing .location_citroen {
	color: #fff;
	background-color: #EE002E;
	/*width: 668px;*/
}

.locationbox {
	line-height: 1.5em;
}