a.list-link {
    display: block;
    height: 139px;
    margin-bottom: 1px;
    width: 100%;
	text-decoration: none;
	overflow: hidden;
}
.list-image {
    float: left;
    height: 139px;
    width: 50%;
	margin-left:-1px;
	background: #efefef;
}
.list-info {
    background: url("/i/list-arrow-right.png") no-repeat scroll 93% center #ddd;
    display: table;
    float: left;
    height: 139px;
    margin: 0 0 0 1px;
    width: 50%;
}
.list-info-content {
    display: table-cell;
    vertical-align: middle;
}
.list-logo {
    background: url("/i/bg25.png") repeat 0 0 transparent;	
    float: right;
    margin: 0;
    width: 100px; 
	height: 139px;
	text-align: center;
	transition: background-color 0.94s ease-out 0s;
}
.ui-desktop a.list-link:hover .list-logo {
	background-color: #fff;
}
.list-logo img {
	margin: 40px auto auto; 
}
.list-info p {
    color: #444;
    line-height: 20px;
    margin-left: 33px;
    margin-right: 60px;
}
p.list-title {
	color: #000;
	font-family: "Nobel Light", Roboto, Arial;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 3px;
}

.list-image.img-admonter { background: url('/i/list/admonter.jpg') no-repeat 50% 50%; }
.list-image.img-coswick { background: url('/i/list/coswick.jpg') no-repeat 50% 50%; }
.list-image.img-bolefloor { background: url('/i/list/bolefloor.jpg') no-repeat 50% 50%; }
.list-image.img-veledo { background: url('/i/list/veledo.jpg') no-repeat 50% 50%; }
.list-image.img-esco { background: url('/i/list/esco.jpg') no-repeat 50% 50%; }
.list-image.img-karelia { background: url('/i/list/karelia.jpg') no-repeat 50% 50%; }
.list-image.img-magnum { background: url('/i/list/magnum.jpg') no-repeat 50% 50%; }
.list-image.img-egger { background: url('/i/list/egger.jpg') no-repeat 50% 50%; }
.list-image.img-bona { background: url('/i/list/bona.jpg') no-repeat 50% 50%; }


@media (max-width: 670px) { 
	.list-image { display:none; }
	.list-info {margin: 0; width: 100%;}
}