/* =================================
    Global
====================================*/

/* these 3 needed for clearing divs that contain only floated items */

.clear {
  content ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear {
  height: 1px;
}

body {
  margin: 0px;
  padding: 10px;
  background-color: #f0f0f0;
  color: #555555;
  text-align: center;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img {
  border: none;
}

a:link {
  color: #16790E;
}

a:visited {
  color: #16790E;
}

a:hover {
  color: #23C117;
  text-decoration: none;
}

a:active {
  color: #16790E;
}

#wrapper {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

#topHeader {
  height: 17px;
  background-image: url(/images/layout_top.png);
  background-repeat: no-repeat;
}

#header {
  background: #ffffff;
  padding: 0px 15px 7px 15px;
  text-align: left;
  background-image: url(/images/layout_mid.png);
  background-repeat: repeat-y;
}

.layoutSeparator {
  height: 5px;
  position: relative;
  background-image: url(/images/layout_sep.png);
  background-repeat: no-repeat;
}

* html .layoutSeparator { /* <= ie6 */
  margin-bottom: -10px;
}

#accountBox {
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}

#accountBox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#accountBox ul li {
  text-align: center;
  float: left;
  height: 28px;
  background-image: url(/images/account_mid.png);
  background-repeat: repeat-x;
}

#accountBox ul li.divider {
  font-size: 17px;
  font-weight: normal;
  padding: 2px 0px 4px 0px;
  display: block;
  color: #23C117;
}

#accountBox ul a, #accountBox ul a:link {
  font-size: 10px;
  font-weight: bold;
  padding: 7px 5px 4px 5px;
  display: block;
  color: white;
  text-decoration: none;
}

#accountBox ul a:hover {
  color: #F9ECCC;
  text-decoration: underline;
}

#content {
  background-color: #ffffff;
  padding: 1px 15px 5px 15px; /* 1px top needed to avoid gaps */
  background-image: url(/images/layout_mid.png);
  background-repeat: repeat-y;
  padding-bottom: 50px;
}

#footer{
  padding: 10px 0;
  text-align: center;
  height: 60px;
  font-size: 10px;
  color: #888888;
  background-color: #f0f0f0;
  background-image: url(/images/layout_bottom.png);
  background-repeat: no-repeat;
}

#footer a {
  color: #888888;
}

#footer a:hover {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 20px;
}

h2 {
  font-weight: bold;
  font-size: 17px;
}

h3 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0;
}

p {
  line-height: 16px;
}

th {
  text-align: center;
}

#demoButtonDiv {
  text-align: center;
  margin-top: 20px;
}

#startButtonDiv {
  text-align: center;
  margin-top: 5px;
}

/* =================================
    My Account Bar (when logged in)
====================================*/

#myAccountBox {
  margin-top: 10px
}

#myAccountBox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#myAccountBox ul li {
  text-align: center;
  float: left;
  height: 28px;
  background-image: url(/images/my_account_mid.png);
  background-repeat: repeat-x;
}

#myAccountBox ul li.divider {
  font-size: 17px;
  font-weight: normal;
  padding: 2px 0px 4px 0px;
  display: block;
  color: #1B6DDB;
}

#myAccountBox ul a, #accountBox ul a:link {
  font-size: 10px;
  font-weight: bold;
  padding: 7px 5px 4px 5px;
  display: block;
  color: white;
  text-decoration: none;
}

#myAccountBox ul a:hover {
  color: #F9ECCC;
  text-decoration: underline;
}

/* =================================
    Tables
====================================*/

.dataTable {
  border-collapse: collapse;
  background-color: #f3f3f3;
}

.dataTable th, .dataTable td {
  border: 1px #898989 solid;
}

.dataTable td {
  border: 1px #898989 solid;
  color: #333333;
  font-size: 11px;
  padding: 5px;
}

.dataTable th {
  color: #555555;
  font-size: 11px;
  border: 1px #898989 solid;
  background-color: #cbcbcb;
  background-image: url(/images/table_header.png);
  background-repeat: repeat-x;
  font-weight: bold;
  line-height: 25px;
}

/* =================================
    Forms
====================================*/

label {
  float: left;
  text-align: right;
  width: 175px;
  padding: 4px;
  margin-right: 5px;
  clear: left;
}

.choicedescription label {
  width: 0;
}

.formRow {
  margin-bottom: 5px;
}

.formSubmitRow {
  text-align: center;
}

.formRow input, .formRow select, .formRow textarea {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#accountForm input {
  width: 200px;
}

.submitRow {
  margin-left: 190px;
}

.standardInput {
  width: 200px;
}

.sidelabel {
  font-weight: bold;
}

.option_divider {
  border-bottom: 2px #cccccc solid;
}

