/* CSS Document -- PRODUCT DETAIL PAGE */

h1.related-items {
	color: #630;
	font-size: 12px;
	background: #e1e9c7;
	padding: 8px;
	margin: 0 0 0 20px;
}

#prd-detail-image {
	margin: 0 20px 0 0; 
	float: left;
}

#prd-detail-content {
	margin: 0 0 0 20px; 
	font-size: 11px;
}

#prd-detail-price {
	font-weight: bold;
}

#retail-price {
	font-size: 9px;
	color: #C60;
}

#retail-price-strike {
	font-size: 9px;
	color: #999;
	text-decoration: line-through;
}

#sale-price {
	color: #C00;
	text-transform: uppercase;
}

#our-price {
	color: #C60;
	text-transform: uppercase;
}

#prd-detail-thumbs {
	margin: 15px 0;
	border: solid 1px #BFD27F;
	padding: 0 15px;
}

#prd-detail-thumbs legend {
	font-weight: bold;
	font-size: 9px;
	color: #C90;
}

#prd-detail-thumbs div img {
	margin: 15px 15px 15px 0;
}

#detail-desc {
	border: solid 1px #BFD27F;	
	padding: 0 15px;	
}

#detail-desc legend {
	font-weight: bold;
	font-size: 9px;
	color: #C90;
}

#detail-desc div {
	margin: 15px 0;
}

#related-item-box {
	margin: 0 20px 20px 20px;
}

#related-item-box td {
	font-size: 9px;
}
