#sliding-cart-panel {
    min-width: 170px;
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 999;
    overflow: hidden;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #1e1e1e 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#1e1e1e 100%);
	background: linear-gradient(to bottom, #000000 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e1e1e',GradientType=0 );
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -khtml-border-radius: 0px 0px 6px 6px;
}
#sliding-cart-panel #cart_block 											{float: left;width: 100%;margin: 0;padding: 0;}
#sliding-cart-panel #cart_block .block_content 							{float: left;width: calc(100% - 20px);padding: 10px;}
#sliding-cart-panel #cart_block dt 										{width: 100%;text-align: right;padding: 3px 0 3px 0;color: #888888;font-size: 11px;}
#sliding-cart-panel #cart_block dd 										{width: 100%;float: left;color: #888888;text-decoration: none;}
#headlinks_cart 															{height: 24px;}