@charset "UTF-8";

/******************************** M_S44_Section intro *************************/

#sectionIntroContainer {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 570px;
	height: 186px;
	/* Begin: Added for TB07 */
	/* margin-bottom: 15px; */
	/* End: Added for TB07 */


}

/* Product shot image */

#sectionImgRight {
	display: block;
	position: relative;
	top: 30px;
	float: left;
}

/* Supergraphic */

#sectionImgLeft {
	display: none;
}

#subSecImgLeft, #subSecImgRight {
	display: none;
}

#sectionTitleTop {
	display: block;
	/*width: 100%;*/
	position: absolute;
	top: 0;
	left: 0;
}

/************************ Begin: sectionTitleBgPanel Container ****************/

.sectionTitleBgPanel {
	display: block;
	background: url(../../images/white_transparent_slash.gif) no-repeat right;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 25px;
}

/**************************** End: sectionTitleBgPanel Container **************/

/*********************** Begin: sectionTitleBgPanelMargin Container ***********/

.sectionTitleBgPanelMargin {
	display: block;
	color: #007b32;
	background-color: transparent;
}

/********************** End: sectionTitleBgPanelMargin Container **************/

/*
#sectionIntroBody {
	display: block;
	width: 280px;
	height: 127px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 40px 0 0 12px;
	z-index: 4;
}
*/

#sectionIntroBody {
 DISPLAY: block;
    FONT-WEIGHT: bold! important;
    FONT-SIZE: 1em! important;
    FLOAT: right;
    WIDTH: 285px;
    COLOR: #666666! important;
    POSITION: relative;
    TOP: 30px
}

#sectionIntroBody .white:link, #sectionIntroBody .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;
}

#sectionIntroBody .white:hover, #sectionIntroBody .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;
}

