/* global styles */

/* */
body {
  margin: 0px;
  padding: 0px;
}
 
p {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

a, a:visited {
  text-decoration: none;
  color: #4F91CD;
}

a:hover{
  text-decoration:underline;
  color: #E51B24; 
}


h1,h2,h3,h4,h5,h6{
  margin: 0px;
}

h6.black {
	font-weight: normal; 
	color: #000000; 
	font-size: 15px !important; 
	display: inline; 
	padding-bottom: 5px;
	line-height: 15px !important;
}

#rightSash h1 {
 	font-weight: normal; 
	color: #ffffff; 
	font-size: 13px !important;
	line-height: 13px !important;
	margin-left: 35px; 
	min-height:20px;
}
	
h1 {
	font-weight: normal; 
	color: #00529B; 
	font-size: 25px !important; 
	line-height: 25px !important;
}

h2 {
	font-weight: normal; 
	color: #00529B; 
	font-size: 20px !important; 
	line-height: 20px !important;
}

h3 {
	font-weight: normal; 
	color: #E51B24; 
	font-size: 17px !important; 
	line-height: 17px !important;
}

h4{
  color: #00529B;
  font-weight: bold;
  font-size: 11px;
  
}

h5 {
	font-weight: normal; 
	color: #E51B24; 
	font-size: 17px; 
	
}
img {border: none}
#page {
  width: 955px;
  margin: 20px auto;
}

.rightCaption{
  text-align: right;
}

.capitalize {
  text-transform: capitalize; 
}

a.captionLink{
  font-size: 10px;
  color: #666;
}


.nowrap {
  white-space: nowrap;
}

.ctaRed{
  color: #e51b24;
  padding-right: 10px;
  background: url(../images/rightArrowRed.gif) no-repeat right center;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
}

.ctaBlue{
  color: #4f91cd;
  padding-right: 10px;
  background: url(../images/rightArrowBlue.gif) no-repeat right center;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
}

.greyDividerLine{
  height: 1px;
  width: 100%;
  border-top: solid 1px #ccc;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  color: #fff;
  background-color: #fff;
}

.hidden{
  display: none;
}

/* borderedTable elements */

table.borderedTable{
  border: 1px solid #b7d2ea;
  margin-bottom: 10px;
}

table.borderedTable th{
	color: #00529B;
	/*font-weight: normal;*/
	padding: 5px;
	text-align: left;
}

table.borderedTable td{
	border-top: solid 1px #EEE;
	padding: 5px;
	text-align: left;
}

/* category tables */

 
table.categoryTable{
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
  
table.categoryTable a {
    font-weight: normal;
    background:transparent url(../images/rightArrowBlue.gif) no-repeat scroll right center;
    color:#4F91CD;
    font-size:10px;
    padding-right:10px;
}
  
/* END global styles */


/* styles for blue gradient backgorund */
/* holds left rounded corner */
#leftMargin{
	float: left;
	width: 7px;
}

/* holds main blue gradient background */
#centerMargin{
	float: left;
	background-image: url(../images/header_bg_c.gif);
	background-repeat: repeat-x;
    margin-top:10px;
}
.homepageCenterMargin {
	background: none !important;
}
/* holds right rounded corner */
#rightMargin{
	float: left;
	width: 7px;
}
/******/


#content {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 160%;
  padding-top: 10px;
  width: 941px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  margin:0;padding:0;height:1px;
}

/* top nav styles */
#header {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}

#header ul#login {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#header ul#login li {
  float: left;
  padding: 4px 10px;
  background: url(../images/navDivider.gif) no-repeat right center;
  /* line-height: 200%;  */
}

#header ul#login li.noDivider {
  background: none;
}
  
#header ul#login li a {
  color: #808285;
  font-weight: bold;
  padding: 4px 0px;
}

#header ul#login li a.cart {
  background: url(../images/shoppingCartIcon.jpg) no-repeat right center;
  padding-right: 25px;
}

#header ul#login li a#locale {
  background: url(../images/downArrow.gif) no-repeat right center;
  padding-right: 10px;
}

