.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
cursor: pointer !important;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
font: 0.7em Tahoma, sans-serif;
font-size:8pt;
font-weight:bold;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
cursor: pointer !important;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/closed.gif) no-repeat left 1px;
cursor: pointer !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


.box .seeMore{text-align:right; font-size:10px;border-top:1px dashed #ccc; }

.selectProduct {position:relative;float:left;width:170px;padding:4px;margin:3px 3px 4px 3px;text-align:center;border:solid 1px #e8e8e8;font:0.8em verdana;}
.selectProduct a {font:bold 11px tahoma;text-decoration:underline!important;}
.selectProductPhoto {overflow:hidden;height:150px;width:170px;margin:0 auto 3px auto;background:#ffffff;}
.selectProductPhoto a {overflow:hidden;display:table-cell!important;display:block;width:150px;height:120px;vertical-align:middle;line-height:100px;text-decoration:none!important;}
.selectProductPhoto a img {*margin-top: expression(( 120 - this.height ) / 2);}


.selected {
  border-top: 1pt black solid;
  color: #FF0000;
  background-color:DFDFDF;
  cursor: hand;
  border-right: 1pt black solid;
  border-bottom: 1pt black solid;
  border-left: 1pt black solid;
  text-align: left;
  cursor:hand !important;
  
}

