.PhotoList_Block{
	width: 120px;
	height: 170px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}

.PhotoList_Photo img{
	border: none !important;
}
.PhotoList_Photo{
	width: 120px;
	height: 90px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.PhotoList_Title{
	width: 120px;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}
.PhotoList_Offerte{
	float: left;
	margin-bottom: 5px;
	width: 120px;
	overflow: hidden;
}
.PhotoList_Discount{
	width: 120px;
	overflow: hidden;
	margin-bottom: 0px;
	float: left;
	font-size: smaller;
	text-decoration: line-through;
}

.PhotoList_Price {
	width: 120px;
	overflow: hidden;
	float:left;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
}

.PhotoList_Canvas{
	width: 100px;
	margin-left: 10px;
	height: 80px;
	background: center center no-repeat;
	display:block;
}
small, .Discount {
	font-size: 11px !important;
}

.PhotoList_Preview {
    width: 120px;
    height: 90px;

    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.PhotoList_Preview * {
    vertical-align: middle;
}

.PhotoList_Preview img {
    display: inline;
    text-align: center;
}

/* List styling | Btw incl./ excl. */
.both-prices .PhotoList_Block {
	height: 200px;
}

.both-prices .PhotoList_Block .Discount {
	margin-right: 2px;
	font-size: 9px!important;
}

.both-prices .PhotoList_Block .Discount,
.both-prices .PhotoList_Block .Price {
	width: initial;
	float: none;
}

.both-prices .PhotoList_Block .excl-price,
.both-prices .PhotoList_Block .incl-price {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.both-prices .PhotoList_Block small {
	display: block;
	font-size: 9px!important;
}
