/********** comprehensive styles **********/
html, body {

}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
html#iex_layout_v_collection {
  background: #a9e6f8 url(/_img/v/background.jpg) repeat top center;
}
html#iex_layout_x_collection {
  background: #ffcc8b url(/_img/x/background.jpg) repeat top center;
}
html#iex_layout_incors {
  background: #788185 url(/_img/incors/background.jpg) repeat top center;
}
body {
  font-family: "Helvetica Neue",Helvetica,"Trebuchet MS",sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 0;  
  
}
td {
  color: #1F272D;
}
p {
  padding: 0;
  margin: 10px 0px 0px 0px;
}
a {
  outline: 0;
  text-decoration: none;
  color: #20638D;
}
a:hover, a:active {
  text-decoration: none;
  color: #3697BF;
}
img {
  border: none;
}
.iex_content {
  padding: 5px 0px 20px 0px;
}
/********** 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: 0 0 0 500px; 
  height: 23px;
}
/********** menu_item.htm **********/
.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: 163px;
  height: 23px;
  margin: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
}
div.iex_menu_item a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 0 -23px;
  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 40px 0 0;
  list-style-type: none;
  text-align: right;
}
.iex_menu_sub_item {
  float: right;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.iex_menu_sub_item_not_selected {
  
}
.iex_menu_sub_item_selected {
  
}
.iex_menu_sub_item_not_selected a, .iex_menu_sub_item_not_selected a:visited, .iex_menu_sub_item_selected a, .iex_menu_sub_item_selected a:visited {
  font-family: Tahoma, Helvetica;
  color: #fff;
}

.iex_menu_sub_item_selected {
  font-family: Tahoma, Helvetica;
  color: #fff;
  line-height: 22px;
  height: 22px;
  margin: 3px 0;
  padding: 0 9px;
}

.iex_menu_sub_item_not_selected a:hover {
  text-decoration: underline;
}

#iex_layout_v_collection .iex_menu_sub_item_selected {
  background-color: #5db3da;
  border: 1px solid #a6e1ee;
}

#iex_layout_x_collection .iex_menu_sub_item_selected {
  background-color: #feb650;
  border: 1px solid #fedb75;
}

#iex_layout_incors .iex_menu_sub_item_selected {
  background-color: #98b7bc;
  border: 1px solid #e3eff1;
}

/********** headings **********/
.iex_heading_table {
  table-layout: fixed;
  width: 100%;
}
.iex_heading_1 {
  margin: 20px 0px 10px 0px;
  clear: right;
}
.iex_heading_2 {
  margin: 20px 0px 10px 0px;
  clear: right;
}
.iex_heading_3 {
  margin: 20px 0px 0px 0px;
  clear: right;
}

.iex_heading_1 .iex_heading_middle {
  font-size: 20px;
}
.iex_heading_2 .iex_heading_middle {
  font-size: 16px;
}
.iex_heading_3 .iex_heading_middle {
  font-size: 14px;
}
.iex_heading_table td {
  background-repeat: repeat;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: bold;
  color: #292827;
}
.iex_heading_top_left {
  width: 0px;
  height: 0px;
}
.iex_heading_top {
  height: 0px;
}
.iex_heading_top_right {
  width: 0px;
  height: 0px;
}
.iex_heading_left {
  width: 0px;
}
.iex_heading_middle {
  padding-bottom: 7px 
}
.iex_heading_right {
  width: 0px;
}
.iex_heading_bottom_left {
   width: 0px;
  height: 1px;
}
.iex_heading_bottom {
  background-color: #70BDF0;
  height: 1px;
}
.iex_heading_bottom_right {
  width: 0px;
  height: 1px;
}

.table_row_2cols_fact_sheet td {
  padding: 10px;
}

.table_row_2cols_fact_sheet p {
  margin: 0;
  padding: 0;
}

/********** footer **********/

#iex_footer {
  position: relative;
  height: 41px;
}

#iex_footer a {
  color: #000;
  text-decoration: none;
}

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

#v_collection_search_submit {
	position: absolute;
	right: 0;
	top: 0;
  width: 119px;
  height: 29px;
  border: 0px solid #fff;
  cursor: pointer;
}

/********** 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: 134px; height: 33px;
  margin: 10px 0 10px 0;
  background-position: 0 -33px;
  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;
}


/**********************************************************************/
/* Version 2 */
/**********************************************************************/

/***** FAQ *****/

.iex_faq {
  margin: 0 0 10px 0;
}
.iex_faq_toggle {
  position: relative;
}
.iex_faq_toggle_close, .iex_faq_toggle_open {
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  cursor: pointer;
}
.iex_faq_toggle_open {
  background: url(/_img/item_collapse_expand.png) no-repeat 0 -9px;
}
.iex_faq_toggle_close {
  background: url(/_img/item_collapse_expand.png) no-repeat 0 0;
}
.iex_faq_closed  .iex_faq_toggle_close {
  display: none;
}
.iex_faq_opened  .iex_faq_toggle_open {
  display: none;
}
.iex_faq_question {
  line-height: 20px;
  vertical-align: middle;
  padding: 0 0 0 15px;
  font-weight: bold;
  cursor: pointer;
}
.iex_faq_answer {
  padding: 0 0 10px 0;
}
.iex_faq_closed .iex_faq_question:hover {
  text-decoration: underline;
}
.iex_faq_closed .iex_faq_answer {
  display: none;
}

/********** show icons **********/
.iex_icons_preview a, .iex_icons_preview_selected a {
  display: block;
  width: 248px;
  height: 93px;
  background-repeat: no-repeat;
  margin: 3px auto 15px;
}
.iex_icons_preview a {
  cursor: pointer;
  background-position: 0 0;
}
.iex_icons_preview_selected a {
  background-position: 0 -186px;
  cursor: default;
}
.iex_icons_preview a:hover {
  background-position: 0 -93px;
}

/*** Icon Page ***/
#icon_preview {
  margin: 15px 0 0 0;
}
#icon_preview h1 {
  margin-top: 0;
}
#icon_preview h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#icon_preview h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.icons_related_icons {
  float: left;
  margin: 10px 10px 0 0;
  text-align: center;
  border: 1px dashed #ccc;
  padding: 5px;
}
.icons_related_icons:hover {
  border: 1px dashed #555;
}
.icon_all_sizes_table_colorbox {
  width: 100%;
  background-color: #a5adb1;
}
.icon_all_sizes_table {
  width: 624px;
  height: 426px;
  background-color: #a5adb1;
}

.icon_all_sizes_table td, .icon_all_sizes_table_colorbox td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  background-color: #fff;
}
.icon_pixel_size_text {
  margin: 10px 0 0 0;
  color: #777;
}

#icon_preview_colorbox {
  padding: 10px;
}
#icon_preview_colorbox h1 {
  margin-top: 0;
}
#icon_preview_colorbox h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#icon_preview_colorbox h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
