/****************************************
 * Aviary
 * CSS Hacks for IE6 and Lower
 ****************************************/

img {
   behavior: url(styles/iepngfix.htc);
}

.menu-item {
  float: left;
  width: 155px;
}

.menu-link {
  width: 139px;
}

#menu-tools-extras li {
  width: 311px;
}

#menu-tools-extras li .menu-link {
  width: 295px;
}

.nav-link .actionIcon {
  margin-right: 3px;
}

#nav-user-logout {
  clear: both;
}

#content {
	height: 293px;
}

.tabs {
  width: 100%;
  background: url(../images/layout/tabs/container_left.gif) no-repeat top left;
}

.tabs-inner {
  height: 280px;
  background: url(../images/layout/tabs/container_right.gif) no-repeat top right;
}

.grid .pagination,
.grid .proceed {
  margin-top: 0;
}

.secondary h2 {
  width: 100%;
  background-image: url(../images/layout/content/secondary_corners_top.gif);
}

.secondary .h2-inner {
  background-image: url(../images/layout/content/secondary_corners_bottom.gif);
}

.actions .action {
  background-image: url(../images/layout/content/secondary_corners_top.gif);
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.actions .action .action-inner {
  background-image: url(../images/layout/content/secondary_corners_bottom.gif);
}

#profile-updates .proceed {
  margin-top: 0;
}

.lined {
  background-image: url(../images/layout/text_lines.gif);
}

#creation-launchers .nav-link, #creation-launchers .nav-menu .nav-link:hover {
  background: #3d9ccc url(../images/layout/creation/launcher_corners.gif) no-repeat 0 0;
}

.message .close {
	right: 39px;
}

.comment {
	height: 60px;
}

#organizer-filters .interfaces {
  overflow: hidden;
}

#organizer-actions {
  overflow: hidden;
}

#organizer-actions .interfaces {
  display: inline;
}

#organizer-search .icon {
  left: -22px;
}

#organizer-items-container {
  float: left;
  width: 100%;
}

#organizer-items .item {
  height: 50px;
}

.tools-soon-tool {
  display: inline-block;
}

.thumbnailList li {
  display: inline-block;
}

.pagination .pages a {
  width: 15px;
}

.pagination .separator {
  behavior: url(styles/iepngfix.htc);
}

#gateway {
  float: left;
  margin-top: 30px;
  width: 565px;
}

.colorpicker_color div {
  behavior: url(styles/iepngfix.htc);
}

.creation-toggleFavorite-icon {
  display: none;
}

#aviaryAjax {
  position: absolute;
  behavior: url(styles/iepngfix.htc);
}

.markItUpButton a {
  behavior: url(styles/iepngfix.htc); 
}

/* Home */

#home-tour .media .corner {
  behavior: url(styles/iepngfix.htc); 
}

/* Tool */

#tool-intro-creation .launcher {
  behavior: url(styles/iepngfix.htc);
}

#tool-news {
  margin-top: 0;
}

/* Subscribe */

#subscribe-plans th {
  behavior: url(styles/iepngfix.htc);
}

/* Dashboard */

#dashboard-subscription {
  background-image: url(../images/layout/content/secondary_corners_bottom.gif);
}

#dashboard-subscription-badge {
  background-image: url(../images/layout/content/secondary_corners_top.gif);
}

#dashboard-subscription .spaced {
  margin-bottom: 0;
}

#dashboard-subscription .critical {
  background: none;
  border: none;
}

#dashboard-progress-container {
  behavior: url(styles/iepngfix.htc);
}

#dashboard-announcement-pager a {
  cursor: pointer;
  behavior: url(styles/iepngfix.htc);
}

/* Edit profile */

#editProfile-links-wrapper {
  position: relative;
  float: left;
  width: 535px;
}

.editProfile-watermark-preview {
  width: 100%;
  display: inline-block;
}

.editProfile-watermark-preview .inner {
  background: url(../images/layout/content/secondary_corners_top.gif) no-repeat top left;
}

.editProfile-watermark-preview .inner2 {
  background: url(../images/layout/content/secondary_corners_bottom.gif) no-repeat bottom left;
}

/* Home (B) */

#home-popular .grid {
  padding-bottom: 0;
}

.thumbnail-launcher,
.thumbnail-launcher:hover {
  right: 3px;
}

#home-tools .thumbnail-launcher,
#home-tools .thumbnail-launcher:hover {
  right: 16px;
}

.thumbnail-launcher-bg {
  behavior: url(styles/iepngfix.htc);
}

#home-scroller-front {
  behavior: url(styles/iepngfix.htc);
}

/* App launchers */

.launcher {
  behavior: url(styles/iepngfix.htc);
}

/* App dialogs */

#appdialogs {
  /* fake max-height */
  height:expression(this.scrollHeight > document.documentElement.clientHeight ? document.documentElement.clientHeight + "px" : "auto");
  float: left;
  width: 100%;
  overflow-x: hidden;
}

#appdialogs .progress, #appdialogs .progress * {
  behavior: url(styles/iepngfix.htc);
}