﻿/* Styles for product pages */

/* Container for a section */
.Section {
  margin: 0px 10px 0px 10px;
  padding: 20px 23px 10px 15px;
}
/* Line in the middle of a section */
.VLine {
  background-image: url(../gfx/rowsplit.gif);
  background-position: 324px 3px;
  background-repeat: no-repeat;
}
/* Column */
.Col {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 278px;
}
/* Left and right floats for left and right columns */
.Left {
  float: left;
}
.Right {
  float: right;
}
/* Add bottom border */
.BtmBorder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E2E2E2;
}
/* Break at end of columns */
.Break {
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* Product title */
h1.ProductTitle {
  color: #0060A0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 0 -2px;
  padding: 0 0 0 0;
}
.Wide {
  letter-spacing: 2px;
}
/* Feature or Application list */
.Section ul {
  margin: 8px 0 0 4px;
  padding: 0px;
}
.Section li {
  list-style: none;
  padding-bottom: 5px;
  padding-left: 10px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
/* Screenshot */
.Screenshot {
  padding: 10px 0 40px 0;
}
.ScreenshotEmbedded {
  padding: 10px 0 10px 0;
}

