#coupon_cart {
	/*border: 1px solid black;*/
	width: 300px;
}

#sidebar .header{
	background: url(../img/cart_header.png) top left no-repeat;
}


#sidebar .content{
	background: url(../img/cart_bg.png) bottom left no-repeat;
}

#sidebar .info{
	color:#930;
}


.button a.view_cart{
	background: url(../img/icon_download.png) center left no-repeat;
}

.button a.clear_cart{
	background: url(../img/icon_clear.png) center left no-repeat;
}

.button a.multiple_to_friend{
	background: url(../img/icon_tell_your_friend.png) center left no-repeat;
	display: none;
}