/* General styles */ 
html, body{
  width:100%;
  height:100%;
  background:#222;
  min-width:998px;
  font-family:Arial, sans-serif;
}
@media print {
  div.main-menu, div.submenu-holder {
    display: none;
  }
}
a{
	color:#3254aa;
	text-decoration:underline;
}
a:hover{color:#6390ff;}
a:active{color:#264185;}
a:focus,
a:active{outline:none;}
body, h1, h2, h3, h4, h5, h6, form{
	margin:0;
}
img{border:0;}
h3{
	font:22px/30px 'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
}
h5{
	color:#222;
	font:18px/20px 'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
}
.clearfix:after, .white-bg .center:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.none{
	display:none;
}
.holder:after{
	display:block;
	clear:both;
	content:'';
}
.holder-box{
	overflow:hidden;
}
.preload{
	position:absolute;
	top:-9999px;
}
.no-padding{padding:0 !important;}
.float-left{float:left !important;}
.float-right{float:right !important;}
input[type=submit],
input[type=reset],
input[type=button]{
    filter:chroma(color=#000000);
    border-size:0px;
	border-style:none;
	background:none;
	cursor:pointer;
	padding:0;
}
.half-width{width:50%;}
/* Fonts */
.proxima-bold{
	font-family:bold 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.proxima-regular{
	font-family:'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.hanging-section,
.hanging-section a{
	font:normal 10px/12px Arial, sans-serif;
	color:#dec1f3;
	text-decoration:none;
	line-height:15px;
}
.orange-promo-link{
	font:bold 18px/20px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#f5440b;
}
.small-product-box strong{
	color:#222;
	font:bold 18px/16px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.small-product-box .add-info > span{
	 font:bold 13px/16px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	 color:#fff;
}
.small-product-box .add-info a{
	font:13px/16px Arial, sans-serif;
}
.small-product-box p, 
.product-box.main-product p, 
.product-box.second-product p,
.product-box p{
	color:#444;
	font:13px/18px Arial,sans-serif;
	margin:0;
}
.product-box .text-part p + p{
	margin-top:10px;
}
.small-product-box p{
	color:#666;
}
.product-box.second-product p{
	color:#666;
}
.normal-text{
	color:#666;
	font:13px/20px Arial, sans-serif;
}
.grey-text{
	color:#888;
	font:normal 13px/20px Arial, sans-serif;
}
.section-header{
	text-transform:uppercase;
	font:normal 11px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
	display:block;
	margin-bottom:15px;
}
.grey-sidebar-box label{
	font:normal 13px/13px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#999999;
}
.latest-list span{
	font:normal 11px/11px Arial, sans-serif;
	color:#666;
}
.news{
	padding:40px 30px 30px 30px;
}
.news .latest-list {
  font-size: 15px;
  line-height: 18px;      
}
.news .latest-list span{
	font:normal 13px/18px Arial, sans-serif;
}
.hint span{
	color:#fff;
	font:bold 12px/27px Arial, sans-serif;
}
.sales-label{
	color:#fff;
	font:normal 16px/20px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.sales-phone{
	color:#fff;
	font:bold 16px/20px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.grey-sep{
	height:1px;
	background:#303030;
}
.grey-light-sep{
	height:1px;
	background:#d6d6d6;
}
/* Fonts End */
/* Columns Layout*/
.col3_1{
	width:277px;
	float:left;
	margin:0 30px;
}	
.col3_2{
	width:277px;
	margin:0 30px;
	float:left;
}	
.col3_3{
	width:307px;
	float:left;
}	
.col3_12{
    width:673px;
	float:left;
}	
.col2_1{
	width:44%;
	float:left;
	margin:0 3%;
}
.col2_2{
	width:44%;
	margin:0 3% 0 53%;
}	
.col6_1{
	width:161px;
	float:left;
}
/* Columns Layout End */
.main-menu{
	width:100%;
	height:95px;
	background:url(../images/main-menu-bg.png) 0 0 repeat-x #5d397e;
}
.main-menu-wrapper{
	width:981px;
	margin:0 auto;
	position:relative;
}
.main-menu-holder > li a{
    font:normal 18px/18px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color:#e7deee;
    text-decoration:none;
}
.main-menu-holder > li a.active{
	position:relative;
}
.menu-pointer{
	content:" ";
	display:block;
	position:absolute;
	left:50%;
	top:31px;
	margin-left:-18px;
	background:url(../images/sprite.png) -100px -172px no-repeat;
	width:47px;
	height:22px;
	display:none;
}
.menu-pointer.vis{
	display:block;
}
.hanging-section{
	position:absolute;
	right:15px;
	top:3px;
	width:127px;
	padding:0 10px;
	height:19px;
	background:url(../images/sprite.png) -19px -42px no-repeat;
}
.hanging-section a{
	display:inline-block;
}
.hanging-section a:hover,
.hanging-section a:active{
	text-decoration:underline;
	color:#fff;
}
h1.logo{
	text-indent:-9999px;
	overflow:hidden;
	width:228px;
	height:50px;
	background:url(../images/logo.png) 0 0 no-repeat;
	position:absolute;
	left:30px;
	top:32px;
}
h1.logo a{
	display:block;
	height:100%;
	width:100%;
}
.main-menu-holder{
	list-style:none;
	margin:0 0 0 278px;
    position:relative;
    top:51px;
	width:676px;/*Chrome zoom bug fix*/
}
.main-menu-holder > li{
	float:left;
	padding:0 22px;
}
.main-menu-holder > li:last-child{
	padding-right:0;
}
*+ html .main-menu-holder > li{
	padding-right:expression( (this===this.parentNode.childNodes[this.parentNode.childNodes.length-1]) ? "0" : "22px"); /* IE7 */
}
.main-menu-holder > li >span{
	color:#e7deee;
	position:relative;
	right:-22px;
	top:-2px;
}
.main-menu-holder > li a:hover,
.main-menu-holder > li a.active{
	color:#fff;
	text-shadow:0px 1px 0px #583678;
}
/* Submenu styles */
.submenu-holder{
	min-height:6px;
	background:url(../images/sub-menu-holder-bg.png) 0 0 repeat-x #5d397e;
	width:100%;
	overflow:hidden;
}
.submenu-wrapper{
	background:url(../images/sub-menu-bg.png) 0 0 repeat;
}
.submenu-wrapper-inner{
	overflow:hidden;
	background:url(../images/sub-menu-inner-bg.png) 0 0 repeat;
}
#submenuParent{
	height:0;
	overflow:hidden;
	position:relative;
	min-height:6px;
	margin:0 auto;
	width:981px;
}
.submenu-holder .submenu{
	margin:0 auto;
	width:981px;
	position:absolute;
}
.submenu-bottom-shadow{
	overflow:hidden;
}
.submenu{
	display:none;
}
.submenu-line{
	margin:40px -10px 40px 10px;
	overflow:hidden;
}
.submenu-line > .holder-box{
	display:table;
	width:100%;
}
*+ html .submenu-line > .holder-box{
	overflow: hidden;
	display:block;
}
.submenu-line .box{
	display:table-cell;
	width:16.5%;
    vertical-align: top;
}
*+ html .submenu-line .box{
	float:left;
    height:expression(this.parentNode.offsetHeight > 0 ? this.parentNode.offsetHeight : "auto");
}
.submenu-line .box + .box{
	border-left:1px solid #816095;
}
.hor-sep + .submenu-line{
	margin-top:-10px;
	margin-bottom:30px;
	padding-top:25px;
}
.submenu-line + .hor-sep{
	height:1px;
	background:#816095;
	margin:-10px 30px 10px;
}

.hor-sep + .submenu-line .box{
    border-left-color:transparent;
}
.submenu-line .two-four-columns .two-in-one,
.submenu-line .three-columns .box{
	width:33%;
}
.submenu-line .three-one-columns .three-in-one{
	width:49.5%;
	border-left:0;
}
.submenu-line .two-four-columns .one-seventh {
  width: 14%;
}
.submenu-line .two-four-columns .two-seventh {
  width: 28%;
}
.submenu-line .box ul{
	padding:0;
	margin:0;
	list-style:none;
}
.submenu-line .box > ul{
	margin:0 18px;
}
.submenu-line .box > ul li{
	font-size:13px;
	line-height:18px;
	padding:0 0 8px;
	color:#d3c1de;
	overflow:hidden;
}
.submenu-line .box > ul > li:last-child{padding-bottom:0;}
*+ html .submenu-line .box > ul > li:last-child{
	padding-bottom:expression( (this===this.parentNode.childNodes[this.parentNode.childNodes.length-1]) ? "0" : "8px");
}
.submenu-line .box > ul li.sep-sm{font-size:0; line-height:0; overflow:hidden;}
.submenu-line .box > ul li.smaller{padding-bottom:5px;}
.submenu-line .box > ul li a{
	color:#d3c1de;
	max-width:100%;
}
.submenu-line .box > ul li span{
	font-size:11px;
	text-decoration: none;
}
.external {
	padding-right:13px;
	background: url(../images/external-link.png) no-repeat 100% 3px;
}
.submenu-line .box > ul li.first-line{
	font-size:15px;
	font-weight:bold;
	color:#f2e3fd;
}
.submenu-line .box > ul li.light a{
	font-weight:bold;
    color:#f2e3fd;
}
.submenu-line .box > ul .menu-sep{
	background: #816095;
	height:1px;
	overflow: hidden;
	margin:10px 0;
}
.submenu-line .box > ul li.first-line a{
	color:#f2e3fd;
	border-bottom: 1px solid #f2e3fd;
    text-decoration: none;
}
.submenu-line .box > ul li.first-line a:hover{
	border-bottom: 1px solid white;
}
.submenu-line .box > ul li a:hover{color:#fff;}
.submenu-line .box > ul li small{
	font-weight:normal;
	display:block;
	font-size:11px;
	line-height: 13px;
	margin-top:5px;
}
.submenu-line .box > ul li small + small{margin-top:0;}
.submenu-line .three-one-columns .three-in-one .img-box{
	float:right;
	width:413px;
	height:134px;
	padding:12px;
	margin-right:20px;
	background:url(../images/screenshot-sprite.png) no-repeat 0 -876px;
}
/* end menu */
.main-wrapper{
	background:url(../images/main-content-bg.gif) 0 0 repeat;
	z-index:2;
	position:relative;
} 
.content-wrapper{
	width:981px;
	margin:0 auto;
	background:#f0f4ff;
	overflow:hidden;
}
.center{
	width:998px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/main-content-bg.png ) center 0 repeat-y;
}
/* Main Product Wrapper */
.main-product{
	background:url(../images/main-product-bg.jpg) 0 0 repeat-y;
	padding:20px 30px 10px;
}
.main-product .text-part{
	float:left;
	width:320px;
}
.main-product h2.logo{margin:-13px 0 -7px -15px;}
.inner-page-1 h2.logo{margin:0;}
.main-product .text-part h3{margin-bottom:5px;}
.main-product .video-part{margin:0 20px 0 332px;}
.screenshot{
	background:url(../images/screenshot-sprite.png) 0 0 no-repeat;
	width:257px;
	height:142px;
	padding:13px 14px 26px;
	display:block;
	position:relative;
}
.screenshot-big{
	width:327px;
	height:241px;
	background-position:0 -450px;
}
.screenshot span.play, .screenshot span.show {
	position:absolute;
	width:95px;
	height:95px;
	left:50%;
	top:50%;
	margin:-50px 0 0 -48px;
 opacity: 0.8;
}
.screenshot.screenshot-big.readable span.show {
 left: 86%;
 top: 81.5%;
}
.screenshot span.play {
	background:url(../images/screenshot-sprite.png) 0 -283px no-repeat;
}
.screenshot span.show {
	background:url(../images/screenshot-sprite.png) -1px -1108px no-repeat;
}
.screenshot-big span.play{
	width:138px;
	height:132px;
	margin:-66px 0 0 -69px;
	background-position:0 -740px;
}
.screenshot:hover span.play{background-position:-95px -283px;}
.screenshot:active span.play{background-position:-190px -283px;}
.screenshot:hover span.show{background-position:-102px -1108px;}
.screenshot:active span.show{background-position:-203px -1108px;}
.screenshot-big:hover span.play{background-position:-148px -740px;}
.screenshot-big:active span.play{background-position:-296px -740px;}
.main-product .promo-shield{
	position:absolute;
	right:-10px;
	bottom:-10px;
}
.product-box{
	width:642px;
	min-height:218px;
	padding:35px 0 32px 30px;
	float:left;
	overflow:hidden;
	border-right:1px solid #CDD4E5;
	border-bottom:1px solid #cdd4e5; 
}
/* Main Product Wrapper */
/* Second Product Wrapper */
.second-product .text-part{
	float:left;
	width:400px;
}
.second-product .video-part{
    margin:0 25px 0 400px;
}
.second-product .screenshot{
	position:relative;
}
.second-product .screenshot >img{
	position:absolute;
}
.second-product .screenshot{
	background:url(../images/screenshot-sprite.png) 0 -181px no-repeat;
	width:150px;
	height:84px;
	padding:8px 9px;
	display:block;
	position:relative;
}
.second-product .screenshot span.play,.second-product .screenshot span.show {
	position:absolute;
	width:58px;
	height:58px;
	left:48%;
	top:48%;
	margin:-25px 0 0 -25px;
        opacity: 0.8;
}

.second-product .screenshot span.show {
	background:url(../images/screenshot-sprite.png) 0 -1050px no-repeat;
}
.second-product .screenshot span.play {
	background:url(../images/screenshot-sprite.png) 0 -378px no-repeat;
}
.play:hover, .show:hover{
	cursor:pointer;
}
.second-product .screenshot:hover span.play{
	background-position:-58px -378px;
}
.second-product .screenshot:active span.play{
	background-position:-116px -378px;
}
.second-product .screenshot:hover span.show{
	background-position:-60px -1050px;
}
.second-product .screenshot:active span.show{
	background-position:-119px -1050px;
}

.second-content-col{
	padding:20px 20px 15px;
	width:265px;
	float:left;
}
.content-col-set{
	overflow:hidden;
	border-bottom:1px solid #CDD4E5;
	border-top:1px solid  #f9fbff;
}
.no-border{
	border-bottom:none;
}
a.bnr{
	display:block;
}
.orange-promo-link{
	text-decoration:none;
	line-height:15px;
	display:block;
	margin-bottom:20px;
}
.orange-promo-link:hover{
	color:#f5805a;
}
.orange-promo-link:active{
	color:#ea3600;
}
.orange-promo-link span{
	display:inline-block;
	width:7px;
	height:8px;
	background:url(../images/sprite.png) 0 0 no-repeat;
	margin:0 8px 2px 0;
}
.orange-promo-link:hover span{
	background-position:0 -8px;
}
.orange-promo-link:active span{
	background-position:0 -16px;
}
.button,
input.button{
	background:url(../images/button-sprite.png) 0 -1px repeat-x;
	text-decoration:none;
	display:inline-block;
	float:left;
	outline:none;
	font:bold 16px/33px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#fff;
	padding:0 20px;
	text-decoration:none;
	height:32px;
	overflow:hidden;
	position:relative;
	border:1px solid #8cbc16;
	text-shadow:0px 1px 0px #597E17;
	border-radius:3px;
    -ms-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
	box-shadow:0 1px 0 #8cbc16;
	-webkit-box-shadow:0 1px 0 #8cbc16;
	-moz-box-shadow:0 1px 0 #8cbc16;
	-o-box-shadow:0 1px 0 #8cbc16;
	-ms-box-shadow:0 1px 0 #8cbc16;
	-khtml-box-shadow:0 1px 0 #8cbc16;
  white-space: nowrap;
}
.button.small, input.button.small {
  line-height: 25px;
  height: 25px;
}
.button:hover{
	background-position:0 -39px;
	color:#fff;
}
.button:active{
	background-position:0 -77px;
	color:#fff;
}
.button.blue-btn{
	background-position:0 -115px;
	text-shadow:0px 1px 0px #1E3759;
	border:1px solid #2e4ea4;
	box-shadow:0 1px 0 #2e4ea4;
	-webkit-box-shadow:0 1px 0 #2e4ea4;
	-moz-box-shadow:0 1px 0 #2e4ea4;
	-o-box-shadow:0 1px 0 #2e4ea4;
	-ms-box-shadow:0 1px 0 #2e4ea4;
	-khtml-box-shadow:0 1px 0 #2e4ea4;
}
.button.blue-btn:hover{
	background-position:0 -152px;
}
.button.blue-btn:active{
	background-position:0 -190px;
}
.product-box .text-part .button:first-child{
	margin-right:15px;
}
.button-area{
	margin-top:15px;
	float:left;
}
.latest-list{
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
  font-size: 13px;
  line-height: 17px;
}
.latest-list a, 
.latest-list li,
.latest-list span{
	display:block;
}
.latest-list span{
	margin-top:5px;
}
.latest-list li{
	margin-bottom:15px;
}
.product-box h5{
	margin:10px 0;
}
.full-width-separator{
	width:100%;
	height:6px;
	background:#dde4f6;
}
/* Second Product Wrapper End */
/* White BG section */
.small-product-box{
	background:url(../images/dash.png) 0 0 repeat-x #fff;
	width:273px;
	float:left;
	margin:10px 30px;
	padding:20px 0 0;
	z-index:1;
	position:relative;
}
.small-product-box:first-child{clear:left;}
.small-product-box .add-info{
	display:none;
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
}
.small-product-box .add-info .links-line{
	padding:0 0 0 20px;
	color:#3254AA;
	margin-top:5px;
}
.small-product-box .add-info .links-line > span {
        padding: 0 0.6em;
}
.small-product-box .add-info > span{
	display:block;
	background:#95bd21;
	height:28px;
	line-height:28px;
	padding:0 20px;
	text-shadow:0 1px 0 #699510;
}
.small-product-box .add-info .shadow{
	background:url(../images/inbox-shadow.png) 0 0 repeat-x;
	height:17px;
	content:' ';
	overflow:hidden;
}
.small-product-box.no-bg{
    background-image:none;
    margin-bottom:0;
}
.small-product-box:hover{
	background:#f3f5fe;
	padding:20px 20px 70px;
	margin:9px 9px -61px 9px;
	border:1px solid #c4d1f7;
	z-index:2;
	border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	box-shadow:0 0 5px #e4e5e8;
	-moz-box-shadow:0 0 5px #e4e5e8;
	-webkit-box-shadow:0 0 5px #e4e5e8;
}
.small-product-box.no-bg:hover{
	margin-bottom:-71px;
}
.small-product-box:hover p{
	color:#444;
}
.small-product-box:hover .add-info{
	display:block;
}
.small-product-box:hover{
	/*cursor:pointer;*/
}
.small-product-box strong{
	display:block;
	margin-bottom:17px;
}
.small-product-box strong a{	
	/*border-bottom:1px solid #c8c8c8;*/
	color:#666;
}
.small-product-box:hover strong a{
	color:#3254aa;
}	
.small-product-box:hover strong a:hover{
	color:#6390ff;
}	
.small-product-box:hover strong a:active{
	color:#264185;
}	

.small-product-box strong em{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/sprite.png) 0 -25px no-repeat;
	margin-right:6px;
position: relative;
top: 3px;
}
.small-product-box p{
	margin-bottom:10px;
}
.white-bg .grey-sep{
	margin:0 30px;
	height:4px;
	background:#e5e5e5;
	overflow:hidden;
	clear:both;
}
.white-bg{
	background:white;
	padding:20px 0;
}
.white-bg .center,
.follow-holder .center{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background:none;
}
.sidebar-bg, .white-bg .center.sidebar-bg {
  background:url(../images/common-holder-bg.png) right 0 repeat-y transparent;
}
.grey-sidebar-box{
	background:#f5f5f5;
	border-bottom:1px solid #e5e5e5;
	padding:21px;
	overflow:hidden;
	border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.grey-sidebar-box form{
	position:relative;
	margin:10px 0 0;
	overflow:hidden;
}
.grey-sidebar-box input[type="text"], .grey-sidebar-box input[type="email"]{
	padding:3px 9px 3px 9px;
	display:block;
	float:left;
	color:#444;
	border:1px solid #d3d3d3; 
	background:#fff;
	margin-right:10px;
	width:147px;
	border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
	box-shadow:0 2px 3px #ebebeb inset;
	-webkit-box-shadow:0 2px 3px #ebebeb inset;
	-moz-box-shadow:0 2px 3px #ebebeb inset;
	-o-box-shadow:0 2px 3px #ebebeb inset;
	-ms-box-shadow:0 2px 3px #ebebeb inset;
	-khtml-box-shadow:0 2px 3px #ebebeb inset;
  outline: none;
  font-size: 13px;
  line-height: normal;
  height: 20px;
}
.grey-sidebar-box input[type="text"]:focus, .grey-sidebar-box input[type="email"]:focus {
  background: #fff;
}
.grey-sidebar-box label.field-hint {
	position:absolute;
	left:7px;
	top:8px;
}
.grey-sidebar-box input[type="submit"]{
	padding:3px 0 4px;
	background: url(../images/sprite.png) #F5F5F5 0 -89px no-repeat;
	border:none;
	display:block;
	float:right;
	overflow:hidden;
	width:83px;
	height:28px;
	color:#fff;
	font:normal 13px/normal 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-sefir;
	text-align:center;
	text-shadow:0 1px 0 #572c78;
  box-sizing: border-box;
}
.grey-sidebar-box input:hover[type="submit"]{
	background-position:0 -117px;
	cursor:pointer;
}
.grey-sidebar-box input:active[type="submit"]{
	background-position:0 -145px;
	cursor:pointer;
}
/* Recent Tweets Styles */
.grey-sidebar-box.twitter-widget{
	/*padding:0;*/
	position:relative;
}
.grey-sidebar-box.twitter-widget .section-header{
	/*padding:20px 0 0 20px;*/
	margin-bottom:0;
}
.twitter-logo{
	width:27px;
	height:23px;
	background:url(../images/sprite.png) -87px -149px no-repeat;
	position:absolute;
	right:15px;
	top:15px;
	display:block;
}
.small-bnr,
.grey-sidebar-box{
	margin-bottom:20px;
}
.twitter-cut-header{
	overflow:hidden;
}
.twtr-tweet-wrap:first-child{
	padding-top:10px !important;
}
.twtr-tweet-wrap{
	padding:20px 18px 15px !important;
}
.twtr-doc .twtr-hd:first-child, .twtr-doc .twtr-ft{
	display:none !important;
}
#tweet-box .twtr-widget .twtr-tweets .twtr-tweet{
	border-bottom:1px solid #fbfbfb;
	box-shadow:inset 0px -1px #e5e5e5;
	-moz-box-shadow:inset 0px -1px #e5e5e5;
	-webkit-box-shadow:inset 0px -1px #e5e5e5;
}
#tweet-box .twtr-widget .twtr-tweets .twtr-tweet:last-child{
	border-bottom:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
*+ html #tweet-box .twtr-widget .twtr-tweets .twtr-tweet{
	border-bottom-width:expression( (this===this.parentNode.childNodes[this.parentNode.childNodes.length-1]) ? "0" : "1px"); /* IE7 */
}
.twtr-tweet-text em{
	padding:10px 0 0;
	color:#8E59BA;
}
.twtr-tweet-text em > a{
	font-size:9px;
}
/* Recent Tweets Styles End */
/* White BG section End */
/* Follow Section */
.follow-holder{
	height:30px;
	width:100%;
	z-index:102;
	position:relative;
	background:#F5F5F5;
	border-top:1px solid #D6D6D6;
	border-bottom:5px solid #D6D6D6;
}
.follow-wrapper{
	position:relative;
	float:right;
}
.follow-holder .center{
	text-align:right;
	overflow:visible;
}
.follow-holder .section-header{
	color:#9a9a9a;
	line-height:30px;
	float:right;
	margin:0 20px 0 0;
	text-transform:none;
	font-size:12px;
}
.hint{
	position:absolute;
	top:29px;
	left:0;
	width:120px;
	background:red;
	display:none;
	text-align:left;
	height:27px;
	border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -webkit-border-radius:0 0 3px 3px;
	text-align:center;
}
.hint.vis{
	display:block;
}
.follow-buttons{
	margin:0;
	padding:0;
	background:#c2c2c2;
}
.follow-buttons li{
	background:url(../images/sprite.png) -84px -89px no-repeat #CFCFCF;
	width:30px;
	height:30px;
	float:left;
	list-style:none;
}
.follow-buttons li a{
	display:block;
	height:30px;
	width:30px;
	text-indent:9999px;
	overflow:hidden;
}
.follow-buttons li.twitter a{background:url(../images/sprite.png) -113px -89px no-repeat;}
.follow-buttons li.youtube a{background:url(../images/sprite.png) -143px -89px no-repeat;}
.follow-buttons li.facebook a{background:url(../images/sprite.png) -83px -119px no-repeat;}
.follow-buttons li.rss a{background:url(../images/sprite.png) -113px -119px no-repeat;}
.follow-buttons li.twitter:hover{background:#27aae1;}
.follow-buttons li.youtube:hover{background:#b40b17;}
.follow-buttons li.facebook:hover{background:#3a5b9e;}
.follow-buttons li.rss:hover{background:#d3690c;}
/* Follow Section End */
.fullwidth-grey-sep{
	width:100%;
	height:5px;
	position:relative;
	z-index:99;
	background:#d2d2d2;
}
/* Footer */
.footer-wrapper{
	z-index:99;
	position:relative;
	background:#222;
  padding-bottom: 2em;
}
.footer-wrapper .col-set{
	margin-bottom:35px;
}
.footer-wrapper .center{
	background:none;
	padding-top:37px;
	overflow:visible;
	width:980px;
}
.footer-wrapper .col3_3{
	float:right;
}
.footer-wrapper .call-sales{
	color:#c8c8c8;
	margin-top:15px;
	padding-top:15px;
}
.footer-wrapper .call-sales span,
.footer-wrapper .call-sales strong{
	font:normal 16px/22px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#c8c8c8;
}
.footer-wrapper .call-sales strong{
	font-weight:bold;
}
.footer-links-list > strong{
	font:bold 16px/22px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#c8c8c8;
	display: block;
	padding-bottom:0.8em;
}
.footer-links-list ul{
	padding:0;
	margin:0;
}
.footer-links-list li{
    list-style:none;
}
.footer-links-list ul li a{
	font:13px/23px Arial, sans-serif;
	color:#a7a7a7;
	text-decoration:none;
}
.footer-links-list ul li a:hover{
	text-decoration:underline;
}
.sitemap{
    color:#c8c8c8;
    text-decoration:none;
	float:right;
    font-size: 13px;
}
.sitemap em{
	background:url(../images/sprite.png) 0 -61px no-repeat;
	display:inline-block;
	height:11px;
	width:19px;
	margin-right:10px;
}
.sitemap:hover,
.sitemap:active{
	color:#c8c8c8;
	text-decoration:underline;
}
.footer-search{
	text-align:right;
}
.footer-search form{
	margin-bottom:15px;
	position:relative;
}
.footer-search form .text{
	height:28px;
	font:normal 14px/12px Arial, sans-serif;
	display:block;
	background:#474747;
	border:none;
	padding:0 27px 0 10px;
	width:89%;
	color:#c8c8c8;
	white-space:nowrap;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	box-shadow:0 2px 3px black inset;
	-webkit-box-shadow:0 2px 3px black inset;
	-moz-box-shadow:0 2px 3px black inset;
	-o-box-shadow:0 2px 3px black inset;
	-ms-box-shadow:0 2px 3px black inset;
	-khtml-box-shadow:0 2px 3px black inset;
  outline: none;
}
.footer-search form .text:focus {
  background-color: #303047;
}
*+ html .footer-search form .text{line-height:28px;} /* for IE7 */ 
*+ html .footer-wrapper .col-set{overflow:hidden;} /* for IE7 */ 
.footer-search .grey-sep{
	margin:20px 0;
}
.footer-search .search-icon{
	display:block;
	height:16px;
	width:17px;
	background:url(../images/sprite.png) 0 -72px no-repeat;
	position:absolute;
	right:5px;
	top:6px;
        border: none;
        outline: none;
  text-indent: -9999px;
}
.footer-wrapper .copyright{
    padding:5px 0;
    color:#666;
    font:11px Arial, sans-serif;
}
.footer-wrapper .copyright .sep {
    padding: 0 2em;
    color: #222;
}
.footer-wrapper .copyright a {
    color: #999;
    text-decoration: none;
}
.footer-wrapper .copyright a:hover {
    color: #aaa;
    text-decoration: underline;
}
/* Footer End */
/* Inner Page Styles */
.button.big-green-btn{
	height:46px;
	font:22px/46px 'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
	background-position:0 -230px;
	padding:0 30px;
	border-color:#70a420;
	background-color:#8eb72c;
}
input.button.big-green-btn {
  line-height:25px;
}
.button.big-green-btn:hover{
	background-position:0 -282px;
}
.button.big-green-btn:active{
	background-position:0 -334px;
}
/* Parent class name for inner page first sibling is .inner-page-1 */
.inner-page-1 .product-box{
	width:723px;
	padding:35px 30px 30px;
}
.inner-page-1 .product-box p{
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}
.inner-page-1 .content-col-set{
	background:#f0f4ff;
	position:relative;
}
.inner-page-1 .main-wrapper,
.inner-page-1 .main-wrapper .center{
	overflow:visible;
}
.inner-page-1 .main-wrapper .center{
	position:relative;
}
.inner-page-1 .main-product{
	background:url(../images/main-content-bg.png) #f7f9ff 775px 0 repeat-y;
	border-right:0;
}
.inner-page-1 .main-product h2.logo{
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
.inner-page-1 .main-product h2.logo img{
	padding-right:12px;
        vertical-align:top;
}
.inner-page-1 h2.logo strong{
	font:normal 22px/22px 'HeadingBold', 'Segoe UI Semibold','Helvetica Neue',Arial,sans-serif;
	color:#222;
	text-shadow:0 1px #fff;
        position:relative;
}
.inner-page-1 h2.logo strong.bigblue {
	font-size: 36px;
        line-height: normal;
	color:#3254aa;
}


.inner-page-1 .product-box .text-part{
	width:420px;
	float:left;
}
.inner-page-1 .product-box .video-part{
	margin:0 0 0 440px;
}
.inner-page-1 .second-content-col-holder{
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	width:197px;
	margin-right:9px;
	background:#f5f5f5;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
.inner-page-1 .second-content-col{
	padding:0 0 20px;
	width:100%;
}
.inner-page-1 .second-content-col .box{
	padding:15px;
	background-color:#f0f4ff;
}
.inner-page-1 .second-content-col .first-box{
	background-image:url(../images/sidebar-top-shadow.png);
	background-repeat:repeat-x;
	background-position:0 20px;
	padding-top:45px;
}
.inner-page-1 .second-content-col .gray-box{
	background-color:#f5f5f5;
	box-shadow:inset 0px 1px #fbfbfb;
	-moz-box-shadow:inset 0px 1px #fbfbfb;
	-webkit-box-shadow:inset 0px 1px #fbfbfb;
	border-top:1px solid #d6d6d6;
	border-bottom:0;
	color:#222;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin:0;
}
.inner-page-1 .sidebar-links,
.inner-page-1 .sidebar-links ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	overflow:hidden;
}
.inner-page-1 .sidebar-links ul{
	padding-left:15px;
	padding-top:10px;
	margin-bottom:-10px;
}
.inner-page-1 .additional-links{
	border-top:1px solid #d6d6d6;
	box-shadow:inset 0px 1px #fbfbfb;
	-moz-box-shadow:inset 0px 1px #fbfbfb;
	-webkit-box-shadow:inset 0px 1px #fbfbfb;
	padding-top:13px;
	margin-top:7px;
	overflow:hidden;
}
.inner-page-1 .sidebar-links li{
	padding:3px 0 10px;
	overflow:hidden;
	line-height:17px;
}
.inner-page-1 .sidebar-links a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	text-shadow:0 1px #fff;
	line-height:17px;
	height:17px;
}
.inner-page-1 .sidebar-links a.active{
	color:#222;
	font-weight:bold;
}
.inner-page-1 .second-content-col .btn{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:5px;
	border:1px solid #bdc7e5;
	height:24px;
	padding:0 28px;
	text-align:center;
	display:block;
	color:#1a377f;
	font:normal 13px/24px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	text-decoration:none;
	background:url(../images/button-sprite.png) repeat-x 0 -385px #b2c1e8;
	text-shadow:0 1px 2px #fff;
}
.inner-page-1 .second-content-col .btn em{
	font-style:normal;
}
.inner-page-1 .second-content-col .btn:hover{
	background-position:0 -414px;
	background-color:#bccbf2;
}
.inner-page-1 .second-content-col .btn:active{
	background-position:0 -445px;
	background-color:#a8b7de;
}
.inner-page-1 .second-content-col .btn span{
	float:right;
	width:10px;
	height:24px;
	background:url(../images/sprite.png) no-repeat 0 -200px;
}
.inner-page-1 .second-content-col .btn-collapse span{background-position:-17px -200px;}
.inner-page-1 .second-content-col .btn span:first-child{
	float:left;
}
.inner-page-1 .second-content-col .section-header{
	margin-bottom:10px;
	letter-spacing:1px;
}
.inner-page-1 .second-content-col .gray-box .subscribe{
	float:left;
	margin-top:10px;
}
.inner-page-1 .second-content-col ul.images-list{
	list-style:none;
	padding:0;
	margin:0;
}
.inner-page-1 .second-content-col ul.images-list li{
	padding-top:10px;
}
.inner-page-1 .second-content-col ul.images-list li:first-child{
	padding-top:0;
}
.inner-page-1 .gray-box.twitter-widget .section-header{
	padding:0;
}
.inner-page-1 #tweet-box{
	/*height:280px;*/
}
.inner-page-1 .gray-box.twitter-widget .twitter-logo{
	margin-top:-5px;
}
.inner-page-1 .gray-box.twitter-widget .twtr-tweet-wrap{
	padding-left:0 !important;
	padding-right:0 !important;
}
.benefits{
	width:332px;
	float:left;
	margin:5px 0 20px 30px;
	color:#222;
	font:13px Arial, Verdana, sans-serif;
}
.benefits h2{
	font:30px 'HeadingBold', 'Segoe UI Semibold','Helvetica Neue',Arial,sans-serif;
	color:#222;
}
.benefits ul{
	list-style:none;
	margin:5px 0 10px;
	padding:0;
}
.benefits ul li{
	padding:15px 0 15px 35px;
	border-top:1px solid #e5e5e5;
}
.benefits ul li:first-child{
	border:0;
}
.benefits ul li span{
	float:left;
	margin:2px 0 0 -40px;
	width:25px;
	height:22px;
	background:url(../images/sprite.png) no-repeat 0 -224px;
}
.benefits ul.bullet li span{
	background-position: -173px -200px;
	width:11px;
	height:10px;
	margin:9px 0 0 -20px;
}
.benefits ul li h3{
	font:24px 'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
	margin-bottom:10px;
}
.benefits p{
	line-height:20px;
}
.benefits h2 + p{margin-bottom:0;}
.benefits ul li p{
	margin:0;
}
.inner-page-1 .white-bg .inner-box{
	width:362px;
	margin:5px 0 20px 30px;
	float:left;
}
.inner-page-1 .white-bg .inner-box .banner-box{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:4px solid #e5e5e5;
}
.inner-page-1 .white-bg .testimonials blockquote{
	margin: 30px 0 0;
}
.inner-page-1 .white-bg .testimonials .section-header + blockquote{
	margin-top: 0;
}
.inner-page-1 .white-bg .testimonials blockquote q{
	font:15px/24px Arial, Verdana, sans-serif;
	color:#444;
}
.inner-page-1 .white-bg .testimonials blockquote q:before,
.inner-page-1 .white-bg .testimonials blockquote q:after{content:'';}
.inner-page-1 .white-bg .testimonials blockquote q span{
	width:26px;
	height:22px;
	background:url(../images/sprite.png) no-repeat -29px -225px;
	float:left;
	margin:-3px 8px 0 0;
}
.inner-page-1 .white-bg .testimonials blockquote cite{
	display:block;
	text-align:right;
	color:#666;
	margin-top:10px;
	font:italic 13px/18px Arial, Verdana, sans-serif;
}
.inner-page-1 .white-bg .inner-box h3{
	margin:5px 0 15px;
}
/* Follow Us Inner Page */
.inner-page-1 .follow-holder{
	height:29px;
	position:absolute;
	top:-36px;
	right:0;
	background:#f5f5f5;
	width:198px;
	border:0;
	border-top:1px solid #d6d6d6;
        border-left: 1px solid #D6D6D6;
	padding-bottom:1px;
	float:right;
}
.inner-page-1 .follow-holder .section-header{
    float:left;
    margin:0 6px;
}
/* Follow Us Inner Page End */
.inner-page-1 .common-holder{
	overflow:hidden; 
	position:relative;
	background:white;
}
.inner-page-1 .footer-wrapper .center{
	position:relative;
	z-index:104;
}
/* Inner Page Styles End */
/* Level 3 styles */
.level3 .second-content-col-holder{
	position:relative;
	float:right;
	margin-right:0;
	margin-top:-39px;
}
.breadcrumbs-holder{
	border-bottom:1px solid #ebeef5;
	height:38px;
	background:#fff;
	width:100%;
	overflow:hidden;
}
.breadcrumbs-holder .center{background:none;}
ul.breadcrumbs{
	list-style:none;
	margin:1px 220px 1px 40px;
	padding:0;
	height:36px;
}
ul.breadcrumbs li{
	display:inline;
}
ul.breadcrumbs > li.first{
	padding:7px 16px 7px 0;
	margin:0 -20px 0 0;
	float:left;
	background:url(../images/breadcrumbs-arrow.png) #fff no-repeat 100% center;
	position: relative;
}
ul.breadcrumbs > li.first a{
	text-decoration: none;
}
ul.breadcrumbs li.first a span{
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	float:left;
	cursor:pointer;
}
ul.breadcrumbs li img{
	float:left;
	margin-right:5px;
}
ul.breadcrumbs li .sub-links-holder{
	padding-left:15px;
	height:36px;
	display:table;
	line-height:15px;
}
ul.breadcrumbs li .sub-links{
	padding:0;
	margin:0;
	list-style:none;
	height:100%;
	display:table-cell;
	line-height:15px;
	vertical-align:middle;
}
*+ html ul.breadcrumbs li .sub-links{
	height:auto;
	margin-top:expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}
ul.breadcrumbs li .sub-links li{
	padding:0 7px 0 14px;
	background:url(../images/breadcrumbs-arrow-small.png) no-repeat 0 7px;
}
*+ html ul.breadcrumbs li .sub-links li{float:left;}
ul.breadcrumbs li .sub-links li a{
	font-size:11px;
	line-height:17px;
	text-decoration:none;
	white-space:nowrap;
}
ul.breadcrumbs li .sub-links li.active a{
	color:#222;
}
.left-col-holder{
	float:left;
	width:725px;
	font-family:Arial, Verdana, sans-serif;
	color:#444;
	font-size:13px;
	padding:20px 0 50px 30px;
}
.full-width{
	padding-left:0;
	float:none;
	width:auto;
}
.sub-holder{
	padding-top:0;
	margin-top:-20px;
}
.sub-holder .grey-sep{margin:0;}
.sub-holder .text-box + .grey-sep{margin-top:25px;}
.left-col-holder h2{
	font:26px 'HeadingBold', 'Segoe UI Semibold','Helvetica Neue',Arial,sans-serif;
	color:#222;
}
.benefit-box{
	padding:30px 0;
	border-top:4px solid #d6d6d6;
}
*+ html .benefit-box{overflow:hidden;}
.benefit-box.first-box{
	padding-top:15px;
	border-top:0;
}
.benefit-box .text-box{
	width:348px;
}
.text-box h2 {margin-top:40px}
.text-box h3,
.text-box h4{margin-top:20px;}
.text-box p,
.text-box ul,
.text-box ol{
	line-height:20px;
	padding-top:10px;
	margin:0;
}
.text-box ul{
	padding:0;
	list-style:none;
}
.text-box ul li{
	padding-left:25px;
	margin-top:10px;
	background:url(../images/list-arrow.png) no-repeat 7px 7px;
}
.text-box ul.dense li {
  margin-top: 3px;
}
.text-box ul.dense li:first-child {
  margin-top: 10px;
}
.text-box ol{
    padding:0 0 0 25px;
    counter-reset: item;
}
.text-box ol li{
	padding-left:0px;
    margin-top:10px;
    display:block;
    list-style-type: decimal;
    list-style-position: outside;
}
*+ html .text-box ol li{ /* OL style for IE7 (<span> needed) */
	color:#91a0c7;
    font-weight:bold;
    margin-left:0;
}
*+ html .text-box ol li span{
	color:#444;
	font-weight:normal;
}
.text-box ol li:before { /* OL style for normal browsers */
	color:#91a0c7;
    font-weight:bold;
	content: counter(item) ".";
	counter-increment: item;
	margin-left:-17px;
	width:17px;
	float:left;
}
.left-col-holder h3{
	font:24px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
}
.benefit-box .heading strong{
	font:normal 18px 'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
	color:#666;
	display:block;
	padding-top:5px; 
}
.benefit-box .arrow-separator {
	height:1px;
	position:relative;
	background:#70a420;
	margin-top:20px;
        margin-bottom:10px;
	z-index:100;
}
.benefit-box .arrow-separator .green-arrow{
	width:47px;
	height:47px;
	background:url(../images/sprite.png) no-repeat -83px -200px;
	position:absolute;
	top:-23px;
}
.benefit-box .text-box { float: left; }
.benefit-box.odd .text-box, .benefit-box:nth-child(2n+1) .text-box { float: right; }
.benefit-box .img-box { float: right; }
.benefit-box.odd .img-box, .benefit-box:nth-child(2n+1) .img-box { float: left; }
.benefit-box .arrow-separator { margin-right:-29px; margin-left: 0;}
.benefit-box .float-right .arrow-separator, .benefit-box.odd .arrow-separator, .benefit-box:nth-child(2n+1) .arrow-separator { margin-left:-29px; margin-right: 0; }
.benefit-box .arrow-separator .green-arrow {right:-23px;}
.benefit-box .float-right .arrow-separator .green-arrow, .benefit-box.odd .arrow-separator .green-arrow, .benefit-box:nth-child(2n+1) .arrow-separator .green-arrow {left:-23px;right:auto;}
.benefit-box .img-box{width:348px;}
.benefit-box .screenshot {float:left; margin-left:-4px;}
.benefit-box.odd .screenshot, .benefit-box:nth-child(2n+1) .screenshot {float:right; margin-left:0; margin-right:-4px;}
.benefit-box .img-box .screenshot{
  margin-bottom:10px;
  text-align: center;
}
.benefit-box .img-box .screenshot > img {
  max-width: 257px;
  max-height: 142px;
}
.benefit-box .img-box .screenshot.screenshot-big > img {
  max-width: 328px;
  max-height: 244px;
}


.narrow{width:640px;}
.simple-box h3{
	margin-top:20px;
	font-family:'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
}
ol.insructions{
	font:normal 24px/30px 'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
	margin:0;
	padding:0 15px 25px 20px;
}
*+ html ol.insructions{overflow: hidden;}
ol.insructions li{
	clear:both;
	padding:10px 0 15px;
	margin-left:10px;
}
ol.insructions li:before{
	margin:0;
	margin-left:-25px;
	width:25px;
	color:#222;
	font-weight:normal;
}
ol.insructions li:after{
	display:block;
	clear:both;
	content:'';
}
ol.insructions li .screen-box{
	margin-top:13px;
	border:1px solid #f8f8f8;
	box-shadow:0 2px 6px rgba(0,0,0,0.3);
	-moz-box-shadow:0 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.3);
	float:left;
	overflow:hidden;
}
ol.insructions li .screen-box img{display:block;}
*+ html ol.insructions li .screen-box{margin-top:0;}
.warning-box{
	background:#fff9e2;
	padding:7px 15px;
	line-height:24px;
	font-size:13px;
	color:#222;
}
.warning-box span{
	font-size:11px;
	color:#a42b42;
	float:left;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-top:1px;
}
/* Download Page */
.tabset{
	position:relative;
}
.tabset .full-width-separator{
	height:1px;
	overflow:hidden;
	background:#ddd;
	bottom:0;
	position:absolute;
	z-index:4;
	left:-5000px;
	width:10000px;
}
.tabset ul{
	list-style:none;
	padding:10px 0 0;
	margin:0;
	position:relative;
	z-index:5;
}
.tabset ul li{
	float:left;
}
.tabset ul li h3{
	font-family:'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
	font-size:24px;
	display:block;
	padding:7px 0 0;
	width:170px;
}
.tabset ul li a{
	font-family:'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
	font-size:13px;
	color:#6f6f6f;
	float:left;
    padding:10px 15px 7px;
    text-decoration:none;
    min-width:100px;
}
.tabset ul li a strong{
	display:block;
	color:#3254aa;
	font-size:18px;
	font-weight:normal;
}
.tabset ul li.active a{
	border:1px solid #ddd;
	background:#fff;
    border-bottom:0;
    margin:0 -1px 0;
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
   padding-top: 9px;
}
.tabset ul li.active a strong{
	font-family:'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
	color:#222;
}
.tabs-holder{
	padding:30px 0;
}
.tabs-holder .tab{display:none;}
.tabs-holder .active{display:block;}
.tabs-holder .logo-box{
	float:left;
	width:166px;
	position: relative;
}
.tabs-holder .logo-box .label{
	position: absolute;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	right:0;
	top:67px;
	width:71px;
	height:80px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat; 
}
.tabs-holder .logo-box .lite{background-position:0 -253px;}
.tabs-holder .logo-box .pro{background-position:-81px -253px;}
.tabs-holder .logo-box .site{background-position:-162px -253px;}
.tabs-holder .tab-content{
	float:right;
	width:530px;
}
.tabs-holder ul.check-list{
	list-style:none;
	padding:10px 0 0;
	margin:0;
}
.tabs-holder ul.check-list li{
	font-size:18px;
	line-height:24px;
	color:#222;
	font-family:'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
	overflow:hidden;
	padding:0 0 15px 30px;
}
.tabs-holder ul.check-list li span{
    float:left;
    margin:3px 10px 0 -30px;
    width:20px;
    height:17px;
    background:url(../images/sprite.png) no-repeat -143px -200px;	
}
.tabs-holder .text-inner{
	overflow:hidden;
}
.tabs-holder .text-inner p{
	margin:0;
	padding:7px 0;
	font-size:13px;
	line-height:20px;
	color:#444;
}
.tabs-holder .form-box{
	border-top:1px solid #d6d6d6;
	padding-top:25px;
	margin-top:19px;
}
.tabs-holder .form-box label{
	color:#222;
}
.tabs-holder .form-box select{
	width:210px;
	font-size:13px;
}
.tabs-holder .form-box .info-box{
	padding:10px 0 20px;
}
.os-specific {
  display: none;
}
.tabs-holder .form-box p{
	padding:0;
}
.tabs-holder .form-box p span{
	font-size:11px;
	color:#999;
	line-height:16px;
}
.tabs-holder .form-box .button{
	cursor:pointer;
	margin:5px 0;
}
*+ html .tabs-holder .form-box .button{
	padding:0;
	float:none;
	line-height:42px;
}
.tabs-holder .details-box{
	float:right;
	width:217px;
	margin-left:30px;
}
.details-box .box{
	margin-bottom:10px;
}
.details-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.details-box ul p{
	color:#444;
	font-size:11px;
	line-height:16px;
	margin:0;
	display:block;
	overflow:hidden;
	clear:both;
}
.details-box ul li{
	padding:15px 19px;
	overflow:hidden;
	font-size:13px;
    color:#222;
}
.details-box ul li + li{
	border-top:1px solid #c4cee8;
}
.details-box ul li:first-child{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-left-radius:3px;
    -moz-border-top-right-radius:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
}
.details-box ul li:last-child{
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-bottom-right-radius:3px;
    -moz-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
}
.details-box ul li.odd{background:#eff4ff;}
.details-box ul li.even{background:#f7f9ff;}
.details-box ul li span{
	font-weight:bold;
	float:right;
}
.details-box ul li em{
	font-style: normal;
	margin-left:180px;
	overflow: hidden;
	display: block;
}
*+ html .details-box ul li strong,
*+ html .details-box ul li span{vertical-align:top;}
.details-box ul li span + p{padding-top:5px;}
.details-box ul li strong{float:left;}
.details-box ul p.last{margin:-8px 0;}
/* Company pages */
.text-box .photo-box{
	margin:10px 0 0 30px;
}
.contact-box{
	float:left;
	width:453px;
	margin-top:20px;
	padding-left:30px;
	border-left:1px solid #d6d6d6;
	margin-left:-1px;
}
.contact-box.left-small-box{
	width:211px;
	padding-right:30px;
	border-left:0;
	margin-left:0;
	padding-left:0;
	border-right:1px solid #d6d6d6;
}
.contact-box ul{
	margin:0;
	padding:0;
	list-style: none;
}
.contact-box h3{
	font-family:'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	margin-top:-3px;
	margin-bottom:10px; 
}
.contact-box ul li{
	padding-left:0;
	margin-top:0;
	background: none;
	line-height: 20px;
}
.contact-box ul.float-left{
	width:49%;
}
.contact-box ul.float-left li + li{
	padding-top:10px;
}
.map-holder{
	overflow:hidden;
	box-shadow:0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2);
	padding:11px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:30px;
	border:1px solid #eee\0/; /* IE8 */
	padding:10px\0/; /* IE8 */
	*+border:1px solid #eee; /* IE7 */
	*+padding:10px; /* IE7 */
}
.map-holder img{display:block;}
/* price table */
.price-table{
    margin:15px -85px 30px 0;
	width:725px;
	border-collapse: collapse;
	font-size:14px;
	line-height:19px;
	color:#222;
}
.striped tr.odd, .striped > tbody > tr:nth-child(2n+1), .striped > li.odd, .striped > li:nth-child(2n+1) {background:#eff4ff;}
.striped tr.even, .striped > tbody > tr:nth-child(2n), .striped > li.even, .striped > li:nth-child(2n) {background:#f7f9ff;}
.price-table tr + tr td{border-top:1px solid #c4cee8;}
.price-table td{
	height:53px;
	vertical-align: middle;
	padding:0 20px;
}
.price-table small{
	font-size:11px;
	color:#444;
	margin-left:5px;
}
.price-table th{
	padding:4px 20px 0;
	height:40px;
	text-align:left;
	font-weight:normal;
	background:#e0eaff;
	border-bottom:4px solid #c4cee8;
}
.price-table th:first-child{
    border-radius:3px 0 0;
    -moz-border-radius:3px 0 0;
    -webkit-border-radius:3px 0 0;
}
.price-table th:last-child{
    border-radius:0 3px 0 0;
    -moz-border-radius:0 3px 0 0;
    -webkit-border-radius:0 3px 0 0;
}
.price-table tr:last-child td:first-child{
	border-radius:0 0 0 3px;
    -moz-border-radius:0 0 0 3px;
    -webkit-border-radius:0 0 0 3px;
}
.price-table tr:last-child td:last-child{
    border-radius:0 0 3px 0;
    -moz-border-radius:0 0 3px 0;
    -webkit-border-radius:0 0 3px 0;
}
.price-table .price,
.price-table .buy{
	text-align: right;
}
.price-table td.price{
	font-size:18px;
  color: #444;
  white-space: nowrap;
}
.price-table td.buy .button{
	float:none;
/*	font-size:18px;
    font-family:'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif; */
}
/* Fancybox */
#fancybox-bg-n, .fancybox-bg-n{
    height:22px;
    top:-22px;
}
#fancybox-bg-nw, .fancybox-bg-nw{
    left:-22px;
    top:-22px;
    height:22px;
    width:22px;
}
#fancybox-bg-sw, .fancybox-bg-sw{
    bottom: -45px;
    height: 45px;
    left: -25px;
    width: 341px;
}
#fancybox-bg-se, .fancybox-bg-se{
    bottom: -45px;
    height: 45px;
    right: -25px;
    width: 341px;
}
#fancybox-bg-ne, .fancybox-bg-ne {
    right: -22px;
    top: -22px;
    width: 22px;
    height:22px;
}
#fancybox-bg-s, .fancybox-bg-s{
    bottom: -45px;
    height: 45px;
    left:316px;
    right:316px;
    width:auto;   
}
#fancybox-bg-w, .fancybox-bg-w{
    left:-22px;
    width:22px; 
}
#fancybox-bg-e, .fancybox-bg-e {
    width:22px;
    right:-22px;    
}
#fancybox-close{
    right:-22px;
    top:-53px;
    width:50px;
    height:36px;
    background: url(fancybox/fancy_close.png) no-repeat 0 0;
}
#fancybox-left,
#fancybox-right{
	width:37px;
	transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
}
#fancybox-left-ico,
#fancybox-right-ico{
	background-image: url(fancybox/fancy_nav.png);
    background-repeat: no-repeat;
    width:43px;
    height:75px;
    margin-top:-40px;
}
#fancybox-left-ico{
	margin-right:-6px;
	background-position: 0 0;
}
#fancybox-right-ico{
    margin-left:-6px;
    background-position: 100% 0;
}
#fancybox-left:hover,
#fancybox-right:hover{
	background-color:#aaa;
	background-color:rgba(0,0,0,0.2);
}
/* sitemap */
.left-col-holder.full-width h2{
	padding-left:30px;
}
.left-col-holder .links-box{
	padding:30px 0;
	border-top:0px solid #e5e5e5;
	margin-top:-20px;
	overflow: hidden;
}
.left-col-holder .links-box + .links-box{
	border-top-width:1px;
	margin-top:0;
}
.left-col-holder .links-box.last-box{
	border-top-width:5px;
}
.left-col-holder .links-box h3 {
    color:#e3e3e3;
    font-size:22px;
    font-family: 'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
    overflow: hidden;
    margin-top: 34px;
    margin-bottom: 7px;
    padding-left:30px;
}
.left-col-holder .links-box h3:first-child {
    margin-top: 4px;
}
.left-col-holder .links-box h3 a{
	color:#222;
	border-bottom:1px solid #e3e3e3;
	float:left;
	text-decoration: none;
	line-height:22px;
}
.left-col-holder .links-box h3 a:hover{border-bottom-color:#444;}
.left-col-holder .links-box .box{
	float:left;
	width:25%;
}
.left-col-holder .links-box ul{
	list-style: none;
	padding:0;
	margin:0;
	font-size:13px;
	line-height: 18px;
}
.left-col-holder .links-box .box > ul{
	padding-left:30px;
	padding-right:40px;
}
.left-col-holder .links-box ul li{
	padding:4px 0;
}
.left-col-holder .links-box ul li > ul{
	padding-left:12px;
	padding-top:4px;
}
/* 404 page */
.box404{
	position: relative;
	height:505px;
	background: url(../images/bg-404.png) no-repeat 175px 27px;
}
.full-width-content {
	margin:20px 30px;
}
.box404 h3{
	font-family: 'HeadingLight','Segoe UI Light', 'Helvetica Neue', Arial, sans-serif;
	font-size:24px;
}
.box404 .box{
	position: absolute;
}
.box404 .box1{
	width:290px;
	top:3px;
	left:565px;
}
.box404 .box2{
    width:280px;
    top:269px;
    right:0;
}
.box404 .box3{
    width:320px;
    top:392px;
    left:33px;
}
.box404 .box h4{
	font-family:'HeadingBold', 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
	font-size:18px;
	color:#222;
	margin:12px 0 8px;
}
.box404 .box p{
	font-size:13px;
	line-height:20px;
	color:#444;
	margin:0;
}
.bottom-links{
	border-top:5px solid #d2d2d2;
	padding:35px 0 0;
	overflow: hidden; 
}
.bottom-links ul{
	margin:0;
	padding:5px 0 0;
	list-style: none;
	width:33%;
	float:left;
	line-height: 18px;
}
.bottom-links ul li{
	padding:4px 0;
}
.submenu-line .subtitle {
  font-weight: bolder;
}
.main-menu-links, .gap1em {
  margin-top: 1em;
}
#download .first-line {
  margin-bottom: 1em;
}
#company .photo-box {
  text-align: right;
  padding-right: 20px;
}
#company .address {
  position: absolute;
}
.highlight {
  white-space: nowrap;
  /*font-weight: bolder;*/
  color: #3155a6;
}
.logos > ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
  width: 122px;
  float: left;
  display: block;
}
.second-content-col-holder .logos {
  padding-left: 22px;
}
.logos > ul:first-child {
  margin-left: 0;
}
.logos > ul > li {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  height: 65px;
  text-align: center;
  position: relative;
}
.logos > ul > li > img {
  max-height: 45px;
  position: absolute;
  left: 0; 
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar-border-fix {
  position: relative;
  overflow: visible;
}
.sidebar-border-fix-b {
  display:block;
  position:absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #CDD4E5;
  z-index: 199;
}
.sidebar-border-fix-inner {
  overflow: hidden;
}
.news-text .newsdate, .inner-page-1 .subtitle {
  font: 18px 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #666;
}
.news-text .newsdate {
  margin-bottom: 1em;
}
.inner-page-1 .subtitle {
  margin: 0.6em 0 1em;
}

.news-text h2 {
  margin-bottom: 0.5em;
}
/* table layout */
.tabl {
  display: table;
  border-collapse: collapse;  

}
.tabl > div {
  display: table-row;
}
.tabl > div > div {
  display: table-cell; 
  border-collapse: collapse;
  vertical-align: top;
}
.formtable {
  border-collapse: separate;
  border-spacing: 2px;
  line-height: 1.4;
}
.formtable td, .formtable th {
  vertical-align: top;
}
.formtable .field td {
  padding: 1.1em 1px 1px;
}
.formtable .middle td, .formtable .middle th {
  vertical-align: baseline;
}
.formtable td > div {
  margin: 0.4em 0 0 3px;
}
.formtable td > div:first-child {
  margin-top: 0;
}
.formtable .description {
  color: #888;
}
.formend {
  margin: 1.1em 0 3em;
}
.formend > div {
  clear:both;
}
.formend > div.error {
  margin-bottom: 1em;
}

.formtable td:first-child > label {
  white-space: nowrap;
}
.formtable label {
  font-weight: bolder;
}
.error {
  color: #A22;
  font-weight: bold;
}
.docmenu {
  font-weight: bold;
  white-space: nowrap;
}
.licensekey {
  font-family: monospace; 
  font-size: 10px;
  margin: 1em 0 2em 1em;
}
.video-part .video-container {
  margin-bottom: 1em;
}

table.fact-sheet {
  border-spacing: 4px;
  margin-top: 1em;
}
.fact-sheet td, .fact-sheet th {
  text-align: left;
  vertical-align: top;
}
.fact-sheet th {
  font-weight: bolder;
  padding-right: 6px;
}
.under-video .fact-sheet {
  margin-top: 0;
}
.under-video .fact-sheet td, .under-video .fact-sheet th {
  font-size: 11px;
}

.note, .text-box p.note {
  background-color: #ffe;
  border: 1px solid #ccc;
  border-radius: 7px;
  -ms-border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  -khtml-border-radius:7px;
  color: #666;
  margin: 1em -14px 0.2em;
  padding: 5px 14px 6px;
}
.under-video {
  clear: right;
}
.price-table.upgrades td.price {
  text-align: left;
}
.sidebox {
  float: right;
  border: 1px solid #CCCCCC;
  /*background: whiteSmoke;*/
  border-radius: 5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  margin: 20px -83px 20px 20px;
  padding: 8px 12px;
  width: 35%;
  font-size: 11px;
  line-height: 16px;
}
.text-box .sidebox p {
  line-height: 16px;
  padding-top: 4px;
}
.text-box .sidebox h4 {
  margin: 1.33em 0 0;
  font-weight: bold;
}
.text-box .sidebox h4:first-child {
  margin-top: 0;
}
.text-box p.changelog-version {
  margin-top: 1em;
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  font-family: 'HeadingRegular','Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
span.code {
  font-family: 'Courier New', monospace;
  color: #444;
  font-size: 12px;
  white-space: nowrap;
}
.optional {
  font-style: italic;
  color: #888;
}
.archive-block {
  margin: 1em 0 0 0;
  padding: 0 0 0 16px;
}
.archive-block .header {
  font-size: 18px;  
  margin-left: 300px;
  position: relative;
}
.archive-block .header .block-expand-state {
  position: absolute;
  left: -322px;
  top: 3px;
}
.block-expand-state {
  position: relative;
  top: 3px;
  height: 16px;
  display: inline-block;
  padding-left: 16px;
  background: url(../images/ui-icons_888888_256x240.png) -32px -16px;
}
.block-expand-state.block-expanded {
  background-position: -64px -16px;
}
.archive-block .header > a {
  position: absolute;
  left: -300px;
}
.archive-date {
  color: #888;
}
.block-expandable {
  display: none;
  margin: 0.5em 0 2em;
  padding: 1em;
  background: #eee;
}
.text-box .block-expandable > :first-child { margin-top: 0; padding-top: 0; }
.archive-edition {
  margin-top: 1.5em;
}
.archive-edition:first-child {
  margin-top: 0;
}
.archive-edition > span {
  font-weight: bold;
}
table.license-types {
  background: #fff;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 12px;
  margin: 2em -80px 2em 0;
}

table.license-types tr:first-child td:first-child {
  background: transparent;
}

table.license-types td, table.license-types th {
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}

table.license-types thead th {
  background-color: #E0EAFF;
}
.quantity, .quantity input {
  text-align: right;
}
.price-table input[type="text"] {
  font-size: 14px;
}
.part-number {
  font-size: 12px;
}
td.license-type {
  font-size: 14px;
}
.main-sub-section {
  margin-top: 30px;
  padding-top: 12px;
  border-top: 4px solid #e5e5e5;
  color: #444;
  font: 14px/19px Arial,Verdana,sans-serif;
}
dd {
  margin-bottom: 1em;
}

.campaign { margin-top: 0.5em;}
.mm-pointer-box {
position: absolute;
left: 278px;
top: 51px;
width: 676px;
}

table.two-column {
  border: none;
  border-spacing: 0;
  width: 100%;
}
table.two-column > tbody > tr > td {
  width: 50%;
  border-collapse: collapse;
  vertical-align: top;
  padding: 0 0 0 12px;
}
table.two-column > tbody > tr > td:first-child {
  padding-left: 0;
}
table.two-column.separate > tbody > tr > td {
  padding-left: 20px;
}
table.two-column.separate > tbody > tr > td:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.legalese p {
  font-family:'Courier New', monospace;
  text-align:justify;
  font-size:12px;
}
.quote {
  font-style: italic;
  font-weight: bolder;
  color: #666;
}
.hang {
  float: right;
  max-width: 35%;
  margin: 0 -80px 10px 0.5em;
  border: 1px solid #aaa;
  -ms-border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  -khtml-border-radius:7px;
  border-radius: 7px;
  padding: 6px 10px;
  background-color: #f7f7f7;
}
.text-box .hang p:first-child {
  padding-top: 0;
}
.article-picture {
  margin: 12px auto 10px;
  width: 100%;
  font-style: italic;
  clear: both;
}
.article-picture > img {
  max-width: 95%;
  display: block;
  margin: 0 auto 1em;
}
.pdf-hang {
  float: right;
  margin-right: -80px;
  margin-top: -5px;
  height: 32px;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 7px;
  background-color: #f3f3f3;
}
.pdf-hang > a {
  background: url('../images/pdficon_large.png') 100% -1px no-repeat;
  padding-right: 34px;
  display: block;
}
.inner-page-1 .white-bg .block2 {
  font:15px/24px Arial, Verdana, sans-serif;
  color:#444;
}

/* Blog styles */

.april div:first-child {
 width:180px;
 float:left;
 margin-left:30px;
}

.april h3 {
 margin-top:10px;
}

.blog-post .news-text {
  /* FB like popup fix */
  margin-bottom: 100px;
}
.blog-meta {
  border-top : 1px solid #ccc; 
  padding-top : 10px; 
  margin-top : 20px;
  color: #888;
}
.blog-page-list {
  margin-top : 20px !important;
}
.blog-page-list li {
  background-image : none !important;
  padding : 5px !important;
  display : inline;
}
.blog-img {
  margin-top : 30px;
  margin-bottom : 30px;
  text-align : center;
}
.simple-frame-grey img, .simple-frame-grey iframe {
  border : 1px solid #CCCDDD;
}
.blog-img p, .blog-gallery-container p {
  font-size : 0.75 em;
  font-style : italic;
  color : gray
}
.blog-img a.screenshot {
display : inline-block;
}
a.blog-gallery {
display : inline;
background : none !important;
padding : 0; 
margin : 0;
}
a.screenshot img {
margin : 0 !important;
}

#fancybox-title {
position : absolute;
bottom : 0;
z-index : 9999999;
width : 100%;
background : black;
opacity : 0.7;
font-size : 0.8em;
color : white;
}

#fancybox-title:hover {
opacity : 0.1;
}

