#Product {
	width: 614px;
}

#Breadcrumbs {
	width: 614px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

#Breadcrumbs a {
	text-decoration: none;
	color: #95584d;
	font-weight: bold;
}

#Breadcrumbs a:hover {
	text-decoration: underline;
}

#ProductDetails {
	font-size: 11.0pt;
}

#ProductDetails p.featured {
	font-weight: bold;
}

#ProductDetails p.spacer {
	margin-bottom: 10px;;
}

#ProductDetails p.price {
	font-weight: bold;
	margin-bottom: 10px;
}

#ProductContent {
	margin-bottom: 10px;
}

#ProductContent p {
	margin-bottom: 5px;
}

#QuantityBox {
	overflow: hidden;
}

#QuantityBox a {
	color: #95584d;
	text-decoration: none;	
}

#QuantityBox a:hover {
	text-decoration: underline;	
}

ul.productActions {
	list-style-type: none;
}