.product.arp-description {
	border-color: #ff6000!important;
	background-color:#feebd9;
}
.product.arp-description:hover {
    border: 1px solid #ff6000!important;
	background-color:#ffffff;
}
.product.arp-description img {border: 1px solid #D0D1D5;}

.relatedProductsTitle.arp-description {
	color: #ff6600;
	font-size: 11pt;
}
span.price.arp-description {
	background-color: #004a98;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13pt !important;
	font-weight: bold;
}
span.priceReduction.arp-description {
	color: #b2e715 !important;
}
span.name.arp-description {
	height: 2.6rem !important;
	color: #004a99;
}
.relatedProducts > a:hover span.name.arp-description{
	color: #2799d1;
}