﻿/*高级搜索开始*/
.ptable
{
	border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
	border:solid #999; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
	border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
	background-color:#eee;
	width:100%;
}
.ptable tr.brand_tr{display:none;}
.ptable tr.field_tr{display:none;}
.ptable th{width:110px; text-align:right;border:solid #999;border-width:0 1px 1px 0;padding:5px; font-weight:normal;}
.ptable th.header{width:100%; text-align:left;border-width:0 1px 2px 0;}
.ptable td{text-align:left;border:solid #999;border-width:0 1px 1px 0;padding:5px;}
.ptable td.center{ text-align:center;}
.ptable td select{width:100px;}
/*高级搜索结束*/

/*搜索页面开始*/
.channel_lframe{ margin-bottom:15px;}
.channel_lframe b{ position:absolute; left:0px; top:0px; background:url(../images/allbgs_icon.png) no-repeat 0px -692px; height:30px; width:21px; }
.channel_lframe s{ position:absolute; right:0px; top:0px; background:url(../images/allbgs_icon.png) no-repeat 0px -722px; height:30px; width:12px; }
.channel_lframe .tm 
{
	background:url(../images/allbgs.png) repeat-x 0px -125px; height:30px; line-height:30px; color:#be0000; 
	font-size:14px; font-weight:bold; position:relative; padding:0px 30px;
}
.channel_lframe .mm{ padding:3px 10px; border-left:1px #e7e7e7 solid; border-right:1px #e7e7e7 solid; border-bottom:1px #e7e7e7 solid;}

.refilter{margin:0px; padding:0px; clear:both; width:168px; height:275px; overflow:hidden;}
.refilter li{height:30px; line-height:30px;}

.extra{}
#showall{width:162px;height:22px; line-height:22px;margin:0 auto;display:block;background:url("../images/bg_search_filter.gif") no-repeat; text-align:center; overflow:hidden;}
#showall span{display:inline-block;cursor:pointer;}
#showall b{display:inline-block;width:8px;height:12px;overflow:hidden;position:relative;top:2px !important;top:0px;left:-5px;}
#showall .open{background:url("../images/bg_search_filter.gif") no-repeat -122px -31px;}
#showall .close{background:url("../images/bg_search_filter.gif") no-repeat -122px -22px;}
/*搜索页面结束*/

/*搜索商家*/
.key
{	
	width:190px;
	margin:5px 0px 5px 0px;
}

.mm .key dt {
    font-family: "宋体";
    line-height: 21px;
    width: 60px;
    float:left;
    display:inline;
}

.mm .key dd {
    width: 130px;
    float:left;
    display:inline;
}

.mm .key input {
    border: 1px solid #CCCCCC;
    height: 21px;
    line-height: 21px;
    width: 118px;
}

.mm .key select {
    border: 1px solid #CCCCCC;
    height: 21px;
    line-height: 21px;
    margin: 0 0 8px;
    padding: 1px;
    width: 118px;
}

.searchSup
{
	background:url("../images/searchSup.jpg") no-repeat; width:56px; height:26px; border:0px;
}

.supinfo
{
	text-align:center;
	margin-top:15px;
}
/*搜索商家*/