﻿#historylist ul{
	position:absolute;
	top:30px;
	list-style:none;
	width:135px;
	height:auto;
	
	padding-top:0px;
    padding-left:0px;
    border-left:solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;
    background-color:White;
}
#historylist ul li{
	width:135px;
	color:#000;
	font:"新宋体";
	font-size:12px;
    height:18px;
    text-align:left;
	line-height:18px;
    float:left;	
    overflow:hidden;
    border-bottom:dashed 1px #e5e5e5;
}
 #historylist ul li a{
	text-decoration:none;
	color:#000;
	font:"新宋体";
	font-size:12px;
	width:120px;
}
#historylist ul li a:hover{
	text-decoration:none;
	font:"新宋体";
	font-size:12px;
	color:#000;
	width:120px;
}

#shistorylist ul{
	position:absolute;
	top:30px;
	list-style:none;
	width:135px;
	height:auto;
	margin-left:792px;
	padding-top:0px;
    padding-left:0px;
    border-left:solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;
    background-color:White;
}
#shistorylist ul li{
	width:135px;
	color:#000;
	font:"新宋体";
	font-size:12px;
    height:18px;
    text-align:left;
	line-height:18px;
    float:left;	
    overflow:hidden;
    border-bottom:dashed 1px #e5e5e5;
}
 #shistorylist ul li a{
	text-decoration:none;
	color:#000;
	font:"新宋体";
	font-size:12px;
	width:120px;
}
#shistorylist ul li a:hover{
	text-decoration:none;
	font:"新宋体";
	font-size:12px;
	color:#000;
	width:120px;
}

.mr7{margin-right:7px}

