.ap_popover {
    position: absolute;
}

.ap_body {
    height: 100%;
    position: relative;
}

.ap_body .ap_content {
    padding-bottom: 5px;
    background-color: #fff;
    margin: 0px 34px;
}

.ap_body .ap_left {
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_left.png) repeat-y scroll 0px 0px;
}

.ap_body .ap_right {
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_right.png) repeat-y scroll 0px 0px;
}

.ap_header,
.ap_footer {
    position: relative;
    width: 100%;
}

.ap_header *,
.ap_footer * {
    height: 34px;
}

.ap_header .ap_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top_left.png) no-repeat scroll 0px 0px;
}

.ap_header .ap_right {
    width: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top_right.png) no-repeat scroll 0px 0px;
}

.ap_header .ap_middle {
    margin: 0px 34px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top.png) repeat-x scroll 0px 0px;
}

.ap_footer .ap_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom_left.png) no-repeat scroll 0px 0px;
}

.ap_footer .ap_right {
    width: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom_right.png) no-repeat scroll 0px 0px;
}

.ap_footer .ap_middle {
    margin: 0px 34px;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom.png) repeat-x scroll 0px 0px;
}

.ap_popover .ap_titlebar {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #EAF3FE;
    border-bottom: 1px solid #C2DDF2;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 18px;
}

.ap_popover .ap_titlebar .ap_title {
    padding: 4px 10px;
}

#ap_overlay {
    background-color: #3F4C58;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: none;
}

.ap_popover .ap_close {
    position: absolute;
    right: 18px;
    top: 15px;
}

.ap_popover .ap_close a {
    padding: 5px;
    text-decoration: none;
    outline: none;
}

.ap_popover .ap_close .ap_closetext {
    display: none;
    position: relative;
    top: -2px;
    left: 0px;
    margin-right: 5px;
}

.ap_classic { border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #2F2F1D; border-right:1px solid #2F2F1D;background-color:#EFEDD4;padding:3px; }
.ap_classic .ap_titlebar { color:#86875D;font-size:12px;padding:0 0 0 0;line-height:1em; }
.ap_classic .ap_close { float:right; }
.ap_classic .ap_content { clear:both;background-color:white;border:1px solid #ACA976;padding:8px;font-size:11px; }
