.infoPanel { display: block; position: absolute; top: 52px; right: 16px; width: 240px; height: 240px; }

.superPanel { position: relative; background: #E4E4E4; }

.contentPanel { padding-right: 3px; display: table-cell; height: 100%; }

.rangeLists { width: 650px; vertical-align: top; float: left; }
.rangeLists .niftycorners { height: 0px; }

.rangeList {}

.rangeCategory { color: #3B546A; margin: 25px 10px 5px 0px; text-align: left; padding: 0 0 5px 20px; font: italic bold 12pt Arial, Helvetica, sans-serif; }

.rangeItems { float: right; width: 640px; margin-bottom: 20px; }

.rangeItem { padding-top: 5px; cursor: pointer; margin: 3px; float: left; filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; }
.rangeItem, .rangeInner { height: 114px; width: 100px; }

.rangeItems div.rangeItem          { background-color: #E4E4E4; }
.rangeItems div.rangeItem:hover    { background-color: #C0C0C0; }
.rangeItems div.rangeItem.selected { background-color: #C4D1E2; }

.rangeItem .itemImage { width: 100px; height: 50px; }
.rangeItem .labelImage { width: 100px; height: 25px; }

.infoImage { width: 200px; height: 120px; }
.infoTitle { width: 180px; height: 40px; }


