@charset "utf-8";
* {margin:10 0px;padding:0px;font-size:12px;color:#333;border:0px;font-family:"microsoft yahei",Helvetica,sans-serif;}

label {color:#FFF;}
#calculator_base,#calculator_complete {position:relative;margin:0 auto;padding-top:10px;width:540px;}
#calculator_base_cup,#calculator_complete_cup {padding-bottom:10px;}
#calculator_base_container,#calculator_complete_container {width:437px;height:448px;margin:0px 10px;background:url(../images/siverbg.png) no-repeat 0 0;}
#calculator_complete_container {height:578px;background-image:url(../images/siverbg2.png);}
/* table */
#base_table_main td {height:53px;}
#complete_table_main td {height:40px;*height:38px;}
#complete_table_more td {height:40px;}
.calculator_table {width:100%;}
.calculator_table td {text-align:center;padding:0px;margin:0px;}
.topRowCss td {height:30px;*height:32px;color:#FFF;padding-top:3px;}
#baseEprsPanel,#completeEprsPanel {text-align:right;}
/* button */
.baseBtnCommonCss {width:94px;height:44px;background:url(../images/d1btn.gif) no-repeat 0 -44px;font-size:14px;color:#FFF;}
.baseBtnCss1 {background-image:url(../images/d0btn.gif);}
.baseBtnCss2 {background-image:url(../images/d2btn.gif);font-size:20px;}
.baseBtnCss3 {background-image:url(../images/d3btn.gif);font-size:16px;}
.baseBtnCss4 {background-image:url(../images/d4btn.gif);font-size:20px;}
.completeBtnCommonCss {width:64px;height:34px;border:0px;background:url(../images/e0btn.gif) no-repeat 0 -34px;font-size:14px;color:#FFF;}
.completeBtnCss1 {background-image:url(../images/e1btn.gif);}
.completeBtnCss2 {background-image:url(../images/e3btn.gif);}
.completeBtnCss3 {background-image:url(../images/e2btn.gif);font-size:18px;}
.completeBtnCss4 {background-image:url(../images/e4btn.gif);font-size:18px;}
.completeBtnCss5 {width:74px;height:34px;background:url(../images/e5btn.jpg) no-repeat 0 -34px;}
/* common */
.displayCss {width:390px;height:56px;text-align:right;font-size:40px;padding:0 5px;
	*line-height:140%; /* for ie */}
.helperBox {width:42px;height:27px;color:#FFF;text-align:center;background-color:#CCC;background:url(../images/num.gif) no-repeat;margin:0px;padding:0px;
	*line-height:200%; /* for ie */}
.calculator_tab {position:absolute;left:457px;top:10px;height:62px;width:62px;background:url(../images/cal_tab.gif) no-repeat;}
.calculator_tab ul {list-style:none;width:100%;height:100%;margin:0px;padding:0px;}
.calculator_tab ul li {height:31px;width:100%;color:#FFF;text-align:center;cursor:pointer;line-height:240%;}
.selTabTop {background:url(../images/cal_tab_top.gif) no-repeat;}
.selTabBottom {background:url(../images/cal_tab_bottom.gif) no-repeat;}