@charset "utf-8";
/* CSS Document */

/* Wishlists popup styles ---------------------------------------- */
.wishlist_container {
	border: solid 1px #d7d7d7;
	background-color: #ffffff;
	width: 340px;
	margin: 0px;
	position: absolute;
	right: 18px;
	top: 30px;
	z-index: 200000;
	font-size: .8em;	
}

.wishlist_container_header {
	background-color: #fafafa; 
	padding: 6px;
}

.wishlist_container_header_title {
	float: left; 
	padding-left: 8px;
}

.wishlist_container_header_close {
	float: right; 
	text-align: right;  
	padding-right: 8px;
}

.wishlist_contents {
	width: 338px;
	height: 300px;
	overflow-y: scroll;
}


.wishlist_nav {
	float:left; 
	padding: 10px;
	width: 115px;
}

.wishlist_nav_list {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

.wishlist_nav_list_li {
	margin-bottom: 8px;
	cursor: pointer;  
}

.wishlist_nav_list_li:hover {
	text-decoration: underline;  
}

.wishlist_nav_list_li_selected {
	margin-bottom: 8px;
	font-weight: bold;
	cursor: pointer;  
}

.wishlist_items {
	float: left;
	width: 210px;
	
}


.wishlist_footer {
	width: 338px;
	/*height: 40px;*/
	background-color: #f0f0f0;
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-top: solid 1px #d7d7d7;
}



.wishlist-scroll-style::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
} 

.wishlist-scroll-style::-webkit-scrollbar-thumb {
	background-color: #769ed3; /* #3679b6; */
}

.wishlist-scroll-style::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}









/* used for the add-to-wishlist popup box ------------------------------- */

.wish-popup-added-container {
	position:fixed; 
	width:360px; 
	min-height:335px; 
	top:150px; 
	left:50%; 
	margin-left:-180px;
	z-index:99999;
	display:none;
	background-color:white;
	padding:30px;
}

.wish-popup-added-blackout {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
	background-color:#222;
	opacity:0.6;
	z-index:9999;
	display:none;
}

.wish-popup-added-loading {
	position:fixed; 
	width:360px; 
	min-height:335px; 
	top:150px; 
	left:50%; 
	margin-left:-180px;
	z-index:99990;
	display:none;
	background-color:white;
	padding:30px;
	text-align: center;
}

.wish-popup-added-warning {
	padding: 10px; 
	border: solid 1px #faebcc; 
	background-color: #fcf8e3;
	margin-bottom: 20px;
}

.wish-popup-added-close {
	position:absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.wish-popup-added-header {
	padding-bottom: 15px; 
	margin-bottom: 20px; 
	border-bottom: solid 1px #949494;
	font-size: 1.2em;
	font-weight: bold;
}

.wish-popup-added-content {
	margin-bottom: 20px; 
	max-height: 160px; 
	overflow: hidden;
}

.wish-popup-added-title {
	margin-top: 0px; 
	margin-bottom: 15px;
}

.wish-popup-added-qty {
	line-height: 1.5em;
}

.wish-popup-added-cover {
	margin-right: 15px;
	height: auto;
}

.wish-popup-added-wish-btn {
	padding: 12px;
	background-color: #337ab7;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.wish-popup-added-continue-btn {
	margin-top: 10px;
	padding: 12px;
	background-color: #e5e5e5;
	color: #5f5f5f;
	text-align: center;
	cursor: pointer;
}



.wish-popup-view-loading {
	display:none;	
	border: solid 1px #d7d7d7;
	background-color: #ffffff;
	width: 340px;
	margin: 0px;
	position: absolute;
	right: 18px;
	top: 30px;
	z-index: 190000;
	font-size: .8em;
	text-align: center;
}


/* Used for the admin wishlist items page */
.popup-blackout {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
	background-color:#222;
	opacity:0.6;
	z-index:9999;
	display:none;
}

.popup-loading {
	position:fixed; 
	width:250px; 
	min-height:250px; 
	top:150px; 
	left:50%; 
	margin-left:-180px;
	z-index:99990;
	display:none;
	background-color:white;
	padding:30px;
	text-align: center;
}