#header ul#login #localeChooser li a span, #header ul#login li a span.selected {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 4px;
  
}
#header ul#login #localeDropDown li a {
  border: 0px;
  margin: 0px;
}

#header ul#login li a {
   display: inline;
}

#header ul#localeDropDown li {
  height: 26px;
}
#header ul#localeDropDown li:hover {
  background-color: #ffffdd;
}

#header ul#login li a span#en, #header ul#login li a span#en.selected, #locale_en {
  background: url(../images/FlagIcon-en.jpg) no-repeat right top;
  padding: 1px 25px 1px 0px;
}

#header ul#login li a span#en_EU, #header ul#login li a span#en_EU.selected, #locale_en_EU,
#header ul#login li a span#en_eu, #header ul#login li a span#en_eu.selected, #locale_en_eu {
  background: url(../images/FlagIcon-eu.png) no-repeat right top;
  padding: 1px 25px 1px 0px;
}

#header ul#login li a span#en_gb, #header ul#login li a span#en_gb.selected, #locale_en_gb,
#header ul#login li a span#en_GB, #header ul#login li a span#en_GB.selected, #locale_en_GB,
#header ul#login li a span#en_uk, #header ul#login li a span#en_uk.selected, #locale_en_uk {
  background: url(../images/FlagIcon-uk.png) no-repeat right top;
  padding: 1px 25px 1px 0px;
}

#header ul#login li a span#de, #header ul#login li a span#de.selected, #locale_de {
  background: url(../images/FlagIcon-de.jpg) no-repeat right top;
  padding: 1px 25px 1px 0px;
}
#header ul#login li a span#fr, #header ul#login li a span#fr.selected, #locale_fr {
  background: url(../images/FlagIcon-fr.jpg) no-repeat right top;
  padding: 1px 25px 1px 0px;
}
#header ul#login li a span#ja, #header ul#login li a span#ja.selected, #locale_ja {
  background: url(../images/FlagIcon-ja.jpg) no-repeat right top;
  padding: 1px 25px 1px 0px;
}
#header ul#login ul#localeDropDown li {
  list-style-type: none !important;
}
#header ul#login ul#localeDropDown:active {
  list-style-type: none !important;
}

#header ul#login ul#localeDropDown {
  margin: 0px;
  padding: 8px 4px 0px 4px;
  list-style-type: none !important;
  position: absolute;
  z-index: 200;
  left: 10px;
  top: 18px;
  background-color: #fff;
 /* background: url(../images/transparent.gif) no-repeat left bottom;*/
}

#header ul#login ul#localeDropDown li {
  margin: 0px;
  padding: 0px;
  float: none;
}

/*
#header ul#login #localeDropDown span {
  width: 250px;
  border: solid 1px red;
}
*/
  
#header form {
  margin: 0px;
  padding: 0px;
}

#header form input#search {
  border: 1px solid #cccccc;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  padding: 2px;
  margin: 0px;
  width: 100px;
  color: #808285;
}

#mainNav {
margin-top:20px;
  padding-top: 0px;
  clear: both;
}

#mainNav ul.topNav {
  list-style-type: none;
  margin: 0px;
  
  
  padding: 0px 0px 3px 0px;
  margin-left: 0px;
 
}

#mainNav ul.topNav li {
  padding: 0px 10px;
  float: left;
}

#mainNav ul.topNav li a
{
  height: 16px;
  overflow: hidden;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

img.topNavImage {
  visibility: hidden;
}

#mainNav ul.topNav li a:hover,
#mainNav ul.topNav li a.active
{
  background-position: 0px -16px;
}

#mainNav ul.subNav {
  margin-top: -2px;
  margin-left: 0px;
  list-style-type: none;
  padding: 14px 0px 10px 0px;
  position: absolute;
  width: 175px;
  z-index: 100;
  background: url(../images/navbot.gif) no-repeat left bottom;
}

#mainNav ul.subNav li {
  float: none;
  padding: 0px;
}

#mainNav ul.subNav li a {
  display: block;
  width: 167px;
  font-family: verdana, arial, sans-serif;
  color: #3280ce;
  font-size: 11px;
  padding: 3px 4px;
  background: url(../images/navbg.gif) repeat-y left top;
  height: auto;
}

