.header_wishlist_wrapper{
	position: relative;
	float: right;
	margin: 4px 7px 0 0;
}

.header_wishlist {
	position: absolute;
	padding: 20px;
	top: 45px;
	right: 0;
	width: 325px;
	background: url("../images/bg_dropdown.png");
	color: #fff;
}

.header_wishlist ul{
	margin-bottom: -5px;
}

.header_wishlist_wrapper .close{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.header_wishlist h5.center{
/* 	padding: 20px 10px 0 20px;  */
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

.header_wishlist .empty {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}

.header_wishlist li{
	margin-bottom: 10px;
/* 	padding: 10px; */
}

.header_wishlist li:hover{
	background: #575757;
}

.header_wishlist li.btn:hover {
	background: none !important;	
}

li.btn {
	overflow: hidden;
	height: 32px !important;
}

li.btn a{
	position: relative;
	width: 96px;
	height: 30px !important;
	float: right;
	text-align: center;
	background: #333;
	background-position: 0 0;
	padding: 0 10px;
	color: #fff;
	border: 1px solid black;
	overflow: hidden !important;
}
li.btn a:hover {
	background: #666;
}

li.btn a:active {
	background: #000;
}

li.btn a span {
	position: relative;
	top: 9px;
}

.header_wishlist a{
	color: #cccccc;
	text-decoration: none;
}

.header_wishlist h5
	{
		color: #cccccc;
		text-transform: none;
		font-size: 11px;
	}
.header_wishlist .product-details,
.header_wishlist .regular-price .price { color: #999999; }

.header_wishlist_col{
	float: left;
	margin-right: 10px;
}

.header_wishlist_col.col_2{
	width: 155px;
	margin-right: 0;
	position: relative;
	min-height: 65px;
	margin-top: 10px;
}

.header_wishlist_col.col_3
	{
		float: right;
		margin-right: 0;
		width: 21px;
		height: 100%;
		background: url(../images/icon_sprite_ed.png) no-repeat center center;
	}
	.header_wishlist_col.col_3:hover { background: aqua; }

.header_wishlist_col.col_2 .wl_qty,
.header_wishlist_col.col_2 .pricebox{
	float: left; 
}

.header_wishlist_col.col_2 .wl_qty{
	padding-right: 5px; 
}

p.wishlist-arrow span {
	position: absolute;
	right: 0;
	top: 1px;
	padding: 0 5px;
}

.header_wishlist_link ul li:hover a p > span {
	color: #000000;
}

.header_wishlist_link.active ul li a p > span, .header_wishlist_link.active ul li:hover a p > span {
	color: #ffffff;
}
.header .quick-access .header_wishlist_link .links li{ 
	background: #000;
}
.header .quick-access .header_wishlist_link .links li a { 
	position: relative;
	left: -5px;
	background: url(../images/icon_sprite_ed.png) no-repeat -62px -207px;
	height: 36px;
	line-height: 25px;
	padding: 0 17px 0 30px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* 	.header .quick-access .header_wishlist_link .links li a:hover { color: #000000; } */
	.header .quick-access .header_wishlist_link.active .links li a
		{
			color: #ffffff;
			background: #191919 url(../images/icon_sprite_ed.png) no-repeat -125px -207px;
		}

.btn-remove {
	position: relative;
	float: right;
	right: 10px;
	top: 30px;
	width: 20px;
	height: 20px;
	background: url(../images/btn-remove.png) no-repeat;
}
.wishlist-col1, .wishlist-col2 {
	height: auto;	
	line-height: 20px;
	color: #cccccc;
	text-transform: uppercase;
	font-weight: bold;
}
.wishlist-col1 {
	width: 180px;
	padding-left: 20px;
	float: left;
	text-align: right;
	padding-right: 20px;
}
.wishlist-col2 {
	width: 100px;
	float: right;
}

.wishlist-col1 span, .wishlist-col2 span {
	color: #ffffff;	
}

.wl-hide span {
	display: none;
}

.product-view #wishlist-message-container {
	display: none;
    margin-bottom: 10px;
}

.product-view #wishlist-message-container span {
	display: none;
	line-height: 34px;
}

.product-view #wishlist-message-container span a {
	color: #fff;
}

.product-view #atca-message-container #atca-please-wait,
.product-view #wishlist-message-container #wishlist-please-wait {
	padding: 10px 15px 15px 35px;
	background: url(../images/notification_bg.gif) no-repeat 0 -100px;
}

.product-view #atca-message-container #atca-message-text.atca-error,
.product-view #wishlist-message-container #wishlist-error {
	padding: 10px 15px 15px;
	color: #fff;
	font-weight: bold;
	background: url(../images/notification_bg.gif) no-repeat 0 -50px;
}
.product-view #atca-message-container #atca-message-text.atca-success,
.product-view #wishlist-message-container #wishlist-success {
    padding: 10px 15px 10px;
    color: #000;
	font-weight: bold;
    position: relative;
    width: 310px;
	/*background: url(../images/notification_bg.gif) no-repeat 0 0;*/
/*     background-color: #72c55d; */
	background: #f3f3f3;
    display: inline-block;
    line-height: 1.35;
}
.product-view #wishlist-message-container #wishlist-error{
    color: #000;
    background: #f3f3f3;
    padding: 10px 15px 10px;
    display: inline-block;
    line-height: 1.27273em;
    margin: 10px 0 0 0;
}
.product-view #wishlist-message-container #wishlist-success{
    width: auto;
    margin: 10px 25px 0 0;
}