.iconcontainer {
  float: left;
}
/*
.doe-home
{
    overflow: hidden;
    display: inline-block;
    width: 15px;
    width: 10px\9;
    height: 15px;
    height: 10px\9;
    margin: 3px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../images/Icons.png') 0px 0px; 
    background: url('../images/Icons.png') 0px 0px\9;
    background-repeat: no-repeat;
}*/
.doe-home {
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 3px;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/redesign/Icons.png') 0px 0px;
  /*    background: url('../images/Icons.png') 5px 5px\9;*/
  background-repeat: no-repeat;
}
.doe-grid {
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 3px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  background: url('../images/redesign/Icons.png') 0px -40px;
  background-repeat: no-repeat;
}
.doe-book {
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 3px;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/redesign/Icons.png') 0px -80px;
  background-repeat: no-repeat;
}
.searchicon {
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 0px;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/redesign/tabicons.png') 0px 0px;
  background-repeat: no-repeat;
  float: left;
}
.booksicon {
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 0px;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/redesign/tabicons.png') 0px -25px;
  background-repeat: no-repeat;
  float: left;
}
.listicon {
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/redesign/listitem.png') 0px 0px;
  background-repeat: no-repeat;
  float: left;
}
.textboxsearchicon {
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/redesign/textboxicon.png') 0px 0px;
  background-repeat: no-repeat;
  float: left;
}
