.nav,.main{
    width: 1100px;
}
.div-nav{
    height: 42px;
}
.div-nav span{
    height: 42px;
    line-height: 42px;
}
.allCategories{
   margin: 0;
}
#contact{
    float: right;
    font-size: 12px;
    background: url("//images/phone-white.png") 6px 3px  no-repeat;
    background-color: #83b0d7;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
}
.nav-product{
    border-bottom:2px solid #ccc;
    background-color:#fff;
}
.condition-list{
	border: 1px solid #e8e8e8;
	margin-bottom: 23px;
	font-size: 12px;
}
.condition-list tr{
	padding: 0 20px;

	border-bottom: 1px dashed #e8e8e8;        	
}
.condition-list li.last{
	border: none;
}
.condition-list .fixed{
	margin-left: 20px;
	vertical-align: middle;
	width: 70px;
	text-align: left;
	display: inline-table;        	
}
	
.condition-list td{
	height: 37px;
	line-height: 37px;      
	vertical-align: middle;  	
	overflow: hidden;
}
.condition-list .condition{
	height: 37px;        	
}
.condition-list a{
	display: inline-block;
	color: #333;        	
}        
.condition-list .check{        	
	line-height: 18px;
	width: 32px;
	text-align: center;
	border:1px solid #e8e8e8;
	margin-right: 7px;        	
	cursor: pointer;
}
.condition-list .more{
	vertical-align: middle;
	background: url("") 28px 14px no-repeat;
	width: 40px;
}
.condition-list .less{
	background: url("") 28px 14px no-repeat;
}
.condition-list .more-condition{
	display: none;
}
.condition a.selected{
	color: #f00;
}
.space-y{
	margin: 0 18px;
}
.has-select{
	display: inline-block;
	border: 1px solid #f00;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.delete{
 	margin-left: 5px;
 	display: inline-block;        	
 	color: #f00 !important;
 	text-align: center;
}
.search{
 	padding: 7px;
 	height: 23px;
 	line-height: 23px;
 	background: #f1f1f1;
 	border:1px solid #ddd;
}
.input-group{
	margin-left: 20px;
 	height: 23px;
 	width: 165px;
}
.input-group .search-text{
	width: 114px;
}
.input-group .search-button{
	width: 50px;
	text-align: center;
	background: #f3f3f3;
}
.search .right *{
	vertical-align: middle;
}
.search .right .page{
	background: #F3F3F3;
}
.search-result-list{
	margin-bottom: 91px;
}
.search-result-list td.td-img{
	padding: 14px 17px 12px 0px;
}
.search-result-list td{
 	vertical-align: middle;
 	margin-top: 14px;
 	height: 159px;
 	border-bottom:1px solid #ccc;
}
.search-result-list td .title{
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
}
.search-result-list td .price{
	height: 30px;
	line-height: 30px;

}
.search-result-list td .num{
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
}
.search-result-list td .detail{
	height: auto;
	padding: 15px 15px 0px 15px;
	background: #f8f8f8;
	color: #333;
	overflow: hidden;
	margin-bottom: 8px;
}
.search-result-list td .detail .fixed{
	display: inline-block;
	font-size: 12px;
	width: 230px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.search-result-list td .detail p>.fixed{
    width: 515px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search .btn-item.selected{
	background: #cc311d;
	color: #fff;
}
.search .page-btn-item.selected{
	background: #f00;
	color: #fff;
}
 .page-btn-item{
	float: left;
	cursor: pointer;
	border-right: 1px solid #ccc;
	padding: 0 12px;
}

/* tab切换导航 */
.serch_tab { 
    width: 100%;
	height: 22px;
}
.serch_tab li { 
  float: left;
  line-height: 20px;
  margin-top: 2px;
  margin-right: 5px;
}
.serch_tab li a { 
  display: block;
  width: 50px;
  height: 20px;
  color: #000;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.serch_tab li a:hover { color: #2979d0;}
.serch_tab li a.active { 
    background: #228ED6;
    color: #fff;
}
