.photo-viewer {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
}


.photo-viewer img {
	float: left;
}

.photo-viewer div.thumbs {
	width: 150px;
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

div.rebuild-detail {
	clear: both;
}
.photo-viewer div.thumbs img {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

div.part-table table, div.rebuilders table, div.rebuild-detail table {
	clear: both;
	float: left;	
	font-size:.6em;
	line-height: 1.3em;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 550px;
	text-align: left;
}

div.part-table th, div.rebuilders th, div.rebuild-detail th{
	height:24px;
	border:0px none;
	background: url(../images/gray_table_divider.png) bottom left repeat-x;
	margin: 0px;
	text-align: left;
}
/*----- Find-a-part -------*/
div.part-table td {
	margin:0px;
	padding: 4px 0px 7px 0px;
	vertical-align: top;
}

div.part-table td img.left {
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

div.part-table td img.generic-part-thumb,
div.part-table td img.specific-part-thumb {
        border : 1px solid #ccc;
}

td a.buy,
div.buy-offer a.buy {
	height: 25px;
	width: 61px;
	text-indent: -9000px;
	display: block;
	background: url(../images/buy_now.png) no-repeat;
}

td a.offer,
div.buy-offer a.offer {
	height: 28px;
	width: 70px;
	text-indent: -9000px;
	display: block;
	background: url(../images/make_offer.gif) bottom left no-repeat;
	clear: both;
}

td a.more-photos {
        font-weight : bold;
}
/*----- Find-a-part -------*/
div.part-info {
    clear: both;
    font-size : .8em;
    overflow : hidden;
}

div.part-datum { clear : both; }

div.datum-title {
    clear : both;
    float : left;
    font-weight : bold;
    width : 130px;
}

div.datum {
    float : left;
}

div.buy-offer {
    padding-top : 10px;
    clear : both;
}

div.buy-offer a.buy,
div.buy-offer a.offer {
}

/*----- Rebuilders -------*/
div.rebuilders th.photo {
	width: 85px;
	background: none;
	background: url(../images/gray_table_divider.png) bottom left repeat-x;
}
div.rebuilders th.photo img {
	margin: 0px;
	padding: 0px;
}

div.rebuilders th.year {
	width:36px;
}
div.rebuilders th.make, div.rebuilders th.stock  {
	width:60px;	
}
div.rebuilders th.model {
	width:78px;
}
div.rebuilders th.miles {
	width:68px;
}
div.rebuilders th.location {
	width:61px;
}
div.rebuilders th.price{
	width:90px;
}

/*----- Rebuild Detail -------*/
div.rebuild-detail th.year, div.rebuild-detail th.price {
	width:36px;
}
div.rebuild-detail th.make {
	width:53px;	
}
div.rebuild-detail th.model  {
	width:54px;	
}
div.rebuild-detail th.miles {
	width:68px;
}
div.rebuild-detail th.location {
	width:61px;
}
div.rebuild-detail th.cart {
	width:63px;
}
div.rebuild-detail th.offer {
	width:54px;
}
div.rebuild-detail td {
	margin:0px;
	padding: 4px 0px 7px 0px;
	background: url(../images/gray_dotted_divider.png) bottom left repeat-x;
}
td a.buy {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 61px;
	text-indent: -9000px;
	display: block;
	background: url(../images/buy_now.png) no-repeat;
	float: left;
	border: 0px;
	text-decoration: none;
}

