#page-peel {
    position: fixed;
    top: 0;
    right: 0;
}

#page-peel a {
    outline: none;
}

#page-peel img {
    vertical-align: top;
}

#page-peel a img {
    border: 0;
}

.page-peel-label {
    position: absolute;
    top: 50px;
    right: -20px;
    z-index: 3000;
}

.page-peel-label a {
    display: block;
    background-position: 0 100%;
}

.page-peel-label a:hover {
    background-position: 0 0;
}

.page-peel-content {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4000;
}

.page-peel-content .close {
    position: absolute;
}

.page-peel-content .close a {
    display: block;
    background-position: 0 100%;
}

.page-peel-content .close a:hover {
    background-position: 0 0;
}

.page-peel-content .corner {
    position: absolute;
    display: block;
}

.page-peel-content .corner.tl {
    top: 0;
    left: 0;
}

.page-peel-content .corner.bl {
    bottom: 0;
    left: 0;
    background-position: 0 -100%;
}

.page-peel-content .side {
    position: absolute;
    background-repeat: repeat-x;
}

.page-peel-content .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: repeat-x;
}

/* Chef skin */

.chef .page-peel-label a {
    width: 274px;
    height: 78px;
    background-image: url(../i/chef/label.png);
}

.chef .page-peel-content {
    top: 65px;
    right: -1000px;
    width: 775px;
    height: 253px;
}

.chef .page-peel-content .close {
    left: -32px;
    top: -20px;
}

.chef .page-peel-content .close a {
    width: 16px;
    height: 16px;
    background-image: url(../i/chef/close.png);
}

.chef .page-peel-content .c {
    background-image: url(../i/chef/bg.jpg);
}

.chef .page-peel-content img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 775px;
    height: 253px;
}