#shoppingCartView {
    margin-left: -20px;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    width: 250px;
    margin-top: 12px;
    border: 1px solid #ccc;
    border-radiud: 5px;
    background-color: white;
    /*left: auto !important;
    right: 20px !important;
    top: 93px;*/
}
.shoppingCount {
    position: relative;
}
.topcart-content {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #efefef;
    line-height: 1.6;
    padding: 12px 8px;
    position: absolute;
    right: 0px;
    text-align: left;
    /*top: 100px;
    width: 256px;*/
    z-index: 999;
    /*margin-right: 361px;
    margin: 12px 192px 0px 0px;*/
}
    
.topcart-content p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
    color: black;
}
.mini-products-list li {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 1px 2px #ddd;
    margin-bottom: 5px;
    min-height: 72px;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=108, Color=#dddddd)";
    -moz-box-shadow: 3px 1px 2px #dddddd;
    -webkit-box-shadow: 3px 1px 2px #dddddd;
    box-shadow: 3px 1px 2px #dddddd;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=108, Color=#dddddd);
    position: relative;
}
.labeldrop {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: bolder;
}
.price {
    white-space: nowrap !important;
	font-weight:lighter;
}
.topcart-content .actions {
    float: right;
}
.button {
    background: #FFF;
    border: 1px solid #CCC;
    font-size: 15px;
    padding: 3px 10px;
    position: relative;
	font-family: "Source Sans Pro";
}
.button:hover {
    background: #f23f3f;
    border: 1px solid #f23f3f;
	color:#FFF;
}
.product-name {
	font-size: 1em;
    font-weight: bold;
}
.product-name a:link {
	color: #f23f3f;
	text-decoration:none;
}
.product-name a:hover {
	color: #f23f3f;
	text-decoration:underline;
}
.product-name a:visited {
	color: #f23f3f;
	text-decoration:none
}
.mini-products-list .product-image {
    float: left;
    width: 63px;
    padding: 5px;
    border: 1px solid #ddd;
}
.mini-products-list .product-details {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-left: 75px;
    min-height: 1px;
}