/*------加入购物车弹出框------*/
.bjPopTitle{ height:30px; line-height:30px; overflow:hidden; background:url(../images/top.png) no-repeat left -98px; padding:0 10px; color:#fff; font-size:14px; font-weight:bold; border-bottom:solid 1px #E4E4E4}
.bjPopTitle .close{width:13px; height:14px;line-height:14px;cursor:pointer; background:url(../images/top.png) no-repeat left -61px; vertical-align:middle; border:0; display:inline-block; _margin-top:7px;*margin-top:7px;}
.bjPopCol{ padding:10px 10px 10px; color:#555555; }
.bjPopCol .njNum{ height:20px; line-height:20px; overflow:hidden; margin-bottom:5px;text-align:right}
.bjPopCol .bjCgBar{ border:solid 1px #FEC49C; background:#FDF5E0; height:29px; line-height:29px; color:#545653; font-size:12px; padding-left:5px; margin-bottom:10px}
.bjPopCol .input{ width:175px; height:20px; overflow:hidden; border:solid 1px #DADADA; line-height:20px; background:url(../images/topbar.png) no-repeat left top; vertical-align:middle; margin-bottom:7px}
.bjPopCol .textArea{ width:420px; border:solid 1px #D8D8D8; vertical-align:middle; line-height:20px;   height:82px;margin-bottom:7px}
.bjPopBtn{ margin:0px 8px 0 35px; float:left;width:65px; height:24px; overflow:hidden; border:0; cursor:pointer; text-align:center; color:#FFF; font-weight:bold; font-size:12px;background:url(../images/button.png) no-repeat left -23px; line-height:24px;}
.confirmLeft{ width:100px; height:120px; overflow:hidden; float:left; background:url(../images/confirmPopImg.jpg) no-repeat left top}
.confirmRight{ float:right; width:360px; overflow:hidden; line-height:24px; font-family:Arial; font-size:14px}
.bjPop{border:solid 5px #E3E1E2; width:490px; overflow:hidden; background:#FFF;z-index:99999;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
left:50%;/*FF IE7*/
top: 50%;/*FF IE7*/
margin-left:-245px!important;/*FF IE7 */
margin-top:-134px!important;/*FF IE7 */
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.bjBg {
background-color: #ccc;width: 100%;height: 100%;left:0;top:0;/*FF IE7*/
filter:alpha(opacity=50);/*IE*/opacity:0.5;/*FF*/z-index:10000;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/}
