﻿body {
}

form#Products
{
  
}

table.Products
{
  background-color: White;  
}

table.Metastock
{
  background-image: url(/Images/Products/MS_background.jpg);
  background-repeat: no-repeat;
  height: 364px;
}

tr.ProductImages img
{
  border: none;
  display: block;
  margin: 0 auto;
  text-align: center;
}

td.sectionSeperator img
{
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 95%;
}

td.Content
{
  padding: 0 !important;  
}

tr.details ul 
{
  margin: 10px auto 0 auto;
}

tr.details ul li 
{
  list-style: none;
  padding: 0 0 2px 0;  
}

tr.details ul li a
{

  background-image: url(/Images/Icons/SmallArrow.jpg); 
  background-repeat: no-repeat;
  background-position: left center;

  padding-left: 15px;
  color: #318AA5;
  text-decoration: none;
}

/* removes the >> bullet from last row */
table.Misc tr.details ul li a
{
  background-image: none; 

  color: #318AA5;
  text-decoration: none;
  padding-left: 0;
}

table.Metastock td
{
  width: 33%;  
}

table.Data td
{
  width: 33%;  
}

table.Misc td
{
  /* width: 25%;   */
}

div#MS11ProFX-tip { width: 240px;}

table.main {
background-image: none;
border: 1px solid #ccc;
}

