/* view cart content */
#viewCartContent
{ 
  clear: both;
  margin: 0;
  padding: 0 20px 0 20px;
/*  border: 1px solid red;*/
}

.textField
{ 
  width: 1.5em;
}

.buttonBorderPanel,
.buttonBorderPanelHover
{ 
  float: right;
  margin: 35px 0 0 10px;
  padding: 0;
/*  display: inline;*/
  width: 10em;
/*  border: 1px solid red;*/
}

#subtotal
{ 
  border-bottom: 1px solid #96d09d;
  height: 1em;
  padding: 5px;
}

#shipping
{ 
  height: 1em;
  padding: 5px;
}

#cartForm
{ 
  clear: both;
  padding: 0;
}

#cartPanel
{ 
  border: 1px solid #96d09d;
  padding: 0px;
}

.cartItemPanel
{ 
  margin: 0;
  clear: both;
  padding: 10px 5px 10px 5px;
}

#shoppingCartButtonPanel
{
  height: 4.3em; 
}
#headerPanel
{ 
  background: #96d09d;
  border: 0;
  height: 1em;
  padding: 5px;
/*  margin-bottom: 10px;*/
}

.pricePanel
{ 
  float: right;
  text-align: center;
  width: 7em;
}

.quantityPanel
{ 
  float: right;
  text-align: center;
  width: 7em;
}

.descriptionPanel
{ 
  float: left;
  width: 400px;
  margin-bottom: 10px;
}

#subtotal .descriptionPanel
{ 
  margin-bottom: 0;
}

.descriptionPanel a
{ 
  color: #006666;
/*  border: 1px solid red;*/
}

.headerDescriptionPanel
{ 
  float: left;
  height: 1em;
  overflow: hidden;
}

#cartItemBorder
{ 
  clear: both;
}
