/*      Product Display Admin      */

div.product{
  
}

div.row, #FormDL{
  clear: both;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

#FormDL{
  width: 475px;
}

div.row span.label, #FormDL dt{
  width: 150px;
  display: block;
  float: left;
  text-align: right;
  font-weight: bold;
  margin-right: 10px;
  
}

div.row span.data, #FormDL dd{
  font-weight: normal;
}

div.meta{
  clear: both;
  margin: 0px 0;
  font-weight: bold;
}

div.meta table td{
  vertical-align: top;
  font-weight: normal;
  text-align:right;
}

div.meta table td input{
  float: left
}

/*      /Product Display Admin      */


/*      Admin Nav      */

#NavAdmin{
  
}

#NavAdmin ul{
  margin: 15px;
  padding: 0px;
}

#NavAdmin ul li{
  margin: 0px;
  padding: 0 0 5px 0;
}

#NavAdmin ul li a{
  color: #fff;
  font-weight: bold;
}

.AdminTopLnk{
  margin-bottom: 10px;
}

.AdminTopLnk a{
  color: #666666;
  padding: 2px 10px 2px 0;
}

/*      /Admin Nav      */

.StoreButton{
  margin: 10px 0;
  
}

.StoreButton a, .StoreButton a:visited{
  background-color: #999999;
  padding:2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  border: #cccccc 1px solid;
  line-height: 15px;
}

.StoreButton a:hover{
  color: #666666;
  background-color: #ffffff;
  
}

.VBut a{
  width: 80px;
  display: block;
  margin: 1px 0px;
  float: right;
}

.HBut a{
  margin: 0px 1px;
}

.fields{
  border: #cccccc 1px dotted;
  margin: 10px 0;
  padding: 5px;
}

.Grid tr td a{
  font-weight: bold;
  padding: 3px
}


div.meta table tr td textarea{
  float: left;
}

