
/* CSS Document */
/************************************************
Author: 朱启标 abelchu@Gmail.com
Last updated: 2010/04/25 通过W3C CSS 验证服务
************************************************/


/************************************************
*	default style					            *
************************************************/

*{margin:0;padding:0;list-style:none;}

select, input, textarea{color:#575757;background:inherit;font:12px/1.8em Arial,Verdana,Tahoma,sans-serif;}

div, form, img, ul, ol, li, dl, dt, dd{margin:0;padding:0;}

a img, img {border:0;}

h1, h2, h3, h4, h5, h6{ margin:0;padding:0;font:12px/1.8em Arial,Verdana,Tahoma,sans-serif;}

table{ border-collapse:collapse;text-align:left;margin:auto;}

body {margin:0 auto;padding:0;font:12px/1.6em Arial,Verdana,Tahoma,sans-serif;color:#333333;background:#f8f4d7;}
#wrapper{margin:0 auto;padding:0;}


/* Links style */
a{color:#666666;text-decoration:none;outline:none;}
a:hover{color:#ff0000;text-decoration:underline;}
a:focus{color:#ff0000;text-decoration: none;}

.black_a {color:#333333;text-decoration:none;}
.black_a:hover {color:#ff0000;text-decoration:underline;}
.black_a:focus{color:#ff0000;text-decoration:none;}

.ash_a {color:#cccccc;text-decoration: none;}
.ash_a:hover {color:#ff0000;text-decoration:underline;}
.ash_a:focus{color:#ff0000;text-decoration:none;}

.smoke_a {color:#666666;text-decoration: none;}
.smoke_a:hover {color:#ff0000;text-decoration:underline;}
.smoke_a:focus{color:#ff0000;text-decoration:none;}

.white_a {color:#fcfcfc;text-decoration:none;}
.white_a:hover {color:#ff0000;text-decoration:underline;}
.white_a:focus{color:#ff0000;text-decoration:none;}

.red_a {color:#e42314;text-decoration:none;}
.red_a:hover {color:#ff0000;text-decoration:underline;}
.red_a:focus{color:#ff0000;text-decoration:none;}


/************************************************
*	form style									*
************************************************/
input, textarea, select{ padding:0px;}
.submit,.submit input{ cursor:pointer;}


/************************************************
*		clearfix style							*
************************************************/
.clear{ clear:both;visibility:hidden;height:0;overflow:hidden;}
br.clear {visibility:hidden;height:0;overflow:hidden;}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}

/************************************************
*	class style									*
************************************************/
.boxer{ margin-left:auto;margin-right:auto;width:1020px;}
.floatL{ float:left;}
.floatR{ float:right;}

.bold {font-weight:bold}
.blank6,.blank8,.blank10,.blank20 {display:block;clear:both;font-size:0;overflow:hidden}
.blank6 {height:6px}
.blank8 {height:8px}
.blank10 {height:10px}
.blank20 {height:20px}
.hidden {display:none}
.show {display:block}
.block {display:block}
.inline {display:inline}
.noH {height:0;font-size:0;overflow:hidden}
.noBg {background:none}
.mgTop10 {margin-top:10px}
.mgBot10 {margin-bottom:10px}


/************************************************
*	boxer style				   				    *
************************************************/
.boxer{margin-left:auto;margin-right:auto;width:1020px;}

.flash{margin-left:auto;margin-right:auto;width:1020px;height:621px;text-align:center;overflow:hidden;}

