/* add to list modal */

.add_to_list_modal ul {
	margin-bottom: 6px;
	list-style-type: none;
	margin-right: 20px;
}

.add_to_list_modal li {
	margin-left: 5px;
}
.add_to_list_modal
 {
	max-width: 200px;
	position: absolute; 
	bottom: 55px; 
	padding: 10px; 
	border-radius: 2px; 
	z-index: 100000;
	background: #fafafa; 
	color: #282828;
	font-weight: normal;
	-webkit-box-shadow: -2px 0 48px -9px rgba(0,0,0,0.4);
	-moz-box-shadow: -2px 0 48px -9px rgba(0,0,0,0.4);
	box-shadow: -2px 0 48px -9px rgba(0,0,0,0.4);
	display: none;
	min-width: 165px;
}
.action_buttons .add_to_list_modal {
	left: -50%; 
}
.fontlist.add_to_list_modal {
	right: -15px;
}

.add_to_list_modal .pointer {
	position: absolute;
	bottom: -22px;
	right: 40%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 23px 0;
	border-color: transparent #fafafa transparent;
}
.fontlist.add_to_list_modal .pointer {
	right: 10%;
}

.add_to_list_modal h4 {
	margin-bottom: 4px;
	font-size: 16px;
}
.customer_custom_lists {
	margin-bottom: 5px;
}
.customer_custom_lists li {
	list-style-type: none;
	margin-left: 0;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-top: 0;
	border-bottom: 1px solid #F2F2ED;
}
.family_unit .fu_info .customer_custom_lists li a {
	background: none;
	color: #538ead;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}
.su_font .add_to_list_modal {
	left: -20px;
}

.su_font .add_to_list_modal .pointer {
	left: 30px;
	border-width: 0 0 23px 15px;
}
.su_font .js_show_add_to_list_modal {
	background: #e2e9ec;
	color: #3E6A81;
}
.modal_font_list {
	max-height: 300px;
}