/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

/* ### CATS BOX ### */
.catsBox { margin: 0px 6px 8px 0px; padding: 12px 5px 12px 15px; position: relative; float: left; display: inline; overflow: hidden; width: 294px; height: 173px; background: url('../images/catsBg.gif') no-repeat; }
.catsBox ul { float: left; width: 150px; list-style: none; }
.catsBox li { line-height: 19px; }
.catsBox li a { text-decoration: none; color: #535353; }
.catsBox li a:hover { color: #d4322f; }
.catsBox img { float: right; }
.catsBox h2 { padding-bottom: 10px; font-size: 16px; font-weight: bold; color: #195e9f; }
.catsBox a.meer { position: absolute; bottom: 10px; right: 15px; font-size: 12px; text-decoration: none; color: #387dc1; }
.catsBox a.meer:hover { text-decoration: underline; }
