/*
	Name:TuzhiStyle v1.0 -CSS Framework
	Author: Zhu Qin
	Styles updated:Dec. 08.12.11@14:45 a.m.
*/

/*=Layouts
---------------------------------*/
@charset "utf-8";
/* CSS Document */
@import url(layout.css);
* { margin:0; padding:0;}
body { font-size:12px; font-family:"Microsoft YaHei"; background:#FFF;}
html { height:100%;margin-bottom:1px;}
h1,h2,h3,h4,h5,h6{ font-size:12px;}
ul { list-style:none;}
img { border:none;}
em,cite { font-style:normal;}

table { border-collapse:collapse; border-spacing:0;}

/*=Forms
----------------------------------*/
input,
select { vertical-align:middle; font-size:12px}
.input_text {color:#CCC;}
.input_text_focus { color:#000; border:1px solid #FF0096;}
.input_button { cursor:pointer;}

/*=Links
----------------------------------*/

a { text-decoration:none; COLOR: #333}
a:hover { text-decoration:none; color:#005e5e}
.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);}

/*=Margin
----------------------------------*/
.mt5px { margin-top:5px;}
.mt8px { margin-top:8px;}
.mt10px { margin-top:10px;}
.mr3px { margin-right:3px;}
.mr5px { margin-right:5px;}
.mr8px { margin-right:8px;}
.mr9px{ margin-right:9px;}
.mt9px{ margin-top:9px;}
.mr10px { margin-right:10px;}
.mr13px { margin-right:13px;}
.mb10px{ margin-bottom:10px;}
.pl15{ padding-left:15px;}
.pl30{ padding-left:30px;}
/*=Hocks
----------------------------------*/
.clear {clear:both;}
/*=color
----------------------------------*/
.red,.red a{ color:#F00}
/*=font-size
----------------------------------*/
.w1000{ width:1000px; margin:0 auto;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix { height: 1%; }
.clearfix { display: block; clear:both; float:none; }

