.BigPhotoList2_Borderless_Block{
	overflow: hidden;
	float: left;
	border: 1px solid #909090;
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 15px;
}
.BigPhotoList2_Borderless_Block_Image{
	margin-top: 10px;
}
.BigPhotoList2_Borderless_Background{
	background-color: #ffffff;
}
.BigPhotoList2_Borderless_Title{
	float: left;
	width: 75%;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-left: 10px;
	line-height: 175%;
	*padding-left: 10px;
	background-color: #ffffff !important;
}
.BigPhotoList2_Borderless_TitleProduct{
	float: left;
	width: 100%;
}
.BigPhotoList2_Borderless_Description{
	float: left;
}

.BigPhotoList2_Borderless_OrderButton{
	float: right;
	margin-top: 20px;
	text-align: right !important;
	padding-right: 10px;
}
	.BigPhotoList2_Borderless_Discount{
		float: right;
		text-align: right !important;
		text-decoration: line-through;
		font-size: smaller;
		margin-top: 4px;
	}
	.BigPhotoList2_Borderless_Price{
		font-weight: bold;
		text-align: right !important;
		font-size: 125%;
		float: right;
		clear: right;
		margin-top: 3px;
	}
	.BigPhotoList2_Borderless_InfoButton{
		margin-bottom: 10px;
		text-align: right !important;
		margin-top: 4px;
		*margin-top: 0px;
		width: 55px !important;
		float: right;
		clear: right;
	}
.BigPhotoList2_Borderless_Canvas{
	height: 195px;
	width: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

/* List styling | Btw incl./ excl. */
.both-prices .excl-price,
.both-prices .incl-price {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.both-prices .excl-price *,
.both-prices .incl-price * {
	line-height: initial;
	display: block;
	float: left;
	width: 100%;
	text-align: right;
}

.both-prices .Price {
	font-size: 100%;
}

/* Comparison shortlist werkt hier niet goed, want vanwege de overflow hidden, is de shortlist niet zichtbaar.
Daardoor is het een beter effect om de shortlist gewoon te verbergen.
 */

.BigPhotoList2_Borderless_Block #comparison-shortlist {
	display: none !important;
}
