/**
 * Created with WebStorm.
 * User: 14091150
 * Date: 14-11-3
 * Time: 下午2:28
 * To change this template use File | Settings | File Templates.
 */

/*popWin*/
	/* popwin mask */
.popWinMask{ width: 100%; height: 100%; position: absolute; top:0; left: 0; background: #000; opacity: 0.3; filter: alpha(opacity=30);}
iframe.popWinFrame{ position: absolute; top:0; left: 0; background: transparent; z-index: 9; filter: alpha(opacity=0); opacity: 0; width: 100%;}
	/* popwin box */
.popWin{ position: fixed; _position: absolute; left: 50%; top: 50%; margin: -63px 0 0 -186px; border-radius: 1px; box-shadow: 0 0 10px #666; overflow: hidden;}
.popWinBg{ position: absolute; left: 0; top: 0; width: 9999px; height: 9999px; background: #000; opacity: .2; filter: alpha(opacity=20); z-index: -1;}
.popWinTitle{ padding: 0 0 0 15px; height: 42px; line-height: 42px; background: #fff; font-size: 16px; font-weight: 700; color: #333; border-radius: 1px 1px 0 0;/* *position: absolute; *left: 6px; *right: 6px; *z-index: 1; _width: 100%; _padding: 0; _text-indent: 1em;*/}
a.popWinClose,a.popWinClose:active{ background: #fff; position: absolute; top: 0;/* *top: 10px;*/ right: 0; /**right: 10px;*/ z-index: 2; display: block; width: 42px; height: 42px; line-height: 42px; font-size: 20px; font-weight: bold; color: #666; text-align: center; overflow: hidden; text-decoration: none; /*_text-indent: 0;*/}
a.popWinClose:hover{ color: #fff; background: #e94443;}
.popWinMain{ padding: 0 15px;/* *padding: 65px 15px 30px;*/ background: #fff;}
.popWinLoading{ text-align: center; padding: 52px 0;}
.popWinLoading i{ background: url("images/popwin/popwinload.gif") no-repeat center center; display: inline-block; width: 16px; height: 16px; vertical-align: middle; margin: 0 10px 0 0;}
	/* popwin btns*/
.popWinBtns{ background: #fff; text-align: center; padding: 15px 0; border-top: 1px solid #e7e7e7; border-radius: 0 0 1px 1px;}
.popWinBtns a{ display: inline-block; min-width:48px; margin: 0 10px; padding:0 20px; color: #666; text-decoration: none; border-radius: 2px; font-size: 14px; line-height:28px;}
.popWinBtns a:hover{ text-decoration: none;}
.popWinBtnYes{ border: 1px solid #f70; background: #f70; color: #fff !important;}
.popWinBtnYes:hover{ border: 1px solid #ff9000; background: #ff9000;}
.popWinBtnNo{ border: 1px solid #ddd; background: #fff;}
.popWinBtnNo:hover{ border: 1px solid #ddd; background: #f8f8f8;}
.popWinBtns-left{ text-align: left;}
.popWinBtns-right{ text-align: right;}

/* popwin theme(b) */
.b .popWinBtnYes{ border: 1px solid #2882d7; background: #2882d7;}
.b .popWinBtnYes:hover{ border: 1px solid #3092ee; background: #3092ee;}

/* popwin theme(example) */
.mask_z{ /* background: #000; */opacity:0; filter: alpha(opacity=0);}
.z .popWinBg{ /* background: #000; */ }
.z .popWinTitle{ /* background: #eee; border-bottom: 1px solid #ccc; color: #333; */ }
.z .popWinMain{ /* background: #fff; */ }
.z a.popWinClose,.z a.popWinClose:active{ /* color: #666; */ }
.z a.popWinClose:hover{ /* color: #666; */ }
.z .popWinBtns{ /* background: #fff; border-top: 1px solid #e7e7e7; */ }
.z .popWinBtns a{ /* color: #333; box-shadow: 0 1px 1px #ddd; font-size: 12px; */ }
.z .popWinBtnYes{ /* border: 1px solid #ec8001; background: #ec8001; background: linear-gradient(to top, #f88700, #fe9900); */}
.z .popWinBtnYes:hover{ /* border: 1px solid #fe9900; background: #fe9900; background: linear-gradient(to top, #fe9900, #ffa800); */}
.z .popWinBtnNo{ /* border: 1px solid #ccc; background: #ccc; background: linear-gradient(to top, #eee, #fafafa); */}
.z .popWinBtnNo:hover{ /* border: 1px solid #ccc; background: #fff; background: linear-gradient(to top, #f4f4f4, #fff); */}

/* popwin theme(c) */
.c .popWinMain{padding:0;}