$boundlist-background-color: dynamic(#fff);
$boundlist-border-color: dynamic($neutral-color);
$boundlist-border-width: dynamic(1px);
$boundlist-border-style: dynamic(solid);
$boundlist-item-height: dynamic(22px);
$boundlist-item-font-family: dynamic($font-family);
$boundlist-item-font-size: dynamic($font-size);
$boundlist-item-font-weight: dynamic(normal);
$boundlist-item-text-color: dynamic($color);
$boundlist-item-over-text-color: dynamic($boundlist-item-text-color);
$boundlist-item-selected-text-color: dynamic($boundlist-item-text-color);
$boundlist-item-padding: dynamic(0 3px);
$boundlist-item-border-width: dynamic(1px);
$boundlist-item-border-style: dynamic(dotted);
$boundlist-item-border-color: dynamic($boundlist-background-color);
$boundlist-item-over-border-color: dynamic($base-color);
$boundlist-item-selected-border-color: dynamic($base-color);
$boundlist-item-over-background-color: dynamic($base-color);
$boundlist-item-selected-background-color: dynamic($base-color);