.tidesign {
    position: relative;
}

.tidesign .reference-design-popup a{
    color:#039;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
}

.tidesign .reference-design-popup a:hover{
    color:#fe5f1b;
}

.tidesign  .reference-design-popup {
    background-color: #fff;
    border: 4px solid #424041;
    border-radius: 5px;
    display: none;
    font-weight: bold;
    left: 195px;
    min-height: 75px;
    padding: 5px;
    position: absolute;
    top: 70px;
    width: 370px;
    z-index: 998;
}
.tidesign  .reference-design-popup .notch {
    background: rgba(0, 0, 0, 0) url("/images/popup-notch.png") repeat scroll 0 0;
    height: 36px;
    left: -32px;
    position: absolute;
    top: 38px;
    width: 33px;
    z-index: 999;
}
.tidesign  .reference-design-popup .see-all {
    margin-top: 5px;
}
.tidesign  .reference-design-popup ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tidesign  .reference-design-popup ul li {
    margin: 10px 0;
}
.tidesign  .reference-design-popup ul li a {
    background: rgba(0, 0, 0, 0) url("/images/external-link.png") no-repeat scroll right center;
    padding-right: 17px;
}
.tidesign  .reference-design-popup ul li a.see-all {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    padding-right: 0;
}
.tidesign  .reference-design-popup ul li.see-all a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    padding-right: 0;
}
.tidesign  .featured-listing .reference-design-popup {
    top: 15px;
}