.firsth_text {
	margin-bottom: 1em;
}
.firsth_text .left {
	float: left;
}
.firsth_text .right {
	float: right;
}

.profile .info .data .car_title {
	font-size: 22px;
}

.section {
	margin-bottom: 2em;
}
.section .options div {
	float: left;
	margin: 0 0 5px 0;
	padding-left: 15px;
	width: 300px;
	height: 18px;
}
.section .options div.enum {
	float: none;
	clear: both;
	width: 100%;
}

.edit_table table {
	margin-left: 10px;
	font-size: 11px;
	width: auto;
	margin-bottom: 2em;
}
.edit_table td {
	width: 120px;
}
.edit_table .title {
	text-align: right;
}
.edit_table .auto {
	width: auto;
}
.edit_table input, .edit_table select {
	width: 120px;
	font-size: 12px;
}
.edit_table .item {
	float: left;
	margin-right: 1em;
	white-space: nowrap;
}

.red_star {
	color: Red;
}

.edit_table input.big {
	font-size: 20px;
}

/* images_update_block */
.images_update_block {
	padding-left: 40px;
	margin: 10px 0;
}

/*images_block */
#images_block {	
	margin: 20px 0;
}

/* .error */
.error {
	color: Red;
	margin-bottom: 1em;
}

