/*
    popcart Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#popcart, #cpopOverlay, #cpopWrapper{position:absolute; top:0; left:0; z-index:99999999; overflow:hidden;}
#cpopWrapper {max-width:none;}
#cpopOverlay{position:fixed; width:100%; height:100%;}
#cpopMiddleLeft, #cpopBottomLeft{clear:left;}
#cpopContent{position:relative;}
#cpopLoadedContent{margin-bottom:41px; overflow:auto; -webkit-overflow-scrolling: touch;}
#cpopTitle{margin:0;}
#cpopLoadingOverlay, #cpopLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cpopPrevious, #cpopNext, #cpopClose, #cpopSlideshow{cursor:pointer;}
.cpopPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cpopIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#popcart, #cpopContent, #cpopLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of popcart.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cpopOverlay{background:#000;}
#popcart{outline:0;}
    #cpopContent{margin-top:20px;background:#000;}
        .cpopIframe{background:#fff;}
        #cpopError{padding:50px; border:1px solid #ccc;}
        #cpopLoadedContent{border:0px solid #111; background: none;}
        #cpopTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cpopCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cpopLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cpopPrevious, #cpopNext, #cpopSlideshow, #cpopClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cpopPrevious:active, #cpopNext:active, #cpopSlideshow:active, #cpopClose:active {outline:0;}
        
        #cpopSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cpopPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cpopPrevious:hover{background-position:bottom left;}
        #cpopNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cpopNext:hover{background-position:bottom right;}
        #cpopClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cpopClose:hover{background-position:bottom center;}
		
		.popbutton {position:absolute;bottom:15px;left:8px;z-index:99999;}
		.continueshop {position:absolute;bottom:15px;right:8px;z-index:99999;}
		.tpopbutton {position:absolute;bottom:10px;left:8px;z-index:99999;}
		.tcontinueshop {position:absolute;bottom:10px;right:8px;z-index:99999;}
		.poplight .popcontent { max-height:330px; overflow:auto; }
		.popdark .popcontent { max-height:330px; overflow:auto; }
		
		a.pbcartd { cursor: pointer; color: #000; font-size: 12px; line-height:13px; background-color: #EEE; background-image: url(../images/blackgradtop.png); background-position: top; background-repeat:repeat-x; padding: 6px 12px 6px 12px; text-decoration: none; border:1px solid #000; margin-right:4px; }
a.pbcheckoutd { cursor: pointer; color: #000; font-size: 12px; line-height:13px; background-color: #EEE; background-image: url(../images/blackgradtop.png); background-position: top; background-repeat:repeat-x; padding: 6px 12px 6px 12px; text-decoration: none; border:1px solid #000; margin-left:4px; }
a.pbcontinued { cursor: pointer; color: #000; font-size: 12px; line-height:13px; background-color: #EEE; background-image: url(../images/blackgradtop.png); background-position: top; background-repeat:repeat-x; padding: 6px 12px 6px 12px; text-decoration: none; border:1px solid #000; }
a.pbcartd:hover, a.pbcheckoutd:hover, a.pbcontinued:hover { background-image: url(../images/whitegradtop.png); }	

a.pbcartl { cursor: pointer; color: #CCC; font-size: 12px; line-height:13px; background-color: #111; background-image: url(../images/blackgradtop.png); background-position: top; background-repeat:repeat-x; padding: 6px 12px 6px 12px; text-decoration: none; border:1px solid #000; margin-right:4px; }
a.pbcheckoutl { cursor: pointer; color: #CCC; font-size: 12px; line-height:13px; background-color: #111; background-image: url(../images/blackgradtop.png); background-position: top; background-repeat:repeat-x; padding: 6px 12px 6px 12px; text-decoration: none; border:1px solid #000; margin-left:4px; }
a.pbcontinuel { cursor: pointer; color: #CCC; font-size: 12px; line-height:13px; background-color: #111; background-image: url(../images/blackgradtop.png); background-position: top; background-repeat:repeat-x; padding: 6px 12px 6px 12px; text-decoration: none; border:1px solid #000; }
a.pcartl:hover, a.pbcheckoutl:hover, a.pbcontinuel:hover { background-image: url(../images/whitegradtop.png); }	