.checkSelected {
  background-color: #E1F8D9;
  border-left: 1px #00AA00 solid;
  border-top: 1px #00AA00 solid;
  border-bottom: 1px #00AA00 solid;
}

.checkUnselected {
  background-color: #ffffff;
  border-left: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}

.labelSelected {
  background-color: #E1F8D9;
  border-right: 1px #00AA00 solid;
  border-top: 1px #00AA00 solid;
  border-bottom: 1px #00AA00 solid;
  font-weight: bold;
  line-height: 18px;
  font-size: 12px;
}

.labelUnselected {
  background-color: #ffffff;
  border-right: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
}

.choicedescription {
  font-size: 10px;
}

.smallinput {
  font-size: 10px;
}

#options_table td {
  vertical-align: top;
}

.size_one {
  font-size: 10px;
}

.contactInput {
  width: 300px;
}

.submitButton {
  margin-top: 15px;
  clear: all;
}

/* =================================
    Flash
====================================*/

#flashMessage {
  font-color: #B7B7B7;
  font-size: 22px;
  color: #666666;
  text-decoration: none;
}

/* =================================
    Color Selector
====================================*/

.colorbox {
  width: 25px;
  height: 20px;
  border: 1px #cccccc solid;
}

.colorselect {
  font-size: 10px;
}

/* =================================
    Errors
====================================*/

.errorDiv
{
  text-align: center;
  margin-top: 10px;
}

.errorBox {
  text-align: left;
  padding: 10px;
  border: 1px #B12122 solid;
  background-color: #ffffcc;
}

.errorHeading {
  color: #CD3200;
  font-size: 12px;
  font-weight: bold;
}

ul.error {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  padding-left: 20px;
}

li.error
{
  color: #CD3200;
  font-size: 11px;
  line-height: 1.4em;
}

.smallError {
  font-size: 10px;
  color: #CD3200;
}

/* =================================
    Home Page
====================================*/

#shockText {
  margin-top: 10px;
  margin-bottom: 20px;
}

.stepBox {
  text-align: center;
  float: left;
  margin-right: 10px;
}

.stepHeading {
  font-size: 30px;
  font-weight: bold;
  color: #2C79DE;
}

.stepDetail {
  font-size: 13px;
  font-weight: bold;
  color: #2966B5;
}

#pricingBox {
  float: right;
  margin-right: 5px;
  width: 160px;
  text-align: center;
  background-image: url(/images/white_box_blue_border.png);
  background-repeat: no-repeat;
  background-position: center top;
}

* html #pricingBox {
  margin-right: 0px;
}

#pricingBoxTop {
  padding-top: 5px;
  background-image: url(/images/white_box_blue_border.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#pricingBoxTop p {
  margin-top: 5px;
}

#pricingBoxBottom {
  padding-bottom: 12px;
  background-image: url(/images/white_box_blue_border.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#lowPrice {
  font-weight: bold;
  font-size: 20px;
}

#pricingLink a:link, #pricingLink a:visited {
  color: #21C117;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

#pricingLink a:hover {
  text-decoration: underline;
}

#paymentTypesBox {
  border: 1px #003366 solid;
}

/* =================================
    Account Index
====================================*/

.myAccountOption {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 30px;
  text-align: center;
}

.myAccountOption a {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* =================================
    Detail Page
====================================*/

#detailActionBox {
  margin-left: 10px;
  float: right;
  width: 360px;
}

#detailInfoBox {
  border: 3px #23C117 solid;
  margin-bottom: 10px;
  padding: 10px;
}

#detailInfoBox h2 {
  margin-top: 0px;
}

#detailInfoBox #refreshBox {
  border: 2px #B12122 dotted;
  padding: 5px;
  color: #333333;
  background-color: #FFFBAB;
  font-size: 10px;
}

#optionsBox {
  border: 3px #93C3F4 solid;
  margin-bottom: 10px;
  padding: 10px;
}

#optionsBox h2 {
  margin-top: 0px;
}

#optionsBox ul {
  padding-left: 10px;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: none;
}

#optionsBox li {
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 6px;
  font-size: 11px;
  background-image: url(/images/bullet.png);
  background-repeat: no-repeat;
}

#chosenOptions {
  padding-left: 20px;
}

#selectButton {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

#selectButton img {
  margin-bottom: 5px;
}

#paymentBox {
  border: 3px #79DF6B solid;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}

#paymentBox h2 {
  margin-top: 0px;
}

#downloadBox {
  text-align: center;
  border: 3px #1B6DDB solid;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

#downloadBox p {
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: normal;
}

/* =================================
    Other
====================================*/

#zipRequirements li {
  line-height: 17px;
  font-size: 11px;
}