.itemgrid .item{float:left;padding-left:1%;padding-right:1%;}
.itemgrid-1col .item{width:98%;}
.itemgrid-2col .item{width:48%;}
.itemgrid-2col > li:nth-of-type(2n+1){clear:left;}
.itemgrid-3col .item{width:31.3333%;}
.itemgrid-3col > li:nth-of-type(3n+1){clear:left;}
.itemgrid-4col .item{width:23%;}
.itemgrid-4col > li:nth-of-type(4n+1){clear:left;}
.itemgrid-5col .item{width:18%;}
.itemgrid-5col > li:nth-of-type(5n+1){clear:left;}
.itemgrid-6col .item{width:14.6666%;}
.itemgrid-6col > li:nth-of-type(6n+1){clear:left;}
.itemgrid-7col .item{width:12.2857%;}
.itemgrid-7col > li:nth-of-type(7n+1){clear:left;}
.itemgrid-8col .item{width:10.5%;}
.itemgrid-8col > li:nth-of-type(8n+1){clear:left;}