{style}
{literal}
td.ow_action_price_td {
padding: 5px;
}
input.price_input {
width: 70px;
display: none;
}
tr td.ow_inprogress {
background: url({/literal}{$imagesUrl}{literal}ajax_preloader_button.gif) no-repeat 7px 7px;
}
body .ow_disabled_state a { color: #bbaba2; }
body .ow_disabled_state a, body .ow_enabled_state a { padding-right: 1px; }
body .ow_disabled_state .lbutton_wrap, body .ow_enabled_state .lbutton_wrap {
position:relative;
float: right;
width: 1px;
height: 1px;
margin-left: 1px;
}
body .ow_disabled_state .lbutton_wrap a, body .ow_enabled_state .lbutton_wrap a {
position: absolute;
display: none;
top: 0;
right: 0;
padding-right: 3px;
}
tr.ow_disabled_state:hover a.action_enable, tr.ow_enabled_state:hover a.action_disable { display: block; }
{/literal}
{/style}
{$menu}
{block_decorator name='box' addClass='ow_std_margin'}{text key='usercredits+actions_description'}{/block_decorator}
{if $types && $showTypes}
{text key='usercredits+select_account_type'}:
{/if}
{block_decorator name='box' langLabel='usercredits+earning_actions' iconClass='ow_ic_add' type='empty' addClass='ow_stdmargin'}
{if $earning}
{else}
{text key='usercredits+no_actions'}
{/if}
{/block_decorator}
{block_decorator name='box' langLabel='usercredits+spending_actions' iconClass='ow_ic_warning' type='empty' addClass='ow_stdmargin'}
{if $losing}
{else}
{text key='usercredits+no_actions'}
{/if}
{/block_decorator}
{if $unset}
{block_decorator name='box' langLabel='usercredits+unset_actions' iconClass='ow_ic_gear_wheel' type='empty' addClass='ow_stdmargin'}
{/block_decorator}
{/if}