﻿/*BBOX框架样式 www.Dv9.org*/
/*一经调用，万事俱休！*/
/*V0.0.8-100303*/
html, body{ margin:0; padding:0; font-size:12px; width:100%; height:100%; font-family:Arial, Helvetica, sans-serif;}
div,ul,li,form,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,a,form,img{ margin:0; padding:0; list-style:none;}

/*所有浏览器下去虚线框全局类，及除下划线*/
a { text-decoration: none;}
a:hover {text-decoration: none;}
a{blr:expression(this.onFocus=this.close());}
a{blr:expression(this.onFocus=this.blur());}
a:focus { -moz-outline-style: none; }
a:focus { outline: none; }

/*页面高度自动延伸,目前该类只适用于IE6这垃圾东西*/
.autoheight{font: 0px/0px sans-serif; height:100%; clear: both; display: block;}

/*页面文字左右对齐类*/
.text_text{}

/*@junxy*/
/* Browser specific (not valid) styles to make preformatted text wrap */
pre.ypw {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 table-layout:fixed;
}/*@junxy*/

/*隐藏多余部分和解决ie6嵌套自动延伸bug*/
.over{ overflow:hidden;}

/*左浮动*/
.f{ float:left;}

/*右浮动*/
.r{ float:right;}

/*左右居中,不可与左、右对齐共用*/
.c{ margin:0 auto;}

/*鼠标指针手型*/
.s{ cursor:pointer;}

/*-----------------------额外----------------------------*/
/*清除浮动换行类*/
.clear{clear: both; height:5px; font-size:1px;}
