#atca-cart { max-width: 320px; }

.headercart {
    position: relative;
    float: right;
    max-width: 320px;
}

.headercart .top {
    background: #e5e5e5;
    margin: 0 0 0 1px;
    float: right;
    padding: 10px;
    width: 300px;
}

.headercart .top .info {
    float: left;
    text-transform: uppercase;
    margin: 11px 0 0 0;
}

.headercart .top .info span {
    font-weight: bold;
}

.headercart .top  .button {
    float: right;
}

.headercart #recently-added-container {
	position:absolute;
	top:50px;
	right:0;
	width: 300px;
    padding: 10px;
	z-index: 99999;
    background: #e5e5e5;
    border-top: 1px solid #fff;
}

.headercart #recently-added-container .product-name {
    margin: 10px 0 0 0;
}

.headercart #recently-added-container h5 {
    margin: 0 0 5px 0;
}

.headercart .product-name {
    margin-top: 0;
}

.headercart #recently-added-container ol {
    padding: 0;
    margin: 5px 0 10px 0;
    overflow: hidden;
}

.headercart #recently-added-container li { overflow: hidden; }

.headercart #recently-added-container .sum,
.headercart #recently-added-container .price{
    font-size: 11px;
    margin: 0;
}

.headercart #recently-added-container .btn-remove {
    float: right;
    font-size: 16px;
    line-height: 16px;
    text-indent: 0;
    margin: 10px 0 0 0;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    font-weight: normal;
    background-image: none;
}