@charset "utf-8";
/*
* 名称: global
* 功能: 重设浏览器默认样式
* 麦豆记官方:www.maidouji.com
* developer:Fred
* Email:cometous@126.com 
* Copyright © 2013 - 麦豆记
* Date:2013-01-05
*/

.clear:after {clear: both;content: " ";display: block;font-size: 0;height: 0;visibility: hidden;}
html,body{ background:#fff;padding: 0;margin: 0;}
.layout{ bottom: 0;left: 0;position: absolute;right: 0;top: 0;}

.borderLine{ background:url(borderLine.gif) repeat-x; height:1px; position:fixed; bottom:0;}
/* 统一内外边距 */
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,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}

/* 重设 HTML5 标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}

/* 重置元素内字体、大小、行高的统一性 */
body,button,input,select,textarea,option{
	font:12px/1.5 "微软雅黑",tahoma,arial;
	font-family:Arial, Helvetica, sans-serif;
}
ol,ul {
	list-style:none;
}
a{ text-decoration:none;}
.fL{ float:left;}
.fR{ float:right;}
/*button*/
.blue-btn{ background:#5ab9c0; border:1px solid #5ab9c0;border-radius:2px; color:#fff; cursor:pointer; font-size:14px;  text-align:center; padding:3px 10px;min-width:80px;}
.grayBtn{ background:#a0a0a0; border:1px solid #a0a0a0;border-radius:2px; color:#fff; cursor:pointer; font-size:14px;  text-align:center; padding:3px 10px;min-width:80px;}
.grayPadding{ margin-right:5px;}
.grayBtn:hover{ background:#a7a6a6;}
.blue-btn:hover{ background:#4aafb6;}
.editBookPadding{ padding:0px 5px; margin-left:15px;}
.float-l{ float:left}
.float-r{ float:right}
