.category-description {
	margin-bottom: 0;
	padding-bottom: 3em;
}
.category-description a {
	font-weight: 600;
	text-decoration: underline;
}

.tmp-product-container:first-child {
	border-top: 1px solid #b8c1c7;
}
.tmp-product-container {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #b8c1c7;	
}
.tmp-product-container:last-child {
	border: 0;
}
.tmp-product-image {
	text-align: center;
}
.tmp-product-description table {
	background: transparent;
	border: 0;
	width: 100%;
	margin: 0;
}
.tmp-product-description table tr td {
	color: #607483;
	padding-left: 0;
	padding-right: 0;
	font-size: 1em;
}
.tmp-product-description table tr td:first-child {
	padding-right: 4.5em;
}
.tmp-product-description table tr td ul li {
	list-style: disc;
	margin-left: 15px;
}
.tmp-product-description table tr td ul li:first-child {
	list-style: none;
	margin-left: 0;
}
div.rounded-product-categories-block {
	margin: 4em 0;
	float: left;
	clear:both;
	width: 100%;
	padding: 2.5em 3.5em;
	background: #e6e6e6;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
div.rounded-product-categories-block table {
	background: none;
	margin: 0;
}
div.rounded-product-categories-block table tr td {
	background: none;
	border: none;
	vertical-align: middle;
}

div.rounded-product-categories-block h3 {
	font-size: 1.325em;
	color: #607483;
}

#header-products {
	width: 100%;
	border: 0;
	margin: 0;
}

#header-products th, #header-products td {
	border-right: 1px solid #b8c1c7;
}
#header-products th:last-child, #header-products td:last-child {
	border-right: 0;
}
#header-products th, #header-products td ul{
	color: #607483;
}
#header-products th {
	padding: 15px 0;
	font-size: 1em;
	text-align: center;
}
#header-products td {
	background: #ffffff;
	border-bottom: 1px solid #b8c1c7;
	padding: 0 2.5em 1em 2.5em;
}
/*div.subcategories > div table tr:first-child > td {
	border-bottom: none;
}*/
#header-products td p {
	color: #607483;
}
#header-products td img {
	display: block;
	margin: 0.75em auto 2em;
}
#header-products td ul {
	list-style: disc; 
	margin-left: 25px;
	text-align: left;
}