.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#lightwindow_galleries_tab_container {
  display: none;
}

#lightwindow_data_caption {
  font-size: 12px;
  text-align: left;
}

body {
  background: #d1d0ce;
  text-align: center;
}

#container {
  width: 763px;
  margin: 0 auto;
  background: #fff;  
  text-align: left;
  padding: 10px;
}

#wrapper {
  background: #483f33;  
  padding: 10px;
}

#content {
  padding-top: 10px;
}

#content .inner {
  padding-top: 20px;
}

#content .banner {
  height: 173px;
  background: transparent url("images/showroom-banner.png") no-repeat left top;
}

#items {
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}

#items .item {
  float: left;
  background: red;
  width: 156px;
  height: 131px;
  margin: 0 28px 20px 0;
  background: transparent url(images/item.png) no-repeat left top;
}

#items.loading {
  background: transparent url(images/spinner.gif) no-repeat center 40px;
}

#items .item {
  position: relative;
}

#items .item a:link, #items .item a:visited, #items .item a:hover, #items .item a:active {
  margin-top: 15px;
  margin-left: 15px;
  display: block;
  width: 120px;
  height: 95px;  
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;  
  position: relative;
  text-decoration: none;
}

#items .item .tip {
  display: none;
  z-index: 1;
}

#items .item span.name {
  color: #222;
  font-size: 11px;
  display: block;
  text-align: center;
  padding: 5px 10px 0 10px;
}

#items .over .tip {
  display: block;
  position: absolute;
  top: 80px;
  left: 0; 
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  background: transparent url(images/tip.png);
  padding: 5px;
  width: 310px;
  z-index: 100;
}

form#category {
  float: left;
}

form#search {
  float: right;
}

#q {
  background: #fff url(images/search.png) no-repeat left center;  
  padding-left: 20px;
  border: 1px solid #000;
}

.pagination {
  text-align: center;
  padding-right: 30px;
  color: #fff;
}

.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
  color: #fff;
  text-decoration: none;
}
