div#detail {
	background-color: white;
	background-image: url(/img/detailBG.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}


table#detailBody {
	width: 600px;
	margin: 0 auto;
	border: 0;
	background-image: none;
}

table#detailBody td.big {
	width: 600px;
}

table#detailBody td.big img {
	margin: 0 auto;
	border: 1px solid #7F7F7F;
	width: 600px;
	height: 450px;
}

table#detailBody td.threeX {
	text-align: center;
}

table#detailBody td.threeX img {
	border: 6px solid #FFF;
	width: 160px;
	height: 120px;
}

table#detailBody td.fourX {
	text-align: center;
}

table#detailBody td.fourX img {
	border: 4px solid #FFF;
	width: 142px;
	height: 106px;
}

.noRightMargin {
	margin-right: 0;
}

table#detailBody td.address {
	padding-top: 6px;
	padding-bottom: 4px;
	border-top:  2px solid #A4CB00;
	border-bottom:  2px solid #A4CB00;
	width: 380px;
}

table#detailBody td.price {
	padding-top: 6px;
	padding-bottom: 4px;
	border-top:  2px solid #A4CB00;
	border-bottom:  2px solid #A4CB00;
	width: 180px;
	text-align: right;
}

table#detailBody td.description {
	padding-top: 12px;
	padding-right: 20px;
}

table#detailBody td.specsTable {

}

table#specs {
	float: right;
	width: 170px;
	background-color: #DDD;
	background-image: none;
	border: 0;
}

table#specs td.label {
	text-align: left;
	padding: 4px 4px;
	border-bottom: 1px solid #FFF;
}

table#specs td.value {
	text-align: center;
	padding: 4px 4px;
	border-bottom: 1px solid #FFF;
}

p.pdf {
	margin-top: 12px;
	text-align: center;
	padding: 4px;
	background-color: #DDD;
}	

td.features ul {
	margin-top: 0;
	margin-bottom: 8px;
	list-style-type: disc;
	list-style-image: url(/img/blueDot2.gif);
}


td.features h3 {
	margin-top: 0;
	margin-bottom: 0;
}
