/*
 * @Name: E-business lib reset css
 */
/* clear margin & padding */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td{
	margin:0px;padding:0
}

/* title font size */
h1{
	font-size:24px
}
h2{
	font-size:22px
}
h3{
	font-size:20px
}
h4{
	font-size:18px
}
h5{
	font-size:16px
}
h6{
	font-size:14px
}

ul,
ol{
	list-style:none outside
}

table{
	font-size:12px;text-align:left
}

a{
	color:#555555;
	text-decoration:none
}
a:hover{
	color:#ff0000;
	text-decoration:underline
}

input,
select,
form img{
	vertical-align:middle
}

img{
	border:0
}

body{
	margin-left:auto;margin-right:auto;font:12px/24px; font-family:ËÎÌå,ºÚÌå,Tahoma,Helvetica,Arial,sans-serif,;
	font-size:12px;color:#555555;
}

/* color style */
.ebl_color_red,
.ebl_color_red a{
	color:red
}
.ebl_color_black,
.ebl_color_black a{
	color:black
}
.ebl_color_white,
.color_white a{
	color:white
}
.ebl_coolor_blue,
.ebl_coolor_blue a{
	color:blue
}
.ebl_color-gray,
.ebl_color-gray a{
	color:#626a77
}
.ebl_color_yellow,
.ebl_color_yellow a{
	color:#ffb200
}
.ebl_color_yellow2,
.ebl_color_yellow2 a{
	color:yellow
}

/* margin style */
.ebl_mt_a{
	margin-top:5px
}
.ebl_mt_b{
	margin-top:10px
}
.ebl_mt_c{
	margin-top:15px
}
.ebl_mt_d{
	margin-top:20px
}
.ebl_mb_a{
	margin-bottom:5px
}
.ebl_mb_b{
	margin-bottom:10px
}
.ebl_mb_c{
	margin-bottom:15px
}
.ebl_mb_d{
	margin-bottom:20px
}

.ebl_lt{
	float:left
}
.ebl_rt{
	float:right
}
.ebl_lt_clear{
	float:left;overflow:hidden
}
.ebl_rt_clear{
	float:right;overflow:hidden
}
.ebl_center{
	margin-left:auto;margin-right:auto;text-align:center
}
.ebl_text_left{
	text-align:left
}
.ebl_text_center{
	text-align:center
}
.ebl_text_right{
	text-align:right
}
.ebl_hide{
	display:none
}

/* pagination style */
.pagination{
	padding-top:3px;padding-bottom:2px
}
.pagination .pagestatus{
	margin-right:10px;color:#777
}
.pagination .pagestatus strong{
	padding:0px 3px;color:#cc0000
}
.pagination .disable{
	color:#ccc
}
.pagination a{
	margin:2px;padding:1px 3px;
	background-color:white;color:#666;border:solid 1px #ccc
}
.pagination a:hover{
	color:#cc0000
}
.pagination a.current{
	font-weight:bold;
	background:#f7f7f7;border:0;color:#cc0000
}

