I have an interface allowing a user to search for various Wines. You start by selecting a Type: Red, White or Sparkling.
This will pull the from the database all the Varietals for your selection. You then make a Varietal selection and it will sort the Countries, Region and Appellations and so on. This is how you sort a selection.
To make a selection we have a user Double Click on either the Type, Varietal or Country.
The idea of sorting is a single click and selecting is a double-click is not as intuitive as we thought. Any suggestions on a better way of sorting and then selecting choices like this.
This is for Web not a desktop app

