/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{font-family: arial, verdana; font-size: 12px;position:absolute; top:0; left:0; z-index:9999; overflow:hidden; text-align: left; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{margin-top: 0px; text-align: left;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin-top:10px; margin-left: 50px}
#cboxClose{position:absolute; top:10px; right:30px; display:block; color:#444; text-transform: capitalize;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxTopLeft{width:25px; height:45px; margin-left:25px; background:url(/sales/images/border5.png) 0 0 no-repeat;}
    #cboxTopCenter{height:45px; background:url(/sales/images/border5.png) 0 -98px repeat-x;}
    #cboxTopRight{width:25px; height:45px; margin-left:-25px; background:url(/sales/images/border5.png) -57px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:40px; margin-left:25px; background:url(/sales/images/border5.png) 0 -57px no-repeat;}
    #cboxBottomCenter{height:40px; background:url(/sales/images/border5.png) 0 -145px repeat-x;}
    #cboxBottomRight{width:25px; height:40px; margin-left:-25px; background:url(/sales/images/border5.png) -57px -57px no-repeat;}
    #cboxMiddleLeft{width:37px; background:url(/sales/images/border6.png) 11px 0 no-repeat;}
    #cboxMiddleRight{width:25px; background:url(/sales/images/border6.png) -37px 0 no-repeat;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin:0px 0;}
        #cboxTitle{position:absolute; top:0px; left:0; color:#000;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(/sales/images/loading.gif) 5px 5px no-repeat #fff;}


