table#item-line {
	padding: 3px;
	border: 0px solid white;
	border-left: 1px solid #ffcc99;
	margin-top: -1px;
}

table#item-line td#item {
	text-align: center;
	vertical-align: top;
	border: 1px solid #ffcc99;
	border-left: 0px solid #ffcc99;
}	





#item-id, #attribute00, #item-title {
	color: #660000;
	font-weight: 600;
	font-size: 0.8em;
	font-family: georgia, times, sans-serif;
	padding: 3px;
}


#item-id {
	width: auto;
	text-align: left;
	border: 1px solid #ffffff;
	background-color: #fff2d3;
}



#attribute00 {
	border: 0px solid #ffcc99;
	margin-top: -2em;
	height: 2em;
	width: auto;
	text-align: right;
}


td#item img {
	clear: both;
	
}	


#item-title {
	width: auto;
	text-align: center;
	font-size: 0.8em;
	padding: 2px;
}


#item-description, #attribute01, #attribute02 {
	color: #996633;
	text-align: center;
	font-size: 0.8em;
	font-family: arial, sans-serif;
}

#item-description {
	line-height: 0.9em;
	padding: 10px;
}

