/* lead space */
.emc-wrapper .lead-space {
	background: url('../../../images/EMC_Image_C_1294179769865_product-lead-space.png') top left no-repeat;
	border-bottom: 1px solid #d9d9d9;
}

/* needed to avoid issues with iepngfix */
.emc-wrapper .lead-space-positioned {
	height: 265px;
	min-height: 265px;
	position: relative;
}

.emc-wrapper .lead-space h1 {
    margin: 0;
}
.emc-wrapper .lead-space .product-title { 
    float: left;
    width: 450px;
    color: #666;
}
.emc-wrapper .lead-space .not-visible {
    position: absolute;
    left: -9999px;
}
.emc-wrapper .lead-space .product-title .title-image { 
    margin-top: 3px;
}
.emc-wrapper .lead-space .product-title .sub-title { 
    display: block;
    margin-top: 20px;
    text-transform:uppercase;
    font-size: 1.333em;
    line-height: 1.35em;
    font-weight: normal;
    color: #4c4c4c;
}

/* highlight (right side) */
.emc-wrapper .lead-space .highlight{
    position: absolute; right: 0; bottom: 0;
}
.emc-wrapper .lead-space .highlight img {
    display: block;
}

.emc-wrapper .lead-space .highlight-text {
    position: absolute; right: 0; top: 0;
    width: 410px;
    padding-top: 48px;
    font-weight: bold;
}

.emc-wrapper .lead-space .highlight-text ul li { 
    margin-top: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 1.167em;
    background: url('../../../images/EMC_Image_C_1294179768398_product-family-bullet-blue.gif') left center no-repeat;
    color: #3893d2;
}

/* Watch video */
.emc-wrapper .lead-space .product-links {
    clear:left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    
}

.emc-wrapper .lead-space .watch-video { 
    text-transform: uppercase;
    position: absolute;
    bottom: 45px;
    left: 0;
}

/* announcement */
.emc-wrapper .lead-space .announcement {
    display: block;
    padding: 0 0 15px;   
}
.emc-wrapper .lead-space .announcement a {
    padding: 3px 0 0 7px;
    font-size: 1em;
    background: url('../../../images/EMC_Image_C_1294179768204_announcement-blue.gif') no-repeat;
    color: #095a90;
    zoom: 1;
}
/* sprite product page */
.emc-wrapper .lead-space .announcement a{background-image:none;}
.emc-wrapper .lead-space .announcement a:before{
	content:"";
	background: url('/images/sprites/emc-icons.png') no-repeat;
	width:21px;
	height:20px;
	display:block;
	float:left;
}
/* end sprite product page */

.emc-wrapper .lead-space-collapsed .lead-space-positioned {
    height: 97px !important;
    overflow: hidden;
    min-height: 97px !important;
}
.emc-wrapper .lead-space-collapsed .hide-on-collapse {display: none !important;}