/*------------------------------------------------*/
/*-------------------[SHORTCODES]-----------------*/
/*------------------------------------------------*/

.rounded-corner {  background:url(images/bg-box.png) repeat; border: 1px solid #bababa;   border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	
	}

.mb-box { margin: 0px 0px 10px; background:url(images/bg-box.png) repeat; border: 1px solid #bababa;}
	.mb-box-content { padding: 16px 20px 8px; min-height:35px; }
		.mb-box-content strong { font-weight: bold; }
		.mb-box-content h1, .mb-box-content h2, .mb-box-content h3, .mb-box-content h4, .mb-box-content h5, .mb-box-content h6 { font-family: Century Gothic, Arial, sans-serif; } 
		.mb-box .icon-set { 
		 float: left;
    padding-bottom: 15px;
    width: 65px;
	 height:52px;
		}
		
.mb-info {}
	.mb-info .mb-box-content .icon-set{ background: url(images/mb-info.png) no-repeat left top;   }
		.mb-info .mb-box-content h1, .mb-info .mb-box-content h2, .mb-info .mb-box-content h3, .mb-info .mb-box-content h4, .mb-info .mb-box-content h5, .mb-info .mb-box-content h6 {  }
		
.mb-warning {  }

	.mb-warning .mb-box-content .icon-set{  background: url(images/mb-warning.png) no-repeat left top;  }
		.mb-warning .mb-box-content h1, .mb-warning .mb-box-content h2, .mb-warning .mb-box-content h3, .mb-warning .mb-box-content h4, .mb-warning .mb-box-content h5, .mb-warning .mb-box-content h6 { }
		
.mb-download { }
	.mb-download .mb-box-content  .icon-set{  background: url(images/mb-download.png) no-repeat left top; }
		.mb-download .mb-box-content h1, .mb-download .mb-box-content h2, .mb-download .mb-box-content h3, .mb-download .mb-box-content h4, .mb-download .mb-box-content h5, .mb-download .mb-box-content h6 {  }
		
.mb-event { }
	.mb-event .mb-box-content .icon-set {  background: url(images/mb-event.png) no-repeat left top; }
		.mb-event .mb-box-content h1, .mb-event .mb-box-content h2, .mb-event .mb-box-content h3, .mb-event .mb-box-content h4, .mb-event .mb-box-content h5, .mb-event .mb-box-content h6 { }

.mb-shadow {  box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); }
	.mb-shadow .mb-box-content {   padding-left: 30px; }
		.mb-shadow .mb-box-content h1, .mb-shadow .mb-box-content h2, .mb-shadow .mb-box-content h3, .mb-shadow .mb-box-content h4, .mb-shadow .mb-box-content h5, .mb-shadow .mb-box-content h6 { color: #4e4e4e; }
.mb-shadow  .icon-set { display:none;}		

.mb-tooltip { position: relative; z-index:10000; }
	.mb-tooltip-box { display: none;  line-height: 18px; background: #000000; border: 1px solid #dbdbdb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: absolute; bottom:35px; left: -94px; width: 235px; padding: 20px 25px 22px 25px; box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
		.mb-tooltip-arrow { background: url(images/mb-tooltip-arrow.png) no-repeat; width: 24px; height: 13px; display: block; position: absolute; bottom: -14px; left: 129px; }
		
		
.mb-learn-more {  padding: 16px 13px 0px 18px; margin: 10px 0px; }
	.mb-learn-more h3.heading-more { position:relative; background: url(images/mb-learn-more-closed.png) no-repeat right top; cursor: pointer; padding: 3px 45px 20px 0px; letter-spacing: 0px; }
	.mb-learn-more h3.open { position:relative; background: url(images/mb-learn-more-opened.png) no-repeat right top; }
		.mb-learn-more h3.heading-more span { display: block;  }
	.mb-learn-more .learn-more-content { padding-bottom: 17px; display: none; }
	.mb_slidecontent .mb-learn-more .learn-more-content { display: block; visibility: hidden; }
	.mb-open .learn-more-content { display: block; visibility: visible !important; }
	
	
.mb-simple-slider { padding: 23px 40px 16px 40px; margin: 10px 0px 10px; position: relative; }
	.mb-simple-slider h1, .mb-simple-slider h2, .mb-simple-slider h3, .mb-simple-slider h4, .mb-simple-slider h5, .mb-simple-slider h6 { font-family: Century Gothic, Arial, sans-serif;  }
	.mb-simple-slides { overflow: hidden; width: 100% !important; }
		.mb-simple-slider div.mb-slide { display: none; width:100% !important; }
		.mb-simple-slider .mb-slider-leftarrow, .mb-simple-slider .mb-slider-rightarrow { position: absolute; top: 44%; display: block; width: 37px; height: 36px; text-indent: -9999px; }
		.mb-simple-slider .mb-slider-leftarrow { background: url(images/mb-slider-left.png) no-repeat; left: -14px; }
		.mb-simple-slider .mb-slider-rightarrow { background: url(images/mb-slider-right.png) no-repeat; right: -13px; }
		
		
.one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative; }
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width:65.32%; }
.one_fourth { width:22%; }
.three_fourth { width:74%; }


