/********** comprehensive styles **********/
html, body {
  height: 100%;
}
body {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  color: #000000;
  margin: 0;
}
td {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  color: #000000;
}
p {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 1.3em;
  margin: 0px 0px 10px 0px;
  color: #000000;
  padding: 0;
  text-align: left;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #2B3E49;
}
a:hover, a:active {
  text-decoration: underline;
}
img {
  border: none;
}
.iex_content {
  margin: 10px 8px 15px 8px;
  padding: 0;
}
/********** page.htm **********/
.iex_news {
  font-size: 10px;
  background-color: rgb(227, 231, 233);
  border: solid 1px rgb(80, 99, 110);
  padding: 15px 8px;
}
/********** list_item.htm **********/
.iex_list_item {
  margin: 3px 0;
}
/********** list_item_large.htm **********/
.iex_list_item_large {
  margin: 10px 0;
}
/********** menu.htm **********/
.iex_menu {
  padding: 20px 10px 30px 10px;
}
/********** menu_item.htm **********/
.iex_menu_item {
  width: 160px;
  margin: 5px 0;
}
.iex_menu_item td {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 4px 0;
}
.iex_menu_item_not_selected td {
  background-color: rgb(227, 231, 233);
  border-color: rgb(80, 99, 110);
}
.iex_menu_item_selected td {
  background-color: rgb(224, 227, 207);
  border-color: rgb(102, 102, 0);
}
div.iex_menu_item {
  width: 160px; height: 24px;
  margin: 10px 0 10px 0;
  background-position: -160px 0;
  background-repeat: no-repeat;
}
div.iex_menu_item a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}
div.iex_menu_item a:hover {
  background-image: none;
}
div.iex_menu_item a:active {
  color: black;
}
/********** menu_sub_item.htm & menu_sub_item_selected.htm **********/

.iex_menu_sub {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none; 
}
.iex_menu_sub_item {
  margin: 7px 0;
  list-style-type: none;
  padding: 0 0 0 22px ;
}
.iex_menu_sub_item_not_selected {
  background:url(/_img/menu_sub_item.png) left center no-repeat;
}
.iex_menu_sub_item_selected {
  background:url(/_img/menu_sub_item_selected.png) left center no-repeat;
}
.iex_menu_sub_item_not_selected a, .iex_menu_sub_item_not_selected a:visited {
  font-family: Tahoma, Helvetica;
  color: rgb(68,89,102);
}
.iex_menu_sub_item_selected a, .iex_menu_sub_item_selected a:visited {
  font-family: Tahoma, Helvetica;
  color: rgb(34,45,52);
}
/********** headings **********/
.iex_heading_table {
  table-layout: fixed;
  width: 100%;
}
.iex_heading_1 {
  margin: 8px 0 10px 0;
  clear: right;
}
.iex_heading_2 {
  margin: 6px 0 8px 0;
  clear: right;
}
.iex_heading_3 {
  margin: 4px 0 6px 0;
  clear: right;
}

.iex_heading_1 .iex_heading_middle {
  font-size: 18px;
}
.iex_heading_2 .iex_heading_middle {
  font-size: 14px;
}
.iex_heading_3 .iex_heading_middle {
  font-size: 13px;
}
.iex_heading_table td {
  background-repeat: repeat;
  font-family: CenturyGothic, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: bold;
  color: #292827;
}
.iex_heading_top_left {
  background-image: url(/_img/heading_top_left.png);
  width: 2px;
  height: 2px;
}
.iex_heading_top {
  background-image: url(/_img/heading_top.png);
  height: 2px;
}
.iex_heading_top_right {
  background-image: url(/_img/heading_top_right.png);
  width: 2px;
  height: 2px;
}
.iex_heading_left {
  background-image: url(/_img/heading_left.png);
  width: 2px;
}
.iex_heading_middle {
  background-color: rgb(244,245,246);
  padding: 2px 5px;
}
.iex_heading_right {
  background-image: url(/_img/heading_right.png);
  width: 2px;
}
.iex_heading_bottom_left {
  background-image: url(/_img/heading_bottom_left.png);
  width: 2px;
  height: 4px;
}
.iex_heading_bottom {
  background-image: url(/_img/heading_bottom.png);
  height: 4px;
}
.iex_heading_bottom_right {
  background-image: url(/_img/heading_bottom_right.png);
  width: 2px;
  height: 4px;
}

/********** v_collections.php **********/
.iex_buy_now {
  width: 120px;
}

div.iex_buy_now {
  width: 120px; height: 24px;
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url(/_img/button_buy_now.png);
}

div.iex_buy_now a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/_img/button_buy_now.png);
}

div.iex_buy_now a:hover {
  background-image: none;
}

.iex_sample_icons {
  width: 169px;
}

div.iex_sample_icons {
  width: 169px; height: 24px;
  background-position: -169px 0;
  background-repeat: no-repeat;
  background-image: url(/_img/button_download_samples.png);
}

div.iex_sample_icons a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/_img/button_download_samples.png);
}

div.iex_sample_icons a:hover {
  background-image: none;
}

/********** download_pdf.htm, download_zip.htm, weblink.htm  **********/
.iex_download_pdf, .iex_download_zip, .iex_weblink, .iex_image_link {
  line-height: 24px;
  clear: left;
}
.iex_download_pdf img, .iex_download_zip img, .iex_weblink img, .iex_image_link img {
  margin: 0 5px 0 0;
  vertical-align: middle;  
  display:block;
  border: none;
  float: left;
}
/********** info_box.php **********/
.iex_info_box {
  border: solid 2px #50636e;
  background-color: #eff1f2;
  height: 45px;
  padding: 10px;
}
.iex_info_box img {
  float: left;
  margin: 0 10px 5px 0;
  width: 46px;
  height: 45px;
}
/********** license.php **********/
.iex_license_header {
  font-weight: bold;
  text-align:center;
  margin: 0 0 20px 0;
}
/********** table_row_3cols_purchase.php **********/
div.iex_purchase_button {
  width: 120px; height: 24px;
  margin: 10px 0 10px 0;
  background-position: -120px 0;
  background-repeat: no-repeat;
}
div.iex_purchase_button a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}
div.iex_purchase_button a:hover {
  background-image: none;
}

/********** download_table.php **********/
div.iex_download_button {
  width: 120px; height: 24px;
  margin: 10px 0 10px 0;
  background-position: -120px 0;
  background-repeat: no-repeat;
}
div.iex_download_button a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}
div.iex_download_button a:hover {
  background-image: none;
}