#fancybox-title p {
margin : 0;
padding : 8px;
cursor : default;
}

.blog-gallery-container {
width : 100%;
text-align : center;
margin : 20px 0 20px;
}

.blog-interview-q {
  font-style : italic;
  font-weight : bold;
  margin-top : 20px !important;
}

.blog-interview-r {
  text-indent : 30px;
}

div.post h2 {
  font-size: 1.3em;
  margin-top: 1.25em;
}
div.post .entry {
  line-height: 20px;
  padding-top: 10px;
}
div.post .by {
  color: #888;
  padding-top: 0.25em;
}
.blog-sidebar-links {
  font-size: 13px;
}
.blog-sidebar-links p {
  color: #666;
  font: 13px/20px Arial, sans-serif;
  padding-top: 0;
  margin-top: 0.5em;
}
.blog-sidebar-links a {
  padding-top: 0;
  margin-top: 1.25em;
  display: block;
}
.blog-post p.by {
  margin-top: 0.25em;
}
.blog-post h2 {
  margin-bottom: 0;
}
.blog-post .tags {
  margin-bottom: 10px;
}
.blog-post .codewrap {
  position: relative;
  padding: 35px 20px;
  margin: 20px;
  border: 1px solid #C1C1C1;
  border-radius:10px;
  font-family:monospace,"Courier New";
}
.blog-post .codelabel {
  position:absolute;
  top:-1px;
  right:-1px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 9px;
  background: #C1C1C1;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
}
.blog-buttons {
  margin-bottom: 16px;
  font-size : 0;
}
.blog-buttons > div {
display : inline-block;
}
.blog-buttons .gplus {
  width: 74px; 
}
.blog-buttons .fb-like {
  width : 87px;
}
.blog-buttons .twit {
  width : 94px;
}
.blog-buttons .IN-widget {
  position : relative;
  top : 1px;
}
.blog-buttons .IN-widget > span > span.IN-right {
  bottom : 2px;
}
.blog-intro, .blog-endnote {
  margin : 0 0 5px 15px;
  line-height : 20px;
  padding : 8px 16px; 
  font-style : italic;
  background : #f3f3f3;   
}
.blog-intro {
  border-top-right-radius : 5px;
  border-bottom-left-radius : 5px; 
}
.blog-endnote { 
  border-top-left-radius : 5px;
  border-bottom-right-radius : 5px;
}
.text-box p.blog-endnote {
  margin-top: 2em;
}

