
.search .stip div {
  background-image: url(../images/unselect.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 21px;
	margin-top:1px;
	width: 70px;
	margin-right: 5px;
	text-align:center;
	line-height:21px;
	color:#ff6600;
	font-weight:bold;
	cursor:pointer !important;
	cursor:hand;
}
.search .stip div.selected {
    background-image: url(../images/selected.gif);
	margin-top:0px;
	height: 22px;
	line-height:22px;
}
.search .sbg {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
	width: 610px;
}

.tbg h3 {
	color: #333;
	margin-left:11px;
}
.search .sbg div {
    float:left;
}
.content .data {
	width: 610px;
	margin-top: 6px;
	margin-bottom:15px;
	border:red 1px solid;
}
.content .data table {
	border-collapse:collapse;
}
.search .sbg input {
	width: 318px;
	height:19px;
	line-height:19px;
	border:#DBDBDB 1px solid;
	margin-top:14px;
	margin-left:12px;
}
.search .sbg img {
    margin-left:15px;
	margin-top:15px;
	cursor:pointer;
}
.data th {
	background-image: url(../images/item.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	text-align:left;
	line-height:24px;
	font-weight:normal;
	padding-left:10px;
}
.data td {
  background-color:#81D2ED;
	line-height:120%;
	padding-left:10px;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:6px;
	border-bottom:#81D2ED 1px dashed;
}
.data td.oth {
    background-color:#C4F0FB;
    width: 206px;
}
.content .menu li.oth {
    background-color:#81D2ED;
}
.content .menu li.oh {
    padding-top: 0px;
	padding-bottom: 0px;
	overflow:hidden;
}
.data .d1 {
	width: 244px;
	background-image: url(../images/item2.gif);
}
.data .d2 {
	width: 236px;
}
.data .d3 {
	width: 90px;
}
.data .d4 {
	width: 170px;
}
.data td li{
	list-style-type:none;
}
.data td li.l1 {
	width: 240px;
	white-space:normal;
}
.data td li.l2 {
	width: 230px;
}
.data td li.l3 {
	width: 90px;
}
.data td li.l4 {
	width: 170px;
	white-space:normal;
}
