
a.listLink:hover {
	border-bottom: 2px solid #6487DC;
}

.wishListItem {
	margin-left:0.5em;
	margin:0px 10px 15px 0.5em;
	width: 310px;
	height: 17ex;
	float:left;
}


.wishListItem img {
	border: 1px solid #eee;
	margin-right: 10px;
	float: left;
}

.wishListItem p {
	margin-top:0 !important;
}

.wishListItem p {
	width:250px !important;
	padding-left: 70px;
}

/* IE Hack */
* html .wishListItem p {
	width:200px !important;
	padding-left: 0px;
}

.wishListItem p a{
	text-decoration: none !important;
	color: black !important;
	text-align:left;
}

.wishListItem p a .title {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(0, 102, 204);
}

.wishListItem p .title:hover {
	text-decoration: none;
}