﻿/*必胜国际内部使用样式表格式化 增强版本1.0*/
/*第一版于2008.10.7日开始使用*/
	/*    注意    */
/*请装此表存为UTF－8格式*/
html{font-family:Arial,'宋体','微软雅黑'; font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,   
fieldset,input,textarea,p,blockquote,th,td /*格式化所有标签的内外补丁*/
{margin:0;padding:0;} 
table<!---->
{border-collapse:collapse;border-spacing:0;} 
fieldset,img /*所有图像的边框为0*/
{border:0;}   
address,caption,cite,code,dfn,em,strong,th,var /*一些不常用标签枝格式化*/
{font-style:normal;font-weight:normal; }  
ol,ul,li/*把列表前面的默认为无格式*/
{list-style:none;}   
caption,th /*表格标题默认左对齐*/
{text-align:left;}   
h1,h2,h3,h4,h5,h6 /*标题样式格式化*/
{font-size:100%;font-weight:normal; }  
q:before,q:after 
{content:''; }   
abbr,acronym 
{border:0;}
/*以上引用YAHOO 的CSS 格式化文件*/
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/*当内容多出所设宽度值时IE6 IE7 为隐藏后带“...”FF按宽度隐藏*/
.clear{position:static;overflow:auto;zoom:1;}/*清除浮动*/
/*以上为大类CLASS*/
.m_l{margin-left:5px;}
.m_t{margin-top:5px;}
.f_r{float:right;}
.f_l{float:left;}
/*以上为常用CLASS*/
/*********************************以上经同意后修改并修改版本号******************************************************************/
.center{text-align:center;}
.white{color:#fff;}



