@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
body {
    font: 12px/1.5 "微软雅黑",Helvetica,Arial,sans-serif;
    background-color: #fff;
	color: #3b3b3b;
}
a { text-decoration: none;}
img { border:0;}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
.b-left {
	*display: inline; /* ie6 7 浮动bug */
	float: left !important;
}
.b-right { 
	*display: inline;  /* ie6 7 浮动bug */
	float: right !important;
}
.b-clear { *clear: both;}
.b-clear:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	margin: 0px ;
	padding: 0px;
	line-height: 0px;
	overflow: hidden;
}
.b-hide { display: none !important;}
.b-show { display: block !important;}