.pop-up-cart .button.checkout{
    text-shadow: none;
    color:#FFF;
}

#show-fancybox-cart{
    display:none;
}

.pop-up-cart .checkout:hover{
    background: #99F;
    background: -moz-linear-gradient(top, #99F 0%, #FF96C9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99F), color-stop(100%,#FF96C9));
    background: -webkit-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: -o-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: -ms-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: linear-gradient(to bottom, #99F 0%,#FF96C9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99F', endColorstr='#FF96C9',GradientType=0 );
}

.pop-up-cart .checkout{
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #FF96C9 0%, #99F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF96C9), color-stop(100%,#99F));
    background: -webkit-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: -o-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: -ms-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: linear-gradient(to bottom, #FF96C9 0%,#99F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF96C9', endColorstr='#99F',GradientType=0 );
}

.remove_cart {
  height: 16px;
  width: 16px;
  border: 0 none #000000;
  background: url(../images/delete.png) no-repeat;
  text-indent: -9999em;
  cursor: pointer;
}

.total_cart_down {
  float: left;
  padding-right: 20px;
}

.total_price_down {
  float: right;
  color: #F3951D;
  font-weight: bold;
}

.prc_nam td {
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}

.pop-up-cart .total_cart{
  font-size: 20px;
  color: #666;
  width: 250px;
  float: right;
  border-top: 1px dashed #F3951D;
  padding-top: 13px;
  display: block;
  padding-right: 10px;
  position: relative;
  top: -10px;  
}

.pop-up-spacer{
  height:20px;
}

.pop-up-cart .checkout, 
.pop-up-cart .continue-shopping {
  float: left;
  border-radius: 9px;
  padding: 5px 12px;
  display: block;
  height: 100%;  
}

.pop-up-cart a.continue-shopping{
  background:none;
  cursor: pointer;
}

.checkout-button-wrapper, 
.continue-shopping-button-wrapper{
  float:left;
}

.reset-indent,
.pop-up-cart,
.heading,
.content
{
    padding:0;
    margin:0;
}

.pop-up-cart .heading {
    font-size: 20px;
    color: #666;
    padding-bottom: 10px;
    padding-top: 0px;
    border-bottom: 1px dashed #F3951D;
    margin-bottom: 15px;
}

.pop-up-cart .heading h4{
    font-size: 20px;
    color: #666;
}

.pop-up-cart .content{
    width:100%;    
}

.pop-up-cart{
    width: 720px;
    overflow: hidden;    
}

.pop-up-cart table{
    text-align: left;
    width: 100%;
}

.pop-up-cart table.cart td{
    vertical-align: middle;
    text-align: center;
}

.pop-up-cart td.image{
    text-align: center;
    min-height:70px;
    min-width:70px;
    padding: 10px 0;
}

.pop-up-cart .cart_miny .remove_cart {
    height: 16px;
    width: 16px;
    border: 0 none #000000;
    background: url(../images/delete.png) no-repeat;
    cursor: pointer;
}