#mainNav ul.subNav li a:hover {
  background: url(../images/navbg2.gif) repeat-y left top;
}

/* left nav styles */
#leftNav {
  float: left;
  width: 174px;
  font-size: 10px;
}

#leftNav .container{
  background: url(../images/leftNavBottomBg.png) no-repeat left bottom;
  background-color: #FFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#leftNav a, #leftNav span {
  display: block;
  padding: 3px 10px 3px 30px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  color: #4f91cd;
  line-height: 120%;
}

#leftNav #support a {
  display: block;
  padding: 0px 0px 0px 10px;
  border: 0;
  color: #4f91cd;
  line-height: 120%;
}

#leftNav div.navTitle {
  background: url(../images/leftNavTopBg-blue.png) no-repeat left top;
}

#leftNav div.additionalNavTitle {
  background: url(../images/leftNavTopBg-white.png) no-repeat left top;
}

#leftNav div.section, #leftNav div.subsection{

}

#leftNav div.section a.on {
  color: #e51b24;
}

#leftNav div.navTitle a, #leftNav div.additionalNavTitle a, #leftNav div.additionalNavTitle span {
  border: none;
  color: #555;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

#leftNav a:hover, #leftNav a.on, #leftNav div.navTitle a.on{
  color: #e51b24;
}

/* right sash styles */
#rightSash {
  float: left;
  width: 175px;
  margin: 0; /* added 9/1/09 by SH to reset auto margin setting */
  margin-top: 55px;
  padding-bottom: 15px;
  margin-left:0;
  margin-right:0;
}

#rightSash .container{
  background: url(../images/mod-bottom-175x7.jpg) no-repeat left bottom;
  background-color: #FFF;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

#rightSash .promoBlock {
  padding: 3px 5px 3px 5px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  text-align: center;
  display:block;
}

#rightSash .navTitle {
  height: 31px;
  padding: 5px 5px 0px 5px;
  display:block;
}

#rightSash span {
  display: block;
  font-size: 10px;
  font-family: verdana, arial, sans-serif;
  
}


/* products overview page styles */
#centerContent1Column {
  width: 895px;
  padding-left: 20px;
 /* padding-right: 20px;*/
}

.tri-block{
padding: 0px 20px 0px 0px;
}
#centerContent1Column .tri-block{
  width: 290px;
  float:left;
}

#centerContent2Column {
  width: 740px;
  padding-left: 20px;
  float: left;
 }
#centerContent2Column .tri-block{
  width: 225px;
  float:left;
} 
 
#centerContent3Column {
  width: 550px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  position: relative;
}

#centerContent3Column .tri-block{
  width: 162px;
  float:left;
}

.centerContent p.breadcrumb {
  margin-bottom: 35px;
}

.centerContent p.breadcrumb a {
  color: #777;
}

.centerContent blockquote {
  margin: 15px 0px;
  padding: 8px 15px;
  border: 1px solid #cccccc;
}

.centerContent blockquote h2 {
}

.centerContent div.section {
  padding: 10px 0px;
}

.centerContent a.tellMeMoreRed {
  color: #e51b24;
  padding-right: 10px;
  background: url(../images/rightArrowRed.gif) no-repeat right center;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
}

.centerContent a.tellMeMoreBlue {
  color: #4f91cd;
  padding-right: 10px;
  background: url(../images/rightArrowBlue.gif) no-repeat right center;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
}




/* footer styles */
#footer {
  text-align: center;
  width:990px;
  font-size: 10px;
  color: #808285;
  font-family: verdana, arial, sans-serif;
  border-top: solid 1px #cccccc;
  margin: 0px 0px;
  margin-top:-25px;
  padding-top: 10px;
  padding-bottom: 30px;
}

#footer a {
  padding: 0px 8px;
  font-weight: bold;
  color: #808285;
  font-size: 10px;
}
#footer img#trusteLogo {
  float: right;
  margin-top: -25px;
  margin-right: 5px;
}
/* new footer stuff */

