/*
	Name:TuzhiStyle v1.0 -CSS Framework
	Author: Wang Longjun
	Styles updated:Apr 16.04.08@10:06 a.m.
*/

/*=Layouts
---------------------------------*/
@import url(base.css);
#page { width:900px; text-align:left; margin:0 auto; overflow:hidden;}

* { margin:0; padding:0;}
body { font:12px/18px Verdana,Arial,sans-serif,"宋体"; text-align:center;}
html { height:100%;margin-bottom:1px;}
h1,h2,h3,h4,h5,h6, { font-size:12px;}
ul { list-style:none;}
img { border:none;}
cite { font-style:normal;}
table { border-collapse:collapse; border-spacing:0;}

/*=Forms
----------------------------------*/
input,
select { vertical-align:middle;}
.input_text { border:1px solid #;}
.input_text_foucs { border:1px solid #;}

/*=Links
----------------------------------*/

a { text-decoration:none;}
.rar,
.doc,
.pdf,
.rss,
.http,
.mail { padding-right:20px; background-repeat:no-repeat; background-position:0 0;}

.rar { background:url(css/img/rar.gif);}
.doc { background:url(css/img/word.gif);}
.pdf { background:url(css/img/pdf.gif);}
.rss { background:url(css/img/rss.gif);}
.http { background:url(css/img/http.gif);}
.mail { background:url(css/img/mail.gif);}

/*=Hocks
----------------------------------*/
.clear { clear:both;}




