@charset "UTF-8";

/****************************** M_S39 Sub-section intro ***********************/

/* M_S39 Sub-section intro (main container) */

#subSecIntroContainer {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 375px;
	height: 210px;
}

/* Anthonys' fix (leave alone) */

*html #subSecIntroContainer {
	width: 374px;
}

/* Postion the product image */

.subSecImgRight {
 DISPLAY: block;
    FLOAT: left;
    /*POSITION: relative;
    TOP: 35px*/
}
/* Turn off the supergraphic */

#subSecImgLeft {
	display: none;
}

/* Postion the section title container */

.subSecTitleTop {
 DISPLAY: block;
    LEFT: 0px;
    /*POSITION: absolute;
    TOP: 0px*/
}
/* M_S39 Sub-section intro (body copy) */

#subSecIntroBody {
	display: block;
	width: 180px;
	float: right;
    /* Begin: Added for TB07 */
	POSITION: relative;
    TOP: -100px;
	/* End: Added for TB07 */
	color: #666666 !important;
	font-size: 0.75em !important;
	font-weight: normal !important;
	padding: 0;
}

/* M_S39 Sub-section intro (link texts - hyperlinked states) */

#subSecIntroBody .white:link, #subSecIntroBody .white:visited {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url(../../../images_css/sub_sectionwide_content_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
}

#subSecIntroBody .white:hover, #subSecIntroBody .white:active {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url(../../../images_css/_sub_sectionwide_content_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
}

