/*所有皮肤所有模块都需要引用的 CSS */
html,body,td,span,input,textarea,select {
	font-family: 宋体;
	font-size:12px;
}
body
{	
	margin: 0px;
}
input,textarea,select{
	line-height:	18px;
	padding-left:	2px;
}
form {
	margin:			0;
}
#navigation
{
	top:0px;
	left:0px;
	width:100%;
	position:absolute;
	height: 30px;
	z-index:999;
	visibility:hidden;
}
#navigation_show
{
	top:0px;
	left:0px;
	width:100%;
	position:absolute;
	z-index:998;
}
.DetailTitle
{
	font-size: 24px;
	line-height:30px;
}
.cursor{
	cursor:pointer;
}
.big {
	font-size : 14.8px
}
.disabled
{
	background: #f2f2f2;
}
.navbtn_move
{
	background-color: #a5a8ce;
	cursor:pointer;
}
.left_list_span
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	width:100%;
	line-height:180%;
}
.right_list_span
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	width:100%;
	line-height:180%;
}