table.picture-table {
	border: 0px;
	border-collapse: collapse;
}
table.picture-table td {
	vertical-align: top;
}
table.picture-table td img {
	border: 1px solid #b0d1d9;
}
td.gallery-part {
	padding: 0px 5px !important;
}
td.gallery-part img {
	margin-bottom: 4px !important;
}

h3.chars-title {
	text-align: left;
	font-size: 20px;
	color: #ed0417;
	text-align: left;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

div.chars-table table {
	border-collapse: collapse;
	margin-bottom: 25px;
}
div.chars-table table td {
	border: 1px solid gray;
	padding: 3px !important;
}

.car-mainprops {
	font-size: 14px;
	margin-bottom: 15px;
}
.car-mainprops table {
	border-collapse: collapse;
}
.car-mainprops table td {
	border: 1px solid gray;
	padding: 3px !important;
}
.car-mainprops table th {
	border: 1px solid gray;
	padding: 3px !important;
	background-color: gray;
	font-weight: bold;
	color: white;
}

.filetodownload-pdf {background: url("images/pdf.gif") no-repeat left;}
.filetodownload-doc {background: url("images/doc.gif") no-repeat left;}
.filetodownload-rar {background: url("images/rar.gif") no-repeat left;}
.filetodownload-excel {background: url("images/excel.gif") no-repeat left;}
.filetodownload-pdf, .filetodownload-rar, .filetodownload-doc, .filetodownload-excel {
	padding-left: 25px;
	padding-top: 5px;
	display: block;
	height: 20px;
}