/*table css*/
table{
	width:770px;
	float:left;
	position:relative;
	top:3px;
	text-align:center;
	vertical-align:middle;
	border:1px #000000 solid;
	border-collapse:collapse;
	table-layout:fixed;
	overflow:hidden;
}

td{
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}
tr{
	border:2px #000000 solid;
}
th{
	border:2px #000000 solid;
	empty-cells:hide;
}

#thumb{
	width:128px;
}

#year{
	width:80px;
}

#make{
	border:2px #000000 solid;
	width:140px;
}

#description{
	border:2px #000000 solid;
	text-align:justify;
	padding:5px;
}

#price{
	border-left:2px black solid;
	width:65px;
}
