#shade {
    position: absolute;
    left:   149px;
    top:    60px;
    width:  606px;
    height: 375px;
    display: none;
    background-color:#000;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    z-index: 8999;
}

/*#shade {
    position: absolute;
    left:   149px;
    top:    65px;
    width:  326px;
    height: 298px;
    display: none;
    background-color:#5B5849;
    -moz-opacity: 0.9;
    opacity: .90;
    filter: alpha(opacity=90);
    z-index: 8999;
}*/

#flyout {
    display: none;
}

.flyout {
    position: absolute;
    left:   149px;
    top:    60px;
    width:  325px;
    height: 244px;
    overflow: hidden;         
    display: none;
    background: #2A2A2A url(/img/flyout_bkgd.jpg) no-repeat;
    border-top: 2px solid #7A7A7A;
    border-right: 2px solid #7A7A7A;
    border-bottom: 2px solid #7A7A7A;
    color: #555;
    z-index: 9999;
    margin: 0; 
    padding: 0;
}
.flyout a, .flyout :visited {
    color: #F90;
    font-weight: bold;
    text-decoration: underline;   


.flyout a:hover {
    color: #000;
}  }

.flyoutContent {
    margin: 0;
    padding: 0;
}

.flyoutLeft {
    margin: 0;
    padding: 10px;
}

.flyout h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0; 
    padding: 0;
}

.flyoutTitle {
  font-size: 11px; 
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
}

.flyoutMSRP {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #ccc;
    margin: 0;
}

.flyoutMSRP br {
    display: inline;
    clear: none;
}

.flyoutMainImage {
    position: relative;
    width:  304px;
    height: 134px;
    margin: 8px 0 8px 0;
    padding: 0;
    border: 1px solid #37383A;
}

.flyoutCopy {
    position: relative;
}

.flyoutCopy div {
    font-size: 11px;
    font-weight: normal;
    width: 280px;
    margin: 0;
    padding: 0px;
}

.flyoutCopy h3 {
    font-size: 11px;
    font-weight: bold;
    margin:  0; 
    padding: 0;
    display: inline;    
}

.flyoutDisclaimer {
    position: absolute;
    left: 160px;
    top:  710px;
    width: 585px;
    color: #888;
    font-size: 10px;
    font-style: italic;
    display: none;
}

