#title {
	width: 100%;
	float: left;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	color: #333333;
}

#column-left{
	width: 420px;
	float: left;
}

#column-right{
	width: 566px;
	float: right;
}

.square-car{
	border: 1px solid #9b9b9b;
	width: 100%;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}

.subtitle_content{
	float: left;
	padding: 10px 10px 5px 10px;
}

#column-left .subtitle, #column-left .subtitle_content{
	width: 400px;
}

#column-right .subtitle, #column-right .subtitle_content{
	width: 546px;
}

.subtitle {
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-align: left;
	color: #ffffff;
	background-color: #42525f;
}

#dea_description{
	margin: 0;
	width: 100%;
	float: left;
	padding: 0 0 5px 0;
	text-align: left;
	color: #000000;
}

.price{
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	float: left;
}

.price span{
	width: 100px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-weight: bold;
}

#buttons{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

#buttons a{
	text-decoration: none;
	width: 200px;
	float: left;
	margin: 10px 2px 10px 2px;
	padding: 5px;
	color: #e16004;
	text-align: center;
	background-color: #d9dee1;
	font-weight: bold;
	cursor: pointer;
}

#main-photo{
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}

#more-photos{
	list-style: none;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#more-photos li{
	float: left;
	padding: 5px;
}

#more-photos li a{
	float: left;
}

#more-photos li img{
	float: left;
	border: none;
}

#noCars{
	width: 523px;
	padding: 10px;
	text-align: center;
	background-color: #ECEEF4;
	border: 1px dotted #42525F;
	color: #42525F;
	margin: 0;
}