/************************************************************************************* 
	'**************************************************
	'*     	Filename: 		css.css
	'*     	Version: 		2.0      	 		
	'*		Last Modified:	July 9, 2008
	'*	  	Copyright: 		www.macroblue.org	
	'*  	Programmer:		Ivan R.Yin	 		 
	'*      E-mail: 		macroblue.net@gmail.com	 
	'*      QQ: 			2023803       		 
	'**************************************************
	1. .blank 元素，清除浮动，并空出相应像素。
	2. 功能性浮动类,主要用于对浮动的处理	
	3. 功能位置类,用于处理 padding 和 margin.
	4. 万能闭合
************************************************************************************/

.blank1 { height:1px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank2 { height:2px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank3 { height:3px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank4 { height:4px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank5 { height:5px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank6 { height:6px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank7 { height:7px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank8 { height:8px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank9 { height:9px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank10 { height:10px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank15 { height:15px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank20 { height:20px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
.blank30 { height:30px; width:100%; clear:both; font-size: 1px; line-height: 0px; }
/*留白，并清除浮动*/
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
.floatleft { float: right; }
.floatright { float: left; }
.hide { display:none; }
.show { display:block; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.center { margin:0 auto; text-align:center; float:none; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
/*************************************************************************************
	万能闭合
**************************************************************************************/
/* Clear Fix 添加空格清除融合*/  
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac */
.clearfix { display:block; }
/* End hide from IE Mac */
/* end of clearfix */

.image_margin_u_d_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

