.Clear {
            clear: both;
        }

  #Container {
            width: 1100px;
            margin: 0 auto; /*设置整个容器在浏览器中水平居中*/
            background:#000000;
        }
         #Header {
            height: 80px; 
        }
         #middle {
            height: 380px;
            background:#000000;
              padding-top:25px;
   padding-left:15px;
        }
        .pdsearch {
            float: left;
            border: #626365 thin solid;
            display: block; 
            margin-top:25px;
            margin-left:18px;
        }
       
         .search-term {
            width: 156px;
            height: 43px;
            background: #fff;
            text-align: left;
            color: #626365;
            font-family: 'Oswald',Arial,sans-serif;
            font-weight: 400;
            font-size: 14px;
            float: left;
            padding: 1px 0 1px 10px;
            margin: 0;
        } 
#three-column-content{ 
    width: 200px;
    border: 2px solid #555;
    background: url(../images/bg-menu-carbon.png);
    border-radius: 10px;
    padding: 10px 10px 0 10px; 
    height:300px; 
    float:left;
    
}
    #three-column-content h4 {
        color:#fff;
        text-align:center;
    }

#block-facetapi {
    width: 170px;
    background-color: #111;
    border: 2px solid #333;
    padding: 5px 15px;
    margin-left: -2px;
    margin-bottom: 10px;
    border-radius: 5px;
    height:230px;
    float:left;
    color:#fff;

}
#block-facetapi a {
    color:#fff;
    background-image:url(../images/subnavicon3.jpg); 
    background-repeat:no-repeat;
      background-position-y:7px;
      background-position-x:7px;
     padding-left:20px;

}

#block-facetapi a:hover {
    color:#fff;
    background-image:url(../images/subnavicon2.jpg); 
    background-repeat:no-repeat;
    background-position-y:7px;
    background-position-x:7px;
    padding-left:20px;

}

#block-facetapi a:hover {
    color:#00a0e8;
}
#products-keyword {
    width: 165px; 
}
.products {
    width:700px;
    float:left;
    margin-left:30px;
}

#block-facetapi ul li {
  
    line-height: 29px;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 2px center;
    height: 29px;
}

.search .btn {
    background: url(../images/search.png); 
    width: 40px;
    height: 30px;
    top: -1px;
    right: 6px; 
    cursor: pointer;
} 
  .searchsubmit{
      height:43px;
      width:43px;
                  cursor:pointer;
    background: url(../images/search.png); 

   }