﻿/***product footer***/
.product_footer
{
  height: 32px;
  background: url(../../images/product_footer_bg.gif) no-repeat;
  height: 40px;
  width: 100%;
  padding-top: 20px;
}


/***Layout***/
#product_content
{
  padding: 20px 0 30px 0;
  display: block;
  width: 570px;
}
table.layout_table td
{
  padding: 0;
  border: 0;
  vertical-align: top;
  text-align: left;
}


/***Side submenu***/
#submenu
{
  font-family: tahoma,verdana,arial;
  font-size: 11px;
  line-height: 18px;
}
#submenu a
{
  display: block;
  line-height: 18px;
}
select.purchase_options
{
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  border: 1px inset #dfdfdf;
  margin-bottom: 10px;
}

.submenu_header_top
{
  font-weight: bold;
  vertical-align: middle;
  border: 0px;
  padding: 3px 10px;
  height: 18px;
  text-align: left;
  background: url(../../images/right_submenu_top_bg.gif);
}
.submenu_header
{
  background: url(../../images/right_submenu_th_bg.gif) repeat-x;
  font-weight: bold;
  vertical-align: middle;
  border: 0px;
  padding: 3px 15px;
  height: 18px;
  text-align: left;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.submenu_body
{
  padding: 10px 13px 18px 13px;
  border-bottom: 0;
  border-top: 0;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  width: 152px;
}



/***Data Table***/
tr.Rbluebg
{
  background-color: #f0f4fa;
}
td.Cbluebg
{
  background-color: #f0f4fa;
}
table.comparison_table th
{
  background: url(../../images/th_bg.gif) repeat-x;
  height: 22px;
  border: 1px solid #dfdfdf;
  font-weight: bold;
  text-align: left;
  padding: 0 6px;
}
table.comparison_table td
{
  text-align: left;
  vertical-align: middle;
  padding: 5px 6px;
  border-right: 1px solid #fff;
}
table.comparison_table td.Dchecked
{
  background-color: #e2eaf5;
  text-align: center;
}
table.comparison_table td.Lchecked
{
  background-color: #f0f4fa;
  text-align: center;
}
table.comparison_table td.itemlabel
{
  text-align: left;
  vertical-align: top;
}
table.comparison_table tr.aboveTh td
{
  border-bottom: 0;
  vertical-align: bottom;
}
table.comparison_table td.Docted
{
  text-align: center;
}
table.comparison_table tr.productname td
{
  text-align: center;
}


/****Icon List ****/
table.iconlist_table td.icon
{
  width: 55px;
  vertical-align: top;
}
table.iconlist_table td.awardicon
{
  width: 40%;
  vertical-align: top;
  text-align: center;  
}
table.iconlist_table td.description
{
  /*width: 60%;*/
  vertical-align: top;
  padding: 0px 10px 20px 20px;
}
table.iconlist_table tr.lastrow td
{
  padding-bottom: 0;
}
table.iconlist_table tr.lastrow td ul
{
  margin-bottom: 0;
}

/***List with Checkmark bullets***/
ul.checklist
{
  margin: 0;
  padding: 0;
  margin-top: 12px;
  /*border:solid 1px red;*/
}
ul.checklist li
{
  margin-left: 0px;
  list-style: none;
  background: url(../../images/comparison_table_checkmark.gif) no-repeat left 3px;
  padding-left: 16px;
  margin-top: 10px;
}

ul.BlackChecklist
{
  margin: 0;
  padding: 0;
}
ul.BlackChecklist li
{
  line-height: 24px;
  list-style: none;
  background: url(../../images/ProductLayout1/checkmark_black.gif) no-repeat left 2px;
  padding-left: 19px;
}

ul.ContentChecklist
{
  margin: 0;
  padding: 0;
}
ul.ContentChecklist li
{
  line-height: 18px;
  list-style: none;
  background: url(../../images/ProductLayout1/bullet_checkmark_green.png) no-repeat left 2px;
  padding-left: 19px;
}

