#cart-products
{
  margin-top: 33px;
}

.cart-product
{
  border: 1px solid #EAEAEA;
  padding: 10px 10px 10px 20px;
  background-color: #fcfcfc;
  margin-bottom: 13px;
  position: relative;
}

#cart-total
{
  top: 16px;
  position: relative;
  margin-bottom: 35px;
}

#cart-content
{
  clear: both;
}

#header-price
{
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #474747;
}

#header-object
{
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #474747;
}

.product-name
{
  float: left;
  background: url(/images/puce.png) transparent no-repeat 0 4px;
  padding-left: 17px;
  font-size: 14px;
  color: #5568B9;
}

.product-delete-elem
{
  position: absolute;
  left: 312px;
}

.product-total
{
  float: right;
  margin-right: 20px;
  color: #5568B9;
}

#product-total
{
  background: none;
  padding-left: 0;
  margin-left: 17px;
  color: #474747;
}

#paypal-submit
{
  clear: both;
  display: block;
  border: 1px solid #EAEAEA;
  background-color: #FFF;
  color: #2B70A0;
  margin: 0;
  max-width: 170px;
  float: right;
  padding: 7px;
  font-size: 15px;
}

#cgv
{
  margin-bottom: 15px;
}

#cgv input
{
  float: left;
}

#cgv label
{
  float: left;
  margin-left: 10px;
}

a:hover#paypal-submit
{
  text-decoration: none;
}

#paypal
{
  font-size: 11px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 51px;
}
