﻿.CartItem.Description .Imprints span
{
	font-weight: bold;
	text-transform: uppercase;
}

	.CartItem.Description .Imprints span a
	{
		color: #000000 /*CONTRAST*/;
		text-decoration: none;
	}

		.CartItem.Description .Imprints span a:hover
		{
			color: #000000 /*CONTRAST*/;
			text-decoration: underline;
		}

.CartItem.Description .CustomLogo
{
	max-width: 75px;
	max-height: 75px;
}
.Imprints {
    float: left;
    clear: both;
    margin-top: 5px;
}