@CHARSET "UTF-8";
/**
 * Overwrite YUI CSS so it applies more to the JUS template
 */

/* set the border color to the panel
 *
 * @todo apply globaly, removing the class, confirm how all panels look like before doing this
 */
.jus_panel {
    border: 2px solid #fd007a;
}

/* set the closbe button for all yui panels
 *
 * @todo apply globaly, removing the class, confirm how all panels look like before doing this
 */
.jus_panel .container-close {
    background: url('/images/product_detail/close.jpg') no-repeat;
}
