body, table {
    font: 12px  arial, verdana, tahoma, san-serif;
    color: #555;
    background-repeat: repeat-x;
}

.choiceOuter { 
            border-bottom: 1px solid #D7D7D7;
            height: 138px;
            }
            
.choiceInner {
            overflow: auto;
            width: 505px;
            height: 104px;
            margin: 8px 11px 8px 11px;
            white-space: nowrap;
            }
#floor        {
            width: 368px;
            height: 368px;
            overflow: hidden;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            }
#outer      { position: absolute;
            right: 0px;
            bottom: 0px;
            height: 313px;
            width: 313px;
            }
#inner      { position: absolute;
            right: 0px;
            bottom: 0px;
            height: 272px;
            width: 272px;
            }
#rug      { position: absolute;
            left: 138px;
            top: 138px;
            height: 272px;
            width: 272px;
            }
.thumb      {
            display: ;
            margin-right: 3px;
            cursor: hand;
            }
#tooltip    {
            padding: 10px; 
            background-color: white;
            border:1px dotted #999;
            }
#tooltip td, th  {
            text-align: left;
            
            }
/* definition hovers */
a.def:link, a.def:visited, span.def {
    position: relative;
    border-bottom: dotted 1px red;
    text-decoration: none;
    color: #000;
}

a.def:hover, a.def:visited:hover {
    z-index: 1;
}

a.def dfn {
    display: none;
}

a.def:hover dfn {
    display:block;
    position:absolute;
    bottom:20px; 
    left:8px;
    width:297px;
    border:1px solid #e0e0e0;
    background-color: #fff; 
    text-align: left;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
}

/* End of definition hovers */            
           