/* Blog Events */

.event {
padding : 20px 20px 20px 140px;
border : 1px solid #d2d2d2;
border-radius : 10px;
margin : 20px;
min-height : 100px;
}

.event h3, .event h4 {
margin-top : 0px;
}

p.calendar {
box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
float : left;
margin-left : -120px; 
width : 100px;
border-radius : 5px; 
text-align : center; 
color : #708090; 
border-radius 5px 5px 0px 0px; 

	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;

font-size : 20px;
font-weight : bold;
}

p.calendar span {
margin-top : 5px;
display : block;
text-align : center; 
padding : 5px; 
border-bottom-left-radius : 5px;
border-bottom-right-radius : 5px;
padding : 20px 0px 20px 0px;
font-size : 30px;
color : white;
}

p.long {
font-size : 14px !important;
}

p.double span {
font-size : 18px;
}

.eventswrapper .event:nth-of-type(odd) p.calendar span {
	background: red; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
}

.eventswrapper .event:nth-of-type(2n+0) p.calendar span {
	background: blue; 
	background: linear-gradient(top, blue 0%, darkblue 100%);
	background: -moz-linear-gradient(top, blue 0%, darkblue 100%);
	background: -webkit-linear-gradient(top, blue 0%, darkblue 100%);
}

.eventswrapper .event:nth-of-type(3n+0) p.calendar span {
	background: green; 
	background: linear-gradient(top, green 0%, darkgreen 100%);
	background: -moz-linear-gradient(top, green 0%, darkgreen 100%);
	background: -webkit-linear-gradient(top, green 0%, darkgreen 100%);
}




