@charset "utf-8";
/*----------------
@PRESS / CSS
-------------------*/
table.Press   {
 width: 773px;
 margin-top: 5px;
 margin-right: auto;
 margin-left: auto;
 border: solid 10px #f4f4f4;
 border-collapse: collapse;
 }
*html table.Press   {
 width: 781px;
 margin-top: 0px;
 }

table.Press td, table.Press th  { 
 line-height: 150%;
 background-color: white;
 padding-top: 3px;
 padding-bottom: 3px;
 border-bottom: solid 5px #f4f4f4;
 }
table.Press th {
 color: #36c;
 font-size: 12px;
 line-height: 135%;
 }

table.Press td { border-left: solid 1px #f4f4f4; }
table.Press th.Name, table.Press th.Comp, table.Press th.Feature  {
 color: #888;
 background-image: url("../images/common/bg_gray.gif");
 background-repeat: repeat-x;
 background-position: 0 4px;
 border: solid 1px #ccc;
 }
th.Name  {
 width: 120px;
 }

table.Press td.Feature   { }
*html table.Press td.Feature { width: 410px; }

p.new {
 color: #f60;
 font-size: 12px;
 line-height: 16px;
 background-image: url("../images/common/new.gif");
 background-repeat: no-repeat;
 text-indent: -99999px;
 margin-left: 12px;
 }

dl  {
 text-align: left;
 margin-right: 12px;
 margin-left: 12px;
 }
dt {
 background-image: url("../images/common/icon_bl7.gif");
 background-repeat: no-repeat;
 background-position: left center;
 letter-spacing: 5px;
 padding-left: 11px;
 border-bottom: 1px dotted #ccc;
 }
dd {
 padding-left: 11px;
 }
*html dd {
 letter-spacing: 1px;
 }
dd span.stuff {
 letter-spacing: 0;
 }
table.Press td.Feature dl  {
 text-align: left;
 margin-right: 10px;
 margin-left: 10px;
 }
td.Feature dt    {
 font-size: 12px;
 line-height: 16px;
 background-image: none;
 letter-spacing: 0;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 20px;
 border-bottom: 1px solid #ccc
 }
td.Feature dt img  {
 margin-left: 0.5em;
 }
td.Feature dd   {
 margin-left: 10px;
 }
td.Feature a  {
 color: #6b80b2;
 background-image: url("../images/common/icon_mapdt.gif");
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 20px;
 }
td.Feature a:hover { color: #69f; }