#listView {
            padding: 5px;
            margin-bottom: -1px;
            min-height: 190px;
            //border: solid;
            align: center;
}
.product {
            float: left;
            position: relative;
            width: 100px;
            height: 170px;
            margin: 0;
            padding: 5px;
			border: none;
}
.product a {
            text-decoration:none;
}
.product img {
            width: 64px;
            height: 64px;
}
.product p {
            visibility: hidden;
}
.k-listview:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
}