#popupbox{display:none;position:absolute;z-index:990;width:500px;left:50%;top:110px;margin-left:-250px;background:#fff;}
.popupbox-corner{background:url(corner.png) no-repeat;position:absolute;width:42px;height:47px;}
#popupbox-top-left-corner{top:-47px;left:-42px;}
#popupbox-top-right-corner{background-position:-43px 0;top:-47px;right:-42px;}
#popupbox-bottom-right-corner{background-position:-43px -48px;bottom:-47px;right:-42px;}
#popupbox-bottom-left-corner{background-position:0 -48px;bottom:-47px;left:-42px;}
.popupbox-horizont-side{background:url(horizont.png) repeat-x;position:absolute;width:100%;height:47px;left:0;}
#popupbox-top-side{top:-47px;}
.popupbox-top-side-arrow{background:url(top-arrow.png) 0 0;}
#popupbox-bottom-side{background-position:0 -48px;bottom:-47px;}
.popupbox-vertical-side{background:url(vertical.png) repeat-y;position:absolute;width:42px;height:100%;top:0;}
#popupbox-left-side{left:-42px;}
#popupbox-right-side{background-position:-43px 0;right:-42px;}
#popupbox-content{height:100%;}
#popupbox-header{}
#popupbox-close{position:absolute;top:0;right:0;z-index:1;width:15px;height:16px;background:url(../sprite_position.png) no-repeat 0 0;cursor:pointer;}
#popupbox-title{font-family:Corbel, Arail, sans-serif;font-size:20px;padding:0 0 10px 10px;}
#popupbox-text{clear:both;padding:0 10px;}
#cart_scroll{width:759px;overflow:auto;}
#cart_scroll .cart_table{margin:0;}
#order_scroll{width:700px;overflow:auto;padding-top:5px;}
.jspContainer{overflow:hidden;position:relative;outline:none !important;}
.jspPane{position:absolute;}
.jspVerticalBar{position:absolute;top:0;right:0;width:15px;height:100%;background:red;}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red;}
.jspVerticalBar *, .jspHorizontalBar *{margin:0;padding:0;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{background:#f4f4f4;position:relative;}
.jspDrag{background:#d7d7d7;position:relative;top:0;left:0;cursor:pointer;}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{float:left;height:100%;}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}
.jspArrow.jspDisabled{cursor:default;background:#80808d;}
.jspVerticalBar .jspArrow{height:16px;}
.jspHorizontalBar .jspArrow{width:15px;float:left;height:100%;}
.jspVerticalBar .jspArrow:focus{outline:none;}
.jspCorner{background:#eeeef4;float:left;height:100%;}
* html .jspCorner{margin:0 -3px 0 0;}