
/*表格项溢出处理样式——溢出部分使用...代替*/
.overflow {white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
-o-text-overflow:ellipsis;-moz-binding: url("moz-text-overflow.xml#text-overflow");}
.overflow a {white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
-o-text-overflow:ellipsis;-moz-binding: url("moz-text-overflow.xml#text-overflow");}
.overflow a  span {white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
-o-text-overflow:ellipsis;-moz-binding: url("moz-text-overflow.xml#text-overflow");}
.overflow span {white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
-o-text-overflow:ellipsis;-moz-binding: url("moz-text-overflow.xml#text-overflow");}

dd  {-webkit-margin-start:0}/*兼容google 浏览器*/

/*解决fck编辑的内容在FCK编辑器中的样式与在页面中的样式不一致的问题*/
.fck_div ol{
	list-style-type:decimal;
	list-style-position:inside;}
.fck_div ul {
	list-style-type:disc;
	list-style-position:inside;}
.fck_div li {
	padding-left:20px;
}
.serviceModContent ol{
	list-style-type:decimal;
	list-style-position:inside;}
.serviceModContent ul {
	list-style-type:disc;
	list-style-position:inside;}
.serviceModContent li {
	padding-left:20px;
}

/*文本对齐样式*/
.left{ text-align:left;}
.right{ text-align:right;}

/*TODO以下需要移到各模板的样式表中*/
.label_click{ cursor:pointer;}

/*弹窗宽度*/
#window_vhost_buy{ width:580px; }
#window_vhost_upgrade{ width:500px;}
#window_vhost_s_info{ width:400px;}
#window_vhost_pwd{ width:400px;}
#window_vhost_renew{ width:400px;}
#window_vhost_space{ width:500px;}
#window_vhost_type{ width:400px;}
#window_vhost_dbspace{ width:400px;}
#window_vhost_createdb{ width:400px;}
#window_vhost_mail{ width:520px;}
#window_vhost_flux{ width:400px;}
#window_vhost_upgrade_g{ width:580px;}

#window_mail_info{ width:450px;}
#window_mail_renew{ width:350px;}
#window_mail_passwd{ width:430px;}
#window_mail_upgrade{ width:480px;}
#window_mail_harddisk{ width:480px;}
#window_mail_buy{ width:580px; }
.mail_upgrade_div {padding: 10px 10px 13px; background: rgb(254, 255, 205) none repeat scroll 0% 0%; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}

.domainTab{ background-color:#f3f3f3; height:30px;}
.domainTab span{ display:inline-block; margin-left:5px; margin-top:4px; padding:0 8px; height:26px; line-height:26px; background-color:#e1e1e1; color:#a2a1a1; cursor:pointer;}
.domainTab span.on{ background-color:#fafafa; font-weight:bold; color:#666;}


/*响站 rweb 涉及到div的css*/
#window_rweb_s_info{ width:400px;}
#window_rweb_renew{ width:400px;}
#window_rweb_upgrade{ width:400px;}
#window_rweb_service{ width:800px;}
#window_rweb_language{ width:900px;}
#window_rweb_buy{ width:580px; }