/* Start Product Grid Workflow */

  h3.title {
  	font-size: 16px;
  	color: #242424;
  	margin-left: 5px;
  	margin-bottom: 20px
  }
  
  .productgrid {
  	border-collapse: collapse;
  	width: 100%;
  }
  
  .productgrid tr td {
  	border-bottom: 1px dotted #D2D2D2;
  	border-right: 1px dotted #D2D2D2;
  	text-align: left;
  	width: 25%;
  }
  
  .productgrid tr td div.pic {
    width:100%; text-align:center
  }

  .productgrid tr td div.text {
    width:100%; text-align:center
  }
  
  .productgrid tr td p {
  	text-align:center
  	color: #666666;
  	margin-bottom: 31px
  }
  
  .productgrid tr.lastrow td {
  	border-bottom: 0px;
  }
  
  .productgrid tr td.lastcol {
  	border-right: 0px
  }
  
  .productgrid span.more {
  	display: inline-block;
  	width: 8px;
  	height: 7px;
  	background: url(/assets/bfab32f4/img/sprite.png) no-repeat scroll -107px -98px;
  }

/* End Product Grid Workflow */