@charset "utf-8";
/* CSS Document */

/* 拍卖流程样式 */
.pmlc-main {
	width:750px;
	margin-top:10px;
	}
#pmlc-title {
	width:750px;
	float:left;
	border-bottom:1px #57c5f7 solid;
/*	padding-bottom:5px;*/
	margin-top:10px;
	}
#pmlc-title .line {
	width:5px;
	height:20px;
	float:left;
	margin-left:20px;
	_margin-left:10px;
	background:url(../image/news-line.png) center no-repeat;
	}
#pmlc-title .pmlc-tit {
	width:259px;
	height:20px;
	float:left;
	background:url(../image/list_title.png) no-repeat;
	background-position:10px -350px;
	}
#pmlc-title .daohang {
	float:right;
	margin-right:50px;
	_margin-right:25px;
	font-size:12px;
	color:#78BEFF;
	}
#pmlc-title .daohang a, a:visited {
	color:#78BEFF;
	text-decoration:none;
	}
#pmlc-title .daohang a:hover {
	color:#ff8400;
	text-decoration:underline;
	}
.pmlc-content {
	width:750px;
	float:left;
	margin-top:10px;
	}
.pmlc-content table {
	float:left;
	width:100%;
	border-bottom:1px dashed #ccc;
	line-height:40px;
	font-size:12px;
	text-align:left;
	}
.pmlc-content table a,a:visited {
	color:#000;
	}
.pmlc-content table a:hover {
	color:#ff8400;
	}
