@CHARSET "UTF-8";

.templateProductList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	line-height: 14px;	
}

.templateProductList tr td {
	text-align: left;
}

.templateProductList tr td:first-child {
    padding-right: 20px;
	text-align: center;
}

.templateProductListSeparator {
	width: 5%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}