
/* Images */
#autobild {
}
#autobild .image-element {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0;
	width: 120px;
}

#autobild .thumbnail {
	width: 110px;
	height: 110px;
	border: 1px solid #CCC;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3px;
	background-color: #FFF;
	overflow: hidden;
}
* html #autobild .thumbnail {
	width: 118px;
	height: 118px;
}
#autobild .zoom-icon {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 22px;
	height: 22px;
}

#autobild-details {
	position: absolute;
	top: 15px;
	left: 390px;
	overflow: hidden;
	text-align: left;
	color: #666;
	font-size: 12px;
	width: 370px;
	height: 350px;
}


#autobild-details td {
	padding: 0 8px 3px 0;
	color: #666;
}

#autobild-details .autobild-separator {
	width: 413px;
	height: 2px;
	background: url(/images/website/account/separator.png);
	overflow: hidden;
}

#autobild-details a.delete {
	background: url(/images/website/account/trash.png) no-repeat;
	padding-left: 20px;
	font-size: 11px;
}

#autobild-details h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
	color: #333;
	line-height: 20px;
}


