?>
</option>
							<?php 
    echo JHtml::_('select.options', CHClientDisplay::cardMonths(), null, null, $value);
    ?>
						</select>								
					</div>					
					<div class="uk-width-small-2-10 uk-margin-top">
						<label class="uk-form-label uk-text-nowrap">&nbsp;</label>
						<select class="uk-width-1-1" name="card_expiration_year" id="ch-book-card_expiration_year">
							<option value=""><?php 
    echo CHClient::string('year');
    ?>
</option>
							<?php 
    echo JHtml::_('select.options', CHClientDisplay::cardYears(), null, null, $value);
    ?>
						</select>								
					</div>
					<?php 
    if ($this->availability->results->require_cvc) {
        ?>
						<div class="uk-width-small-2-10 uk-margin-top">
							<label class="uk-form-label uk-text-nowrap" for="ch-book-card_cvc"><?php 
        echo CHClient::string('card_cvc');
        ?>
 <i class="uk-icon-info-circle" data-uk-tooltip title="<?php 
        echo CHClient::string('card_cvc_tip');
        ?>
"></i></label>
							<input class="uk-width-1-1" type="text" name="card_cvc" id="ch-book-card_cvc"  />