#footer #footerNav {
  clear: both;
  position: relative;
}

#footer #footerNav ul.footNav {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}


#footer #footerNav ul.footNav li a#aboutMindjet:hover,
#footer #footerNav ul.footNav li a#aboutMindjet.active,
#footer #footerNav ul.footNav li a#media:hover,
#footer #footerNav ul.footNav li a#media.active
{
  /*font-size: 20px;*/
}

#footer #footerNav ul.footNav {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}

#footer #footerNav ul.footNav li {
  float: none;
  padding: 0px;
  display: inline
}

#footer #footerNav ul.footNav li a {
  display: inline;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px 4px;
}

#footer #footerNav ul.footNav li a:hover {
}

#footer #footerNav ul.footNav div.fNav2 {
	z-index:150;
	text-align:left;
}

#footer #footerNav ul.footNav div.fNav2 {
	z-index:150;
	text-align:left;
}

#footer #footerNav p#truste_logo {
  height:82px;
  top: -10px;
}

/* Product Detail Styles */
#productDetailPriceButtons td{
  padding: 0px 10px 8px 0px;
}
#productDetailPriceButtons td.disclaimer{
  padding: 0px 0px 5px 0px;
  color: #888;
  font-size: 10px;
}

#productDetailTabHeader div{
  float: left;
}

#productDetailTabHeader a{
  color: #555;
}

#productDetailTabHeader .tab{
  border-right: solid 1px #FFF;
  background-color: #C6DEF3;
}

#productDetailTabHeader .tabContent{
  padding: 4px 15px 0px 15px;
  text-align:center;
  font-family: Verdana;
  font-size: 10px;
}

#productDetailTabHeader .tabContent{
  /*font-weight: bold;*/
}


#productDetailTabHeader div.leftSide{
  background: url(../images/tab-left-blue.gif) left no-repeat;
  width: 5px;
  height: 24px;
}
#productDetailTabHeader div.rightSide{
  background: url(../images/tab-right-blue.gif) right no-repeat;
  width: 5px;
  height: 24px;
}

#productDetailTabHeader .selected div.leftSide{
  background: url(../images/tab-left-grey.gif) left no-repeat;
  width: 5px;
  height: 24px;
}
#productDetailTabHeader .selected  div.rightSide{
  background: url(../images/tab-right-grey.gif) right no-repeat;
  width: 5px;
  height: 24px;
}

#productDetailTabHeader .selected {
  background-color: #E6E6E6;
}

#productDetailTabHeader .selected span.leftSide{
  background: url(../images/tab-left-grey.gif) no-repeat;
  width: 5px;
}

#productDetailTabHeader .selected span.rightSide{
  background: url(../images/tab-right-grey.gif) no-repeat;
  width: 5px;
}

#productDetailTabContent {
  background: url(../images/tab-grey-bg.gif) repeat-x;
  background-color: #FFF;
  padding-top: 25px;
}	
#productDetailTabContent td {
  padding-right: 10px;
}

#productsOverview{

}
#productsOverview .featureTable{
  padding: 5px;
}
#productsOverview .featureButton{
	padding-right: 5px;
	margin-top: 5px;
}
/* Product Detail Styles */

/* FAQ style */
#expando  ul.expandoSection {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
#expando    ul.expandoSection li a.arrow {
    padding-left: 20px;
    color: #00529b;
    cursor: pointer;
  }
  
#expando    .rightArrow{
    background: url(../images/rightArrow-v2.gif) no-repeat left top;
  }
  
#expando    .downArrow{
     background: url(../images/downArrow-v2.gif) no-repeat left top;
  }

#expando    ul.expandoSubSection {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
    display: none;
  }
#expando    ul.expandoSubSection li a.arrow {
    padding-left: 20px;
    color: #4f91cd;
    cursor:pointer;
  }
#expando    ul.expandoSubSection li p {
    padding-left: 20px;
  }
#expando    div.expandoSubSubSection {
    display: none;
  }

