.itemCode
{
  font-size: 11px;
  font-weight: normal;
}

.selectProperties, .selectProperties b
{
  font-size: 9px;
}

.memberPrice
{
  font-size: 11px;
  font-weight: bold;
}

/*
.AddButton{
	position:absolute;
	top:26px;
	right:42px;
}
*/
.ReturnLink
{
  float: right;
  margin: 10px 10px 0 0;
  text-align: center;
}
.ReturnLink a
{
  color: Black;
  font-size: 9px;
}
.ReturnLink a:hover
{
  font-weight: bold;
}

.CheckoutLink
{
  float: right;
  margin: 10px 10px 0 0;
  text-align: center;
}


.tableCart a
{
  color: Black;
}
.tableCart a:hover
{
  font-weight: bold;
  color: #888888;
}

.txtQty
{
  width: 28px;
}

.tableCart
{
  margin-right: 10px;
}

.tableCart tr
{
  background: url(images/line_dot_black.gif) repeat-x top left;
}
.tableCart td
{
  padding: 6px;
  border: 1px solid #cccccc;
}
.tableCart .noTopBorder
{
  background: none;
}
.tableCart .tdProduct
{
  padding-bottom: 0;
}

.cart_bottom
{
  margin-top: 12px;
}

.cart_bottom a
{
  font-weight: bold;
}

.cart_bottom a:hover
{
  text-decoration: underline;
}

.update_link
{
  margin-right: 12px;
}

th
{
  border: 1px solid #cccccc;
  padding: 6px;
}

.headerPrice, .headerTotal
{
  text-align: right;
}

.headerQty
{
  text-align: center;
}


