/* Start of CMSMS style sheet 'Products' */
.divider {
	width:100%;
	height:20px;
	display:block;
	float: left; 
}

.productitem {
	width:100%;
	display:block;
	float: left; 
	border-bottom: 1px dotted #888;
	padding:0 0 20px 0;
}
/* End of 'Products' */

