

#vidualAllitems {
  width: 631px;
  display: inline;
  float: left;
}

.midNav {
  background: #fff url(../../../img/mainvidual-btm.gif) repeat-x left top ;
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 0.8em;
  text-align: right;
}
.midNav a {
  padding: 0 0 0 8px;
}
.midNavTex {
  background: url(../img/dot-tex.gif) left center no-repeat;
}
.midNavInd {
  background: url(../img/dot-ind.gif) left center no-repeat;
}
.midNavTrade {
  background: url(../img/dot-trade.gif) left center no-repeat;
}

#industrialItems .midNavInd {
  color: #e26c2e;
  text-decoration: none;
}
#textileItems {
  margin: 0 0 0 0;
}
#textileItems .midNavTex {
  color: #2c8b85;
  text-decoration: none;
}
#tradeItems .midNavTrade {
  color: #5a6ea9;
  text-decoration: none;
}

.pageAllItems .itemsWrapper {
  margin: 10px 0 0 0;
}
.pageAllItems .itemsWrapper .label {
  margin: 0 0 0 0;
}
.pageAllItems .allItems .item{
  width: 149px;
  height: 18em;
  overflow: hidden;
  margin: 0 9px 9px 0;
  padding: 0;
  display: inline;
  float: left;
  border: solid 1px #ccc;
  line-height: 1.5em;
  background: none;
  
}
.pageAllItems .allItems .last{
  margin: 0 0 9px 0;
}

.pageAllItems .item .img {
  padding: 5px;
}
.pageAllItems .item .name {
  margin: 0;
  line-height: 1;
}
.pageAllItems .item .note,
.pageAllItems .item .more {
  padding: 5px;
}