/* Template Gallery styles */
  #templateGallery {
    overflow: auto;
    width: 738px;
    height: 200px;
  }
  #templateDropDown {
    background: url(../images/blueWhiteVerticalGradient-v2.jpg) repeat-x left top;
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
  }
  #featuredTemplate {
    float: left;
    width: 500px;
  }
  #clickToEnlarge {
    text-align: right;
    padding-right: 10px;
  }
  #clickToEnlarge a {
    color: #999999;
    font-size: 9px;
  }
  #featuredPromo {
    float: left;
    padding-left: 15px;
  }
  #templateGallery ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
  }
  #templateGallery center {
    padding: 0px 5px;
  }
  
  #templateGallery img {
    width: 126px;
  }
  .templateGalleryScroller td {
  	padding-right:50px;
  }
/* webcasts styles */
#webcasts .webcastsAndEventsSection {
  background: url(../images/dottedLine.gif) repeat-x left top;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 20px;
}
#webcasts dl {
  margin-left: -20px;
}
#webcasts dt a.title {
  background: url(../images/rightArrow-v2.jpg) no-repeat left center;
  padding-left: 20px;
  color: #00529b;
  font-weight: bold;
}

#webcasts dt a.active{
  background: url(../images/downArrow-v2.jpg) no-repeat left center;
}

#webcasts dd {
  display: none;
}

#webcasts ul {
  margin-bottom: 10px;
}

#webcasts ul#webcastDates {
  list-style-type: none;
  border: 1px solid #b7d2ea;
  margin: 0px;
  padding: 0px;
}

#webcasts ul#webcastDates li {
  padding: 5px 10px;
  background: url(../images/dottedLine.gif) repeat-x bottom left;
}

#webcasts ul#webcastDates li.last {
  background: none;
}

#header ul#login li a span#en, 
#header ul#login li a span#en_EU,
#header ul#login li a span#en_GB, 
#header ul#login li a span#de,
#header ul#login li a span#fr,
#header ul#login li a span#ja
{
  position: relative;
  display: block;
  /* width: 120px; */
}

#localeChooser {
  position: relative;
}

a#locale span {
  display: inline !important;
}

#localeDropDown {
  border: 1px solid #c0c0c0;
}

.shadow {
  box-shadow: 7px 7px 8px #818181;
  -webkit-box-shadow: 7px 7px 8px #818181;
  -moz-box-shadow: 7px 7px 8px #818181;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}



#logo_nav{width:960px;height:55px;}

#chat_survey{margin-top:-20px;float:right;}

#ja-champion-button{margin-top: 0px; padding-top: 0px; border:solid 1px red;}



/* Press release Styles */

.pr_text {
  line-height: 200%;
}
.pr_three_pound {
  text-align: center;
}

/* /Press release Styles */

/* MM9 Product Page */

#productResourcesTabContent a, #productOverviewTabContent a{color:#4e78d5;text-decoration:underline;}
#productResourcesTabContent a:hover, #productOverviewTabContent a:hover{color:#00519c;}
#prodTabWrap a.pdf{margin-right:9px;}
#prodTabWrap .heading2,#prodTabWrap  h4{color:#00519c !important;margin-bottom:10px;}
#prodTabWrap .heading2{font-size:12pt !important; font-weight: bold;}
#prodTabWrap h4{font-size:8pt !important;}
#prodTabWrap ul{margin-top:0px;margin-bottom:8px;margin-left:-27px !important;}
#prodTabWrap ul.resources2{list-style:none;}
#prodTabWrap .resources2 li{margin-left:-13px !important;}
#prodTabWrap .default{color:#666666;}

#productFeaturesTabContent, #productReqTabContent, #productOverviewTabContent, #productDetailsTabContent, #productNewTabContent, #productResourcesTabContent{font-family:Verdana, Geneva, sans-serif;font-size:8pt;color:#666666;width:680px;}
#productFeaturesTabContent .features_img{float:left;width:120px;height:135px;}
#productFeaturesTabContent .features_desc{float:right; width:480px;height:135px;}
#productFeaturesTabContent h4, #productDetailsTabContent h4, #productNewTabContent h4{
 /* margin-bottom:7px; */
 margin-top:7px;}
 #productDetailsTabContent h4, #productNewTabContent h4, #productFeaturesTabContent h4{margin:0!important;}

