@charset "utf-8";
/* CSS Document */

@import "pb_default.css";

/******************************************************	CONTENT AREA */
#mainContent {
	background: url('../images/bg_shp_rt.png') bottom right no-repeat;
	_background-image: url('../images/bg_shp_rt.gif');
	zoom: 1;
}
#contentRight { margin-bottom: 115px; }

#contentLeft .sageppl { background: url('../images/sageppl_001.jpg') top left no-repeat; }


/******************************************	PRODUCT INFORMATION AREA */
#prodInformation .flashHeadingL4 {
	font-weight: normal;
	color: #00338d;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

/*  Removed due to scrollable content being used instead 

    .prodContentLft {
	    float: left;
	    width: 300px;
	    margin: 0 0 20px 30px;
    }

    .prodContentRt {
	    float: right;
	    width: 300px;
	    margin: 0 30px 20px 0;
    }

    .prodContentLft strong,
    .prodContentRt strong { font-size: 1.1em; color: #69923a; }

    .prodContentLft small,
    .prodContentRt small { font-size: 0.8em; color: #69923a; }

*/

/**************************************	PRODUCT FEATURES TAB CONTENT */
#prodInformation #prodFeatures {
	background-image: url(../images/planningbusiness_scrollerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0 0 0;
	margin: 0;
}
#prodInformation #prodFeatures #featurePageButtons {
	display: block;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	width: 116px;
}
#prodInformation #prodFeatures #featurePageButtons div {
	float: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/planningbusiness_featuresPageButton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#prodInformation #prodFeatures #featurePageButtons div.active {
background-position: -23px 0px;
}
#prodInformation #prodFeatures #featurePageButtons div span {
	display: none;
}
#prodInformation #prodFeatures .featuresNav {
	cursor: pointer;
	padding: 43px 12px;
	z-index: 2;
}
#prodInformation #prodFeatures .featuresNavLeft { float: left; z-index: 2;}
#prodInformation #prodFeatures .featuresNavRight { float: right; z-index: 2;}
#prodInformation #prodFeatures .featuresNav a {
	background-image:url(../images/planningbusiness_featuresNav.png);
	background-repeat:no-repeat;
	display:block;
	height:35px;
	width:20px;
	z-index: 2;
}
#prodInformation #prodFeatures .featuresNavLeft a { background-position: 0px 0px; }
#prodInformation #prodFeatures .featuresNavRight a { background-position: -20px 0px; }
#prodInformation #prodFeatures .featuresNav a span { display: none; }
#prodInformation #prodFeatures #prodFeaturesContent {
	width: 685px;
	height: 100px;
	margin: 10px auto;
	overflow: hidden;
	display: block;
	position: relative;
}

#prodInformation #prodFeatures #prodFeaturesScroller { 
	width: 4000px;
	height: 100px;
	display: block;
	position: absolute;
	float: left;
	overflow: hidden;
}
#prodInformation #prodFeatures .scrollercontent { 
	width: 685px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#prodInformation #prodFeatures .scrollercontent strong { 
	color: #69923A;
}
#prodInformation #prodFeatures .scrollercontent ul {
	list-style-image:none;
	list-style-type:none;
	margin:15px 0 20px 2px;
	padding:0;
}
#prodInformation #prodFeatures .scrollercontent li {
	float:left;
	margin-bottom:10px;
	margin-right: 12px;
	padding-left:16px;
	width:318px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/planningbusiness_featuresBullet.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}
#prodInformation #prodFeatures .scrollercontent li.last {
	margin-right: 0;
}
#prodInformation #prodFeatures .scrollercontent li span.nowrap {
	whitespace: nowrap;
}
#prodInformation #prodFeatures .scrollercontent small {
	margin-left: 7px;
	padding-top: 15px;
	font-size: 0.8em;
}
