.cart-item-desc {
	background-color:#ECECE0;
	border:1px solid #B2B280;
	font-weight:bold;
	height:auto;
	padding:2px 4px 3px;
	width:100%;
	margin-bottom:4px;
}
.cart-summary
{
  width: 100%;
}
.cart-summary-total
{
  border-top: 1px dashed #e0e0e0;
  width: 100%;
}

.cart-summary-label
{
  color:#666666;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.cart-summary-value
{
  width: 75px;
  text-align: right;
  padding-right: 6px;
}

.validation-marker-blank
{
        width: 8px;
        height: 8px;
}
.validation-marker-required
{
        width: 8px;
        height: 8px;
	font-weight: bold;
	color: #703434;
	font-size: 16px;
}
.validation-marker-invalid
{
    width: 8px;
    height: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #703434;
	font-size: 13px;
}

.cart .item .img img
{
  border: 1px solid <%= p.s("foreground.color.2") %>;
  width: 80px;
  height: 80px;
  margin-right: 8px;
}

#contactFormWait
{
	background: url(images/wait.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 8px;
	visibility: hidden;
}