ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img{
    float:left;
	margin-right:10px;   
}
ul.dropdown-cart li .item-right{
    float:right;
}