body {
    font-family : 'verdana', 'sans-serif';
    color : #808080;
  }


.SportMenu {
    border: 1px solid #008b8b;
    margin: 20px;
    padding: 10px;
    float: left;
    width: 100px;
  }


.Contents {
    position: relative;
    border: none;
    margin: 5px;
    float: left;
    width: 100%;
  }


.Buttons {
    border: 1px solid #000000;
    background-color: #d3d3d3;
    padding: 5px;
    margin: 5px;
  }


.ButtonLabel {
    clear: both;
    float: left;
    margin: 5px;
  }


.DesignPreview {
   position: absolute;
	float: right;
    margin: 10px;
  }


.ImageControls {
    position: relative;
    width: 100%;
  }


.ProductTable {
    display: table;
    background-color: rgb( 128, 128, 128 );
    color: #d3d3d3;
    border: 1px solid black;
  }


.ProductTableHeaderCell {
    display: table-cell;
    border: 1px solid black;
    padding: 4px;
  }


.ProductTableCategoryHeader {
    display: table-cell;
    vertical-align: middle;
    /*width: 100%;
    *//*border: 1px solid black;
    */padding: 4px;
    background-color: #d3d3d3;
    color: blue;
  }


.ProductTableRow {
    display: table-row;
  }


.ProductTableCell {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid black;
    padding: 4px;
  }


.Form {
    float: left;
    border: 1px solid black;
    background-color: #d3d3d3;
    padding: 5px;
    margin: 5px;
  }


.FormRow {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
  }


.FormRow span.FieldLabel {
    float: left;
    width: 150px;
    text-align: right;
    vertical-align: middle;
  }


.FormRow span.FieldInput {
    float: left;
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
  }


.ProductRow {
    position: relative;
    width: 100%;
    border-bottom: 1px solid black;
  }


.ProductImage {
    width: 128px;
	border: none;
    padding: 5px;
  }


.ProductName {
    position: absolute;
    left: 145px;
    top: 10px;
  }


.ProductDescription {
    position: absolute;
    left: 145px;
    top: 20px;
}


.ProductPrice {
    position: absolute;
    left: 475px;
    top: 10px;
  }


.ProductDesignButton {
    position: absolute;
    left: 545px;
    top: 10px;
  }
  
.TitleText {
	color: #FFF;
}