/**
 * @file
 * CSS targeted specifically for Internet Explorer 7 (and earlier) for Windows.
 *
 * Any CSS in this file will apply to all versions of IE before IE 8. You can
 * target specific versions of IE by using conditional comments. See your
 * sub-theme's .info file for an easy way to use them.
 */


/*
 * Tabs
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  cursor: pointer;
}

/*
 * Drupal nodes
 */

.node-unpublished>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/*
 * Drupal admin tables
 */
tr.even th,
tr.even td,
tr.odd th,
tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

/*
 * Expand All link on Education Ambassadors page
 */
#expand_all {
	margin-top:30px;
}

/* 
 * Bug Fixes 
 */
 /* global */
#kr-mainsection .awards {
	width:325px;
	text-align:right;
	margin-bottom:0;
}
#kr-mainsection article.prod-display .kr-prodintro p {
	margin-bottom:15px;
}
.node-type-pro-product-display #kr-mainsection .shellac-menu a span {
	display:inline-block;
}
#kr-container #kr-mainsection #aside-pro .cta-block .slidemore {
  background: #333333 url(../images/slidearrow.png) no-repeat right center !important;
 }
 #kr-container #kr-mainsection #aside-pro li {
 	line-height:16px;
 }
.page-resources-cost-service #kr-container #kr-mainsection article .catlink p {
 	display:inline;
}
#kr-container #kr-mainsection .pro-products-categories .catlink{
	background:#F2F2F2;
}
/* calculator */
#kr-mainsection article #profit-calculator-container {
	padding-top:25px;
}
#profit-calculator-table #price-column {
	width:130px;
}
#profit-calculator-table #cost-column {
	width:100px;
}
#profit-calculator-table #clients-column {
	width:105px;
}
#profit-calculator-table #recalculate-row td {
	height:40px;
}
#profit-calculator-table .form-item label {
	vertical-align:middle;
	float:left;
	line-height:30px;
}
#profit-calculator-table .form-item input.form-email {
	width:200px;
}
#profit-calculator-table .form-item input.form-submit {
	padding-top:1px;
	padding-bottom:1px;
	height:26px;
	line-height:26px;
}
/* leadership */
.bio-more.open {
	display:block !important;
	width:auto !important;
}
/*jsPane indentation *
.jspPane .block-title {
	text-indent:-15px;
}*/