#productReqTabContent li{margin-bottom:0px;}
#productReqTabContent h4{padding-top:15px;}

#productOverviewTabContent .features_img{margin:20px;margin-top:0px;}
#productOverviewTabContent h4{margin-bottom:4px;margin-top:7px;}
#productOverviewTabContent li{margin-bottom:20px;color:#00519c;}

#productDetailsTabContent .details_img, 
#productDetailsTabContent .features_img, 
#productNewTabContent .features_img{margin:20px;margin-top:0px;}

#productDetailsTabContent .features_desc, #productNewTabContent .features_desc, #productOverviewTabContent .features_desc{width:680px;}

#productResourcesTabContent li{color:#4e78d5;margin-bottom:5px;}
#productResourcesTabContent h4{margin-bottom:4px !important;padding-top:0px !important;margin-top:0px !important;}
#productResourcesTabContent .resources_content{padding-left:6px;padding-right:4px;width:182px;float:left;}
#productResourcesTabContent .resources_content .heading2{font-size:11pt !important;font-weight:bold;margin-bottom:14px !important;color:#00519c;}



#productDetailTabHeaderMM9 {
  border-bottom: solid #aadaf0 1px;
  height: 23px;
  padding-left:10px;
}

#productDetailTabHeaderMM9 div{
   float: left;
}

#productDetailTabHeaderMM9 a{
  display: inline-block;
  position: relative;
  top: 5px;
  color: #555;
}

#productDetailTabHeaderMM9 .tab{
  background-color: #FFFFFF;
}


#productDetailTabHeaderMM9 div.leftSide,
#productDetailTabHeaderMM9 div.rightSide,
#productDetailTabHeaderMM9 div.tabContent,
#productDetailTabHeaderMM9 .selected div.leftSide,
#productDetailTabHeaderMM9 .selected  div.rightSide,
#productDetailTabHeaderMM9 .selected div.tabContent {
  height:24px;
  background-color: transparent;
  border: solid 0px;
}

#productDetailTabHeaderMM9 div.leftSide,
#productDetailTabHeaderMM9 div.rightSide,
#productDetailTabHeaderMM9 .selected div.leftSide,
#productDetailTabHeaderMM9 .selected  div.rightSide {
  width: 13px;
  background-repeat: no-repeat;
}

#productDetailTabHeaderMM9 div.tabContent,
#productDetailTabHeaderMM9 .selected div.tabContent {
  background-repeat: repeat-x;
}

#productDetailTabHeaderMM9 div.leftSide,
#productDetailTabHeaderMM9 .selected div.leftSide {
  background-position: left top;
}

#productDetailTabHeaderMM9 div.rightSide,
#productDetailTabHeaderMM9 .selected  div.rightSide {
  background-position: right top;
}

#productDetailTabHeaderMM9 div.tabContent,
#productDetailTabHeaderMM9 .selected div.tabContent {
  background-position: center top;
}

#productDetailTabHeaderMM9 div.tabContent{
  background-image: url(../images/tab_center.png);
  padding: 0px 5px;
  text-align:center;
  font-family: Verdana;
  font-size: 10px;

}

#productDetailTabHeaderMM9 .selected div.tabContent {
  background-image: url(../images/tab_center_current.png);
}


#productDetailTabHeaderMM9 div.leftSide{
  background-image: url(../images/tab_left.png);


}
#productDetailTabHeaderMM9 div.rightSide{
  background-image: url(../images/tab_right.png);


}

#productDetailTabHeaderMM9 .selected div.leftSide{
  background-image: url(../images/tab_left_current.png);


}
#productDetailTabHeaderMM9 .selected  div.rightSide{
  background-image: url(../images/tab_right_current.png);


}


#productDetailTabContentMM9 {
  position: relative;
  border-left: solid #aadaf0 1px;
  border-right: solid #aadaf0 1px;
  border-bottom: solid #aadaf0 1px;
  background-color: #FFFFFF;
  padding: 25px 20px;

}

