/**** GRID ****/
.grid .box{ margin-bottom:20px; }
.grid .box.left{ float:left;}
.grid .box.right{ float:right; }
.grid-gut{ width:20px; }

/**** BOX ****/
.box-col,
.boxList .box{
	width:48.9%;
  height: auto;
}

/**** banner ****/
.banner-col,
.bannerList .banner{
	width:47.8%;
  height: auto;
}
.bannerList .double{
	width:100% !important;
}