a.small-button { padding-right: 41px; height: 37px; float: left; display: block; font: 14px Arial,sans-serif; color: #ffffff !important; margin: 8px 0px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; text-decoration: none; }
	a.small-button:hover { text-decoration: none; color: #eeeeee !important; }
	a.small-button span {
		display: block;
		height: 37px;
		line-height: 33px;
		padding: 0 0 0 17px;
	}

a.smallblue { background: url(images/small-button-blue.png) no-repeat bottom right; }
	a.smallblue span { background: url(images/small-button-blue.png) no-repeat; }
a.smallblue2 { background: url(images/small-button-blue2.png) no-repeat bottom right; }
	a.smallblue2 span { background: url(images/small-button-blue2.png) no-repeat; }
a.smallblue3 { background: url(images/small-button-blue3.png) no-repeat bottom right; }
	a.smallblue3 span { background: url(images/small-button-blue3.png) no-repeat; }	
	
a.smallblue4 { background: url(images/small-button-blue4.png) no-repeat bottom right; }
	a.smallblue4 span { background: url(images/small-button-blue4.png) no-repeat; }
	
a.smallyellow1 { background: url(images/small-button-yellow1.png) no-repeat bottom right; }
	a.smallyellow1 span { background: url(images/small-button-yellow1.png) no-repeat; }

a.smallyellow2 { background: url(images/small-button-yellow2.png) no-repeat bottom right; }
	a.smallyellow2 span { background: url(images/small-button-yellow2.png) no-repeat; }
	
a.smallyellow3 { background: url(images/small-button-yellow3.png) no-repeat bottom right; }
	a.smallyellow3 span { background: url(images/small-button-yellow3.png) no-repeat; color:#000000; }

a.smallorange1 { background: url(images/small-button-orange1.png) no-repeat bottom right; }
	a.smallorange1 span { background: url(images/small-button-orange1.png) no-repeat; }

a.smallorange2 { background: url(images/small-button-orange2.png) no-repeat bottom right; }
	a.smallorange2 span { background: url(images/small-button-orange2.png) no-repeat; }
	
a.smallred1 { background: url(images/small-button-red1.png) no-repeat bottom right; }
	a.smallred1 span { background: url(images/small-button-red1.png) no-repeat; }
	
a.smallred2 { background: url(images/small-button-red2.png) no-repeat bottom right; }
	a.smallred2 span { background: url(images/small-button-red2.png) no-repeat; }

a.smallred3 { background: url(images/small-button-red3.png) no-repeat bottom right; }
	a.smallred3 span { background: url(images/small-button-red3.png) no-repeat; }	
	
a.smallred4 { background: url(images/small-button-red4.png) no-repeat bottom right; }
	a.smallred4 span { background: url(images/small-button-red4.png) no-repeat; }
	
a.smallgreen1 { background: url(images/small-button-green1.png) no-repeat bottom right; }
	a.smallgreen1 span { background: url(images/small-button-green1.png) no-repeat; }

a.smallgreen2 { background: url(images/small-button-green2.png) no-repeat bottom right; }
	a.smallgreen2 span { background: url(images/small-button-green2.png) no-repeat; }	

a.smallgreen3 { background: url(images/small-button-green3.png) no-repeat bottom right; }
	a.smallgreen3 span { background: url(images/small-button-green3.png) no-repeat; }	

a.smallpurple1 { background: url(images/small-button-purple1.png) no-repeat bottom right; }
	a.smallpurple1 span { background: url(images/small-button-purple1.png) no-repeat; }

a.smallpurple2 { background: url(images/small-button-purple2.png) no-repeat bottom right; }
	a.smallpurple2 span { background: url(images/small-button-purple2.png) no-repeat; }

a.smallpurple3 { background: url(images/small-button-purple3.png) no-repeat bottom right; }
	a.smallpurple3 span { background: url(images/small-button-purple3.png) no-repeat; }

a.smallpurple4 { background: url(images/small-button-purple4.png) no-repeat bottom right; }
	a.smallpurple4 span { background: url(images/small-button-purple4.png) no-repeat; }	
	
a.big-button { padding-right: 13px; height: 52px; float: left; display: block; font: 28px Arial,sans-serif; color: #ffffff !important; margin: 8px 0px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; text-decoration: none; }
	a.big-button:hover { text-decoration: none; color: #eeeeee !important; }
	a.big-button span { height: 52px; display: block; line-height: 49px; padding: 0px 5px 0px 17px; }

a.bigblue { background: url(images/big-button-blue.png) no-repeat bottom right; }
	a.bigblue span { background: url(images/big-button-blue.png) no-repeat; }

a.bigpurple { background: url(images/big-button-purple.png) no-repeat bottom right; }
	a.bigpurple span { background: url(images/big-button-purple.png) no-repeat; }
	
a.bigred { background: url(images/big-button-red.png) no-repeat bottom right; }
	a.bigred span { background: url(images/big-button-red.png) no-repeat; }
	
a.bigorange { background: url(images/big-button-orange.png) no-repeat bottom right; }
	a.bigorange span { background: url(images/big-button-orange.png) no-repeat; }
	
a.biggreen { background: url(images/big-button-green.png) no-repeat bottom right; }
	a.biggreen span { background: url(images/big-button-green.png) no-repeat; }

a.bigturquoise { background: url(images/big-button-turquoise.png) no-repeat bottom right; }
	a.bigturquoise span { background: url(images/big-button-turquoise.png) no-repeat; }


a.icon-button {
 background: url("images/icon-button-bg-sprite.png") no-repeat scroll left -38px transparent;
    color: #ffffff !important;
    display: block;
    float: left;
    font: 14px Arial,sans-serif;
    height: 36px;
    margin: 8px 0;
    padding-left: 8px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000 !important;
}
a.icon-button span.mb-icon { 
	  background: url("images/icon-button-bg-sprite.png") no-repeat scroll right top transparent;
    display: block;
    height: 36px;
	padding-right: 20px;
	  padding-top: 2px;
}

a.icon-black {
background: url("images/icon-button-bg-black.png") no-repeat scroll left -38px transparent;
}
a.icon-black span.mb-icon { 
	 background: url("images/icon-button-bg-black.png") no-repeat scroll right top transparent;
}
a.icon-brown {
background: url("images/icon-button-bg-brown.png") no-repeat scroll left -37px transparent;
 padding-left: 10px;
}
a.icon-brown span.mb-icon { 
	 background: url("images/icon-button-bg-brown.png") no-repeat scroll right top transparent;
}
a.icon-pink {
background: url("images/icon-button-bg-pink.png") no-repeat scroll left -38px transparent;
}
a.icon-pink span.mb-icon { 
	 background: url("images/icon-button-bg-pink.png") no-repeat scroll right top transparent;
}

a.icon-purple {
background: url("images/icon-button-bg-purple.png") no-repeat scroll left -38px transparent;
}
a.icon-purple span.mb-icon { 
	 background: url("images/icon-button-bg-purple.png") no-repeat scroll right top transparent;
}

a.icon-yellow {
background: url("images/icon-button-bg-yellow.png") no-repeat scroll left -38px transparent;
}
a.icon-yellow span.mb-icon { 
	 background: url("images/icon-button-bg-yellow.png") no-repeat scroll right top transparent;
}

a.icon-red {
background: url("images/icon-button-bg-red.png") no-repeat scroll left -38px transparent;
}
a.icon-red span.mb-icon { 
	 background: url("images/icon-button-bg-red.png") no-repeat scroll right top transparent;
}

a.icon-green {
background: url("images/icon-button-bg-green.png") no-repeat scroll left -38px transparent;
}
a.icon-green span.mb-icon { 
	 background: url("images/icon-button-bg-green.png") no-repeat scroll right top transparent;
}

a.icon-button span.mb-icon span {
		   display: block;
    height: 34px;
    line-height: 32px;
    padding: 0 38px 0 10px;
		}
a.icon-button:hover { text-decoration: none;  }
	a.icon-button:hover span.mb-icon {  }

a.add-icon span.mb-icon span {  background: url("images/add-icon.png") no-repeat scroll right 8px transparent; }
a.chat-icon span.mb-icon span {  background: url("images/chat-icon.png") no-repeat scroll right 8px transparent; }
a.search-icon span.mb-icon span { background: url(images/search-icon.png) no-repeat right 8px; }
a.set-icon span.mb-icon span { 
   background: url("images/set-icon.png") no-repeat scroll right 6px transparent;
    position: relative;
    right: -2px;
 }
a.warm-icon span.mb-icon span { background: url(images/warning-icon.png) no-repeat right 8px; } 
a.reload-icon span.mb-icon span {   background: url("images/reload-icon.png") no-repeat scroll right 8px transparent; }
a.mail-icon span.mb-icon span { background: url(images/mail-icon.png) no-repeat right 10px; }
a.heart-icon span.mb-icon span { background: url(images/heart-icon.png) no-repeat right 10px; }
a.music-icon span.mb-icon span { background: url(images/music-icon.png) no-repeat right 8px; }



.mb-tabs-container { min-height: 200px; box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); position: relative; margin: 50px 0px 0px; }
	.mb-tabs-container .mb-tabs-control { margin: 0px !important; position: absolute; top: -36px; left: 30px; }
		.mb-tabs-container .mb-tabs-control li { list-style:none outside none; margin: 0px 3px 0px 0px !important; float: left; background: url(images/mb-tabs-control.png) no-repeat bottom right !important; padding-right: 10px !important; height:35px; padding-left: 0 !important; }
			.mb-tabs-container .mb-tabs-control li a { font: 14px/37px Century Gothic, Arial;  display: block; background: url(images/mb-tabs-control.png) no-repeat !important; height:35px; padding-left:10px; }
			.mb-tabs-container .mb-tabs-control li a:hover { text-decoration: none; }
		.mb-tabs-container .mb-tabs-control li.active { background: url(images/mb-tabs-control-active.png) no-repeat bottom right !important; height:44px; margin-top:-9px !important; }
			.mb-tabs-container .mb-tabs-control li.active a { background: url(images/mb-tabs-control-active.png) no-repeat !important; height:44px; line-height:44px; }
	.js .mb-tabs-content > div { opacity: 0; }


.tabs-left { background: url(images/left-links-bg.png) repeat-y; position: relative; padding-left:210px; min-height: 170px; box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); margin-bottom: 15px; }
	.tabs-left .mb-tabs-control { width: 191px;position: absolute; top: 0px; left: -1px; list-style:none outside none !important;
margin:0 !important; }
		.tabs-left .mb-tabs-control { padding-top: 6px; }
			.tabs-left .mb-tabs-control li { width: 190px; padding-right: 0px !important; padding-left: 0 !important; background: none !important; list-style: none !important; }
			.tabs-left .mb-tabs-control li.active { background: url(images/tabs-left-link-active.png) no-repeat right 8px !important; padding-right: 13px !important;  }
				.tabs-left .mb-tabs-control li a {  font: 14px Century Gothic, Arial, sans-serif;  display: block; background: url(images/tabs-left-link-bottombg.png) no-repeat bottom left; padding: 10px 10px 11px 32px; }
				.tabs-left .mb-tabs-control li a:hover, .tabs-left .mb-tabs-control li.active a { text-decoration: none;  }
	.tabs-left .mb-tabs-content { padding: 23px 20px 23px 26px; margin-top:12px; } 
		.tabs-left .mb-tabs-content h3 { padding-bottom: 14px; color: #333333; }
		

.author-shortcodes { margin-bottom: 15px; border: 1px solid #e1e1e1; border-bottom: 1px solid #979797; background: url(images/author-shortcodes-topbg.png) repeat-x; padding-top:1px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: relative; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
	.author-inner { background: #fbfbfb url(images/author-bg.png) repeat-x bottom left; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 17px 21px 10px 17px; }
		.author-inner .author-image { width: 62px; position: absolute; padding-left:6px;
padding-top:6px; min-height: 85px; }
				.author-image img, .t-img img { border: none !important; }
			.author-inner .author-image .author-overlay { width: 69px; position: absolute; height: 75px; top: 0px; left: 0px; background: url(images/author-overlay-bg.png) no-repeat; }
		.author-inner .author-info { padding-left: 83px; }


.mb-protected { width: 315px; }
	.mb-protected-form { background: url(images/password-protected-bg.png) no-repeat; height: 144px; margin-bottom: 10px; padding: 26px 33px 0px 30px; font-family: Arial, sans-serif; }
		.mb-protected-form p { padding-bottom: 16px; }
		.mb-protected-form p input { background: url(images/protected-input-bg.png) repeat-x; border: 1px solid #dadada; margin: 0px 0px 0px 14px; padding: 7px; width:150px; }
		.mb-protected-form p input[type="password"] { margin-left: 16px; }
		.mb-protected-form p input:focus { border-color:#2D3940; color:#3E3E3E; }
		.mb-protected-form input.mblogin-button { background: url(images/protected-login-bg.png) no-repeat; border: none; width: 59px; height: 24px; float: right; color: #ffffff; font-size: 11px; text-shadow: -1px -1px 1px #000000;  font-family: Arial, sans-serif; }
		
		.mb-protected-form label { color: #757575; font-size: 14px; }
		p.mb-registration { text-align: right; font: 12px Georgia, serif; color: #757575; }
		p.mb-registration a { color: #424242; font-style: italic; font-weight: bold; }
		
.mb_slidecontent { width: 90%; }


.mb-image-slider { background: #fbfbfb; border: 1px solid #e1e1e1; border-bottom: 1px solid #7a7a7a; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: relative; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); padding: 3px; margin-bottom:25px ; }
	.mb-image-shadow { /*background: url(images/mb-image-slider-bottom.png) repeat-x; position: absolute; bottom: -6px;height: 5px; width: 88%; */ display: none; }
	.mb-image-shadowleft { background: url(images/mb-image-sliderleft-shadow.png) no-repeat; position: absolute; bottom: -16px; height: 16px; width: 161px; left: 0px; }
	.mb-image-shadowright { background: url(images/mb-image-sliderright-shadow.png) no-repeat; position: absolute; bottom: -16px; height: 16px; width: 161px; right: -22px; }
		.mb-image { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
			.mb-image span.mb-image-overlay { display: block; background: url(images/mb-image-overlay.png) no-repeat; width: 100%; height: 100%; position: relative; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
			
	.mb-image-slider .controllers-wrapper { position: absolute; bottom: -26px; left: 380px; background: url(images/featured-controllers-left.png) no-repeat; height: 44px; padding-left: 12px; z-index:30; }
		.mb-image-slider .controllers-wrapper .controllers { background: url(images/featured-controllers-bg.png) repeat-x; height: 30px; padding-top: 14px; }
		.mb-image-slider .controllers-wrapper .controllers, .mb-image-slider .controllers-wrapper .controllers-right { float: left; }
		.mb-image-slider .controllers-wrapper .controllers-right { background: url(images/featured-controllers-right.png) no-repeat; height: 44px; width: 8px; }
		
		.mb-image-slider .controllers-wrapper a { text-indent: -9999px; display: block; float: left; width: 15px; height: 15px; background: url(images/featured-controller.png) no-repeat; padding-right: 3px; }
			.mb-image-slider .controllers-wrapper a:hover, .mb-simple-slider a.mb-slider-leftarrow:hover, .mb-simple-slider a.mb-slider-rightarrow:hover, .mb-tabs-container .mb-tabs-control li a:hover, .tabs-left .mb-tabs-control li a:hover, a.small-button:hover, a.big-button:hover, a.icon-button:hover { border: none !important; }
.mb-image-slider .controllers-wrapper a.active { background: url(images/featured-controller-active.png) no-repeat; }

.mb-image-slider .controllers-wrapper a.left-arrow, .mb-image-slider .controllers-wrapper a.right-arrow { width: 15px; height: 23px; position:relative; top:-4px; }
.mb-image-slider .controllers-wrapper a.left-arrow { background: url(images/featured-controllers-leftarrow.png) no-repeat; padding-right: 17px; }
.mb-image-slider .controllers-wrapper a.right-arrow { background: url(images/featured-controllers-rightarrow.png) no-repeat top right; padding-left: 16px; padding-right: 0px; }

.mb-learn-more, .mb-tabs-container, .tabs-left, .mb-simple-slider, .author-shortcodes, .mb-tooltip-box {  text-shadow: none !important; }
.mb-learn-more a, .mb-tabs-container a, .tabs-left a, .mb-simple-slider a, .author-shortcodes a, .mb-tooltip-box a { text-shadow: none !important; }

.mb-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; }
	.mb-custom-list ul li { background: url(images/list-checkmark.png) no-repeat 0 3px ; padding-left: 25px !important; margin: 5px 0 !important; list-style: none !important; }
	.mblist-x ul li { background: url(images/list-x.png) no-repeat 0 3px; }
	.mblist-dot ul li { background: url(images/list-dot.png) no-repeat 0 5px; }
		.mb-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }

.mb-pricing { margin: 40px 0 10px; }
	.pricing-table {
	 background: url("images/pricing-content-bottom.png") no-repeat scroll left bottom transparent;
    float: left;
    margin: 0 20px;
    padding-bottom: 89px;
    position: relative;
    width: 244px;
	}
	.price-coloryellow {
		 background: url("images/pricing-content-bottom-yellow.png") no-repeat scroll left bottom transparent;
	}
	.price-colorblue {
		 background: url("images/pricing-content-bottom-blue.png") no-repeat scroll left bottom transparent;
	}
	.price-colorpink {
		 background: url("images/pricing-content-bottom-pink.png") no-repeat scroll left bottom transparent;
	}
	.price-colorbrown {
		 background: url("images/pricing-content-bottom-brown.png") no-repeat scroll left bottom transparent;
	}
		.pricing-heading { background: url(images/pricing-header.png) no-repeat top left; height: 75px; text-align: center; font-family: Century Gothic, sans-serif; }
			.pricing-heading h2 { padding: 20px 10px 0px; margin: 0 !important; font-size: 24px; color: #212121 !important; text-transform: uppercase; text-shadow: 1px 1px 1px #ffffff; background: none !important; font-weight: normal !important; }
			.pricing-heading p { color: #aacbe0; font-size: 14px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding: 0; margin-top: 2px; }
		.pricing-content { background: #ffffff; }
			.pricing-tcontent {  padding: 0; }
				.pricing-tcontent ul.pricing { padding: 0 !important; list-style: none !important;  margin: 0 !important; list-style-image: none !important; }
					.pricing-tcontent ul.pricing li {  color: #929292; text-shadow: 1px 1px 1px #fff; list-style: none !important; }
						.pricing-tcontent ul.pricing li span { background: url(images/list-checkmark.png) no-repeat 26px 11px; display: block; padding: 8px 0 9px 48px; }
						.pricing-tcontent ul.pricing li.x-mark span { background: url(images/list-x.png) no-repeat 26px 11px; }
						span.mb-price { display: block; text-align: center; background: url(images/pricing-price-glow.png) repeat-x left top; height: 55px; font-size: 48px; color: #666666; font-family: Georgia, serif; text-shadow: 1px 1px 0px #fff; padding: 2px 0 17px; line-height: normal; }
							span.mb-price sup { font-size: 24px; bottom: 13px; left: 1px; }
							span.mb-price span.dollar-sign { font-size: 36px; }
			p.pricing-des { color:#7c7c7c;text-align:center; text-shadow:none; }				
		.pricing-table a.join-button { 
		    bottom: 37px;
			color: #FFFFFF !important;
			display: block;
			font-family: Helvetica,Arial,sans-serif;
			font-size: 24px;
			font-weight: normal;
			position: absolute;
			text-align: center;
			text-decoration: none;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
			width: 100%;
		}
			.pricing-table a.join-button span { display: block; height: 29px;  line-height: 25px; }
			.pricing-table a.join-button:hover { text-decoration: none; color: #eee !important; cursor: pointer; border: none !important; }
			
			
.mb-testimonial-box {  padding: 1px; position: relative; margin: 10px 0 35px; }
	.mb-testimonial-content { min-height: 200px;   }
		.mb-testimonial { padding: 22px 28px 22px 48px; background: url(images/testimonial-quotes.png) no-repeat 17px 24px;  text-shadow: none; }
		.t-img { float: left; position: relative; margin: 4px 8px 5px 0; }
			.t-img img { margin: 6px 0 0 6px; }
			.t-img .t-overlay { position: absolute; top: 0px; left: 0px; }
		.t-img, .t-img .t-overlay { width: 69px; height: 74px; background: url(images/author-overlay-bg.png) no-repeat; }
		.t-info { padding: 13px 0 0; text-align: right; font-family: Georgia, serif; margin-top: 10px; }
			.t-info .t-author { font-size: 13px;  display: block; }
			.t-info .t-position { font-size: 11px;  font-style: italic; display: block; }
		.t-bottom-arrow { background: url(images/testimonial-bottom-arrow.png) no-repeat; width: 23px; height: 23px; position: absolute; bottom: -24px; right: 38px; }
		.t-bottom-shadow { background: url(images/testimonial-bottom-shadow.png) no-repeat; width: 150px; height: 14px; position: absolute; bottom: -14px; left: 1px; }

.mb-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }

.mb_quote { background: url(images/left-quotes-big.png) no-repeat; padding-left: 57px; min-height: 40px; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
	.mb_right_quote { width: 100%; }
.quote-center { font-size: 24px; line-height: 1.2; text-align: center; background: url(images/left-quotes-small.png) no-repeat 0px 3px; padding-left: 30px; }
	.quote-center .mb_right_quote { padding-right: 30px; width: 95%; background: url(images/right-quotes-small.png) 100% 3px no-repeat; }
		
			
.mb-tabs-container .mb-tabs-control { padding: 0; }
.tabs-left .mb-tabs-control { padding-left: 0; }
.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 {  }

a.small-button, a.big-button, a.icon-button { cursor: pointer; font-weight: normal !important; text-decoration: none !important; }
.mb-tabs-container .mb-tabs-control li a, .tabs-left .mb-tabs-control li a { text-decoration: none !important; }

.tabs-left .mb_slidecontent {  }
.mb-tabs-container .mb_slidecontent {  }
.mb-learn-more .learn-more-content , .mb-simple-slider .mb_slidecontent {  }

.t-info { position: relative; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */		
	
.last { margin-right: 0px !important; clear:right; }
.clear { clear:both; }