

/*前台产品详细说明表格*/

.atable{
    dudley:expression(cellPadding=5,cellSpacing=1,this.align='center');  
    width:90%;
	background-color:#cccccc;
}
.atrtitle{ background-color:#D7EDFF;}
.atdtitle{ height:24;text-align:center;background-color:#D7EDFF;}
.atrcommon{ background-color:#ffffff;}
.atdleft{background-color:#F7FAFD;}
.atdright{}
/*用户前台购买表格，购买结果表格*/

.btable{
    dudley:expression(cellPadding=5,cellSpacing=1,this.align='center');  
    width:95%;
	background-color:#cccccc;
}
.btrtitle{ background-color:#D7EDFF;}
.btdtitle{ height:28;text-align:center;background-color:#D7EDFF;line-height:150%}
.btrcommon{ background-color:#ffffff;}
.btdleft{background-color:#F7FAFD;text-align:right;line-height:150%}
.btdright{line-height:150%;}

.binput{font-size:9pt;}
.bselect{font-size:9pt;}
.bradio{font-size:9pt;}
.btext{font-size:9pt;}
.bsubmit{font-size:9pt;background-color:#EAEAEA;font-size:9pt;cursor:hand;}
.breset{font-size:9pt;background-color:#EAEAEA;font-size:9pt;cursor:hand;}
.bbutton{font-size:9pt;background-color:#EAEAEA;font-size:9pt;cursor:hand;}

/*用户后台管理表格*/

.ctable{
    dudley:expression(cellPadding=2,cellSpacing=1,this.align='center');  
    width:100%;
	background-color:#cccccc;
}
.ctrtitle{ background-color:#D7EDFF;}
.ctdtitle{ height:28;text-align:left;background-color:#D7EDFF;
	color: #004a80;
	font-size: 12px;
	line-height: 18px;
	padding-left:6px;
	   }
.c2trtitle{ background-color:#F5FBFE;}
.c2tdtitle{ height:25;text-align:center;
	color: #000000;
	font-size: 12px;
	   }
.ctrcommon{ background-color:#ffffff;}
.ctdleft{height:22;background-color:#F7FAFD;text-align:left;padding-left:6;}
.ctdright{line-height:150%;padding-left:6px;}
.cinput{font-size:9pt;}
.cselect{font-size:9pt;}
.cradio{font-size:9pt;}
.ctext{font-size:9pt;}
.csubmit{font-size:9pt;background-color:#EAEAEA;font-size:9pt;cursor:hand;}
.creset{font-size:9pt;background-color:#EAEAEA;font-size:9pt;cursor:hand;}
.cbutton {
	width:55px;
	font-size:9pt;
	height:19px;
	cursor: hand;
	background-image: url(/sysmod/webmod10000002/images/seebutton3.gif);
	background-position: center center;
	border-top: 0px outset #eeeeee;
	border-right: 0px outset #888888;
	border-bottom: 0px outset #888888;
	border-left: 0px outset #eeeeee;
	padding-top: 4px;
	background-repeat: repeat-x;
	}
.dbutton{
background-color:#EAEAEA;font-size:9pt;cursor:hand;
}