
table.catlist {
 margin-top: 5;
 margin-bottom: 5;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #C0C000;
 border-left: 1px solid #C0C000;
 border-right: 1px solid #C0C000;
 color: #000000;
 background-color: #FFFFFF;
}

table.catlist_a {
 border: 1px solid #000000;
 margin-top: 5;
 margin-bottom: 5;
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 padding: 3;
 color: #000000;
 background-color: #FFFFFF;
}

tr.cat_name {
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 color: #FFFFFF;
}

td.cat_name {
 margin-top: 5;
 border-bottom: 1px solid #C0C000;
}

tr.cat_name_image {
 text-align: center;
 color: #000000;
 background-color: #FFFFFF;
}

td.cat_name_image {
 margin-top: 5;
 border-bottom: 1px solid #C0C000;
}

tr.catlist {
}

tr.catlist_odd {
 color: #000000;
 background-color: #FFF6E6;
}

tr.catlist_even {
 color: #000000;
 background-color: #FFFFFF;
}

td.catlist {
 border-bottom: 1px solid #C0C000;
}

td.catlist_odd {
 text-align: center;
}

td.catlist_even {
 text-align: center;
}
