/* User-side specific product info rules */

.ProductInfo h1
{
  font-size:15px;
}

.ProductInfo .PrdImage
{
  float:left;
  width:48%;
  margin-left:0%;
  margin-top:10px;
  height:260px;
  border-right: 1px dashed #a0a0a0;
}

.ProductInfo .PrdImage a:hover { background-color:transparent;}


.ProductInfo .Upper
{ 
  position:relative;
  height:270px;
  width:43%;
  min-width:45%;
  float:right;
  margin-right: 1%;
}

.ProductInfo .Upper .Description
{ 
  height:auto;
  font-weight:600;
  margin-top:10px;
}

.ProductInfo .Upper .Tags
{ 
  height:auto;
}

.ProductInfo .Upper .Pricing
{ 
  height:auto;
  font-size:16px;
}

.ProductInfo .Upper .Bottom
{ 
  position:static;
  right:0px;
  width:auto;
}

.ProductInfo .LongDescription
{
  border-top: 1px dashed #a0a0a0;
  margin:0px 2%;
  padding: 10px 0px;
  clear:both;
}
