﻿/* This CSS file is for the shopping cart summary */

#shoppingcartsummary
{
    cursor:pointer;
    width:360px;
    float:right;
}

#CartSummary
{
  border: #E87BBC 1px solid;
  background-color: #F7D1E8;
  min-height:50px;
  padding:5px;
}

.cartsummary_item
{
    width:85%;
}

a.CartLink
{
  color: Black;
  text-decoration: none;
}

a.CartLink:hover
{  
  text-decoration: underline;
}