/****************************************************
CSS Document For Mockup v0.1.5 on DrapBox
Style name : Basic Style
File name : Base.css
Author : Tyoumihin
Date : ----/--/-- 2008-11-24
****************************************************/
/* =Reset
----------------------------------- */
* { margin:0; padding:0; border:0;}
html, body { height:100%; color:#444}
body { font-size:75%; line-height:1.5} /* 1em = 12px; lineHeight = fontSize X 1.5 */
ul, ol { list-style:none} /* 强制关闭列表 --/

h1,h2,h3,h4,h5,h6 { font-weight:400}
a { text-decoration:none; outline:none}
a:hover { text-decoration:underline}
/* a,area { blr:expression(this.onFocus=this.blur()) } */

table { width:100%; border-collapse:collapse; border-spacing:0; margin:0 auto; clear:both} /* border-collapse:collapse; 两个重合的描边 所产生为一个px */
img { border:none}
em { font-style:normal}
hr { height:0; clear:both}

.todie { display:none} /*  */
.hidden { position:absolute; left:-9999px}
.reborn { position:static; display:block}
.single { clear:both}

.clear:after { content:"\0020"; display:block; height:0; clear:both}
.clear { zoom:1}

/* default size [ decimal ]
----------------------------------- */
.size-xxxl,.size-40em {width:40.5em} /* XXXL SIZE */
 .size-xxl,.size-30em {width:30.5em} /*  XXL SIZE */
  .size-xl,.size-26em {width:25.5em} /*   XL SIZE */
   .size-l,.size-20em {width:20.5em} /*    L SIZE */
   .size-m,.size-15em {width:15.5em} /*    M SIZE */
   .size-s,.size-12em {width:12.5em} /*    S SIZE */
  .size-xs,.size-8em  {width:8.5em } /*   XS SIZE */
 .size-xxs,.size-6em  {width:6.5em } /*  XXS SIZE */
.size-xxxs,.size-3em  { width:3.5em} /* XXXS SIZE */

/* =layout
----------------------------------- */
#wrapper { position:relative; text-align:left}

.flush-r{ text-align:right}
.flush-l{ text-align:left}
.flush-c{ text-align:center}

/* =Grids
----------------------------------- */
div.last { margin-right:0}
div.w950 { min-width:950px; width:79.16em} /* min-width:950px; 最小宽度 */
img { vertical-align:top;}

.g230,.g310,.g460,.g710 { margin-right:10px; float:left}
.g230 { min-width:19.16em; width:24.2%}
.g310 { min-width:25.8em; width:32.6%}
.g460 { min-width:38.3em; width:48.4%}
.g710 { min-width:59.16em; width:74.73%}

/* =Elements Base Style
-------------------------*/
table,
fieldset,input.text,select.text,textarea.text,button { border:1px solid;}
