.remodelight_cats {
    width: 100%;
    border-collapse: collapse;
}

.remodelight_cats td {
	padding: 0 20px;
	border-left: 1px dashed #AAA;
	width: 33%;
	vertical-align: top;
}

.remodelight_cats td.recessed {
    border: none;
}

.remodelight_cats td.recessed {
    padding-left: 0;
}

.remodelight_cats td.custom {
    padding-right: 0;
}

.cat_name {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.cat_desc {
    margin: 12px 0;
    text-align: left;
}

.cat_link {
    margin-bottom: 12px;
}

.cat_link a {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FFE271;
}

.cat_link a:hover {
}
