.CartItem.clearfix {
	background:  #e8ebec;
	border: 1px solid #dbe0e3;
    margin: 0 0 20px;
}
.CartItem .ItemName{
	float:left;
    width: 420px;
}
.CartItem .ItemName{
	font-size:110%;
    padding:0 15px;
}
.CartItem .CartThumb{
	float:right;
   	padding: 15px;
}
.CartItem input{
	float:left;
	font-size:90%;
    margin:10px 0 10px 10px;
}
.CartBack{
	position:absolute;
    right:20px;
    top:30px;
}
.Remove, .Download, .AllImages, .Empty{
	display:inline-block;
	background: url(../_images_gen/red_btn.png) no-repeat top left;
    width:119px;
    height:29px;
    text-align: center !important;
    padding:2px;
    cursor:pointer;
    
}
.AllImages, .Empty{
    font-size:100% !important;
    margin: 0 0 0 5px;
}
.AllImages{
	float:right;
}
.AllImages.Top{
	margin:50px 0 0 0;
}
.Remove a, .Download a, .AllImages a, .Empty a{
	color:#fff !important;
}
