﻿.disptxt {
	border:2px solid #FF9900;
	padding: 0 2px 1px 2px;
}

.detail .frame .list-h {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position: relative;
	height:35px;
	width:95%;
	margin:0 auto;
}

.list-h .pic, .list-h .complogo { display:none; }

.list-h .chk, .list-h .area, .list-h .cat, .list-h .name, .list-h .square, .list-h .price, .list-h .view, .list-h .upd {
	position:absolute;
	top:10px;
	height:20px;
	line-height:20px;
}

.list-h .chk {
	width:30px;
	text-align:center;
}

.list-h .area {
	left:30px;
	width:120px;
}

.list-h .area em {
	background:url('../../images/capTxt2_01_bg.gif') no-repeat;
	display:inline-block;
	width:30px;
	color:#93b758;
	text-align:center;
}

.list-h .cat {
	left:150px;
	width:60px;
	text-align:center;
}

.list-h .name {
	left:210px;
	width:215px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-h .square {
	left:440px;
	width:60px;
	text-align:right;
}

.list-h .price {
	left:505px;
	width:50px;
	text-align:right;
	color:#ff6600;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-h .view {
	left:560px;
	width:35px;
	text-align:center;
}

.list-h .upd {
	left:600px;
	width:50px;
	text-align:center;
}

