/* cowh CSS reset V1.11 design by cowh */
/**************************************************************************/
/* css reset v1.01 ---------------------------------------------begin----- */
body{
	background-color:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,     
pre, form, fieldset, input, textarea, p, blockquote, th, td {     
 padding: 0;    
 margin: 0;    
 }    
fieldset, img {     
 border: 0;    
 }    
table {    
 border-collapse: collapse;    
 border-spacing: 0;    
 }    
ol, ul {    
 list-style: none;    
 }    
address, caption, cite, code, dfn, em, strong, th, var {    
 font-weight: normal;    
 font-style: normal;    
 }    
caption, th {    
 text-align: left;    
 }    
h1, h2, h3, h4, h5, h6 {
 font-weight: normal;    
 font-size: 100%;    
 }    
q:before, q:after {    
 content: '';    
 }    
abbr, acronym {     
 border: 0;    
 }
a{
	color:#666;
 text-decoration:none;
 outline:none;
 }
a:hover{
 color:#ff4e00;/*ÓÐµãÎÊÌâ*/
 text-decoration:underline;
 }
/* css reset v1.0 ----------------------------------------------end------ */
/**************************************************************************/
/* css font v1.0 ----------------------------------------------begin----- */
body {
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}
/* css font v1.0 -----------------------------------------------end------ */
/**************************************************************************/
/* css ClearFloat v1.1 ----------------------------------------begin----- */
.clearfix {
	display:block;
	clear:both;
	width:100%;
	height:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	background-color:#FFF;
}
.cleanfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
/* css ClearFloat v1.1 ------------------------------------------end------ */
.f_l{float:left;}
.f_r{float:right;}
.zz_search{
	width:200px;
	height:20px;
	float:left;
}
.zz_search li{ float:left; text-align:left; display:block; list-style:none;}
/*boke*/


