/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	/* outline: 0; */
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* fix table border style by catoc */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	border: 0;
}

/* reset css from taobao */
body,
button, input, select, textarea /* for ie */ {
    font-family: tahoma, arial, \5b8b\4f53, sans-serif;
    line-height: 1.5;    
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
/* 不能关闭 outline 对键盘用户会有很大的影响 */
/*
:focus {
	outline: 0;
}
*/
/* 解决 text-indent 时在 firefox 下的虚线框问题 */
a:active {outline:none;}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, select, button, 
input[type=text], input[type=password],
input[type=submit], input[type=reset],input[type=button]
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-style: solid;
	border-color: #7f9db9;
	border-width: 1px 1px;
	font-size: 12px;
}
.textinputhover{
	border-color: #5080C2 !important;
}
.buttonhover{
	background-color: #5080C2 !important;
}
.ie6button{
	height: 22px !important;
}
/*
input[type="text"],input[type="password"]{
	height:18px; line-height:18px;
}
input[type="file"]{
	height:22px;line-height:18px;
}
input[type="radio"],input[type="checkbox"]{
	vertical-align:middle;
	padding:1px;
	margin:-1px 0;
}
input[type="button"],input[type="submit"],input[type="reset"]{
	width:atuo;
	height:22px;
	line-height:16px;
	padding:0 10px;
	*padding:0;
}
*/

/*
input{
	padding: 2px 0px;
}
select{
	padding: 1px 0px;
}
*/
/*
input.ibutton{
	border-width: 0px;
	background-image: url(../images/home/ibutton.png);
	background-repeat:no-repeat;
	height: 20px;
}
input.ibutton:hover, input.ibuttonhover{
	background-image: url(../images/home/ibuttonhover.png);
}
input.button1{
	width:20px;
	background-position:0 0px;
}
input.button2{
	width:40px;
	background-position:0 -30px;
}
input.button3{
	width:60px;
	background-position:0 -60px;
}
input.button4{
	width:80px;
	background-position:0 -90px;
}
*/
a.abutton{
	background-image: url(../images/home/abutton.png);
	background-repeat:no-repeat;
	line-height: 22px;
	padding: 3px 10px;
}
a.abutton:hover, a.abuttonhover{
	background-image: url(../images/home/abuttonhover.png);
}
a.button1{
	width:20px;
	background-position:0 0px;
}
a.button2{
	width:40px;
	background-position:0 -30px;
}
a.button3{
	width:60px;
	background-position:0 -60px;
}
a.button4{
	width:80px;
	background-position:0 -90px;
}
a.button5{
	width:120px;
	background-position:0 -120px;
}
a.button6{
	width:100px;
	background-position:0 -150px;
}
a.button7{
	width:120px;
	background-position:0 -180px;
}
a.button8{
	width:140px;
	background-position:0 -210px;
}

.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 */