@IMPORT url("path.css");

.car p {
	margin: 10px 0;
}

.cost {
	font-size: 20px;
	color: green;
	margin: 10px 0;
	border-bottom: 1px solid green;
	text-decoration: underline;
}

.gallery {
	float: left;
	margin-right: 20px;
	width: 500px;
	height: 375px;
}

.properties table {
	border-collapse: collapse;
}

.properties tr td {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}