@charset "UTF-8";
#cartOpen { cursor:pointer; }
.cartPopupWrap { margin: 0 auto; width: 980px; position: absolute; z-index: 9000; }

#cartToggle {  position:absolute; display:none; top:120px; background:url(../../img/loginPopupBG.png) no-repeat left top; right:20px;  }
#box_cart { width:300px; border:1px solid #897e76; background:#fff; padding:1px; }
#box_cart h4 { background:url(../../img/containerBG.jpg) repeat-x top; color:#8B7F78; border-bottom:1px solid #EAD7C5; padding:5px 0 5px 6px; }
#box_cart h4 a { color:#8B7F78; } 
#box_cart img.cartImage { height:40px; padding:1px; background:#fff; border:1px solid #dac6b3; }

.box_cart_inner .cartRow1 { background:#FEF7F0; border-bottom:1px solid #EAD7C5; padding:4px 0;}
.box_cart_inner .cartRow2 { background:#FFFAF5; border-bottom:1px solid #EAD7C5; padding:4px 0; }
.box_cart_inner { background:#fef0e0; padding:15px; }
.box_cart_inner p { margin:0; color:#000; }




