.tm-hide { opacity: 0; filter:alpha(opacity=0); }
.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 -482px;  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 -482px; }
 
.tm-radio input[type="radio"]{ margin-right:0; width:17px; }

.tm-checkbox, .tm-radio { zoom: 1;}
.ie7 .tm-checkbox{ display:inline; }


/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
    display: block !important;
  padding:3px 7px;
   
  
  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 -68px ;
}
.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 { color:#0489e6; 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 {padding-left: 4px;}
.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 -111px; }


.treeview-list .expandable .collapsable-hitarea{
  background: url(sprite.png) no-repeat scroll -49px -111px transparent;
    height: 16px;
    width: 16px;  margin: 5px 0 0;
}

.treeview-list .expandable-hitarea {
  background: url(sprite.png) no-repeat scroll -49px -111px transparent;
    height: 16px;
    width: 16px;  margin: 5px 0 0;
}
.treeview-list .collapsable-hitarea {
  background: url(sprite.png) no-repeat scroll -72px -111px transparent;
    height: 16px;
    width: 16px;  margin: 5px 0 0;
}

/* TREEVIEW CATEGORY LEFT */


.last_item_tm .product-block{}
.first_item_tm .product-block{}

.toggle .mobile_togglecolumn{  padding: 15px 0 !important;
    position: absolute;
    right: 15px;
    top: 12px; 
  background:url("toggle-arrow.png") no-repeat scroll right 12px transparent;
  display:block;
  cursor:pointer;
  width:100%; 
   overflow: hidden; 
   margin-top:-10px;
}
 .active .mobile_togglecolumn{background-position:right -40px; }
.toggle .mobile_togglemenu {
  background:url("toggle-arrow.png") no-repeat scroll right 2px transparent;
  display:block;
  cursor:pointer;
  width:100%;  
  margin-top: -21px;  
  overflow: hidden;
  padding:0 0 4px;
  margin-bottom:0;
}
.active .mobile_togglemenu{ background-position:right -50px; }

#footer .mobile_togglemenu:hover{ text-decoration:none;}

/* Responsive menu Css Start */

  .nav-responsive span { display:inline-block; color:#FFFFFF; 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;margin-bottom:15px;}
  .responsive-menu .main-navigation{
    position:absolute;
    z-index:999;  
    display:none;
    margin-top:0px;
    padding:0 0 10px 0;
    width:100%;
    list-style:none;
     
  }
  .main-navigation.treeview > li {
    padding: 2px 10px;
  }
  .main-navigation.treeview ul li{ padding: 2px 0 2px 10px; }
  .main-navigation li a {  color: #fff;
    display: block;
    padding: 2px 6px;
  text-transform: uppercase;
  }
  .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 -49px -145px transparent;
    height: 16px;
    width: 16px;margin-top:4px;
  }
  .responsive-menu .collapsable-hitarea {
    background: url("sprite.png") no-repeat scroll -72px -145px  transparent;
    height: 16px;
    width: 16px;margin-top:4px;
  }

/* Responsive menu Css End */