/* Edit Account Screen Styles
--------------------------------------------------------------------------------
   Copyright (c) 2009 Unbound Medicine, Inc.
   Author: James V. Metting
-------------------------------------------------------------------------------- */
div#center
{
  padding-bottom:50px;
  width:677px;
  padding-top:20px;
}
  
div.platforms
{
  width:677px;
  height:240px;
  padding-top:50px;
  background-image:url('../images/m/diagnosaurus/dropshadow.png');
  background-repeat:repeat-x;
  background-position:bottom;
  padding-bottom:6px;
}

div.platforms div.title
{
  background-color:#fff;
  font-weight:bold;
  color:#FFF;
  font-family: Arial;
  font-size:18px;
  height:29px;
  padding-top:10px;
  background-image:url('../images/m/diagnosaurus/header.png');
}

div.platforms div.platform
{
  float:left;
  background-color:#EEEDED;
  font-size:11px;
  border-right:1px solid #D1D0D0;
  width:194px;
  height:200px;
  padding-left:30px;
}

div.platforms div.platform#first
{
  border-left:1px solid #D1D0D0;
}

div.platforms div.platform ul
{
  list-style:disc;
  text-align:left;
}

div.platforms div.platform div
{
  height:140px;
  margin-top:25px;
  text-align:left;
}
div.platforms div.platform img
{
  margin-right:10px;
}

div.platform b
{
  text-align:center;
  font-size:14px;
}

a.link#free
{
  padding-top:10px;
  height:26px;
}

a.link
{
  width:120px;
  height:36px;
  background-color:#b5b5b5;
  color:#2d2d2d;
  display:block;
  margin:0px 22px 0px 22px;
  position:relative;
  bottom:14px;
  text-decoration:none;
  font-size:14px;
  padding-top:2px;
  border:1px solid #a9a9a9;
  background-image:url('../images/m/diagnosaurus/button.png');
  
  background-repeat:repeat-x;
  background-size: 100%;
}

a.link:hover
{
  color:#1d1d1d;
  background-color: #9f9f9f;
  border: 1px solid #7a7a7a;
  background-image:url('../images/m/diagnosaurus/button_over.png');
  text-decoration:none;
}


div#appheader {
  border-bottom:1px solid #333333;
  color:#333333;
  font-size:16px;
  font-weight:bold;
  line-height:25px;
  margin:2px 0 10px;
  padding:0;
  text-align:left;
  width:745px;
}

table#nav{
  margin-top:6px; 
}

div#mobile_block {
  text-align:left;
  margin:auto;
  background-color:#E8E8E8;
  border:1px solid #333333;
  padding:0 10px 10px;
  width:490px;
}

div#mobile_block b.bigger{
  font-size:12px;
}

ol{
  padding-left:20px;
  list-style-type:decimal;
}

ol li{
  float:left;
}

div#installHeader
{
  border-bottom:1px solid #000;
}

div#installHeader h2
{
  font-size:16px;
  line-height:6px;
}