/* sitefinity.com features stylesheet */
.sRoundBox ul
{    
    margin-left:9px /* 20px*/;
    padding: 14px 0;
}
.sRTF .sRoundBox .fProductLinks
{
    padding-left: 0;
}

.sRTF .sRoundBox .fProductLinks li
{
    padding-left: 0;
}

.sRoundBox ul li
{
    background-image: url("/CSS/Features/linksBox.gif?x=123") !important;
    background-repeat: no-repeat;
    list-style-type: none;
    float: left;
    display: block;
    width: 240px;
    height: 24px;
    font-size: 16px;
}
.sRoundBox ul li.last
{
    width: 170px;
}
.sRoundBox ul li a
{
    padding: 0 0 0 35px;
}

.sRTF .sRoundBox .fProductLinks .tour
{
    background-position: 0 0;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .demo
{
    background-position: 0px -40px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .compare
{
    background-position: 0px -80px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .download
{
    background-position: 0px -120px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .features
{
    background-position: 0px -160px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .buy
{
    background-position: 6px -202px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .try
{
    background-position: 0 -687px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .contact
{
    background-position: 0 -244px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .webinar
{
    background-position: 0 -283px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .video
{
    background-position: 0 -325px;
    display: block;
}
.sRTF .sRoundBox .fProductLinks .last
{
    padding-right: 0 /* 20px */;
}

.fRightLinks .sRoundBox
{
    margin-bottom: 0px;
}
.fRightLinks .sRoundBox .fProductLinks li
{
    margin-bottom: 17px;
    width: auto;
}
/* Features */
.sContentWrap h1#cmsfeatures, .sContentWrap .fCategoryDetails h1
{
    margin-bottom: 0;
}
.fAllFeatures
{
    padding-top: 10px;
    padding-left: 12px;
    background: transparent url("/CSS/Features/features.gif") no-repeat 0 -86px;
    float: right;
}
.fCategoriesList ul
{
    border-top: 1px solid #cfe2ed;
}
.fCategoriesList li
{
    padding: 5px 0 6px 7px;
    border-bottom: 1px solid #cfe2ed;
}
.fCategoriesList a
{
    padding-left: 10px;
    background: transparent url("/CSS/Features/features.gif") no-repeat 0 4px;
}
.fCategoriesListItemOneLine a {
    margin-right:17px;
}
.fCategoryDetails
{
    border-bottom: 1px solid #e5e5e5;
}
.fCategoryDetails .fCategoryItem
{
    list-style-type: none !important;
    list-style-position: outside;
    margin-left: 0 !important;
}
a.sfThumbnail:link, a.sfThumbnail:visited, a.sfThumbnail:hover, a.sfThumbnail:active, .sfThumbOverlay
{
    display: inline-block;
    border: 1px solid #a4bbcd;
    position: relative;
}
a.sfThumbnail:hover
{
    border: 1px solid #0c1a28;
}
.sfThumbnail span
{
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url("/CSS/Features/features.gif") no-repeat 0 -200px;
    position: absolute;
    text-align: left;
    bottom: -1px;
    right: -1px;
    _right: 0;
    _bottom: auto;
    _top: 0;
}
a.sfThumbnail:hover span
{
    background-position: 0 -250px;
}
.sfThumbnail img
{
    border: 1px solid #fff;
    border-bottom: 0;
}
*+html .sfThumbOverlay 
{
    display:inline;
}
*html .sfThumbOverlay 
{
    display:inline;
}

.sfThumbOverlay:hover 
{
    background-color:#000;
    border:0;
}

.sfThumbOverlay a 
{
    color:#fff;
    width:auto;
    height:18px;
    background:transparent url("/CSS/Features/features.gif") no-repeat 0 -200px;
    position:absolute;
    text-align:left;
    padding-left:23px;
    left:50%;
    top:50%;
    margin-left:-60px;
}

.sfThumbOverlay a:hover 
{
    color:#ccc;
}

.sfThumbOverlay:hover img 
{
    background-color:#000;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
}

.sfThumbOverlay .onHover 
{
    display:none;
    _display: inline-block;
}

.sfThumbOverlay:hover .onHover 
{
    display:inline-block;
}

.sfThumbOverlay span 
{
    color:#fff;
    position:absolute;
    margin-top:-14px;
    margin-left:-4px;
    left:50%;
    top:50%;
}

.sfThumbOverlay a.enlarge 
{
    background-position:0 -200px;
    margin-top:-30px;
}

.sfThumbOverlay a.enlarge:hover 
{
    background-position:0 -250px;
}

.sfThumbOverlay a.watch 
{
    background-position:0 -300px;
    margin-top:5px;
}

.sfThumbOverlay a.watch:hover 
{
    background-position:0 -350px;
}

.sfThumbnail img,.sfThumbOverlay img 
{
    border:1px solid #fff;
    border-bottom:0;
}
/* Product Tour Landing page */
.ptWrapper
{
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}
.ptWrapper .sfThumbnail
{
    width: 156px;
    float: left;
}
.ptWrapper .ptTitle
{
    margin-left: 180px;
}
.ptWrapper .ptTitle h2
{
    margin-top: 0;
}
/* Product Tour Slides page */
.ptSlideList
{
    width: 693px;
    overflow: hidden;
}
.ptSlideList .ptSlide
{
    border-bottom: 1px solid #e5e5e5;
}
.ptSlideList .ptImage
{
    border: 1px solid #A4BBCD;
}
.ptSlideList .ptImage img
{
    border: 1px solid #fff !important;
    border-bottom: 0 !important;
}
/* Product Tour Categories */
.sfCategories
{
    border-top: 1px solid #b8c4cd;
}
.sfCategories li
{
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.sfCategories .rtSelected a:link, .sfCategories .rtSelected a:visited, .sfCategories .rtSelected a:hover, .sfCategories .rtSelected a:active
{
    color: #000;
}
a.sf_selected, .sfCategories .rtSelected a
{
    color: #333;
    text-decoration: none;
    font-weight: bold !important;
}

/* Launch Online Demo */
.sContentWrap .odLaunch
{
    padding-bottom: 6px;
}
/* Download */
.fDownloadWrapper
{
    padding-left: 80px;
    background: transparent url("/CSS/Features/sCMSIcon.gif") no-repeat 15px 0;
}
/* Compare Edition */
.fTableCompare tbody th
{
    white-space: nowrap;
}
.fTableCompare .sInfo
{
    font-size: 11px;
    color: #737d80;
}

.fTableCompare {
    margin-bottom: 8px !important;
}
/* Top part for features 4.0 */
.fSFBannerRC 
{
    background:url("/CSS/Features/features-header.jpg") no-repeat scroll 0 0 transparent;
    height:144px;
    margin: 9px 0 18px 0;
}
.fSFBanner4 p
{
    font-size: 15px;
    line-height: 24px;
    padding: 36px 393px 0 30px
}
.fBanner
{
    margin-top: 9px;
}
.fSFText
{
    font-size: 12px;
    padding: 34px 17px 0 415px
}
/* What's New */
.fSFBanner
{
    background: url('/CSS/Features/sitefinity4.0.png') no-repeat;
    width: 986px;
    height: 110px;
    color: #fff; 
    margin-bottom: 18px;   
}
.fSFBanner p
{
    font-size: 15px;
    padding: 23px 393px 0 30px
}
ul.sSFLinks
{
    clear: both;
    float: left;
    width: 731px;
    padding: 0 0 0 24px;
}
.sForumsIcon {
    background: url("/CSS/Support/support-icons.png") no-repeat scroll 0 -1198px transparent;
    display: inline-block;
    float: left;
    height: 30px;
    padding-right: 12px;
    width: 32px;
}
ul.sSFLinks li
{
    width: 100px;
    float: left;
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 0;
    padding: 5px 0 24px 40px;
}
/*to be deleted*/
ul.sSFLinks li.sForums
{
    background-position: 0 -300px !important;
}

ul.sSFLinks li.sKBs
{
    background-position: 0 -150px !important;
}

ul.sSFLinks li.sVideoTutorials
{
    background-position: 0 0 !important;
}

ul.sSFLinks li.sUserManual
{
    background-position: 0 -900px !important;
}

ul.sSFLinks li.sBlogs
{
    background-position: 0 -1349px !important;
}

ul.sSFLinks li.sCodeLibrary
{
    background-position: 0 -750px !important;
}

ul.sSFLinks li.sWebinars
{
    background-position: 0 -1200px !important;
}

ul.sSFLinks li.sOnlineHelp
{
    background-position: 0 -450px !important;
}
ul.sSFLinks li.sRoadmap
{
    background-position: 0 -1790px !important;
}
ul.sSFLinks li.sSupport
{
    background-position: 0 -1930px !important;
}

div.pp_pic_holder .pp_content a.pp_next:hover 
{
	    background-position: center right !important;
}
/*evaluation steps*/
.fEvalStep 
{
    display:block;
    float:left;
    width:47px;
}
.fEvalStep span
{
    background:url("/CSS/Features/linksBox.gif") no-repeat scroll 0 -469px transparent;
    color:#fff;
    display:block;
    float:left;
    font-size:24px;
    font-weight: bold;
    height:32px;
    width:16px;
    padding: 10px;
}
.fEvalText
{
    float: left;
    width: 565px;
}
p.fEvalLink
{ 
    background-color: #0575cc;
    padding: 6px;
    text-align: center;
}
p.fEvalLink a
{ 
    color: #fff;
    font-size: 16px;
}

.sEvalTopTabs
{
    float:left;
    position:relative;
    width:100%;
}
.sEvalTop
{
   float: left;
   width: 250px;
}
.sEvalTopTabs a, .sEvalTabsTxt
{

    background:url("/CSS/Devnet/images/featuresMenuBg.gif") repeat-x 0 0 transparent;
    display:inline-block;
    text-align: center;
    padding:10px 12px;
    width: 442px;
    font-size: 18px;
    border-bottom: 1px solid #b8c4cd;
    border-right: 1px solid #b8c4cd;
    
}
.sEvalTopTabs .selected
{
    background: #fff;
    border-top: 1px solid #b8c4cd;
    border-left: 1px solid #b8c4cd;
    border-bottom: 0;
    color: #333;
}
.sEvalTopTabs .last, .sEvalTopTabs .first
{
    border-right: 0;
}

.sEvalBanners
{
    background: url('/CSS/Features/bannersBgr.gif') no-repeat;
    width: 289px;
    height: 186px;
    padding: 15px 0 0 15px
}
.sEvalBannersIcon
{
    float: left;
    width: 50px;
}
.sEvalBannersIcon span
{
    background: url('/CSS/Features/linksBox.gif') no-repeat;
}
.sEvalBannersIcon span.marketplace 
{
    background-position:0 -555px;
    position: static;
    display:inline-block;
    height:40px;
    width:36px;
}
.sEvalBannersIcon span.ajax 
{
    background-position:0 -625px;
    display:inline-block;
    height:32px;
    width:32px;
}
.sEvalBannersIcon span.video
{
    background-position:0 -325px;
    display:inline-block;
    height:26px;
    width:26px;
}
.sEvalBannersText
{
    float: left;
    width: 207px;
}
.sContentWrap .sEvalBannersText h3
{
   font-size: 16px;
}
/*training partner banner*/
.sDownloadImg
{
    background: url('/CSS/Features/downloadTrialBgr.jpg?x=9877') no-repeat;
    height:132px;
    padding:0 16px 0 85px;
    position:relative;
    width:189px;
}

.sDownloadImg h2
{
    padding: 17px 0;
    margin: 0 !important;
    text-align: left;
}

/**/
.sRoundGrayTabs 
{
    background-color:#fff;
    border:1px solid #b8c4cd;
    margin-bottom:36px;
    position:relative;
}
.sRoundGrayTabs .sBoxTopLeft, .sRoundGrayTabs .sBoxTopRight
{
	background:url("/CSS/Features/evaluationTabs.gif") no-repeat scroll -7px 0 transparent;
    height:8px;
    position:absolute;
    width:9px;
	_display: none;
}
.sRoundGrayTabs .sBoxTopLeft
{
	background-position:-1px 0;
    left:-2px;
    top:-2px;
}
.sRoundGrayTabs .sBoxTopRight 
{
    background-position:-7px 0;
    right:-1px;
    top:-2px;
}
.sRoundGrayTabs .sBoxTopRight 
{
    background-position:-15px 0;
    right:-1px;
    top:-2px;
}


/*banners*/
.fActionButtonsStretch .top, .fActionButtonsStretch .fActionButtons, .fActionButtonsStretch .bottom,
.fActionButtonsCentered
{
    background:url("/CSS/Features/gradient-bannersBg.gif") no-repeat scroll 0 0;
    width: 197px;
}
.fActionButtonsCentered
{
    padding: 17px ;
    width: 163px;
}
.fActionButtonsStretch .top, .fActionButtonsStretch .bottom
{
    height: 3px;
    background-position: -1 0;
}
.fActionButtonsStretch .bottom
{
    background-position: -197px 0;
}
.fActionButtonsStretch .fActionButtons, .fActionButtonsCentered
{
    background-position: -394px 0;
    background-repeat: repeat-y;
    height: auto !important;
    margin-bottom: 0;
    min-height: 47px;
    height: 47px;
}
.fActionButtonsStretch .fActionButtons div#linkBox, 
.fActionButtonsStretch .fActionButtons div.linkBox
{
    height: auto;
}
.fActionButtons
{
    background:url("/CSS/Features/bg-btn-actions.png") no-repeat scroll 0 0;
    height:52px;    
    margin-bottom: 10px;    
    position:relative;
    display:block;    
    width:155px;
    padding: 0 0 0 52px; 
}

.fActionButtons a, .fActionButtons .fButtonText, .fActionButtonsCentered .fButtonText
{    
    display:inline-block;
    font-size:14px;
    width:124px;    
}
.fActionButtonsCentered .fButtonText
{
    width: auto;
}
.fActionButtons .fButtonText
{      
   padding: 14px 0 0 6px
}

.fActionButtons div#linkBox, div.linkBox {    
    height: 50px;
}

.fActionButtons div#balance, div.balance {
    height: 100%;
}

.fActionButtons div.valign {
    /* firefox 2 */
    display: -moz-inline-box;
    /* everybody else */
    display: inline-block;
    vertical-align: middle;
}

html* .fActionButtons div.valign {
    display: inline;
}


.fActionButtons span.webinar, .fActionButtons span.guide, .fActionButtons span.demo, .fActionButtons span.tour, .fActionButtons span.interactivetour , .fActionButtons span.contact, span.devnet, span.pdf, span.casestudy, span.marketplace, .fActionButtons span.personaldemo, .fActionButtons span.resources, .fActionButtons span.roadmap, .fActionButtons span.faq, .fActionButtons span.prices, 
.fActionButtons span.kits, .fActionButtons span.azure
{
    position: absolute;
    top: 12px;
    left: 10px;
    background: url('/CSS/Features/linksBox.gif?x=1') 0 -408px;
    display: block;    
    width: 42px;
    height: 30px;      
}

.fActionButtons span.guide
{
    background-position: 0 -686px;
}
.fActionButtons span.demo
{
    background-position: 0 -40px;
}
.fActionButtons span.personaldemo 
{
    background-position:0 -281px;
}
.fActionButtons span.tour
{
    background-position: 0 0;
}
.fActionButtons span.contact
{
    background-position: 0 -243px;
}

.fActionButtons span.devnet
{
    background-position: 0 -785px;
    height: 40px;
}
.fActionButtons span.interactivetour
{
    background-position: 0 -976px;
    height: 34px;
}
.fActionButtons span.pdf
{
    background-position: 0 -857px;
}
.fActionButtons span.casestudy
{
    background-position: 0 -916px;
}
.fActionButtons span.marketplace 
{
    background-position:0 -555px;
    height: 40px;
}
.fActionButtons span.resources
{
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 -1935px;
}
.fActionButtons span.roadmap
{
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 -1790px;
}
.fActionButtons span.faq
{
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 -450px;
    height: 32px;
}
.fActionButtons span.prices
{
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 -2079px;
    height: 32px;
}
.fActionButtons span.kits
{
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 -2220px;
}

.fActionButtons span.azure
{
    top: 9px;
    background: transparent url("/CSS/Support/support-icons.png") no-repeat 0 -2366px;
}

/* image and content */
.sImgAndContent {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 17px;
}

.sImgAndContent .sImg {
    float: right;
    text-align: right;
    width: 180px;
}

.sImgAndContent .sContent {
    float: left;
    width: 60%;
}
.sTwoColumnsV2RightReversed .sContent
{
    width: 513px;
}
*html .sTwoColumnsV2RightReversed .sContent
{
    width: 495px;
}
.sImgAndContent .sContent h2 {
    margin-top: 0;
}

/*top banner*/
.fFeaturesBg
{
    background: url('/CSS/Features/featuresHead.jpg') no-repeat;
    color: #567c5d;
    padding: 0 34px;
    position: absolute;
    height: 254px;
    width: 918px;
}
.sContentWrap .fFeaturesBg h1
{
    color: #2a4230;
}
.fFeaturesBg p
{
    width: 568px;
    font-size: 14px;
}
p.fBannerLinks a
{
    display: inline-block;
    background: #8ba18f url('/CSS/Features/features-btn-banner.png') no-repeat;
    color: #fff;
    margin-right: 20px;
    width: 114px;
    padding: 5px 0;
    text-align: center;
}
p.fBannerLinks a:hover
{
    background-position: 0 -29px;
}
p.fBannerLinks a.btnDownload
{
    background-position: -114px 0;
    width: 125px;
}
p.fBannerLinks a.btnDownload:hover
{
    background-position: -114px -29px;
  
}

/*SDK banner*/

.fSDK
{
    background: url('/CSS/Features/sdk-bg.png') no-repeat;
    height: 92px;      
}
.fSDK .text
{
    line-height: 16px;
    padding: 47px 17px 0 64px;
}  
/*pricning table and striped table*/
.sColoredTable li
{
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    color: #777;
    float: left;
    position: relative;
    width: 154px;
    height: 105px;
    margin-right: 2px;
    padding-top: 17px;
}
.sColoredTable span
{
    display: inline-block;
    font-size: 15px;
    color: #333;
    width: 176px;
    height: 35px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sColoredTable .gray
{
    background-color: #f7f7f7;
    width: 224px;
}
.green
{
    background-color: #edf5ea;
}
.sColoredTable .blue, .sColoredTable .violet
{
    background-color: #ebf0f7;
    width: 354px;
}
.sColoredTable .violet
{
    background-color: #f2eef6;
}
.sColoredTable .green2
{
    background-color: #d2e6ca;
    padding-top: 17px;
}
.sColoredTable .blue2
{
    background-color: #d7e1ee;
    padding-top: 23px;
}
.sColoredTable .darkblue, .sColoredTable .darkviolet
{
    background-color: #c3d2e6;
    padding-top: 29px;
    left: 178px;
}
.sColoredTable .violet2
{
    background-color: #d8cce3;
    padding-top: 35px;
}
.sColoredTable .darkviolet
{
    background-color: #cbbbda;
    padding-top: 41px;
}
.sColoredTable .last
{
    margin: 0;
}
.greenText
{
    color: #499c2a !important;
}
.sContentWrapInner .sTableStripes
{
    border-collapse: separate;
    margin: 0;
    clear: both;
    width: 100%;
}
.sContentWrapInner .sTableStripes th
{
    background-color: #e6e6e6;
    border: 0px;
    color: #333;
    height: 14px;
    font: bold 11px arial;
    padding: 14px 17px !important;
    vertical-align: middle;
}
.sTableStripes .tdHeader th
{
    padding: 7px 17px !important;
    font-size: 12px;
}
.sPricing th
{
    width: 119px;
}
.sPricing thead .heading th
{
    font: italic 15px arial;
    color: #333;
    text-align: center;
}
.sPricing thead .heading th h3
{
    font-style: normal;
}
.sContentWrapInner .sTableStripes tbody th
{
    background: #fff;
    border: 0;
    text-align: left;  
}
.sContentWrapInner .sTableStripes td
{
    border-bottom: 0px !important;
    color: #777;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 5px 17px !important;
}
.sTextLeft
{
    text-align: left !important;
}
.sTextCenter
{
    text-align: center !important;
}
.sTableStripes tr.white td
{
    background-color: #ffffff;
    font-size: 11px;
    color: #777;
}
.sTableStripes thead tr.white th
{
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    color: #777;
    font-weight: normal;
}
.sTableStripes tbody tr.odd th
{
   background-color: #e6e6e6;
}
.sTableStripes tbody tr.white td
{
    font-size: 16px;
}
.sContentWrapInner .sTableStripes tr.odd td
{
    background-color: #ededed;
}
.sTableStripes span.sYes, .sTableStripes span.sNo
{
    margin: 0 auto;
    width: 15px;
}
.fBorderMessage
{
    padding: 5px 17px;
    font-style: italic;
}
.fDownloadBox
{
    padding: 17px;
    margin: 17px 0 0 157px;
    float: left;
    width: 745px;
}
.fDownloadBox .colLeft
{
    float: left;
    width: 587px;
    padding-right: 17px;
}
.fDownloadBox .colRight
{
    float: left;
    width: 141px;
}
.fPDFIcon
{
    background: url("/CSS/Support/search-sprite.png") no-repeat 0 -22px;
    padding-left: 23px;
    display: inline-block;
}
/*beta headings*/
.fHeadingExpandable.firstHeading
{
    border-top: 1px solid #D9D9D9;
}
.fHeadingWrap ul 
{
    margin-bottom: 0;
}
h4.fHeading 
{
    background-color: #b3d5f4;
    border: 1px solid #b7c9dc;
    font-size: 14px;
    font-weight: normal;
    
    border-radius: 3px 3px 0px 0px;
    margin-top: 1.2em;
    padding: 13px 0 10px 13px;
}
.fHeadingWrap h3
{
    margin-top: 0;
}
h3.fHeadingExpandable
{
    background-color: #e2edf9;
    border: 1px solid #D9D9D9;
    border-top: 1px solid #FFFFFF;
    height: 44px;
    margin-bottom: 0 !important;
}

h3.fHeadingExpandable + .sub-navi > ul
{
    border-top:none;
}
.fHeadingExpandable a, .fHeadingExpanded a
{
   background: url("/CSS/Global/faqArrows.gif") no-repeat -807px 20px;
   display: block;
   padding: 14px 0 14px 14px;
   width:183px;
}
.fHeadingExpanded a
{
	background-position: -1795px 20px !important;
}
.fHeadingExpandable a:focus, .fHeadingExpanded a:focus,
.fHeadingExpandable a:active, .fHeadingExpanded a:active
{
   color: #5a53a6;   
}
.sButtonRightText
{
    position: relative;
    top: 4px;
}
/* Why Choose numbered list */

ul.sUlBoxes li
{   
    padding: 17px; 
    margin-bottom: 10px;
    background: url("/CSS/Features/gray-gradient.gif") repeat-x;
    position: relative;
    display: inline-block;
}
ul.sUlBoxes li li
{
    background: none;
    padding-right: 17px;
}
.sUlBoxes li h2
{
    font-size: 24px;
    margin-top: 0;
    padding:0;
}
ul.sUlBoxes span
{
    color:#c5cada;
    display: inline-block;
    left: 17px;
    top: 20px;
    font-size:24px;
    font-style:italic;
    font-weight:bold;
    position: absolute;
}

ul.sUlBoxes li .content
{
    color: #333;
    width: 867px;
    margin-left: 36px;
    padding: 0px;
}




/* eCommerce page */
.inforgraphic 
{
    background: url(/CSS/Features/SF-E-Commerce.png) no-repeat 0 0;
    width: 936px;
    height: 878px;
    text-indent: -9999px;
    clear: both;
}

.sContentWrapInner .subtmiForm {
    padding: 25px;
    background-color: #eff6ff;
    width: 400px;
}
.sContentWrapInner .subtmiForm .txtWrapper
{
    background-color: #E2EEFF;
    display: block;
    float: left;
    padding: 6px;
}
.sContentWrapInner .subtmiForm .txtWrapper input
{
    width: 230px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #becde0;
    float: left;
}
.sContentWrapInner .subtmiForm .btnSubmit
{
    background: none !important;
    height: 29px;
    position: relative;
    top: 4px;
    left: 8px;
}
.sContentWrapInner .subtmiForm .btnSubmit input
{
    border: none;
    width: 148px;
    height: 29px;
    background: url(/CSS/Global/submit-btn.png) no-repeat 0 -220px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    text-indent: 10px
}
.sContentWrapInner .subtmiForm .btnSubmit a:hover input,
.sContentWrapInner .subtmiForm .btnSubmit input:hover 
{
    background-position: -200px -220px;
}




.twoColumnsItems
{
    float: left;
    width: 48%;
    padding: 0 1% 0 0;
}

.arrowLeft 
{
    background: url("/CSS/Global/images/sArrowReadMore.gif") no-repeat scroll 9px 5px transparent;
    padding: 0 0 0 27px;
    float: left;
    margin: 20px 0 0 0;
}
.errorMsg 
{
    float: right;
    clear: both;
    padding: 0 10px 0 0;
}

/* left subnavigation */
.sub-navi
{
    margin-top: 24px;
}

.sub-navi .title 
{
    background: #6c6e75;
    color: #fff;
    font:400 13px/39px Arial,sans-serif;
    height:37px;
    padding:0 14px;
    margin:0;
}

.sub-navi .title.links 
{
    background:#e9eaeb;
    color:#333;
    border:1px solid #d9d9d9;
    border-bottom:none;
}

.sub-navi .title + ul
{
    border-top:none;
}

.sub-navi .title.links + ul
{
    border-top:1px solid #d9d9d9;
}

.sub-navi ul 
{
    border:1px solid #d9d9d9;
    border-bottom:0;
    margin:0;
    padding:0;
    list-style:none;
}

.sub-navi ul li 
{
    background:#f6f7f8;
    border-bottom:1px solid #d9d9d9;
    height:37px;
    line-height:37px;
    position:relative;
    float: left;
    width:100%;
}

.sub-navi ul li a,
.sub-navi ul li a:link,
.sub-navi ul li a:visited
{
    position:absolute;
    color:#376AAC;
    font-size:12px;
    padding:0 14px;
    width:195px;
    text-decoration:none;
}

.sub-navi ul li a:hover
{
    color:#002a7f;
}

.sub-navi ul li.selected a
{
    color:#fff;
    padding:0 15px;
    top:-1px;left:-1px;
    width:197px;
    height:39px;
	line-height:39px;
    background: transparent url(/CSS/Global/menu-sprite.png) no-repeat 100% -132px;
}

.sub-navi ul li.selected a, .sub-navi ul li.selected a:link, .sub-navi ul li.selected a:visited, .sub-navi ul li.selected a:hover
{
    color:#fff !important;
    cursor: pointer;
}

.sub-navi ul:after
{
    clear:both;content:"";display:block;
}

.sub-navi ul { display:inline-block;}
.sub-navi ul { display:block;}



.sub-navi ul li.selected a, .sub-navi.blue ul li.selected a { background-color: #556d98 } /* #556d98 def. background-color */
.sub-navi.orange ul li.selected a         { background-color: #cc5607 }
.sub-navi.yellow ul li.selected a         { background-color: #da9a04 }
.sub-navi.violet  ul li.selected a        { background-color: #724581 }
.sub-navi.teampulse-red ul li.selected a  { background-color: #9a2f4d }
