/*
 *   CSS for Magento Wishlist Plugin.
 */

.wishlist-register {
	margin-top: 25px;	
}

.wishlist-item {
	margin-bottom: 15px;
	font-size:12px;
	width:160px;
	padding:10px 12px 0;
	text-align:center;
	float:left;
}

.wishlist-remove {
	margin-top:10px !important;
}

.wishlist-imageBorder img {
	height: 150px;
	border: none !important;
}

.wishlist-productImage {
	width: 160px;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	position:relative;
}


.wishlist-imageBorder {
	
	}

.wishlist-item a.wishlistLink { line-height:14px; width:160px; display:block; height:30px; }

