﻿h3.products
{
 text-align: left; 
 margin-left: 0px; 
 margin-bottom: 30px; 
}
#productImage
{
  float: left;
  width: 43%;
}
#productImage img
{
  float: left;
}
#productImage #price
{
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 15px;
  color: Green;
}
#productImage #price span
{
  font-size: .6em;
  color: Black;
  line-height: 16px;
  margin-top: 4px;
  display: block;
}
#productImage #price div
{
  margin-top: 10px;
}
#productImage #buttons
{
 clear: both; 
}
#productImage #buttons img
{
  cursor: pointer;
}
#productDescription
{
  float: right;
  font-size: .95em;
  width: 55%;
}
#content h3
{
  text-align: center;
}
#productDescription p
{
  font-size: .95em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#productDescription h4
{
  color: #265388;
  font-size: .9em;
  margin-bottom: 0;
}
#productDescription ul li
{
  list-style-type: disc;
  margin-left: 30px;
  font-size: .8em;
}
.fromWizMessage
{
 border: 1px solid orange;
 background-color: InfoBackground; 
 margin: 5px; 
 margin-bottom: 20px;
 padding: 15px;
  
}