#importFavoriteProductsForm {
	position: relative;
	float: right;
	margin-left: 5px;
}

#importFavoriteProductsForm button {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	cursor: default;
}

#importFavoriteProductsForm input {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer !important;
	filter: alpha(opacity:0);
	height: 100%;
}
#amlist-overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: center;
	direction: ltr;
	overflow: scroll;
}
#amlist-items
{
	border: 1px solid #ededed;
	background-color: white;
	position: relative;
	margin: 0 auto;
	padding: 24px;
	display: inline-block;
	box-sizing: border-box;
}
#amlist-overlay .close
{
	position: absolute;
	top: 7px;
	right: 7px;
	background: url(../images/onepagecheckout/close.png) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 1;
	margin: 0;
	padding: 0;
	font-size: 0;
	display: block;
	opacity: .8;
}

#amlist-overlay #amlist-items {
	padding: 50px;
}

#amlist-overlay #amlist-items div.custom-select-container {
	background: none;
	border: none;
	overflow: inherit;
	float:none;
}

#amlist-overlay #amlist-items #amlist-list {
	background: transparent;
	font-size: 14px;
	color: #555555;
	vertical-align: middle;
	border-radius: 4px;
	width: 106%;
	height: 50px;
}

#amlist-overlay #list-add-button {
	margin-top: 25px;
}


#amlist-overlay #amlist-add {
	background: #890011;
	border-color: #890011;
}

#sidebar-favorite-list .favorite-list-create {
	text-align: center;
}

#sidebar-favorite-list .favorite-list-no-lists {
	margin-left: 25px;
}

.create-first-list {
	margin-bottom: 30px;
}

.customer .my-account.edit-list {
	padding-bottom: 0px;
}

.customer .my-account.favorite-list.items {
	padding-top: 0px;
}

#amlist-table  p > div.custom-select-container {
	margin: 0;
	float: none;
	border: none;
	background: none;
	height: auto;
}
div#modal-favorite-list span.favorite-all-lists {
	float: right;
}

div#modal-favorite-list span.favorite-all-lists > a {
	display: inline;
	line-height: 30px;
}