/*
*
* Product Popup CSS
*
* (c) 2008 Du Maurier Ltd
*
* Author: S.Manning Jul 2008
*
*=============================================================================*/

div#prod_popup.showPopup {
    visibility: visible;
    z-index: 999;
    width: 143px;
    height: 16px;
    background-color: white;
    border-top: 2px solid #cedeea;
    border-left: 2px solid #cedeea;
    border-right: 2px solid #cedeea;
    border-bottom: 2px solid #cedeea;
    padding-top: 8px;
}

div#prod_popup {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

