{!-- css --}
/*
    jQuery Simple Tree Stylesheet
    
*/

ul.simpleTree {
    margin: 0;
    padding: 0;
    color: black;
    
    /*
    overflow:auto;
    width: 250px;
    height: 350px;
    overflow: auto;
    border: 1px solid #444444;
    */
}

ul.simpleTree li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 34px;
    line-height: 14px;
}

ul.simpleTree li span {
    display: inline;
    clear: left;
    white-space: nowrap;
}

ul.simpleTree ul {
    margin: 0;
    padding: 0;
}

ul.simpleTree .root {
    margin-left: -16px;
    /*background: url('./css/images/tree/root.gif') no-repeat 16px 0 #ffffff;*/
}

ul.simpleTree .line {
    margin: 0 0 0 -16px;
    padding: 0;
    line-height: 3px;
    height: 3px;
    font-size: 3px;
    background: url('./css/images/tree/line_bg.gif') 0 0 no-repeat transparent;
}

ul.simpleTree .line-last {
    margin: 0 0 0 -16px;
    padding: 0;
    line-height: 3px;
    height: 3px;
    font-size: 3px;
    background: url('./css/images/tree/spacer.gif') 0 0 no-repeat transparent;
}

ul.simpleTree .line-over {
    margin: 0 0 0 -16px;
    padding: 0;
    line-height: 3px;
    height: 3px;
    font-size: 3px;
    background: url('./css/images/tree/line_bg_over.gif') 0 0 no-repeat transparent;
}

ul.simpleTree .line-over-last {
    margin: 0 0 0 -16px;
    padding: 0;
    line-height: 3px;
    height: 3px;
    font-size: 3px;
    background: url('./css/images/tree/line_bg_over_last.gif') 0 0 no-repeat transparent;
}

ul.simpleTree .folder-open {
    margin-left: -16px;
    background: url('./css/images/tree/collapsable.gif') 0 -2px no-repeat #fff;
}

ul.simpleTree .folder-open-last {
    margin-left: -16px;
    background: url('./css/images/tree/collapsable-last.gif') 0 -2px no-repeat #fff;
}

ul.simpleTree .folder-close {
    margin-left: -16px;
    background: url('./css/images/tree/expandable.gif') 0 -2px no-repeat #fff;
}

ul.simpleTree .folder-close-last {
    margin-left: -16px;
    background: url('./css/images/tree/expandable-last.gif') 0 -2px no-repeat #fff;
}

ul.simpleTree .doc {
    margin-left: -16px;
    background: url('./css/images/tree/leaf.gif') 0 -1px no-repeat #fff;
}

ul.simpleTree .doc-last {
    margin-left: -16px;
    background: url('./css/images/tree/leaf-last.gif') 0 -1px no-repeat #fff;
}

ul.simpleTree .ajax {
    background: url('./css/images/tree/spinner.gif') no-repeat 0 0 #ffffff;
    height: 16px;
    display: none;
}


ul.simpleTree .ajax li {
    display: none;
    margin: 0;
    padding: 0;
}

ul.simpleTree .trigger {
    display: inline;
    margin-left: -32px;
    width: 28px;
    height: 11px;
    cursor: pointer;
}

ul.simpleTree .text {
    cursor: default;
}

ul.simpleTree .active {
    cursor: default;
/*    background-color: #F7BE77;
    padding: 0px 2px;
    border: 1px dashed #444;*/
}

#drag_container {
    background: #ffffff;
    color: #000;
    font: normal 11px arial, tahoma, helvetica, sans-serif;
    border: 1px dashed #767676;
}
#drag_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#drag_container li {
    list-style: none;
    background-color: #ffffff;
    line-height: 18px;
    white-space: nowrap;
    padding: 1px 1px 0px 16px;
    margin: 0;
}
#drag_container li span {
    padding: 0;
}

#drag_container li.doc, #drag_container li.doc-last {
    background: url('./css/images/tree/leaf.gif') no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last {
    background: url('./css/images/tree/expandable.gif') no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last {
    background: url('./css/images/tree/collapsable.gif') no-repeat -17px 0 #ffffff;
}

.contextMenu {
    display: none;
}

div.product-box {
    display: none;
}

ul.simpleTree a, ul.simpleTree span.text { cursor: pointer; }

/* =================== begin custom stylesheet  */

div#content-product {
  min-height: 500px;
  /* height: auto !important;*/
}

div.product-box {
  background: url('./css/images/amx-product-mini-sheet.png');
  position: absolute;
  top: 32px;
  right: 48px;
  width: 300px;
  height: 400px;
  display: none;
  padding: 24px;
}

div.product-box h4 {
  position: absolute;
  top: 18px;
  color: #fff;
  font-size: 1.6em;
}

div.product-box p {
  margin-top: 24px;
  font-size: 1.2em;
}

p.note {
  margin: 32px 0 0 80px;
  font-size: 11px;
  width: 280px;
  text-indent: -80px;
}

div.product-box h4 + p {
  margin-top: 48px;
}

div.product-box ul {
  list-style-type: disc !important;
  margin-bottom: 8px;
  padding: 0 12px;
  
}

div.product-box ul li {
  margin-bottom: 4px;
  list-style-type: disc !important;
}

div.pid-000 { display: block; }
