/* CSS Document */
* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}

#auction-header {
	text-align:center;
	font-family:Arial, sans-serif;
	padding:10px;
}

#auction-header table {
	text-align:center;
}

.page-title {
	font-size:14px;
}

.auction-date {
	font-size: 16px;
	font-weight: 900;
}

.auction-title {
	font-size:14px;
}

.auction-type {
	font-size:14px;
}

ul {
	list-style:none;
}

li {
	padding:10px 10px 0 10px;
	/*border:solid 1px #ccc;*/
	font-family:Arial, sans-serif;
	page-break-inside:avoid;
}

#lot-image {
	float:left;	
	width:18%;
}

#lot-image img {	
	border:solid 1px #888;
	width:100%;
}

#lot-number {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:5px;
	background-color:#ccc;
	width:100%;
}

#lot-text {
	padding-left:10px;
	
	margin-left:18%;
	font-size:11px;
}

#lot-text .title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

#lot-text .min-value {
	font-weight:bold;
	color:#c00;
}

.clear {
	clear:both;	
}
.separator {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	height:1px;
	margin-top:10px;
}

.retirado {
	font-weight:bold;
	color:#444;
	font-style:italic;
	padding-left:15px;		
}