/* End Blog Events */

table.sfsb {
margin-top : 20px;
font-family : 'Segoe UI Semibold', 'Helvetica Neue', Arial, sans-serif;
background : black;
width : 100%;
}
table.sfsb thead { 
font-weight : bold;
color : black;
background : #ff6;
width : 100%;
}
table.sfsb tbody tr {
background : black;
color : #ff6;
}
table.sfsb tbody tr:hover {
background : #ff6;
color : black;
}
table.sfsb td {
padding : 4px;
}
table.sfsb p {
margin : 0px;
padding : 0px;
}
table.sfsb a, table.sfsb a:hover, table.sfsb a:visited {
text-decoration : none;
color : inherit;
}
.ui-tooltip {
     	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 400px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
        background : black;
        color : white;
        opacity : 0.7;
        font-size : 0.8em;
        border : 1px solid white;
        border-radius : 3px;
}
body .ui-tooltip {
	border-width: 2px;
}

.inner-page-1 .white-bg .inner-box.separated {
  border-left: 1px solid #d6d6d6;
  padding-left: 30px;
  width:332px;
  padding-bottom: 40px;
}
.formtable.midl td, .formtable.midl th {
  vertical-align: middle;
}
.main-sub-section.topmost {
  margin-top: 0;
  border-top: none;
}
.product-box.new-product {
  padding: 10px 30px 30px 30px;
  min-height: 0;
  border: none;
}
.new-product .coming-soon {
  padding-right: 60px;
}
.faq h5 {
  margin-top: 2em;
}
.sidepic {
  clear: right;
  float: right; 
  margin: 0 -70px 1em 2em;
  text-align: center;
}
.sidepic > img {
  display: block;
  margin: 0 auto;
}
.sidepic > span {
  color: #666;
  font-style: italic;
}
div.thankyou {
  padding-top: 20px; 
  margin: 20px 0 0 0;
}
.thankyou .social {
  float : right; 
  width : 30%;
}
.thankyou .newsletter {
  float : left; 
  width : 65%;
}
.thankyou h4 {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px 0;
  font-size: 20px; 
  font-weight: normal;
  color: #555;
  width: 90%;
}
.social h4 {
  margin-bottom: 23px;
}
.social > div {
  margin : 5px;
}