#productDetailTabContentMM9 td {
  padding-right: 10px;
}

#prodTabWrap {position:relative;left:2em;width:740px;}

table#productDetailPriceButtonsMM9 {
  width: 100%;
}

table#productDetailPriceButtonsMM9 td {
  width: 50%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

#productDetailPriceButtonsMM9 td{
  padding: 0px 10px 8px 0px;
}
#productDetailPriceButtonsMM9 td.disclaimer{
  padding: 0px 0px 5px 0px;
  color: #888;
  font-size: 10px;
}

#prodLeft {float: left; position: relative; width: 200px;}
#prodLeft #prodView {background:url(/galleries/themes/wireframe/skins/white/images/zoom_box_bg.gif) no-repeat top left;
  margin-top:10px;
  padding-top:25px;
  padding-left:4px;
  position:relative;
  left: 2px;
  height:170px;
  width:200px;  }

#prodLeft #prodZoom {text-align:right;width:180px;}
#prodLeft #prodScroller {margin-left:4px;};

#prodDesc {float: left; margin-left: 5em; padding-left: 1em; width: 200px;}

.prodRight, #prodLowRight {
  padding-top:5px;
  padding-left: 255px;
  padding-right: 10px;
  font-size: 12px;
  
}

.features_desc h2.sIFR-replaced {
  width:225px;
  float:left;
}

#prodPrice {
  text-align:right;
  color: #0d0b93;
  padding-right: 30px;
  font-size: larger;
  font-weight: bold;
}


#macResourcesTabContent a, #macOverviewTabContent a{color:#4e78d5;text-decoration:underline;}
#macResourcesTabContent a:hover, #macOverviewTabContent a:hover{color:#00519c;}
a.pdf{margin-right:9px;}
h2, h4{color:#00519c !important;}
h2{font-size:10pt !important;}
h4{font-size:8pt !important;}
#macResourcesTabContent ul, #macOverviewTabContent ul{margin-top:0px;margin-bottom:0px;margin-left:-27px !important;}
ul.resources2{list-style:none;}
.resources2 li{margin-left:-13px !important;}
.default{color:#666666;}

#macFeaturesTabContent, #macReqTabContent, #macOverviewTabContent, #macDetailsTabContent, #macNewTabContent, #macResourcesTabContent{font-family:Verdana, Geneva, sans-serif;font-size:8pt;color:#666666;width:100%px;}
#macFeaturesTabContent .features_img{float:left;width:120px;height:128px;}
#macFeaturesTabContent .features_desc{float:right; width:380px;height:128px;}
#macFeaturesTabContent h4, #macDetailsTabContent h4, #macNewTabContent h4{margin-bottom:7px;margin-top:7px;}

#macReqTabContent li{margin-bottom:0px;}
#macReqTabContent h4{padding-top:15px;}

#macOverviewTabContent .features_img{margin:20px;margin-top:0px;}
#macOverviewTabContent h4{margin-bottom:4px;margin-top:7px;}
#macOverviewTabContent li{margin-bottom:20px;color:#00519c;}

#macDetailsTabContent .features_img, #macNewTabContent .features_img{margin:0;padding:0;float:left;width:267px;}
#macDetailsTabContent .features_desc, #macNewTabContent .features_desc, #macOverviewTabContent .features_desc{float:right;width:50%;}

#macResourcesTabContent li{color:#4e78d5;margin-bottom:5px;}
#macResourcesTabContent h4{margin-bottom:4px !important;padding-top:0px !important;margin-top:0px !important;}
#macResourcesTabContent .resources_content{padding-left:6px;padding-right:4px;width:182px;float:left;}
#macResourcesTabContent .resources_content h2{font-size:11pt !important;font-weight:bold;margin-bottom:14px !important;color:#00519c;}
.product_resources_content {
  width: 30%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

/* /MM9 Product Page */

/* Legal Pages */
p#truste_logo {
  text-align: right;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: inherit;
  
}
p#truste_logo img {
  height:100%;
  vertical-align: middle;
}

/* /Legal Pages */