.tm-hide { opacity: 1;}
.tm-checkbox {
  /* background: url("sprite.png") no-repeat scroll -7px -518px ; */
  display:inline-block;
  width:17px;
  height:17px;vertical-align: middle;
  float:left;
}

.tm-radio { 
  /* background: url("sprite.png") no-repeat scroll -7px -339px;  display: inline-block;*/
  padding:0px;
     height:17px;
    vertical-align: middle;
  width:17px;
  float:left;
   }

/* .tm-checked { background-position:-80px -518px ; }
.tm-selected { background-position: -80px -339px; }
 
.tm-radio input[type="radio"]{ margin-right:0; width:17px; } */


.ie7 .tm-checkbox{ display:inline; }


/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
  padding:3px 0;
   
  
  border: 1px solid #e5e2df;
  background-color: #fff;
  color: #777;
  text-decoration: none;
  white-space: nowrap;
  text-align:left;
}
span.customSelect.changed {
  background-color: #f0dea4;
}
.customSelectOpen {-moz-box-shadow: #bbb 0 0 3px;
  -webkit-box-shadow: #bbb 0 0 3px;
  box-shadow: #bbb 0 0 3px;}

.customSelectInner {
  background:url("gui-sprite.png") no-repeat scroll right -71px ;
  padding:0 10px;
}
.customSelectOpen .customSelectInner{ background:url("gui-sprite.png") no-repeat scroll right -68px ;  }


/* TREEVIEW CATEGORY LEFT */
.treeview-list, .treeview-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview-list ul {
  background:none;
  margin:0px;
}
.treeview-list .hitarea {
  background: none;
  height: 9px;
  width: 9px;
  float: right;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea { display: inline;float:none; }
.treeview-list li { margin: 0; padding: 5px 0;list-style: none outside none;}
.treeview-list a.selected { background-color: #eee; }

.treeview-list .hover,.treeview-list a:hover { color:#8db442; cursor: pointer; }
.treeview-list li a:hover,.treeview-list li.nav-1 a:hover   {   cursor:pointer; }
.treeview-list li a { display:block;  padding-left:0px; color: #777777; font-weight:normal; }
.treeview-list li.active a  { font-weight:bold; /*color:#D09E00 ;*/  }
.treeview-list li.active ul li a  { font-weight:normal; color:#5E5E5E;}
.treeview-list li a:hover  {/*color:#D09E00;*/ }   
.treeview-list li ul li a:hover  {/*color:#D09E00;*/ }   
.treeview-list li ul li.last{ padding-bottom:0; }
#menu .treeview-list li ul li { background:none;}

.treeview-list .collapsable .expandable-hitarea { background-position:-72px -147px; }


.treeview-list .expandable .collapsable-hitarea{
  background: url(sprite.png) no-repeat scroll -49px -147px transparent;
    height: 16px;
    width: 16px;  margin: 5px 0 0;
}

.treeview-list .expandable-hitarea {
  background: url(sprite.png) no-repeat scroll -49px -147px transparent;
    height: 16px;
    width: 16px;  margin: 5px 0 0;
}
.treeview-list .collapsable-hitarea {
  background: url(sprite.png) no-repeat scroll -72px -147px transparent;
    height: 16px;
    width: 16px;  margin: 5px 0 0;
}

/* TREEVIEW CATEGORY LEFT */


.last_item_tm .product-block{}
.first_item_tm .product-block{}


#footer .mobile_togglemenu:hover{ text-decoration:none;}

/* Responsive menu Css Start */

  .nav-responsive span { display:inline-block; color:#fff; float:none; }
  .ie7 .nav-responsive span { display:inline;}
  .nav-responsive { cursor:pointer;  padding: 0px 0;}
  .main-navigation  ul  li{ list-style:none; position:relative;}
  .nav-responsive .expandable{
     background: url("sprite.png") no-repeat scroll -8px -162px transparent;
    height: 20px;
    margin-right:16px;
    margin-top: 15px;
    width: 18px;  
  }
  .responsive-menu { padding:0; position:relative;}
  .responsive-menu .main-navigation{
    position:absolute;
    z-index:999;  
    display:none;
    margin-top:0px;
    padding:10px 0;
    width:100%;
    list-style:none;
  border-radius:5px;
  }
  .main-navigation.treeview > li {
    padding: 2px 10px;
  }
  .main-navigation.treeview ul li{ padding: 2px 0 2px 10px; }
  .main-navigation li a { 
    display: block;
  text-transform: capitalize;
  padding:3px 5px;
  }
  .responsive-menu .main-navigation ul{padding-left:5px;}
  .nav-responsive div,
  .responsive-menu .hitarea {
    background: none;
    height: 9px;
    width: 9px;
    float: right;
    cursor: pointer;
    margin-right:5px;
  }
  .responsive-menu .expandable .collapsable-hitarea{
    background: url("sprite.png") no-repeat scroll -42px -130px transparent;
    height: 16px;
    width: 16px;
    margin-top:4px
  }
  .responsive-menu .expandable-hitarea {
    background:url("sprite.png") no-repeat scroll -52px -113px transparent;
    height: 16px;
    width: 16px;margin-top:7px;
  }
  .responsive-menu .collapsable-hitarea {
    background: url("sprite.png") no-repeat scroll -75px -113px  transparent;
    height: 16px;
    width: 16px;margin-top:7px;
  }

/* Responsive menu Css End */