/** 
 * reset body elements
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
ul, ol {list-style-position: outside;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/**
 * typography
 **/
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #666; /*#464646*/
}
.textblock ul.first-child {
  margin-top:14px;
}
.textblock ul.first-child li {
  margin-bottom:8px;
}
a {
  text-decoration:underline;
  outline:none;
  color:#3399cc;
}

.attribute {
  font-size:10px;
  color:#a0a0a0;
}
strong { font-weight:bold; }
.bold { font-weight: bold; }

dt { font-weight:bold; }
dd { margin-left:1em; margin-bottom:18px; }
em { font-style: italic; }



#products #bottom
{
  clear: both;
}

.features-chart
{  
  width: 600px;
  background: #ebebeb;
  border: 1px solid #6c6c6c;
}

.features-chart td,
.features-chart th
{
  border: 1px solid #6c6c6c;
  font-size: 1.3em;
  padding-top: 7px;
  padding-bottom: 5px;
}

.features-chart td
{
  

}

.features-chart .col-features
{
  width: 368px;
  padding-left: 20px
}


.features-chart th
{
  color: #076fce;
  text-align: center;
}

.features-chart .col-features
{
  width: 368px;
}

.features-chart th.column1,
.features-chart th.column2
{
  width: 100px;
}

.features-chart td img
{
  display: block;
  margin: 0 auto;
  align: center;
}

.support-chart
{  
  width: 590px;
  background: #ebebeb;
  border: 1px solid #6c6c6c;
}



