/* PRODUCT INFORMATION **********************************/
#tblProduct {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
  width: 90%;
}

#tblProduct #tdProductImages {
  color: #868688;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: xx-small;
  font-weight:              normal;
  padding-top: 6px;
  border-bottom: 1px solid #BCB285;
  padding-bottom: 4px;
  }

#tblProduct, #tdProductDescription {
  color: #1F1F1D;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
  vertical-align:           top;
  padding-top: 5px;
  background: transparent;
  }

#tblProductsFields {
  border: 1px solid #F0EEE4;
  color: #33312F;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
  padding: 3px;
  width:                    100%;
}

#tblProductsFields .tdProductsFieldsDisplay {
  color: #918650;
  font-family:              Verdana, Arial, Sans-Serif;
   font-size: x-small;
  font-weight:              bold;
  padding:                  2px;
  vertical-align:           top;
  white-space:              nowrap;
  width: 100%;
}

#tblProductsFields .tdProductsFieldsValue {
  color: #868688;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
  padding: 5px;
  vertical-align: top;
}

#tblSubProduct {
  background: #F0EEE4;
  border: 1px solid #BCB387;
  color: #989898;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
  width: 400px;
    }

#tblSubProduct .tdSubProductCaption {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              bold;
  padding: 3px;
}

#tblSubProduct #tdSubProductStatus {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
}

#tblSubProduct #tdSubProductStatus #divSubProductInStock {
  color: #868688;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
}

#tblSubProduct #tdSubProductStatus #divSubProductOutOfStock {
  color:                    #990000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              bold;
}

#tblSubProduct #tdSubProductPrice {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              bold;
  white-space:              nowrap;

}

#tblSubProduct #tdSubProductPrice .spnProductPrice {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
}

#tblSubProduct #tdSubProductPrice .spnProductSale {
  color:                    #FF0000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              bold;
}

#tblSubProduct #tdSubProductPrice .spnProductSaleLimit {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-style:               italic;
  font-weight:              normal;
}

#tblSubProduct #tdSubProductButton {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              bold;
  padding: 6px;
  text-align: right;
}

#tblSubProduct #tdSubProductButton input.inpSubmit {
  background: #B5AB79;
  border:                   1px solid #000000;
  color:                    #FFFFFF;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              bold;
}

#tblSubProduct #tdSubProductButton input.inpQuantity {
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size: x-small;
  font-weight:              normal;
}

#selQuantity {
  background: #958A53;
  font-family:              Verdana, Arial, Sans-Serif;
  color: White;
  font-size: x-small;
}

#dropdownitem, #dropdownitem1, #dropdownitem2,#dropdownitem3,#dropdownitem4,#dropdownitem5,
#dropdownitem6,#dropdownitem7,#dropdownitem8,#dropdownitem9,#dropdownitem10 {
	background: #958A53;
  font-family:              Verdana, Arial, Sans-Serif;
  color: White;
  font-size: x-small;
	margin-bottom: 5px;
	}

#tblProductDropDown .tdProductDropDownName{
font-family: Verdana, Arial, Sans-Serif;
  color: #857B49;
  font-size: x-small;
	
}

#tblProductDropDown {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}