
#wrap .pack-top {
    height: 75px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #FFF;
}
#wrap2 .pack-top { height: 8px; }

#wrap .pack-top .pack-top {
    background: transparent url('../img/pack-top-center.png') repeat-x scroll 0 0;
}
#wrap2 .pack-top .pack-top {
    background-color: #211f1f;
}

#wrap .pack-top .pack-top .pack-top {
    background: transparent url('../img/pack-top-right.png') no-repeat scroll 100% 0;
}
#wrap2 .pack-top .pack-top .pack-top {
    background: transparent url('../img/pack-top-right2.png') no-repeat scroll 100% 0;
}

#wrap .pack-top .pack-top .pack-top .pack-top {
    background: transparent url('../img/pack-top-left.png') no-repeat scroll 0 0;
    padding: 12px 0 0 70px;
}
#wrap2 .pack-top .pack-top .pack-top .pack-top {
    background: transparent url('../img/pack-top-left2.png') no-repeat scroll 0 0;
}



.pack-center {
    background-color: #211f1f;
    margin: 0 11px 0 11px;
    overflow: hidden;
    padding: 0 20px 0 20px;
    color: #bbb;
}

.pack-bottom {
    height: 8px;
    overflow: hidden;
    padding: 0;
    margin: 0; 
}

.pack-bottom .pack-bottom {
    background-color: #211F1F;
}

.pack-bottom .pack-bottom .pack-bottom {
    background: transparent url('../img/pack-bottom-right.png') no-repeat scroll 100% 0;
}

.pack-bottom .pack-bottom .pack-bottom .pack-bottom {
    background: transparent url('../img/pack-bottom-left.png') no-repeat scroll 0 0;
}

