/** Button add_to|remove_from favorites */
.favorites_btn_remove, .favorites_btn_add, .favorites_btn_del, .favorites_btn_undo
{
	width: 34px;
	height: 28px;
	overflow: hidden;
	border:0;
	cursor:pointer;
	/*margin:1px 0 0 20px;*/
	text-align:center;
}
.favorites_btn_remove { background: url('/img/design/modern-red/b-favorites.gif') no-repeat 0 0; }
.favorites_btn_add { background: url('/img/design/modern-red/b-favorites.gif') no-repeat 0 -28px; }
.favorites_btn_del { background: url('/img/design/modern-red/b-favorites-del.gif') no-repeat 0 0; }
.favorites_btn_undo { background: url('/img/design/modern-red/b-favorites-del.gif') no-repeat 0 -28px;  }
.favorites_btn_remove img, .favorites_btn_add img, .favorites_btn_del img, .favorites_btn_undo img { margin:3px 0 0 0; display:none; }
.favbtn_wrapper { width: 19px; }
/** /Button add_to|remove_from favorites */
.del_btn { 
	width: 34px;
	height: 28px;
	overflow: hidden;
	border:0;
	cursor:pointer;
	text-align:center;
/*	margin:1px 0 0 10px; */
	background: url('/img/design/modern-red/del.gif');
}

.del_btn img { display:none;}
.min-plus, .min-minus { padding:0 4px 0 0; margin:0 0 -2px 0;}
