ol, ul {
  list-style: none;
}
a img {
  border: none;
}

#productapp {
  width: 480px;
  margin: 0 auto 40px;
  background: white;
  padding: 20px;
}
  #productapp h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 30px 0;
    line-height: 1;
  }

#create-product {
  position: relative;
}
  #create-product input {
    width: 466px;
    font-size: 24px;
    font-family: inherit;
    line-height: 1.4em;
    border: 0;
    outline: none;
    padding: 6px;
    border: 1px solid #999999;
  }
  #create-product span {
    position: absolute;
    z-index: 999;
    width: 170px;
    left: 50%;
    margin-left: -85px;
  }

#product-list {
  margin-top: 10px;
}
  #product-list li {
    padding: 12px 20px 11px 0;
    position: relative;
    font-size: 24px;
    line-height: 1.1em;
    border-bottom: 1px solid #cccccc;
  }
    #product-list li:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden;
    }
    li.editing {
      padding: 0;
      border-bottom: 0;
    }
  .editing .display,
  #product-list .edit {
    display: none;
  }
    #product-list .editing .edit {
      display: block;
    }
    #product-list .editing input {
      width: 444px;
      font-size: 24px;
      font-family: inherit;
      margin: 0;
      line-height: 1.6em;
      border: 0;
      outline: none;
      padding: 10px 7px 0px 27px;
      border: 1px solid #999999;
    }
  #product-list .check {
    position: relative;
    top: 9px;
    margin: 0 10px 0 7px;
    float: left;
  }
  #product-list .done .product-content {
    text-decoration: line-through;
    color: #777777;
  }
  .product-destroy {
/*    position: absolute;
    right: 5px;
    top: 14px;*/
/*    display: none;*/
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/img/destroy.png) no-repeat 0 0;
  }
/*    #product-list li:hover .product-destroy {
      display: block;
    }*/
/*    #product-list .product-destroy:hover {
      background-position: 0 -20px;
    }*/

#product-stats {
/*  *zoom: 1;*/
  margin-top: 10px;
  color: #777777;
}
  #product-stats:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  #product-stats .product-count {
    float: left;
  }
    #product-stats .product-count .number {
      font-weight: bold;
      color: #333333;
    }
  #product-stats .product-clear {
    float: right;
  }
    #product-stats .product-clear a {
      color: #777777;
      font-size: 12px;
    }
      #product-stats .product-clear a:visited {
        color: #777777;
      }
      #product-stats .product-clear a:hover {
        color: #336699;
      }

#instructions {
  width: 520px;
  margin: 10px auto;
  color: #777777;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  text-align: center;
}
  #instructions a {
    color: #336699;
  }

#credits {
  width: 520px;
  margin: 30px auto;
  color: #999;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  text-align: center;
}
  #credits a {
    color: #888;
  }
  

.product-unit-label {
    
    font-size: 0.9em;
    font-family: Tahoma,sans-serif;
    color: #a1b26e;
}

.product-unit {
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    padding-left: 10px;
    color: #BDBDBD;
}
.product-unit-weight {
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    color: #BDBDBD;
}
.save-product-changes {
    text-align: right;
    vertical-align: middle;
    text-decoration: none;
    margin: 3px;
    padding: 1px;
}

.days-container {
    overflow: auto;
    white-space: nowrap;
}
.days-wrapper{
    width: 1900px;
    height:330px; 
}
.day{
/*   display: block;*/
   padding: 5px;
   width: 250px;
   min-height: 350px;
/*   display: inline-block;*/
float: left;
   font-family:Tahoma,sans-serif;
}
.day-title{
    width: 240px;
    border-bottom-width: 1px;
   border-bottom-color: #aaa;
   border-bottom-style: solid;
    font-family: Tahoma,sans-serif;
    font-size: 18px;
}
.day-content {
    margin-top: 5px;
    padding-top: 5px;
/*    height:350px;*/
}

.day-content li {
    color: #2e2e2e;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #fdfdfd;
}

.day-content dd {
    margin-left: 1px;
    margin-right: 1px;
}
.day-content dt {
    font-family: Tahoma,sans-serif;
    font-size: 12px;
}

.day-content li:hover {
     
    background-color: #f5f5f5;
    color: #2e2e2e;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #fefefe;
    cursor: move;
}

  .product-edit-view {
  display: none;
  position: absolute;
  width: 350px;
  height: 250px;
  top: 250px;
  left: 300px;
  z-index: 150;
  background-color: #eaeaea;
  padding: 3px;
}
  .product-edit-view input{
      margin-bottom: 0px;
  }
.product-edit-view label {
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    color: #0d0d0d;
}
.product-edit-view .weight-display-view label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.product-edit-view .weight-display-view input {
    display: inline-block;
  vertical-align: middle;
}

img.ui-icon { height: 16px; width: 16px;
          position: relative;
          display: inline; border: 0px;margin-bottom: -4px; }
img.ui-icon { text-indent: 0px }
.ui-corner-all {
      border-color: #4F9C31;
}
.ui-widget-header {
    border-bottom-color: #999999;
    color: #555;
}
.ui-widget-content {
    background-color: #EAEAEA;
    background-image: none;
}
#btn_save_changes {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.product-numbers {
   font-size: 10px;
    color: #d9d9d9;
    display: inline-block;
}
.highlight-numbers {
    color: #999;
    font-size: 10px;
}

.edit-btn{
 position: relative;
 left: 196px;
 visibility: hidden;
}
.edit-btn:hover{
cursor: url;
}

.show-edit-btn {
    visibility: visible;
}

.product-content {
    font-size: 11px;
    width:212px;
}
.product-display {
    margin-top: -11px;
    width: 198px;
    white-space: normal;
}
.unit-display {
    margin-top: -4px;
}