body { 
	font: 15px/25px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; 
/*
	background-color: transparent;
	background: url(/shared/img/header_bg.png) repeat-x center top, url(/shared/img/body_bg.png) repeat; 
	background-size: 48px 82px, 8px 8px;
	color: #262626;
*/
}

ol { list-style: decimal; }

a, .more { color: #2778dc; }
a:link, a:visited, a:active { text-decoration: none; }
a:visited { color: #672899; }
a:active { color: #2c00cb; }
a:hover { text-decoration: underline; }









/* h2, h3, h4 { line-height: 18px; } */
h1, h2, h3, h4, h5, h6 { color:#262626; }
h1, h2, h3, h4 { font-weight: bold; }
h2, h3, h4 { line-height: 18px; }
h1 { font-size: 24px; margin-bottom: 18px; line-height: 36px; }
h2 { font-size: 20px; margin-bottom: 26px; }
h3 { font-size: 16px; margin-bottom: 11px; }
h4 { font-size: 14px; margin-bottom: 6px; }
h5 { font-size: 11px; }



.main h1 { 
  font-size: 25px;
  line-height: 36px; 
  font-weight: normal;
  margin-bottom: 18px; 
  color:#262626;
}
.imagetricks.proversion h1 {
  position: relative;
  z-index: 2;
}
.main h2 { 
  color: #7d7d7b;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;

}

.samples h2 {
  margin-bottom: 30px;
}


h3 { 
  font-size: 16px; 
  line-height: 20px;
  margin-bottom: 11px;
  color:#262626;
}
.key-features h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
h4 { 
  font-size: 14px; 
  line-height: 18px;
  margin-bottom: 6px; 
  color:#262626;
}
h5 { 
  font-size: 11px;
  color:#262626;
}
/* p:not(.note) { font-size: 14px; line-height: 19px; margin-bottom: 8px;} */

.note, .intro .note { 
	font-size: 12px; 
	line-height: 20px; 
	margin-bottom: 8px;
}
.intro .note { 
	font-size: 12px !important; 
	line-height: 20px !important; 
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1280px)  {
h1, h2, h3, h4, p {
  background: url('');
}
}

.articles .note {
  line-height: 15px;
}

.info-line p { 
	font-size: 12px; 
	line-height: 16px; 
	color: #333;
}
.info-line p strong {
	font-size: 13px; 
}
/* SITE HEADER */

/* SUBHEADER */

#subheader {
	width: 960px;
	height: 104px;
	position: relative;
	left: 1px;
	top: 0;
	border: 1px solid; 
	border-color: #e3e3e3 #e6e6e6 #c3c3c3 ;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(112,112,112,0.4);
	background-color: #f3f3f3;
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(253,253,253,1)), to(rgba(238,238,238,1)));
  background: -webkit-linear-gradient(linear, center top, center bottom, from(rgba(253,253,253,1)), to(rgba(238,238,238,1)));
	background: -moz-linear-gradient(90deg, rgba(238,238,238,1), rgba(253,253,253,1));
  background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
  background-image: -o-linear-gradient(linear, center top, center bottom, from(rgba(253,253,253,1)), to(rgba(238,238,238,1)));
  background-image: linear-gradient(linear, center top, center bottom, from(rgba(253,253,253,1)), to(rgba(238,238,238,1)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  z-index: 5;
}




#subheader #subheader-menu { 
	position: absolute; 
	top: 73px; 
	right: 68px;
	margin: 0;
	padding: 0;
}
#subheader #subheader-menu li, #subheader #subheader-buttons li, #subheader #navos li { 
	display: inline; 
}
#subheader #subheader-menu li a {
	float: left; 
	margin: 5px 0 0 22px; 
	font-size: 13px; 
	position: relative;
}

#subheader #subheader-menu li a,
.resources #subheader #subheader-menu .denoted, 
.versions #subheader #subheader-menu .denoted, 
.edition #subheader #subheader-menu .denoted, 
.reviews #subheader #subheader-menu .denoted {
	color: #2a2c2e; 
}

#subheader #subheader-menu li a:hover,
.edition #subheader #subheader-menu li a:hover, 
.resources #subheader #subheader-menu li a:hover, 
.reviews #subheader #subheader-menu li a:hover,
.versions #subheader #subheader-menu li a:hover,
#subheader #navos li a:hover { 
	color: #888;
	text-decoration: none;
}
#subheader #subheader-menu li a:active,
#subheader #subheader-menu .denoted, 
#subheader #subheader-menu a:hover.denoted,
#subheader #navos li a:active { 
	color: #2778dc;
	cursor: default;
}
#subheader #subheader-menu .denoted:after {
	content: " ";
	position: absolute;
	width: 19px;
	height: 12px;
	background: transparent url(/shared/img/product_arrow.png) no-repeat center bottom; 
	background-size: 19px 12px;
	left: 50%;
	margin-left: -9px;
	top: 33px;
	z-index: 2;
}
.edition #subheader #subheader-menu li a:hover, 
.resources #subheader #subheader-menu li a:hover, 
.reviews #subheader #subheader-menu li a:hover, 
.versions #subheader #subheader-menu li a:hover { 
	cursor: pointer;
}

#subheader h2 {
	position: absolute;
	font: normal 42px/89px "myriad-pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 90px;
	margin: 7px 0 0 65px;
  color: #606060;
  text-shadow: 0 1px #fff;
	text-indent: 100px;
	background-size: 90px 90px; 

}
#subheader h2 strong {
  font-weight: 600;
}
.companypage #subheader h2 { 
	width: 404px;
	height: 42px;
	margin: 32px 0 0 64px;
	background: url(/company/img/company_header.png) no-repeat 0 0; 
	background-size: 404px 42px;
	text-indent: -99999em;
}

.arttext.win #subheader h2 { 
	background: url(/art-text/win/img/at_banner_icon.png) no-repeat 0 0; 
}
.composer #subheader h2 { 
	background: url(/products/composer/media/img/bcc_banner_icon_n.png) no-repeat 0 0;
	font-size: 36px; 
}
.concealer #subheader h2 { 
	background: url(/products/concealer/media/img/cc_banner_icon_n.png) no-repeat 0 0; 
}
.disccover #subheader h2 { 
	background: url(/products/disccover/media/img/dc_banner_icon_n.png) no-repeat 0 0;
}
.fontkit #subheader h2 { 
	background: url(/products/fontkit/media/img/fk_banner_icon_n.png) no-repeat 0 0;
}
.getbackup #subheader h2 { 
	background: url(/products/getbackup/media/img/gb_banner_icon_n.png) no-repeat 0 0;
}
.imagetricks #subheader h2 { 
	background: url(/products/imagetricks/media/img/it_banner_icon_n.png) no-repeat 0 0; 
}
.labelsaddresses #subheader h2 { 
	background: url(/products/labelsaddresses/media/img/la_banner_icon_n.png) no-repeat 0 0; 
}
.liveinterior #subheader h2 { 
	background: url(/products/liveinterior/media/img/listd_banner_icon_n.png) no-repeat 0 0; 
}
.liveinterior.proversion #subheader h2 { 
	background: url(/products/liveinterior/media/img/lipro_banner_icon_n.png) no-repeat 0 0; 
}
.liveinterior.win #subheader h2 { 
	background: url(/products/liveinterior/media/img/lipro_banner_icon_n.png) no-repeat 0 0; 
}
/*
.liveinterior #subheader h2 { 
	background: url(/products/liveinterior/media/img/listd_banner_icon_n.png) no-repeat 0 0; 
}
*/
.liveinterior.renderboost #subheader h2 { 
	background: url(/products/liveinterior/media/img/rb_banner_icon_n.png) no-repeat 0 0; 
}
.printworks #subheader h2 { 
	background: url(/products/printworks/media/img/pw_banner_icon.png) no-repeat 0 0; 
	background-size: 99px 89px; 
	height: 89px;
	margin: 7px 0 0 57px;
	text-indent: 109px;
}

.rails #subheader h2 { 
	background: url(/products/rails/img/rl_banner_icon.png) no-repeat 0 0; 
}
.swiftpublisher #subheader h2 { 
	background: url(/products/swiftpublisher/media/img/sp_banner_icon_n.png) no-repeat 0 0; 
}

/* TRIAL & BUY BUTTONS */
#subheader #subheader-buttons, .getbackup #subheader #subheader-buttons, .imagetricks #subheader #subheader-buttons { 
	position: absolute; 
	top: 34px;
	z-index: 1023; 
}
#subheader #subheader-buttons {
	right: 67px;
	margin: 0;
	padding: 0;
}
#subheader #subheader-buttons li a {
	display: block;
	float: left; 
	height: 30px;
	text-indent: -9999em; 
}
#subheader #subheader-buttons li a {
	width: 77px;
	background: transparent url(/shared/img/buttons_trial_buy.png) no-repeat;
	background-size: 155px 101px;
}
#subheader #subheader-buttons #trial a {
	background-position: 0 0;
}
#subheader #subheader-buttons #trial a:hover {
	background-position: 0 -35px;
}
#subheader #subheader-buttons #trial a:active {
	background-position: 0px -69px;
}
#subheader #subheader-buttons #buy a {
	background-position: -77px 0;
}
#subheader #subheader-buttons #buy a:hover {
	background-position: -77px -35px;
}
#subheader #subheader-buttons #buy a:active {
	background-position: -77px -69px;
}
.getbackup #subheader #subheader-buttons li a, .imagetricks #subheader #subheader-buttons li a {
	width: 89px;
	background: transparent url(/shared/img/buttons_trial_buy_pro.png) no-repeat;
	background-size: 179px 101px;
}
.getbackup #subheader #subheader-buttons #buy a, .imagetricks #subheader #subheader-buttons #buy a {
	background-position: -89px 0;
}
.getbackup #subheader #subheader-buttons #buy a:hover, .imagetricks #subheader #subheader-buttons #buy a:hover {
	background-position: -89px -35px;
}
.getbackup #subheader #subheader-buttons #buy a:active, .imagetricks #subheader #subheader-buttons #buy a:active {
	background-position: -89px -69px;
}
.fontkit #subheader #subheader-buttons li a, .liveinterior.win #subheader #subheader-buttons li a {
	width: 155px;
	background-size: 155px 101px;
}
.fontkit #subheader #subheader-buttons li a {
	background: transparent url(/shared/img/button_buy_now.png) no-repeat;
}
.fontkit #subheader #subheader-buttons #buy a {
	background-position: 0 0;
}
.fontkit #subheader #subheader-buttons #buy a:hover {
	background-position: 0 -35px;
}
.fontkit #subheader #subheader-buttons #buy a:active {
	background-position: 0 -69px;
}

.liveinterior.win #subheader #subheader-buttons {
  top: 24px;
  right: 65px;
}
.liveinterior.win #subheader #subheader-buttons #buy a {
  height: 41px;
  width: 154px;
	background: transparent url(/store/img/button_metro_store_black.gif) no-repeat 0 0;
/* 	background: transparent url(/store/img/button_metro_store.gif) no-repeat 0 0; */
	background-size: 154px 41px;
}
.liveinterior.win.proversion #subheader #subheader-buttons #buy a {
	background: transparent url(/store/img/button_metro_store_black.gif) no-repeat 0 0;
	background-size: 154px 41px;
}

.liveinterior.win #subheader #subheader-buttons #buy a:hover, .liveinterior.win #subheader #subheader-buttons #buy a:active {
  background-position: 0 0;  
}


#trial div, #buy div {
	display: none;
	position: absolute;
	top: 38px;
	left: 4px;
	background-color: rgba(96,96,96,.95); 
	font-size: 11px;
	color: #bbbbbc;
	padding: 15px 20px;
	border-radius: 4px;
	white-space: nowrap;
	line-height: 18px;
}
.liveinterior.win #buy div {
  min-width: 80px;
  text-align: center;
  left: 20px;
}
#trial div strong, #buy div strong {
  color: #eaeaea;
}
#subheader #navos .oscurrent, #subheader #navos a:hover.oscurrent {
	color: #fff;
}
.no-touch #trial:hover div, .no-touch #buy:hover div {
	display: block; 
}

#subheader #subheader-buttons #trial div:after, #subheader #subheader-buttons #buy div:after {
  top: -14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(96,96,96,.95);
  border-width: 7px;
}
#subheader #subheader-buttons #trial div:after {
  left: 40px;
}
#subheader #subheader-buttons #buy div:after {
  left: 100px;
}
.imagetricks #subheader #subheader-buttons #buy div:after, .getbackup #subheader #subheader-buttons #buy div:after {
  left: 120px;
}
.fontkit #subheader #subheader-buttons #buy div:after {
  left: 65px;
}
.liveinterior.win #subheader #subheader-buttons #buy div:after {
  left: 50px;
}

/* SUBHEADER STORE PAGES */

.storepage #subheader h2 + h3 {
  position: absolute;
  top: 48px;
  left: 167px;
	font-family: "myriad-pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #545559;
	text-shadow: 0 1px 0 #f8f8fa;
}
#subheader a:hover {
	text-decoration: none;
}


.subheader-banner {
	position: absolute;
	right: 69px;
	margin: 0;
	padding: 0;
}
.collective .subheader-banner {
	top: 69px;
}

#subheader .subheader-banner {
	top: 27px;
}
.subheader-banner li {
	display: inline;
}
.subheader-banner img {
	width: 164px;
	height: 47px;
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
}


/* OS NAVI */
#subheader #navos { 
	position: absolute;
	top: 69px; 
	left: 162px;
	margin: 0;
	padding: 0;
}
#subheader #navos li a { 
	float: left;
	margin-top: 5px; 
	color: #333;
	font-size: 12px; 
	line-height: 17px;
	padding: 1px 11px;
}
#subheader #navos .oscurrent, #subheader #navos a:hover.oscurrent {
	cursor: default; 	
	background-color: #a8a8a8;
	border-radius: 10px;
}

/* FOOTER */






/* MAIN */
/*delete*/
#container {
	position: relative;
	width: 965px;
	margin: auto;
}
.container {
	position: relative;
	margin: auto;
	width: 965px; /*?*/
}
/*delete*/
#main {
	position: relative; 
	width: 822px;
	min-height: 280px;
	margin: 14px auto 5px;
	padding: 44px 69px 69px 69px;
	background: white;
	border: 1px solid;
	border-color: #e3e3e3 #e4e4e4 #dbdbdb;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0px rgba(227,227,227,1), inset 0px -1px 0px 0px rgba(209,209,209,1);
}
.main {
	position: relative; 
	margin: 14px auto 5px;
	width: 820px;
	min-height: 280px;
	padding: 36px 70px 79px;
	background: #fff;
	border: 1px solid;
	border-color: #e3e3e3 #e4e4e4 #dbdbdb;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0px rgba(227,227,227,1), inset 0px -1px 0px 0px rgba(209,209,209,1);
}



#products #main,
#products .main {
	margin-top: 18px;
	margin-bottom: 23px;
}
#home #main,
#home .main {
  background: #fff url(/shared/img/main_spring_offer.jpg) no-repeat center top;
  background-size: 960px 417px;
  margin-top: 18px;
  margin-bottom: 33px;
  padding-bottom: 79px;
}
#main .section .column {
	width: 390px;
	float: left;
}
.section .column.image {
	text-align: center;
}

#main .section .column:first-child {
	margin-right: 42px;
}

/* HOME PAGE */


.hero {
  display: block;
  width: 100%;
/*   min-height: 157px; */
  margin-bottom: 62px;
  position: relative;
/*   overflow: hidden; */
}
.hero:hover {
  text-decoration: none;
}
.hero * {
/*   position: relative; */
}
.hero h1 {
	font-family: "myriad-pro", "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 51px;
  font-weight: 900;
  line-height: 51px;
  color: #494d51;
  text-indent: -3px;
  letter-spacing: 3px;
  word-spacing: 1px;
  margin-top: 147px;
  margin-bottom: 2px;
}
.hero-text {
  font-size: 16px;
  color: #494d51;
  width: 400px;
  margin-bottom: 13px;
}
/* OVERVIEW */




/* NEW */


/***********************************************************/
.section-wrapper {
  padding: 0 70px;
  margin: 0 -70px;
}



.intro,
.whatsnew h1 + .section {
	position: relative;
  margin-top: -5px;
	margin-bottom: 13px;
}
.arttext.plugin .intro {
  margin-bottom: 50px;
}
.arttext.plugin h2 {
  margin-top: 50px;
}

.plugin-direction-section {
  padding: 3px 70px 21px;
  margin: 50px -70px 40px;
  background: #fbfbf7;
}
.arttext.plugin .plugin-direction-section h2 {
  margin-top: 27px;
}
.plugin-direction {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.plugin-direction li {
  counter-increment: step-counter;
  margin-top: 6px;
}
.plugin-direction li::before {
  content: counter(step-counter);
  color: #7d7d7d;
  border-radius:50%;
  display: inline-block;
  text-align: center;
  font-size:14px;
  margin-right: 15px;
  border: 1px solid #b2b2b2;
  padding: 0.09em 0.66em;
}

.printworks .intro {
	margin-bottom: 39px;
}
.intro p, .intro-text p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
.intro p {
  width: 510px;
  margin-bottom: 15px;
}
.whatsnew .intro-text p:first-child {
  margin-top: 0;
}
.renderboost .intro p, .liveinterior.proversion .intro p {
  width: 400px;
}
.intro-media {
  position: absolute;
  display: block;
  text-align: center;
}
.intro-media {
  width: 290px;
  height: 194px;
}
.intro-media {
  right: -1px;
  top: 0;
}

.intro-media-video:after {
  content: "Click to Play";
  position: absolute;
  display: inline-block;
/*   width: 40px; */
/*   height: 40px; */
  border-radius: 30px;
  background: rgba(0,0,0,.35) url(/shared/img/video_play@2x.png) no-repeat 15px center;
  background-size: 10px 15px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
  
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 35px;
  padding: 0 14px 0 31px;
  white-space: nowrap;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  }
.intro-media-video:hover:after {
  background-color: rgba(0,0,0,.45);
}

.fontkit .intro-media {
  margin-top: 12px;
  width: 290px;
  height: 248px;
}
.getbackup .intro-media {
  width: 290px;
  height: 280px;
}
.imagetricks .intro-media {
  top: -22px;
  right: -3px;
  z-index: 1;
}
.getbackup .intro-media {
  top: 8px;
}
.liveinterior.mac.proversion .intro-media {
  top: 22px;
}
.liveinterior.mac.proversion .intro-media {
  width: 390px;
  height: 160px;
}
.liveinterior.win.proversion .intro-media {
  width: 430px;
  height: 200px;
}
.liveinterior.renderboost .intro-media {
  width: 380px;
  height: 215px;
}
.liveinterior.win.proversion .intro-media {
  top: 0;
}
.printworks .intro-media {
  top: -12px;
  right: -3px;
}
.labelsaddresses .intro-media {
  top: 12px;
  right: -3px;
}
.intro .button-new {
  margin-bottom: 22px;
}

.intro .play-button {
  position: absolute;
  top: 74px;
  left: 67px;
  width: 157px;
  height: 50px;
  background: url(/shared/img/button_play.png) no-repeat;
  background-size: 157px 100px;
}
.intro .sublime:hover {
  cursor: pointer;
}
.intro .sublime:hover .play-button {
  background-position: center -50px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .intro .play-button {
    background-image: url(/shared/img/button_play@2x.png);
    background-size: 157px 100px;
	}
}


.overview-social {
  float: right;
  margin-top: 4px;
  width: 270px;
  padding-top: 13px;
  color: #7d7d7b;
  font-size: 12px;
  line-height: 15px;
}

.liveinterior.overview.win .overview-social {
  position: relative;
  z-index: 20;
  margin-top: 209px;
}

.arttext.overview.win .overview-social {
  position: absolute;
  z-index: 20;
  margin-top: 209px;
  right: 0;
}

.overview-socilal-icons {
  float: left;
  margin-right: 23px;
}
.overview-socilal-icons a {
  display: inline-block;
  float: left;
  width: 51px;
  height: 50px;
  background: url(/shared/img/overview_social_icons.png) no-repeat 0 0;
  background-size: 102px 50px;
  margin-top: -9px;
}
.overview-socilal-icons .overview-social-facebook {
  background-position: 0 0;
}
.overview-socilal-icons .overview-social-twitter {
  background-position: -51px 0;
  margin-left: 10px;
}
.overview-socilal-icons a:hover {
  opacity: .85;
}



.basic-traits-section {
  padding-top: 3px;
  padding-bottom: 54px;
}
.concealer .basic-traits-section,
.getbackup .basic-traits-section {
  padding-bottom: 9px;
}
.printworks .basic-traits-section {
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 -70px;
  background: #fbfbf7;
}
.basic-traits {
  width: 830px;
}

.arttext .basic-traits,
.imagetricks .basic-traits {
  margin-top: 29px;
}
.liveinterior .basic-traits {
  margin-top: 20px;
}
.swiftpublisher .basic-traits {
  margin-top: 21px;
}
.basic-traits-item {
	display: inline-block;
  width: 152px;
	font-size: 12px;
  line-height: 20px;
  color: #262626;
  vertical-align: top;
}
.printworks .basic-traits-item {
  width: 150px;
}
.basic-traits-item:not(:last-child) {
  margin-right: 17px;
}
.printworks .basic-traits-item:not(:last-child) {
  margin-right: 20px;
}
.basic-traits-img-wrapper {
	height: 120px;
	position: relative;
}
.basic-traits-img-wrapper img {
	position: absolute;
	bottom: 0;
}

.arttext .basic-traits-item img,
.concealer .basic-traits-item img,
.imagetricks .basic-traits-item img {
  width: 152px;
  height: 86px;
}
.composer .basic-traits-item img {
  width: 152px;
  height: 125px;
}
.labelsaddresses .basic-traits-item img {
  width: 152px;
  height: 117px;
}
.getbackup .basic-traits-item img,
.liveinterior .basic-traits-item img,
.swiftpublisher .basic-traits-item img {
  width: 125px;
  height: 125px;
}
.printworks .basic-traits-item img {
  width: 100px;
  height: 100px;
}
.basic-traits-item-title {
  margin-top: 6px;
  font-weight: bold; 
}
.arttext .basic-traits-item-title {
 margin-top: 20px;
}
.swiftpublisher .basic-traits-item-title {
  margin-top: 15px;
}
.composer .basic-traits-item-title,
.liveinterior .basic-traits-item-title {
  margin-top: 10px;
} 
.concealer .basic-traits-item-title,
.disccover .basic-traits-item-title, 
.imagetricks .basic-traits-item-title, 
.labelsaddresses .basic-traits-item-title {
  margin-top: 20px;
}

.app-screen {
	margin: 0 auto;
}


.key-features {
  margin-top: 39px;
  margin-bottom: 34px;
}
.key-features h2 {
  text-indent: -1px;
}
.key-features-section h3 {
/*
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000;
*/
  margin-top: 3px;
  margin-bottom: 21px;
}
.key-features-section p {
  margin-bottom: 8px;
}
.key-features-section {
  position: relative;
}
.key-features-block {
  width: 380px;
}
.key-features-img {
  position: relative;
  width: 380px;
}



/* .arttext  */.key-features-section {
  margin-bottom: 5px;
}
.concealer .key-features-section {
  margin-bottom: 15px;
}

.arttext.mac .key-features-section.library img {
  margin-top: 50px;
}
.arttext.mac .key-features-section.shaders img {
  margin-top: 60px;
}
.arttext.mac .key-features-section.text {
  margin-top: 20px;
}
.arttex.mac .key-features-section.extra {
  margin-top: 10px;
}
.arttext.win .key-features-section.library img {
  margin-top: 50px;
}
.arttext.win .key-features-section.shaders img {
  margin-top: 50px;
}
.arttext.win .key-features-section.text img {
  margin-top: 30px;
}

.composer .key-features-section.cards img {
  margin-top: 80px;
}
.composer .key-features-section.contacts img {
  margin-top: 40px;
}
.composer .key-features-section.maps img {
  margin-top: 30px;
}
.composer .key-features-section.print {
  margin-top: 10px;
}

.concealer .key-features-section.information img {
  margin-top: 10px;
}
.concealer .key-features-section.files img {
  margin-top: 20px;
}
.concealer .key-features-section.note-cards img {
  margin-top: 10px;
}

.disccover .key-features-section.labels img {
  margin-top: 30px;
}
.disccover .key-features-section.itunes img {
  margin-top: 40px;
}
.disccover .key-features-section.direct-labeling {
  margin-top: 10px;
}
.disccover .key-features-section.direct-labeling img {
  margin-top: 50px;
}

.getbackup .key-features-section.secure img {
  margin-top: 60px;
}
.getbackup .key-features-section.bootable img {
  margin-top: 20px;
}
.getbackup .key-features-section.sync {
  margin-top: 20px;
}
.getbackup .key-features-section.sync img {
  margin-top: 20px;
}

.imagetricks .key-features-section.effects img {
  margin-top: 30px;
}
.imagetricks .key-features-section.frames {
  margin-top: 40px;
}
.imagetricks .key-features-section.frames img {
  margin-top: -30px;
}
.imagetricks .key-features-section.backgrounds {
  margin-top: 30px;
}
.imagetricks .key-features-section.backgrounds img {
  margin-top: 30px;
}

.labelsaddresses .key-features-section.batch-print img {
  margin-top: 60px;
}
.labelsaddresses .key-features-section.mailing-tool img {
  margin-top: 60px;
}
.labelsaddresses .key-features-section.barcodes img {
  margin-top: 50px;
}
.labelsaddresses .key-features-section.printers img {
  margin-top: 30px;
}
.labelsaddresses .key-features-section.design-tools img {
  margin-top: 30px;
}

.liveinterior.mac.overview .key-features-section.design img {
  margin-top: -20px;
}
.liveinterior.mac.overview .key-features-section.collections {
  margin-top: 30px;
}
.liveinterior.mac.overview .key-features-section.results {
  margin-top: 20px;
}
.liveinterior.mac.overview .key-features-section.results img {
  margin-top: 20px;
}
.liveinterior.mac.overview .key-features-section.features-for-pros {
  margin-top: 40px;
}
.liveinterior.mac.overview .key-features-section.features-for-pros img {
  margin-top: -30px;
}


.liveinterior.win.overview .key-features-section.design img {
  margin-top: -20px;
}
.liveinterior.win.overview .key-features-section.results {
  margin-top: 40px;
}
.liveinterior.win.overview .key-features-section.results img {
  margin-top: -20px;
}

.liveinterior.win.proversion .key-features-section.stories {
  margin-top: -20px;
}
.liveinterior.win.proversion .key-features-section.stories img {
  margin-top: -20px;
}
.liveinterior.win.proversion .key-features-section.roofing {
  margin-top: 40px;
}
.liveinterior.win.proversion .key-features-section.roofing img {
  margin-top: -30px;
  padding-bottom: 20px;
}
.liveinterior.win.proversion .key-features-section.textures {
  margin-top: 20px;
}
.liveinterior.win.proversion .key-features-section.textures img {
  margin-top: 30px;
}
.liveinterior.win.proversion .key-features-section.print {
  margin-top: 20px;
}
.liveinterior.win.proversion .key-features-section.import-export {
  margin-top: 20px;
}
.liveinterior.win.proversion .key-features-section.import-export img {
  margin-top: 10px;
}
.liveinterior.win.proversion .key-features-section.results {
  margin-top: 20px;
}
.liveinterior.win.proversion .key-features-section.results img {
  margin-top: 15px;
}
.liveinterior.win.proversion .key-features-section.light-fixtures {
  margin-top: 20px;
}
.liveinterior.win.proversion .key-features-section.light-fixtures img {
  margin-top: -30px;
}
.liveinterior.win.proversion .key-features-section.change-object-type {
  margin-top: 20px;
}

.liveinterior.mac.proversion .key-features-section.tools img {
  margin-top: 25px;
}
.liveinterior.mac.proversion .key-features-section.robust img {
  margin-top: 10px;
}

.renderboost .key-features-section.materials img {
  margin-top: 40px;
}
.renderboost .key-features-section.lighting img {
  margin-top: 40px;
}
.renderboost .key-features-section.snapshot {
  margin-top: 30px;
}
.renderboost .key-features-section.snapshot img {
  margin-top: 80px;
}
.renderboost .key-features-section.backgrounds {
  margin-top: 40px;
}
.renderboost .key-features-section.backgrounds img {
  margin-top: -10px;
}
.renderboost .key-features-section.work {
  margin-top: 30px;
}
.renderboost .key-features-section.work img {
  margin-top: 20px;
}
.renderboost .key-features-section.artisan {
  margin-top: 20px;
}
.renderboost .key-features-section.artisan img {
  margin-top: 70px;
}


.swiftpublisher .key-features-section.collections img {
  margin-top: 55px;
}
.swiftpublisher .key-features-section.layout img {
  margin-top: 55px;
}
.swiftpublisher .key-features-section.artisan img {
  margin-top: 30px;
}

.printworks .key-features-section.print {
  margin-top: 10px;
}
.printworks.overview .key-features-section img {
  position: absolute;
}
.printworks.overview .document img {
  top:-80px;
  right: -31px;
}
.printworks.overview .clipart img {
  top:60px;
  left: -70px;
}
.printworks.overview .text img {
  top:19px;
  right: -43px;
}
.printworks.overview .design img {
  top:56px;
  left: -70px;
}
.printworks.overview .print img {
  top:35px;
  right: 10px;
}

.overview .samples {
	margin-bottom: 40px;
}

.printworks.overview .samples {
  border: none;
  margin: 0 -70px 40px;
}

.printworks.overview .samples h2 {
  margin-left:  68px;
}
.overview.renderboost .samples {
  margin-top: -15px;
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.liveinterior.overview .samples {
  border: none;
}

/*
.liveinterior.overview .samples .button-samples-wrap {
  display: inline-block;
  position: relative;
  width: 190px;
  height: 140px;
  margin-right: 15px;
}
.liveinterior.overview .samples .play-button-sample {
  position: absolute;
  top: 34px;
  left: 62px;
  width: 66px;
  height: 66px;
  background: url(/shared/img/button_play_small.png) no-repeat 0 0;
  background-size: 66px 136px;
}
.liveinterior.overview .samples .button-samples-wrap:hover {
  cursor: pointer;
}
.liveinterior.overview .samples .sublime.button-samples-wrap:hover .play-button-sample {
  background-position: 0 -68px;
}
*/




.sample-gallery {
	position: relative;
	width: 820px;
}
.sample-gallery a {
	display: inline-block;
}





.printworks .samples-gallery {
  width: 100%;
  line-height: 0;
}
.printworks .samples-gallery a {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 150px;
}
.printworks .samples-gallery a img {
  margin: 0;
  padding: 0;
  display: block;
  height: 150px;
}
.printworks .samples-gallery a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 150px;
  -webkit-font-smoothing: antialiased;
}
.printworks .samples-gallery a:hover {
    overflow: hidden;
}
.printworks .samples-gallery a:hover img {
/*
filter: blur(3px); 
-webkit-filter: blur(3px); 
*/
/* -moz-filter: blur(3px); */
/* -o-filter: blur(3px);  */
/*
-ms-filter: blur(3px);
filter: url(blur.svg#blur);
*/
/* filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); */
}

/*
.samples-gallery a:before {
    content: attr(data-content);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
*/
.printworks .samples-gallery a div {
    background: #000;
    background: rgba(0,0,0,0.6);
   display: inline-block;
   display: table-cell;
   vertical-align: middle;
       height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.printworks .samples-gallery a:hover div {
  opacity: 1;

}

.info-box {
	width: 821px;
	color: #949494;
  position: relative;
  left: 1px;
  height: 100%;
}
.overview .info-box {
	margin: 10px auto 20px;
}
.downloads .info-box {
	margin: 30px auto 0;
}
.concealer.overview .info-box,
.liveinterior.win.proversion .info-box {
  margin-top: 40px;
}
.info-box-column {
  display: table-cell;
	vertical-align: top;
  width: 233px;
  height: 100%;
  position: relative;
}
.info-box-resources,
.info-box-req {
	padding: 5px 30px 0 0;
}
.info-box-news, 
.info-box-docs {
	padding: 5px 31px 0 31px;
}
.info-box-availability,
.info-box-vers {
	padding: 5px 0 0 30px;
}
.printworks.downloads .info-box-req {
	padding: 5px 0 0 0;
}


.info-box-column:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #f2f2f2;
  top: 0;
  bottom: -2px;
  left: -1px;
}
.info-box-column:first-child:before {
  content: none;
}
.info-box h4 {
	font-size: 15px;
	margin: 0 0 10px;
}
.info-box p + h4 {
  margin-top: 20px;
}
.info-box p {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 0;
}
.info-box .info-box-news  p {
	margin-top: 5px;
}
.info-box p strong, .overview .info-box-resources strong a  {
  color: #666666;
}

.button-flat {
	display: inline-block;
	outline: none;
	border-radius: 5px; 
  background: #eff0f2;
	color: #7a7a7a;
	font-family: "myriad-pro";
	text-align: center;
}
.button-flat:active {
  background: #bfbfbf; 
}
a.button-flat {
	color: #7a7a7a;
}
a.button-flat.subscribe:hover { 
  color: #2778dc;
  text-decoration: none;
}
a.button-flat.subscribe:active { 
  color: #2778dc;  
}

a.button-flat.subscribe {
	font-size: 11px;
	padding: 0 20px;
  position: absolute;
  margin: 12px 0 0 -2px;
}



/* FEATURES */
.articles .section .column,
.features .section .column,
.whatsnew .section .column,
.resources .section .column,
.contacts .section .column {
	width: 380px;
	float: left;
}
.articles .section .column:first-child,
.features .section .column:first-child,
.whatsnew .section .column:first-child,
.resources .section .column:first-child,
.contacts .section .column:first-child {
	margin-right: 60px;
}

.features h1 {
  margin-bottom: 14px;
}


.features-list {
	margin-bottom: -28px;
}

.features-list div  {
  width: 380px;
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
  margin-bottom: 22px;
}
.features-list div:not(:nth-child(2n+1)) {
  margin-left: 60px;
}
.features-list h3 {
  font-size: 15px;
  margin-top: -1px;
}
.features-list p {
  color: #6a6a6a;
  margin-top: -8px;
/*   word-spacing: -2px; */
  line-height: 25px;
  font-size: 14px;
}

.features-list h3, 
.features-list p {
  margin-left: 54px;
}
.features-list .note {
  font-size: 11px;
}

.features-list img {
	width: 43px;
	height: 35px;
	float: left;
  margin-top: 4px;
} 
.all-features {
  margin: 4px auto 2px;
}
.all-features h3 {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}

.all-features ul + h3 {
  margin-top:43px;
}
.features .show-hide {
	margin-top: 30px;
}

.features .all-features ul {
  margin: 17px 0 0 20px;
  padding-left: 0;  
  list-style: none;
}
.features .all-features ul li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.features .all-features ul li:before {
  content: '\2022';
  position: absolute;
  left: -12px;
}

.features .all-features ul ul {
	margin-top: 5px;
}

.features .all-features ul ul li:before {
  content: '\25E6';
  font-size: 11px;
}

/***********************************************************/















.imagetricks.proversion h1 + p + h2 {
  margin-top: 48px;
}


/* FONT KIT */
.fontkit-mas {
/*
  border: solid #d3d3d3;
  border-width: 1px 0;
*/
/*
  padding: 30px 0 0px;
  margin-bottom: 50px;
*/
  margin: 28px 0 0/* 30px */;
}
.fontkit-mas h3 {
  font-size: 16px; 
  line-height: 20px;
  color:#262626;
  font-weight: bold;
  margin: 1px 0 11px;
}
.fontkit-mas-section {
  margin: 30px 0 20px;
}
.fontkit-mas-block {
  display: inline-block;
  width: 380px;
  vertical-align: top;
  margin-bottom: 18px;
}
.fontkit-mas-block:nth-child(2n) {
  margin-left: 60px;
}
.fontkit-mas-block img {
  width: 75px;
  height: 75px;
  float: left;
}
.fontkit-mas-block p {
  margin-top: -11px;
  font-size: 13px;
  color: #262626;
  line-height: 17px;
}
.fontkit-mas h3, .fontkit-mas-block p {
  padding-left: 97px;
}
.fontkit .preview a {
	display: inline-block;
}
.fontkit .preview a:nth-child(2n) {
  margin-left: 47px;
}
.fontkit .preview a img {
  width: 384px;
  height: 48px;
  margin-top: 6px;
}

.fontkit .pagination, .clipart .pagination {
  margin: 28px auto 58px; 
  clear: both;
  text-align: center;
}
.fontkit .pagination li, .clipart .pagination li {
  display: inline-block;
  margin: 1px 0;
  position: relative;
}
.clipart .pagination li a.goto, .clipart .pagination li a.active,
.fontkit .pagination li a.goto, .fontkit .pagination li a.active  {
  display: block; 
  font-size: 13px;
  padding: 1px 5px 0; 
  color: #666; 
  text-decoration: none; 
}
.clipart .pagination li a.active,
.fontkit .pagination li a.active,
.clipart .pagination li a.active:hover,
.fontkit .pagination li a.active:hover {
  color: #2d8bff;
}
.clipart .pagination li a.active:hover,
.fontkit .pagination li a.active:hover {
  cursor: default;
}
.clipart .pagination li a:hover,
.fontkit .pagination li a:hover {
    color: #aaa;
}
.clipart .pagination li a.inactive,
.fontkit .pagination li a.inactive,
.clipart .pagination li a.goto_previous, .clipart .pagination li a.goto_next,
.fontkit .pagination li a.goto_previous, .fontkit .pagination li a.goto_next {
	display: block;
  position: absolute;
  top: -10px;
	width: 6px;
	height: 13px;
	background: url(/shared/img/slider_arrows_small_flat.png) no-repeat 0 0;
/* 	background-size: 14px 30px; */
  	background-size: 24px 13px;

	cursor: pointer;
  text-indent: -9999em;
	font-size: 1px;
}

.pagination li:first-child a.inactive,
.clipart .pagination li a.goto_previous,
.fontkit .pagination li a.goto_previous {
  background-position: -6px top; 
  left: -10px;
}
.clipart .pagination li a.goto_previous:hover,
.fontkit .pagination li a.goto_previous:hover {
  background-position: 0 top;
}
.clipart .pagination li a.goto_previous:active,
.fontkit .pagination li a.goto_previous:active {
  left: -11px;
}

.pagination li:last-child a.inactive,
.clipart .pagination li a.goto_next,
.fontkit .pagination li a.goto_next {
  background-position: -12px top; 
  right: -10px;
}
.clipart .pagination li a.goto_next:hover,
.fontkit .pagination li a.goto_next:hover {
  background-position: right bottom;
}
.clipart .pagination li a.goto_next:active,
.fontkit .pagination li a.goto_next:active {
  right: -11px;
}
.clipart .pagination li a.inactive,
.fontkit .pagination li a.inactive {
  opacity: .5;
  cursor: default;
}

/* ===== END OVERVIEW  */


/* WHAT'S NEW */

.novelty-list {
	position: relative;
	margin: 47px 0 -13px;
}
.novelty-list div {
	display: inline-block;
	width: 256px;
	vertical-align: top;
	margin-bottom: 25px;
}
.novelty-list div:not(:nth-child(3n)) {
	margin-right: 26px;
}
.novelty-list img {
	width: 232px;
	height: 118px;
	border: 1px solid #d6d6d6;
	margin-bottom: 6px;
	padding: 10px;
}
.novelty-list p {
	font-size: 14px;
}
.form-caption {
  margin-top: 26px;
}
.whatsnew form {
  margin-top: 1px;
}
.formhandler h4 {
	margin-top: 10px;
}
.formhandler h4 + p, .formhandler h4 + p + p {
	margin: 17px 0 10px;
}

.printworks.crossgrade p,
.formhandler p {
  margin-top: 20px;
}

/* FEATURES */

.liveinterior.proversion .features-list {
	margin-bottom: 0px;
}
.show-hide, .close {
	display: block;
}
.newsarchive .show-hide {
	margin-top: 20px;
}

.show-hide:visited, .close:visited {
	color: #2778dc;
}

.screenshots {
	position: relative;
	margin-top: 33px;
}

.getbackup .screenshots  {
	width: 820px;
}
.screenshots figure {
	display: table-cell;
	text-align: center;
}
.getbackup .screenshots figure {
	width: 265px;
}
.screenshots figcaption {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
}

.screenshots figcaption:not(.getbackup .screenshots figcaption) {
	padding: 0 15px;
}
.arttext .screenshots .center {
	padding: 0 18px;
}
.arttext.win .screenshots .center {
	padding: 0 3px;
}
.concealer .screenshots .center {
	padding: 0 9px;
}
.liveinterior .screenshots .center, .composer .screenshots .center {
	padding: 0 21px;
}
.liveinterior.win .screenshots .center {
	padding: 0;
	padding-left: 64px;
}

.disccover .screenshots .center, .labelsaddresses .screenshots .center {
	padding: 0 15px;
}



/* VERSIONS */
.versions h3 {
  font-weight: normal;
  line-height: 30px;
  color: #000;
}
.last-versions {
  margin-top: -2px;
}
.last-versions h3 {
  font-size: 20px;
  margin-top: 31px;
}
.old-versions h3 {
  font-size: 18px;
  margin-top: 24px;
}
.last-versions .just-a-list {
  margin: 14px 0 0 -10px;
}
.last-versions .just-a-list li {
  margin-top: 5px;
}
.old-versions .just-a-list {
  margin: 11px 0 0 20px;
  padding-left: 0;  
}
.old-versions .just-a-list ul {
  margin-top: 0;
}
.old-versions .just-a-list li {
  position: relative;
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
}
.old-versions p {
  font-size: 13px;
  line-height: 20px;
}
.last-versions h4 {
  font-size: 16px;
}
.last-versions h4 {
  margin-top: 18px;
}
.last-versions h3 + h4 {
  margin-top: 17px;
}

.old-versions h4 {
  margin-top: 21px;
}
.old-versions h3 + h4 {
  margin-top: 17px;
}
.versions .show-hide {
  margin-top: 25px;
}
.close {
  margin-top: 27px;
}

/* PRO VERSION */
.proversion h2 {
	margin-top: 40px;
}

.sample-gallery div {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}
.imagetricks.proversion h2 {
  letter-spacing: 2px;
  margin-bottom: 25px;
  margin-top: 18px;
}
.imagetricks.proversion .sample-gallery {
  margin-bottom: -14px;
}

.imagetricks.proversion .sample-gallery a img {
	width: 178px;
	height: 125px;
}
.imagetricks.proversion .sample-gallery div:not(:nth-child(4n)) {
	margin-right: 36px;
}
.imagetricks.proversion .sample-gallery .note {
  font-weight: bold;
}

.getbackup.proversion .features-list {
  margin-bottom: -36px;
}
.getbackup.proversion h2 {
  margin-top: 33px;
}
.getbackup.proversion .table {
  margin-bottom: 26px;
  margin-top: 25px;
}
.getbackup.proversion .button-wrapper {
  margin-top: 16px;
}

.liveinterior.proversion h2 {
  margin-top: 35px;
}
.liveinterior.proversion .key-features {
  margin-bottom: 0;
}
.liveinterior.proversion .features-list {
  margin-bottom: -28px;
}
.liveinterior.proversion .table {
  margin-bottom: 22px;
  margin-top: 25px;
}
/* TUTORIALS */


.video-name {
	color: #666;
	font-weight: normal;
	text-align: center;
	margin-top: -16px;
	margin-bottom: 6px;
}
/*
iframe#vimeo {
  width: 820px;
  height: 515px;
}
*/

.tutorial-thumbs {
  margin-top: 35px;
  margin-bottom: -21px;
}
.tutorial-thumbs-item {
  display: inline-block;
  position: relative;
  width: 176px;
  height: auto;
  margin-right: 38px;
  vertical-align: top;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 21px;
  line-height: 15px;
  text-align: center;
  color: #333;
}
.button-samples {
  position: relative;
}
.button-samples:after,
.tutorial-thumbs-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.35) url(/shared/img/video_play@2x.png) no-repeat 15px center;
  background-size: 13px 19px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
}
.tutorial-thumbs-item:after {
  left: 50%;
  margin-left: -20px;
  top: 37px;
}
.button-samples:after {
  top: 46px;
  left: -135px;
/*   border: 1px solid #ffffff; */
box-shadow: inset 0 0 1px 2px #fff;
}
.button-samples:hover:after,
.tutorial-thumbs-item:hover:after {
  background-color: rgba(0,0,0,.45) ;
}
.button-samples:hover:after {
box-shadow: inset 0 0 1px 2px rgba(255,255,255,.8);

}
.tutorial-thumbs-item:nth-child(4n) {
  margin-right: 0;
}
.tutorial-thumbs-item img {
  width: 176px;
  height: 120px;
  margin-bottom: 8px;
}
a.tutorial-thumbs-item {
  color: #333;
}
.tutorial-thumbs-item:hover {
  cursor: pointer;
  text-decoration: none;
}
.tutorial-thumbs-item:hover:after {
  background-color: rgba(0,0,0,.45) ;
}
.tutorial-thumbs-item:hover {
  color: #666666;
}
.tutorial-thumbs-item.active {
  cursor: default;
}
.tutorial-thumbs-item.active,
.tutorial-thumbs-item:active {
  color: #2778dc;  
}
.tutorial-thumbs-item.active:after {
  background: rgba(0,0,0,.25) url(/shared/img/video_play@2x.png) no-repeat 15px center;
  background-size: 13px 19px;
}
.getbackup.tutorials .folder-sync-note {
  font-size: 11px;
  color: #333;
}





/* DOWNLOADS */
.upgrade-section {
  padding: 3px 70px 38px;
  margin: 32px -70px 0px;
  background: #fbfbf7;
}

.upgrade-section p {
  color: #676767;
  margin-top: -9px;
  margin-bottom: 0;
}
.upgrade-section .more {
  color: #2778dc;
  font-size: 11px;
  line-height: 15px;
}
.disccover.downloads .upgrade-section,
.getbackup.downloads .upgrade-section,
.imagetricks.downloads .upgrade-section {
  margin-bottom: 40px;
}

.disccover.downloads .section .column,
.getbackup.downloads .section .column {
	float: left;
	margin-bottom: 20px;
}
.disccover.downloads .section .column:first-child,
.getbackup.downloads .section .column:first-child {
	width: 410px;
	margin-right: 60px;
}
.disccover.downloads .section .column:last-child,
.getbackup.downloads .section .column:last-child {
	width: 350px;
}
.disccover.downloads .section .column:last-child div,
.getbackup.downloads .section .column:last-child div {
  margin-top: 4px;
}












.downloads h1 + .section, .resources h1 + p, .top-20 {
	margin-top: 20px;
}

.version-data li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #333;
}
.version-data li strong {
  font-weight: normal;
  color: #737373;
}


.downloads .link-list {
  margin-top: 12px;
}



.edition .link-list {
  margin: 18px 0 12px;
  padding-left: 0;
}
.edition .link-list li {
  margin-top: 4px;
  list-style: none;
}
.downloads .link-list li, .download-pro a {
  display: inline;
  float: left;
  margin-right: 23px;
  font-size: 16px;
  font-weight: bold;
}
/*
.link-list li a {
  display: block;
  height: 20px;
}
.link-list li a:visited {
  color: #2778dc;
}
.icon-buy a, .icon-download a, .icon-info a {
  padding: 2px 0px 4px 28px;
  background-size: 22px 49px;
  position: relative;
}
.icon-buy a {
  background: transparent url(/shared/img/list_icon_buy.png) no-repeat 0 0;
}
.icon-download a {
  background: transparent url(/shared/img/list_icon_download.png) no-repeat 0 0;
}
.icon-info a {
  background: transparent url(/shared/img/list_icon_info.png) no-repeat 0 0;
}
.icon-buy a:hover, .icon-download a:hover, .icon-info a:hover {
  background-position: 0 -26px;
}
*/
.link-list li a {
  padding-left: 28px;
  position: relative;
}
.link-list li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-size: 22px 49px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.edition .link-list li a:after {
  margin-top: -10px;
}
.downloads .link-list li a:after {
  margin-top: -11px;
}
.icon-buy a:before {
  background: url(/shared/img/list_icon_buy.png) no-repeat 0 0;
}
.icon-buy a:hover:before {
  background: url(/shared/img/list_icon_buy.png) no-repeat 0 -26px;
}
.icon-download a:before {
  background: url(/shared/img/list_icon_download.png) no-repeat 0 0;
}
.icon-download a:hover:before {
  background: url(/shared/img/list_icon_download.png) no-repeat 0 -26px;
}
.icon-info a:before {
  background: url(/shared/img/list_icon_info.png) no-repeat 0 0;
}
.icon-info a:hover:before {
  background: url(/shared/img/list_icon_info.png) no-repeat 0 -26px;
}

.docs {
  margin-top: 41px;
}
.docs img { 
  float: left;
  margin-right: 10px;
}
.docs p {
  line-height: 17px;
  overflow: hidden;
}
.docs p:first-line {
	line-height: 21px;
}
.concealer.downloads .section .column > img {
  float: right;
  margin-top: -50px; 
}



.imagetricks.downloads #show-form {
  margin-top: -40px;
}
.imagetricks.downloads #show-form > p {
  line-height: 25px;
}
.imagetricks.downloads #show-form span {
  display: block;
  font-style: italic;
  color: #737373;
  margin-top: 40px;
  padding-bottom: 40px;
}
.imagetricks.downloads input[type="text"], .imagetricks.downloads input[type="email"] {
  width: 420px;
}
.imagetricks.downloads .column {
  width: 500px;
  float: left;

}
.imagetricks.downloads .form {
  width: 430px;
  margin-top: 20px;
/*   margin-top: 41px; */
}
.imagetricks.downloads .docs h3 {
  margin-bottom: 27px;
}
.imagetricks.downloads .docs p {
  margin-bottom: -4px;
}
.liveinterior.downloads ul.tabs {
  width: 960px;
  position: absolute;
  left: 0;
  top: 32px;
  margin: 0;
  padding: 0;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
}

.liveinterior.downloads ul.tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.liveinterior.downloads ul.tabs li:first-child {
  margin-left: 69px;
}

.liveinterior.downloads ul.tabs a {
  position: relative;
  display: block;
  width: 268px;
  height: 53px;
  top: 1px;
  margin-right: 6px;
  border: 1px solid;
  border-color: #f0f0f0 #e5e5e5 #e5e5e5;
  box-shadow: inset 0 1px #fff;
  background-color: #f9f9f9;
  color: #9b9b9b;
  font-family: "myriad-pro", "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 54px;
  text-decoration: none;
  outline: 0;
  border-radius: 4px 4px 0 0;
}
.liveinterior.downloads ul.tabs a strong {
  font-weight: 500;
}
.liveinterior.downloads ul.tabs a:hover {
  background-color: #f7f7f7;
  color: #333;
}
.liveinterior.downloads ul.tabs a.current {
  background-color: #fff;
  border-color: #e5e5e5 #e5e5e5 #fff;
  color: #717171;
  cursor: default;
}
.liveinterior.downloads .panes {
  margin-top: 57px;
}

.liveinterior.downloads .panes > div {
  display:none;
  padding-top: 20px;
}
.liveinterior.downloads .section .column.renderboost {
  text-align: right;
}
noscript {
  color: red;
}

/* REVIWES */


.review-row {
  display: table;
  width: 940px;
  margin-left: -60px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 60px 0;
  min-height: 180px;
}
.review-row:nth-of-type(1) {
  margin-top: 31px;
}
.review-row:not(:last-child) {
  margin-bottom: 40px;
}
.review-cell {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 380px;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
  vertical-align: top;
	font-family: "Times", "Times New Roman", serif;
	font-style: oblique;
  text-align: center;
}
.review-cell  p {
	padding: 0 20px 20px;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
}

.arttext.reviews .macworld img  { margin: 17px 0 6px; }
.arttext.reviews .aboutcom img  { margin: 28px 0 5px; }
.arttext.reviews .techradar img { margin: 11px 0 12px; }
.arttext.reviews .macreview img { margin: 22px 0 18px; }
.arttext.reviews .daj img 			{ margin: 18px 0 14px; }
.arttext.reviews .thinkmac img  { margin: 12px 0 13px; }

.composer.reviews .macformat img    { margin: 13px 0 6px; }
.composer.reviews .macworld img     { margin: 14px 0 3px; }
.composer.reviews .macuser img      { margin: 18px 0 5px; }
.composer.reviews .mac360 img       { margin: 33px 0 7px; }
.composer.reviews .maccompanion img { margin: 30px 0 12px; }
.composer.reviews .macsimum img     { margin: 33px 0 16px; }

.disccover.reviews .macuser img    { margin: 13px 0 9px; }
.disccover.reviews .itenquirer img { margin: 35px 0 9px; }
.disccover.reviews .tuaw img       { margin: 10px 0 6px; }
.disccover.reviews .macnn img      { margin: 8px 0 8px; }
.disccover.reviews .mac360 img     { margin: 21px 0 12px; }
.disccover.reviews .macsimum img   { margin: 27px 0 14px; }

.swiftpublisher.reviews .macformat img    { margin: 18px 0 5px; }
.swiftpublisher.reviews .icreate img      { margin: 40px 0 20px; }
.swiftpublisher.reviews .macuser img      { margin: 22px 0 14px; }
.swiftpublisher.reviews .macdirectory img { margin: 26px 0 13px; }
.swiftpublisher.reviews .macsimum img     { margin: 39px 0 22px; }
.swiftpublisher.reviews .mac360 img       { margin: 22px 0 17px; }

.labelsaddresses.reviews .macworld img     { margin: 20px 0 3px; }
.labelsaddresses.reviews .macformat img    { margin: 15px 0 5px; }
.labelsaddresses.reviews .tidbits img      { margin: 18px 0 12px; }
.labelsaddresses.reviews .itenquirer img   { margin: 18px 0 5px; }
.labelsaddresses.reviews .macsimum img     { margin: 21px 0 5px; }
.labelsaddresses.reviews .maccompanion img { margin: 10px 0 9px; }

.liveinterior.reviews .toptentreviews img { margin: 15px 0 3px; }
.liveinterior.reviews .macformat img      { margin: 6px 0 0; }
.liveinterior.reviews .architosh img      { margin: 28px 0 8px; }
.liveinterior.reviews .macdirectory img   { margin: 15px 0 3px; }
.liveinterior.reviews .mac360 img         { margin: 29px 0 7px; }
.liveinterior.reviews .appstorm img       { margin: 29px 0 7px; }

/* RESOURCES*/

.resources .section .column p {
	margin-top: 19px;
}
.resources .section .column img {
	float: right;
	margin: 23px 0 0 20px;
}
.resources .section .column h3 {
	margin-bottom: -5px;
}
.resources p + h3 {
  margin-top: 22px;
}

.liveinterior.resources .section .column img {
  margin: 20px 15px 28px 0;
}
.liveinterior.objects3d h3  {
  margin-top: 27px;
  margin-bottom: -12px;
}
.liveinterior.objects3d p.note  {
  margin-top: 30px;
}

.liveinterior.partners h3  {
  margin-top: 27px;
  margin-bottom: -12px;
  color: red;
}

.liveinterior.partners h3 + a + p  {
  width: 680px;
}
.liveinterior.partners h3 + a img  {
  float: right;
  margin-top: 21px;
}



/* RESOURCES PAGES */

.articles ul.enumeration {
	margin-left: 0px;
	margin-bottom: 15px;
  list-style: none;
}

.articles #main ul ul,
.articles .main ul ul {
	list-style: disc;
	list-style-position: inside;
/* 	margin-left: 20px; */
	margin-bottom: 0px;
}
.colorwheel ul, .labelingdiscs ul, .databackup ul, .desktoppublishing ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
	margin-bottom: 30px;
}

.articles h2 {
	margin-top: 38px;
/* 	margin-bottom: 15px; */
}
.articles h3 {
/*   margin-top: 22px; */
font-weight: normal;
font-size: 20px;
line-height: 25px;
color: #000;
  margin-top:23px;
}

small {
	font-size: 11px;
}

.articles .center {
	display: block;
	margin: 30px auto;
}
.articles.smartshapes .right {
	display: block;
	float: right;
	padding-left: 30px;
	padding-top: 10px;
}

.articles .right {
	display: block;
	float: right;
	padding-left: 30px;
}

.articles .left {
	display: block;
	float: left;
	padding-right: 30px;
}

.articles.backup-popular .left {
  padding-bottom: 10px;
}

.articles .textblock {
  overflow:hidden;
}

.restoremanually code {
	font-weight: bold;
}

.restoremanually .change {
	color: #666666;
}	
.restoremanually .text {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
}

.articles ol {
	margin-bottom: 15px;
/* 	margin-left: 40px; */
	list-style-position: outside;
}
.restorewindows code {
	color: #666;

}

.articles.printshop .right {
	display: block;
	float: right;
	padding-left: 30px;
	margin-top: -45px;
}

.articles .grid4col { width: 822px; zoom: 1; margin-bottom: 9px; margin: 0 auto; margin-top: 20px;}
.articles .grid4col .column { width: 168px; margin-left: 50px;}
.articles .grid4col .column figcaption { margin-top: 3px;}
.articles .grid4col .column a img { display: block; width: 148px; height: 93px;  margin: 0 auto;  }
.articles .grid4col .column.first { margin-left: 0 !important; }


.clipart .clipart-gallery {
  width: 689px;
  padding: 2px 0 0 7px;
}
.clipart .clipart-gallery a {
  display: inline-block;
  width: 41px;
  height: 40px;
  margin-right: 1px;
  margin-left: -4px;
}
.clipart .clipart-gallery a:nth-child(12n) {
  margin-right: 0;
}
.clipart.articles h3 {
  margin-top: 35px;
}

.clipart .agriculture {
  background: url(/products/resources/img/additionalclipart/agriculture/agriculture_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .animals {
  background: url(/products/resources/img/additionalclipart/animals/animals_new.jpg) no-repeat 0 0;
  height: 261px;
}
.clipart .architecture {
  background: url(/products/resources/img/additionalclipart/architecture/architecture_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .art-culture {
  background: url(/products/resources/img/additionalclipart/art_culture/art_culture_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .backgrounds {
  background: url(/products/resources/img/additionalclipart/backgrounds/backgrounds_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .borders {
  background: url(/products/resources/img/additionalclipart/borders/borders_new.jpg) no-repeat 0 0;
  height: 46px;
}
.clipart .business-office {
  background: url(/products/resources/img/additionalclipart/business_office/business_office_new.jpg) no-repeat 0 0;
  height: 261px;
}
.clipart .cinema-media {
  background: url(/products/resources/img/additionalclipart/cinema_media/cinema_media_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .computers {
  background: url(/products/resources/img/additionalclipart/computers/computers_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .education-schools {
  background: url(/products/resources/img/additionalclipart/education_schools/education_schools_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .flora {
  background: url(/products/resources/img/additionalclipart/flora/flora_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .food {
  background: url(/products/resources/img/additionalclipart/food/food_new.jpg) no-repeat 0 0;
  height: 261px;
}
.clipart .fun {
  background: url(/products/resources/img/additionalclipart/fun/fun_new.jpg) no-repeat 0 0;
  height: 46px;
}
.clipart .health-medical {
  background: url(/products/resources/img/additionalclipart/health_medical/health_medical_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .holidays-celebrations {
  background: url(/products/resources/img/additionalclipart/holidays_celebrations/holidays_celebrations_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .house-home {
  background: url(/products/resources/img/additionalclipart/house_home/house_home_new.jpg) no-repeat 0 0;
  height: 261px;
}
.clipart .industry {
  background: url(/products/resources/img/additionalclipart/industry/industry_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .kids {
  background: url(/products/resources/img/additionalclipart/kids/kids_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .maps-flags {
  background: url(/products/resources/img/additionalclipart/maps_flags/maps_flags_new.jpg) no-repeat 0 0;
  height: 46px;
}
.clipart .military {
  background: url(/products/resources/img/additionalclipart/military/military_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .music {
  background: url(/products/resources/img/additionalclipart/music/music_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .nature {
  background: url(/products/resources/img/additionalclipart/nature/nature_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .ornament {
  background: url(/products/resources/img/additionalclipart/ornament/ornament_new.jpg) no-repeat 0 0;
  height: 46px;
}
.clipart .people {
  background: url(/products/resources/img/additionalclipart/people/people_new.jpg) no-repeat 0 0;
  height: 261px;
}
.clipart .pets {
  background: url(/products/resources/img/additionalclipart/pets/pets_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .religion-myth {
  background: url(/products/resources/img/additionalclipart/religion_myth/religion_myth_new.jpg) no-repeat 0 0;
  height: 46px;
}
.clipart .science-technology {
  background: url(/products/resources/img/additionalclipart/science_technology/science_technology_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .sport-fitness {
  background: url(/products/resources/img/additionalclipart/sport_fitness/sport_fitness_new.jpg) no-repeat 0 0;
  height: 175px;
}
.clipart .symbols {
  background: url(/products/resources/img/additionalclipart/symbols/symbols_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .things {
  background: url(/products/resources/img/additionalclipart/things/things_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .tools-hardware {
  background: url(/products/resources/img/additionalclipart/tools_hardware/tools_hardware_new.jpg) no-repeat 0 0;
  height: 89px;
}
.clipart .transportation {
  background: url(/products/resources/img/additionalclipart/transportation/transportation_new.jpg) no-repeat 0 0;
  height: 132px;
}
.clipart .travel-leisure {
  background: url(/products/resources/img/additionalclipart/travel_leisure/travel_leisure_new.jpg) no-repeat 0 0;
  height: 175px;
}

.articles.windowtypes h3, .articles.becoming-designer h3 {
  margin-top: 40px;
}
.articles .responsibilities {
  margin: 20px auto;
  padding-left: 0px;
}
.articles .responsibilities ul {
  width: 233px;
  margin-left: 0;
  float: left;
  
}

.articles.bitstreamfonts .font-gallery, .articles .nick-gallery {
  width: 820px;
  margin: 30px auto -20px;
}
.articles.bitstreamfonts .font-gallery img {
  widows: 148px;
  height: 93px;
  margin-bottom: 20px;
}

.articles.bitstreamfonts .font-gallery a {
  margin: 0 20px 0px -4px;
}
.articles .nick-gallery a {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin: 0 30px 40px 0;
  text-decoration: none;
}
.articles .nick-gallery figure {
  margin: 0;
}
.articles .nick-gallery img {
  width: 140px;
  height: 85px;
  margin-bottom: -10px;
}

.articles .nick-gallery figcaption {
  color: #555;
font-size: 13px;
text-align: center;
margin-top: 10px;
}
.articles .nick-gallery a:hover figcaption {
  color: #2778dc;
}

.articles.bitstreamfonts .font-gallery a:nth-child(5n), .articles .nick-gallery a:nth-child(5n) {
  margin-right: 0;
}

.articles.illustrations p > strong {
  font-size: 16px;
}


.articles.torn-paper-effect div.center {
  text-align: center;
}
.articles.torn-paper-effect div.center img {
  margin: 0 50px;
}
.articles.torn-paper-effect ol {
  font-size: 14px;
  margin-left: 35px;
  line-height: 20px;
}
.articles.torn-paper-effect ol li {
  margin-bottom: 10px;
}
.articles.torn-paper-effect ol li br {
  line-height: 30px;
}
.articles.torn-paper-effect li img.center {
  margin: 15px auto 30px;
}


.articles.dcpaper .labels br {
  line-height: 26px;
}

.articles.envelopes h4 {
  margin-top: 16px;
}

.articles.labelpaper img.left {
  padding-top: 15px;
}

.articles .note {
  line-height: 15px;
  font-style: italic;
}

.articles.envelopes .content-wrapper {
  margin: 30px 0;
}
.articles.envelopes .content-wrapper img, .articles.envelopes .content-wrapper .table {
  margin-left: 80px;
  float: left;
}

/* LI3D UPGRADE PRO */ 

.liveinterior #mas {
  margin: 25px 0 64px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  
}            
/* COMPANY */ 
      
.companypage.overview img {
	margin-top: -2px;
}
.companypage.overview p {
	margin-top: 21px;
}
.companypage.overview h3 {
	margin-top: 35px;
}


/*
.companypage.newsarchive h2 {
  margin-bottom: 14px;
  margin-top: 23px;
}
*/
/*
.companypage.newsarchive p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}
*/
.newsarchive h1 {
  margin-bottom: 23px;
}
.newsarchive h2 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 18px; 
  font-weight: bold;
  color:#262626; 
  letter-spacing: 0;
}
.news-month + h2 {
  margin-top: 50px;
}

.news-month {
  margin-bottom: 32px;
}
.news-string {
  clear: left;
}
.news-date {
  float: left;
  font-size: 11px;
  color: #666;
  line-height: 23px;


  margin-top: 1px;
}
.news-content {
  margin-left: 90px;
}
.old-news {
  margin-top: 30px;
}
.news-subscribe {
  float: right;
  width: 158px;
  padding: 0px 20px 34px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  margin-top: 36px;
}
.news-subscribe p {
  margin-top: -4px;
  margin-bottom: 5px;
}
.team-list {
	position: relative;
	width: 820px;
	margin-bottom: -20px;
	padding: 0;
}
.team-list-item {
	display: inline-block;
	width: 133px;
	vertical-align: top;
	margin-bottom: 17px;
}
.team-list-item:not(:nth-child(6n)) {
	margin-right: 4px;
}
.team-list-item img {
	width: 133px;
	height: 156px;
}
.team-list-item h4 {
	color: #000;
	font-weight: normal;
	margin-top: 4px;
}
.team-list-item p {
	color: #4c4c4c;
	font-size: 11px;
	line-height: 13px;
	margin-top: -7px;
}



.left {
  float: left;
}
.right {
  float: right;
}



.autoclear { 
	display: inline-block; 
}
.container:after, 
.main:after, 
.link-list:after,
.intro:after,
#main:after, 
.main:after, 
#upgradeform:after, 
#promotion:after, 
#container:after, 
#content:after,
.css-tabs:after,
.section:after,
.autoclear:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
hr {width: 100%; clear: both; margin: 30px 0 26px;}
.whatsnew hr {margin: 27px 0 34px;}
hr.empty {border: none; margin-bottom: 20px;}

/*
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
*/
/*  POP-UP WINDOW */
#window {
	width: 380px;
	background-color: #33363b;
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #d9d9da 100%);
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #d9d9da 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #d9d9da 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1, #d9d9da));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #d9d9da 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #d9d9da 100%);	
  display: none;
	padding: 30px 0px 37px;
  text-align: center;
}

#window h3 {
  font-weight: normal;
  padding-top: 5px;
  color: #4b4d51;
  text-shadow: 0 1px 1px #fff;
}
#window p {
  line-height: 20px;
  font-size: 13px;
  color: #787878;
  padding: 0 30px 4px;
}
#window p.post {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#window p, #window form input {
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
#window form input, #window {
  border-radius: 5px;
}
#window h3 + img {
  width: 380px;
  height: 10px;
  margin: 24px auto 3px;
}
#window form input {
  display: inline-block;
  border: 1px solid;
}
#window form input[type="email"] {
  width: 165px;
  color: #7a7a7a;
  font-size: 12px;
  border-color: #9f9f9f #dbdbdb #dcdcdc;
  box-shadow: inset 0 1px 0 0 rgba(223,233,223,1);
  padding: 7px 10px 6px;
  color: #404040;
  margin-top: 3px;
}

#window form input[type="submit"] {
  width: 105px;
  height: 31px;
  outline: none;
  border-color: #cecece #bcbcbc #999999;
  background-image: -ms-linear-gradient(top, #f6f8fa 0%, #e7e7e7 100%);
  background-image: -moz-linear-gradient(top, #f6f8fa 0%, #e7e7e7 100%);
  background-image: -o-linear-gradient(top, #f6f8fa 0%, #e7e7e7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f8fa), color-stop(1, #e7e7e7));
  background-image: -webkit-linear-gradient(top, #f6f8fa 0%, #e7e7e7 100%);
  background-image: linear-gradient(to bottom, #f6f8fa 0%, #e7e7e7 100%);	
  margin-left: 5px;
  box-shadow: 0 1px 0 0 rgba(202,202,202,1), inset 0 1px 1px 0 rgba(255,255,255,.97);
  color: #404040;
  font-size: 14px;
}

#window form input[type="submit"]:hover {
  color: #2778dc;
  cursor: pointer;
}
#window form input[type="submit"]:active {
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #f6f8fa 100%);
}
#close_x { 
  width: 13px; 
  height: 14px;
  position: absolute; 
  top: 15px; 
  right: 15px;
  background: transparent url(/shared/img/window_close.png) no-repeat;
  background-size: 13px 14px;
  text-indent: -999999em;
}
#close_x:hover {
  opacity: 0.6;
}
#window form input[type="email"].error, #window form input[type="email"]:focus.error {
  border: 1px solid #973d3d; 
	box-shadow: inset 0px 1px 1px rgba(176,97,97,.5); 
}
#window form input:focus {
	outline: none;
	border: 1px solid #6faee4;
	box-shadow: inset 0 1px 2px 0 rgba(180,180,180,1), 0 0 4px #6faee4;
}

/* CALLOUTS & BANNERS */
.callout {
	position: relative;
/* 	width: 378px; */
	border: 1px solid; 
	border-color: #e7e7e7 #cfcfcf #ababab;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 rgba(80,80,80,0.3), inset 0 1px 0 0 rgba(253,253,253,1); 
	background-color: #f3f3f3;
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(248,248,248,1)), to(rgba(238,238,238,.99)));
  background: -webkit-linear-gradient(linear, center top, center bottom, from(rgba(248,248,248,1)), to(rgba(238,238,238,.99)));
	background: -moz-linear-gradient(90deg, rgba(238,238,238,.99), rgba(248,248,248,1));
  background-image: -ms-linear-gradient(linear, center top, center bottom, from(rgba(248,248,248,1)), to(rgba(238,238,238,.99))); 
  background-image: -o-linear-gradient(linear, center top, center bottom, from(rgba(248,248,248,1)), to(rgba(238,238,238,.99))); 
  background-image: linear-gradient(linear, center top, center bottom, from(rgba(248,248,248,1)), to(rgba(238,238,238,.99))); 
}
.callout h3 {
color: #262626;
font-weight: bold;
line-height: 18px;
	font-size: 16px;
	margin-bottom: -4px;
}
.callout.update h3 {
  margin-top: 0;
}
.callout p {
	font-size: 13px; 
	color: #4c4c4c; 
	margin-bottom: 4px;
	line-height: 17px; 
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	overflow: hidden;
}
.callout.update p {
  margin-top: 10px;
}

/*
.callout.upgrade p {
	margin-right: 100px;
}
*/
/*new*/
.arttext.overview .callout {
  margin-top: 30px;
}
.composer.overview .callout {
  margin-top: 70px;
}
.disccover.overview .callout {
  margin-top: 50px;
}
.labelsaddresses.overview .callout {
  margin-top: 30px;
}
.swiftpublisher.overview .callout {
  margin-top: 50px;
}
/*___new*/
/*
.getbackup .callout.upgrade p {
	margin-right: 0;
}
.composer .callout.upgrade p {
	margin-right: 115px;
}
*/

.callout.review img {
	float: right; 
}
.arttext .callout.review img {
	margin: 10px 11px 0 15px;
}
.disccover .callout.review img {
	margin: 11px 16px 0 6px;
}
.labelsaddresses .callout.review img {
	margin: 4px 22px 0 10px;
}
.liveinterior .callout.review img {
	margin: 10px 11px 0 25px;
}
.swiftpublisher .callout.review img {
	margin: 6px 38px 0 25px;
}

/*
.callout.upgrade img {
	position: absolute;
}
*/
/*
.callout.upgrade img {
	right: 0;	
	bottom: 0;
}
*/
/*
.arttext .callout.upgrade img {
  bottom: 13px;
}
*/
.callout > a/* , .callout.update */  { 
	display: block;
	min-height: 99px;
	text-decoration: none;

}
.callout > a {
	padding: 18px 15px 18px 30px;
}

.callout.update {
/* 	width: 299px; */
	padding: 24px 55px 15px 30px;
	min-height: 99px;
}
.callout.update:after {
  content: "";
  display: block;
	width: 105px;
	height: 105px;
	position: absolute;
  background: url(/shared/img/ribbon_new.png) no-repeat 0 0;
  background-size: 105px 105px; 
	right: -4px;
	top: -5px;
}
.callout a .more, .callout a:hover .more {
	color: #2778dc;
}

.callout a:hover .more { 
	text-decoration: underline;
}
.callout a:hover p {
	color: #000;
}


/* FORMS */
.form {
	width: 390px; 
	margin: 10px auto 0; 
}

.form legend { 
	font-size: 15px; 
	font-weight: bold;
	padding: 21px 0 10px;
}
.submit-block {
  text-align: center;
}
.form input, .form textarea, .form .selector-short label { 
	display: block;
}
.form label {	
	font-size: 12px;
	color: #262626;
}
.form div {
  position: relative;
}
select {
  width: 362px;
  margin-bottom: 100px;
}
.selector-short select {
  width: 151px;
}
.form label[for="news"] {
 	display: block;
 margin: 18px 0 29px;
 overflow: visible;
}
.form .selector-short label {
	padding-top: 2px;
}
.form label.error, .form label > em, div.note em, .red {
	font-weight: bold;
	color: #c8000f;
}
.formhandler .red {
	color: #c8000f;
}
.form label > em, div.note em, .red { 
	font-style: normal; 
}
#registrationform fieldset {
  width: 394px !important;
}
.form label.error {
	font-size: 10px;
	color: #c8000f;
	float: right;
	margin-top: 2px;
/*
  position: absolute;
  right: 2px;
  top: 2px;
*/
}
.form input[type=text], .form input[type=email], .form textarea {
	width: 380px;
	font-size: 14px;
	margin: 1px 0 4px;
	padding: 5px 6px;
	color: #4a4a4a;
	text-shadow: 0 1px 0 #fff;
	-webkit-appearance:none;
	background-color: #eeeeee;
	box-shadow: inset 0 1px 2px 0 rgba(180,180,180,1); 

  border: none; 
	border-radius: 6px;
  border-top: 1px solid #c8c8c8; 
  border-bottom: 1px solid #e9e9e9; 

	box-shadow: inset  0 1px 1px 0 rgba(210,210,210,1);
}

.form input[disabled][type=text] {
  opacity: .5;
}
.form textarea { height: 100px; }
.support-form .form textarea, .contacts .form textarea { height: 150px; }

.form input:focus, .form textarea:focus  {
	outline: none;
	border: 1px solid #6faee4;
	box-shadow: inset 0 1px 2px 0 rgba(180,180,180,1), 0 0 4px #6faee4;
	padding: 5px 5px;
}
.form input.error, .form textarea.error, .form input.error:focus, .form textarea.error:focus {
	padding: 5px;

} 
.form input.error, .form textarea.error {
	border: 1px solid #c8000f;
}
.form input.error:focus, .form textarea.error:focus {
	outline: none;
	box-shadow:  inset 0 1px 2px 0 rgba(180,180,180,1), 0 0 4px #c8000f; 
}

.form input[type=submit] {
	width: 97px;
	padding: 5px;
	margin-top: 14px;
	font-size: 15px;
	color: #4c4c4c;
	border: 1px solid;
	border-color: #eaeaea #d9d9d9 #c2c2c2;
	border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248,248,248,1)), to(rgba(239,239,239,1)));
	background: -moz-linear-gradient(90deg, rgba(239,239,239,1), rgba(248,248,248,1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8fa', endColorstr='#e7e7e7',GradientType=0 ); 
	box-shadow: 0 1px 2px 0 rgba(50,50,50,0.2), inset 0 1px 1px 0 rgba(253,253,253,1); 
	text-shadow: 0 1px 3px #ffffff;
	outline: none;
	margin: 15px auto 0;
}	

.newsform .form input[type=submit] {
  width: 117px;
}

.form input[type=submit]:hover {
	color: #2778dc;
	cursor: pointer;
}
.form input[type=submit]:active, .form input[type=submit]:hover:active {
	border: none;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #bfbfbf;
	background: #bfbfbf;
	box-shadow: 0 1px 1px rgba(255,255,255,1), inset 0 1px 2px 0 rgba(110,110,110,0.69);
	outline: none;
}

div.nonprofproduct {
	position: relative;
	padding-bottom: 1px;
}
.nonprofproduct > div {
	position: relative;
}
.form .nonprofproduct label, .form .nonprofproduct input {
	position: absolute;
}
.form .nonprofproduct label {
	line-height: 34px;
	position: relative;
	top: 3px;
}
.form .nonprofproduct label.error {
	position: absolute;
	right: 0;
	top: -26px;
}
.form .nonprofproduct input {
	width: 100px;
	float: right;
	right: 0;
	top:0;
	clear: both;
	margin: 3px 0 1px;
}
.nonprofit .form input[type=submit] {
	margin-top: 17px;
}
.form .nonprofproduct input.error {
	border: none;
	padding: 6px 5px;
}
 .form.nonprofproduct input.error:focus {
	border: 1px solid #6faee4;
	box-shadow: inset 0 1px 2px 0 rgba(180,180,180,1), 0 0 4px #6faee4; 
	padding: 5px 4px;
}
.nonprofit .form {
	margin-top: -20px;
}




.newsform .form {
  margin: 19px 0 40px;
  clear: both;
}

.newsform .form div label[for="email"], .newsform .form input[type=email] {
  float: left;
	clear: both;
}
.newsform .form label.productname {	
	font-size: 15px;
  float: left;
	clear: both;
	vertical-align: top;
  height: 28px;

}

.newsform .form div:after {
    content: "";
    display: table;
    clear: both;
}

.newsform .form label.error[for="checkboxes"] {
  position: absolute;
  top: -20px;
  left: 31px;
  white-space: nowrap;
  text-align: left;
  float: left;
  margin-bottom: 5px;
}
.newsform .form label[for="ccnews"] {
 margin-bottom: 13px;
}
#subscribeform div {
  position: relative;
}
.newsform .form label.error[for="iemail"] {
   position: absolute;
  right: 0;
  top: -2px;
}
.newsform .form input[type=email] {
  width: 378px;
}
.newsform .note {
  overflow: hidden;
}
.captcha-wrapper {
  padding-top: 5px;

}
.captcha-wrapper img, .form  .captcha-wrapper input[type="text"]  {
  display: inline-block;
  vertical-align: middle;
}
.form .captcha-wrapper input[type="text"] {
  width: 235px;
  margin-left:15px; 
}
.captcha-wrapper .refresh-button {
  width: 16px;
  height: 16px;
}
.captcha-wrapper .refresh-button:hover {
  cursor: pointer;
}
.captcha-wrapper .captcha-image {
  margin-top: -2px; 
  margin-left:-7px; 
  padding-right:4px;
}


#OSchoice {
  margin: 2px 0 8px;
  position: relative;
}
#OSchoice label[for=platforms].error {
  position: absolute;
  right: 0;
}

#OSchoice .radio {
  margin-top: -4px;
}
#OSchoice .radio-label {
  display: inline-block;
  margin: 0 45px 0 -3px;
}
#OSchoice radio-label:last-child {
  margin-right: 0;
}


/* BUTTONS */
a.button {
	display: inline-block;
	outline: none;
	border: 1px solid;
	border-color: #eaeaea #d9d9d9 #c2c2c2;
	border-radius: 5px; 
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248,248,248,1)), to(rgba(239,239,239,1)));
	background: -moz-linear-gradient(90deg, rgba(239,239,239,1), rgba(248,248,248,1));
  background: -ms-linear-gradient(top, rgba(248,248,248,1)0%,rgba(239,239,239,1) 100%); /* IE10+ */	
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 2px 0 rgba(50,50,50,0.2), inset 0 1px 1px 0 rgba(253,253,253,1); 
	color: #4a4a4a;
	font-family: "myriad-pro";
	vertical-align: baseline;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	text-decoration: none;
}
a.button:not(.subscribe) { font-size: 15px; }
a.button.promo, a.button.subscribe { float: left; }

a.button.promo {
	min-width: 133px;
	padding: 7px 0 9px;
	margin-right: 10px;
}
a.button.subscribe {
  margin-top: 4px;
	min-width: 124px;
	font-size: 13px;
	line-height: 13px;
	padding: 4px 0 7px;
}
a.button.buyupgrade {
	min-width: 153px;
	padding: 6px 10px 9px ;
  margin: 15px 0 25px;
}
#storepage .button {
	width: 158px;
	margin-top: 1px;
	padding: 2px 0 2px;

}
a.button:hover { color: #2778dc;}
a.button:active:not(.buyupgrade) {
	padding-left: 1px;	
	padding-right: 1px;
}
a.button:active {	
	border: none;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #bfbfbf;
  background: #bfbfbf;
  -webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1), inset 0 1px 2px 0 rgba(110,110,110,0.69);
  -moz-box-shadow:  0 1px 1px 0 rgba(255,255,255,1), inset 0 1px 2px 0 rgba(110,110,110,0.69);
  text-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 2px 0 rgba(110,110,110,0.69);
}
a.button.buyupgrade:active {
	padding: 6px 11px 9px;
}
#storepage .button:active {
	padding-left: 1px;	
	padding-right: 1px;
}
a.button-pro {
  display: block;
  width: 167px;
  height: 49px;
  margin: 0 auto 0;
  background: url(/shared/img/button_buy_pro.png) no-repeat -2px -5px;
  background-size: 172px 162px;
  text-indent: -9999em;
}
a.button-pro:hover {
  background-position: -2px -57px;
}
a.button-pro:active {
  background-position: -2px -109px;
}


.buttons-row {
}
.composer .buttons-row, .arttext.plugin .buttons-row {
  text-align: center;
  margin-top: 40px;
}
.buttons-row a {
  display: inline-block;
}
a.button-download-at, a.button-buy-at {
  width: 248px;
  height: 52px;
  margin: 0 auto 0;
  background-size: 248px 157px;
  text-indent: -9999em;
}
a.button-download-at {
  background: url(/products/arttext/media/img/button_download_at.png) no-repeat 0 0;
  margin-right: 130px;
}
a.button-buy-at {
  background: url(/products/arttext/media/img/button_buy_at.png) no-repeat 0 0;
}
a.button-download-at:hover, a.button-buy-at:hover {
  background-position: 0 -52px;
}
a.button-download-at:active, a.button-buy-at:active {
  background-position: 0 -104px;
}


/* TABLES */

.table.center {
	margin: 19px auto 35px;
}
.imagetricks.proversion .table {
  margin-bottom: 22px;
}

.nonprofit .table  {
  margin-bottom: 52px;
}
.nonprofit .table, .disccover.edition .table {
  margin-top: 20px;
}
.disccover.edition .table, .getbackup.edition .table {
  margin-bottom: 57px;
}

/*width-820*/
.width-820 {
	width: 820px;
}
.width-550 {
	width: 550px;
}
.width-750 {
	width: 750px;
}
.width-300 {
	width: 300px;
}

.table td {
	color: #595959;
	border-bottom: 1px solid #f3f3f3;
	font-size: 13px;
 	padding: 6px 0 6px;
	vertical-align: middle;
}

.table th {
	color: #333;
	font-size: 14px;
	padding: 7px 0 7px;
	background-color: #ececed;
}

.table th:not(:first-child), .table td:not(:first-child), .series td:first-child, .series th:first-child {
	text-align: center;
}

.table th:first-child, .table td:first-child {
	text-align: left;
}

.table tr:hover  {
	background-color: #f3f3f3;
}

.table th:first-child {
	border-top-left-radius: 4px;
}
.table th:last-child {
	border-top-right-radius: 4px;
}
caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.plus, .minus {
	text-indent: -9999em;
	background: transparent url(/shared/img/table_signs.png) no-repeat;
	background-size: 24px 12px;
	width: 12px;
	height: 12px;
	margin: 0 auto;
}
.plus {
	background-position: 0 0;
}
.minus {
	background-position: right 0;
}

/* col-width-1 340/240/240*/
.col-width-1 th:not(:first-child), .col-width-1 td:not(:first-child) {
	width: 240px;
}
.col-width-1 th:first-child, .col-width-1 td:first-child,
.col-width-2 th:first-child, .col-width-2 td:first-child,
.col-width-3 th:first-child, .col-width-3 td:first-child,
.col-width-5 th:first-child, .col-width-5 td:first-child,
.articles.envelopes .col-width-4 th:first-child, .articles.envelopes .col-width-4 td:first-child {
	padding-left: 30px;
}
.col-width-1 th:first-child, .col-width-1 td:first-child {
	width: 310px;
}

.disccover.edition .col-width-1 td:first-child {
	width: 280px;
	padding-left: 50px;
}
.disccover.edition .col-width-1 td:first-child strong {
 margin-left: -20px;
}

/* col-width-2 220/300/300 */
.col-width-2 th:not(:first-child), .col-width-2 td:not(:first-child) {
	width: 300px;
}
.col-width-2 th:first-child, .col-width-2 td:first-child {
	width: 190px;
}

.width-300.col-width-2 th:not(:first-child), .width-300.col-width-2 td:not(:first-child) {
	width: 200px;
}
.width-300.col-width-2 th:first-child, .width-300.col-width-2 td:first-child {
	width: 70px;
  font-weight: bold;
}


/* col-width-3 250/190/190/190 */
.col-width-3 th:not(:first-child), .col-width-3 td:not(:first-child) {
	width: 190px;
}
.col-width-3 th:first-child, .col-width-3 td:first-child {
	width: 220px;
}
/* col-width-3 250/190/190/190 */
.col-width-5 th:not(:first-child), .col-width-5 td:not(:first-child) {
	width: 200px;
}
.col-width-5 th:first-child, .col-width-5 td:first-child {
	width: 120px;
}
/* col-width-4 60/95/95... */
.col-width-4 th, .col-width-4 td {
	font-size: 12px;
}
.col-width-4 th:not(:first-child), .col-width-4 td:not(:first-child) {
	width: 95px;
}
.col-width-4 th:first-child, .col-width-4 td:first-child {
	width: 60px;
	text-align: center;
}


.articles.envelopes .col-width-4 th, .articles.envelopes .col-width-4 td {
  width: 150px;
}

.articles.envelopes .col-width-4 th:first-child, .articles.envelopes .col-width-4 td:first-child {
  text-align: left;
  font-weight: bold;
  padding-left: 30px;
  width: 70px;
}
.articles.envelopes .col-width-4 th:last-child, .articles.envelopes .col-width-4 td:last-child {
  text-align: left;
  padding-left: 30px;
  width: 300px;
}

.articles.envelopes .col-width-4 th, .articles.envelopes .col-width-4 td {
  width: 150px;
}

.magnification td:first-child {
	background-color: #ececed;
}
.magnification th:first-child {
	text-align: left;
}
.abcseries .table {
	display: inline-block;
	width: 250px;
}
.abcseries .table:not(:first-child) {
	margin-left: 30px;
}

.labelprinters .table {
	margin-top: 25px;
	margin-bottom: 30px;
}
.labelprinters tbody td:first-child {
	font-weight: bold;
}

/* CONTACTS */
.contacts h1 {
	margin-bottom: 10px;
}

.contacts h2 {
	margin-bottom: 15px;
}

.contact-section {
	margin-bottom: 65px;
}
.contact-section h3 {
	margin-bottom: 5px;
	margin-top: 19px;
	font-size: 17px;
}
.contact-section p {
	margin-bottom: 5px;
}
.contact-section p em {
	font-size: 12px;
	font-style: normal;
}
.contact-section .us-office {
	margin-top: 9px;
}
.contact-section .phone-us {
	margin-top: 29px;
}

.social-media img {
	display: inline-block;
	margin: 6px 4px 0 auto;
	width: 34px;
	height: 34px;
}

/* STORE & PRODUCTS */
.css-tabs {
  display: inline-block;
  font-size: 12px;
  padding: 0;
}

#productspage .css-tabs {
  margin: -8px 0 28px 1px;
}

#storepage .css-tabs {
  margin: -8px 0 51px 1px;
}
.css-tabs li {
  display: inline-block;
  position: relative;
}
.css-tabs li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  background: rgb(234,234,234);
  background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(190,190,190,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(190,190,190,1)));
  background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bebebe',GradientType=0 );
}

.css-tabs li a {
  color: #2a2c2e;
  text-decoration: none;
/*   padding: 4px 15px 3px 14px; */
  padding: 0 15px 0 14px;
  display: block;
  background: rgb(251,252,253);
  background: -moz-linear-gradient(top,  rgba(247,248,251,1) 0%, rgba(230,230,230,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,248,251,1)), color-stop(100%,rgba(230,230,230,1)));
  background: -webkit-linear-gradient(top,  rgba(247,248,251,1) 0%,rgba(230,230,230,1) 100%);
  background: -o-linear-gradient(top,  rgba(247,248,251,1) 0%,rgba(230,230,230,1) 100%);
  background: -ms-linear-gradient(top,  rgba(247,248,251,1) 0%,rgba(230,230,230,1) 100%);
  background: linear-gradient(to bottom,  rgba(247,248,251,1) 0%,rgba(230,230,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfd', endColorstr='#e7e7e7',GradientType=0 );
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: inset 0 1px 0px rgba(251,252,253,1), 0 1px 0px rgba(228,228,228,1), 0 2px 0px rgba(246,246,246,1);
}

.css-tabs li:first-child a {
  border: 1px solid;
  border-color: #ececec #dbdcdc #c0c0c0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 0;
  padding-left: 21px;
}
.css-tabs li:last-child a {
  border: 1px solid;
  border-color: #ececec #dbdcdc #c0c0c0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 0;
  padding-right: 19px;
}

.css-tabs li a.current {
  border-color: #bababa #c4c4c4 #c0c0c0;
  background: #d4d4d4;
  box-shadow: inset 0 1px 0px rgba(193,193,193,1),  inset 0 2px 0px rgba(205,205,205,1), 0 1px 0px rgba(220,220,220,1);
  text-shadow: 0 1px 0 rgba(223,223,223,1)
}
.css-tabs li a:hover, .css-tabs li a.current {
  color: #2778dc;
}
.css-tabs li a.current:hover {
  cursor: default;
}



#productspage .css-panes {
	margin-bottom: -20px;
}
#productspage .css-panes h2 {
	margin-top: 23px;
}

.product-list {
	position: relative;
	width: 820px;
	padding: 0;
}
.product-list li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 26px;
}

.product-list li a {
  display: block;
}

.product-list li a:hover {
  text-decoration: none;
}
.product-list li div {
	width: 204px;
	padding-right: 1px;
	overflow: hidden;
	background: transparent url(/shared/img/border.gif) no-repeat top right;
	background-size: 1px 198px;
}
#storepage .product-list {
  margin-bottom: -26px;
}
#storepage .product-list li div:not(.product-big) {
	height: 181px;
}

#productspage .product-list li div:not(.product-big) {
	height: 166px;
	overflow: visible;
}


#storepage .product-list .product-big {
	min-height: 198px;
	height: 198px;
}
#productspage .product-list .product-big {
	min-height: 184px;
	height: 184px;
	overflow: visible;
}
.product-list li a .price {
	display: block;
	color: #4c4c4c;
	background-color: #e6e6e6;
	font-size: 12px;
	min-height: 26px;
	line-height: 26px;
	word-spacing: 2px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	border-right: 1px solid #ffffff;
}

.product-list li:last-child div, 
.product-list li:nth-child(4n) div {
	width: 203px;
	background: none;
}

.product-list li:last-child .price, 
.product-list li:nth-child(4n) .price {
	border: none;
}
.product-list h4 {
  margin-top: 3px;
	font-size: 17px;
	font-weight: normal;
}
.product-list a:hover h4 {
  color: #2778dc;
}
.product-list p {
	font-size: 12px;
	color: #666;
	margin-top: -6px;
}


/* store product page*/
.borderbottom {
	padding-bottom: 19px; 
  margin-bottom: 26px;
	border-bottom: 1px solid #e9e9ea;
}
.storepage.imagetricks .borderbottom {
	padding-bottom: 50px; 
}
.store-choice:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.store-choice:first-child {
  margin-top: 23px;
}
.store-choice > div {
	float: left;
}
.one { 
	width: 200px;
	padding-right: 20px;
}
.two { 
	width: 421px;
	padding-right: 19px;
}
.three { 
	width: 160px;
}

.three img {
  float: right;
}

.store-choice .one .note {
	margin-top: -9px;
  line-height: 14px;
}
.store-choice h3:not(.middle-string) {
	margin-top: 1px;
}

.store-choice h3.middle-string {
	margin-top: 6px;
}
.store-choice .two .note {
	color: #595959;
	line-height: 15px;
	padding-top: 8px;
	line-height: 20px;
	margin-top: 0;
}

.store-badges {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin-top: 31px;
}
.store-badges a {
  margin-right: 18px;
}
.store-badges a:last-child {
  margin-right: 0;
}

.store-badges img {
  width: 191px;
  height: 58px;
}


.nonprofit h2 {
	margin-top: 45px;
}
.nonprofit #main ol, .nonprofit #main ul, .companypage.overview #main ul,
.nonprofit .main ol, .nonprofit .main ul, .companypage.overview .main ul {
	margin-left: 35px;
	margin-top: 7px;
}
.nonprofit #main ul, .companypage.overview #main ul,
.nonprofit .main ul, .companypage.overview .main ul {
 	list-style: disc;
}
.nonprofit #main ol,
.nonprofit .main ol {
 	list-style: decimal;
}
.nonprofit #main ol, .nonprofit #main ul, .nonprofit h5,
.nonprofit .main ol, .nonprofit .main ul, .nonprofit h5 {
	font-size: 12px;
}
.nonprofit h5 {
  margin-bottom: -6px;
  margin-top: 6px;
}
.nonprofit h4 + h5 {
  margin-top: 7px;
}
.nonprofit h4 {
  margin-top: 24px;
}

/* SUPPORT */

.product-support { 
	width: 292px;
	margin: 24px 0 42px;
	border-right: 1px solid #d3d3d3;
	padding: 0;
	padding-right: 20px;
	list-style-type: none;
} 
.product-support .supportitem {
	position: relative;
	text-indent: 20px;
	line-height: 30px;
	font-size: 16px;
} 


.product-support .supportitem, 
.product-support .supportitem.active:hover {
	color: #262626;
}
.product-support li:hover {
	cursor: pointer;
	color: #2778dc;
}
.product-support .supportitem a[href*="livehome3d.com"] {
	color: #262626;
}
.product-support .supportitem a[href*="livehome3d.com"]:hover {
	color: #2778dc;
  text-decoration: none;
}
.product-support .supportitem.active:hover {
  cursor: default;
  color: #fff;
}
.product-support .supportitem.active {
	background-color: #ccc;
	color: #fff;
	border-radius: 4px;
}
.product-support .supportitem.active:after, .product-support .supportitem.active:before {
	right: -21px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.product-support .supportitem.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.product-support .supportitem.active:before {
	border-color: rgba(211, 211, 211, 0);
	border-right-color: #d3d3d3;
	border-width: 11px;
	margin-top: -11px;
}

.product-support .supportitemlist {
	display: none;
	white-space: nowrap;
	position: absolute;
	left: 313px;
 	top: 2px; 
 	padding-left: 10px;
 	list-style-type: none;
}

.product-support .supportitemlist a {
  color: #2778dc;
  text-decoration: none;
  position: relative;
  line-height: 30px;
  font-size: 15px;
  padding-left: 30px;
}
.product-support .supportitemlist a:hover {
  text-decoration: underline;
}
.supportitemlist a:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 27px;  
	background: url(/shared/img/support_icons.png) no-repeat;
	background-size: 130px 54px;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.supportitemlist a.support-video:before {
  background-position: 0 -27px;
}
.supportitemlist a.support-video:hover:before {
  background-position: 0 0;
}
.supportitemlist a.support-docs:before {
  background-position: -26px -27px;
}
.supportitemlist a.support-docs:hover:before {
  background-position: -26px 0;
}
.supportitemlist a.support-help:before {
  background-position: -52px -27px;
}
.supportitemlist a.support-help:hover:before {
  background-position: -52px 0;
}
.supportitemlist a.support-forum:before {
  background-position: -78px -27px;
}
.supportitemlist a.support-forum:hover:before {
  background-position: -78px 0;
}
.supportitemlist a.support-form:before {
  background-position: -104px -27px;
}
.supportitemlist a.support-form:hover:before {
  background-position: -104px 0;
}


.supportitem:last-child .supportitemlist {
	margin-top: -124px;
}
.supportitem:nth-last-child(3) .supportitemlist {
	margin-top: -24px;
}

.hide {
    display:none;
}
.show {
    display:block;
}


/* SLIDES */
.big-screenshots {
  width: 822px; 
  position: relative;
}
/*
.imagetricks .big-screenshots {
  margin: 45px auto 69px;
}
*/
.liveinterior .big-screenshots, .imagetricks .big-screenshots {
/*   margin: 75px auto 60px; */
  margin-bottom: 30px;
}
.liveinterior .small-screenshots {
  margin-top: -30px;
  position: relative;
}

.slides a.browse {
  position: absolute;
  width: 19px;
  height: 52px;
  background: transparent url(/shared/img/slider_arrows_flat.png) no-repeat;
  background-size: 76px 52px;
  margin-top: -46px;
  cursor: pointer;
}

.liveinterior.overview .slides a.browse {
  top: 273px;
}
.imagetricks.overview .slides a.browse {
  top: 290px;
}

.slides a.left {
  background-position: -19px top;
  left: -37px;
}
.slides a.left:hover, .slides a.left:active { 
  background-position: 0 top; 
}
.slides a.left:active {
  left: -38px;
}
.slides a.right { 
  background-position: -38px top;
  right: -37px;
}
.slides a.right:hover, .slides a.right:active {
  background-position: right bottom;
}
.slides a.right:active { 
  right: -38px;
}
.slides a.disabled {
  visibility:hidden !important;
}
.small-screenshots.slides {
  position: relative;
}
.images-wrap {
    position: relative;
    width: 390px;
    height: 310px;
    float: left;
}
.images-wrap img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 310px;
}

.liveinterior.win .small-screenshots {
  margin-top: 40px;
}

.liveinterior.win .images-wrap {
    width: 375px;
    height: 201px;
}
.liveinterior.win .images-wrap img {
    width: 375px;
    height: 201px;
}


.slides .scrollable {
  position: relative;
  overflow: hidden;
}
.big-screenshots.slides .scrollable, .big-screenshots.slides .items img {
  width: 822px;
  height: 545px;
}
.liveinterior.win .big-screenshots.slides .scrollable, .liveinterior.win .big-screenshots.slides .items img {
  width: 822px;
  height: 494px;
}
.liveinterior.win .big-screenshots {
  margin-top: 20px;
}
.slides .scrollable .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.slides .items img {
  float: left;
}
.slides .scrollable .active {
  position: relative;
  cursor: pointer;
}

.slides .navi {
  list-style: none; 
  width:100%;
  text-align: center;
  padding: 0;
}

.slidetabs {
  clear: both;
}
.big-screenshots.slides .navi {
	margin-top: 16px;
}
.small-screenshots.slides .navi {
	line-height: 8px;
	padding-bottom: 7px;
	padding-top: 5px;
}
.slides .navi li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.slides .navi li a {
  display: block;
	width: 8px;
	height: 8px;
/* 	background: transparent url(/shared/img/slider_dot.png) no-repeat left bottom;
	background-size: 13px 26px; */
  background: #fff;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
	text-indent: -99999em;
	margin: 0 5px;
}

.slidetabs li a.current,
.slides .navi li.active a {
/* 	background-position: left top; */
  background: #629eeb;
  border: 1px solid #629eeb;
}
.slidetabs li a:hover,
.slides .navi li a:hover {
  background: /* #629eeb */ rgba(98,158,235,.5);
  border: 1px solid #8e8e8e;
/*   opacity: .7; */
}

@media (-webkit-min-device-pixel-ratio: 2) {
.slides a.browse {
  background-image: url(/shared/img/slider_arrows@2x.png);
  background-size: 42px 104px;
}
}



.sitemap h2 {
  margin-bottom: 13px;
}
.sitemap hr {
  margin: 10px auto 24px; 
}
.sitemap-column {
  display: inline-block;
  width: 245px;
  margin-left: 42px;
  vertical-align: top;
  margin-bottom: 13px;
}
.sitemap-column:nth-child(3n+1) {
  margin-left: 0;
}
.sitemap-column h3 {
  font-size: 15px;
  margin-bottom: 2px;
}
.sitemap p {
  font-size: 13px;
}

.sitemap-column p {
  margin-left: 10px;
}


#window form ::-webkit-input-placeholder { color: #7a7a7a; }
#window form :-moz-placeholder           { color: #7a7a7a; }
#window form ::-moz-placeholder          { color: #7a7a7a; }
#window form :-ms-input-placeholder      { color: #7a7a7a; }







/* PRINTWORKS */
.main {
/*
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
*/
}

/*
.printworks .main {
	width: 820px;
	padding: 53px 70px 79px;
}
*/

.printworks #subheader #subheader-menu {
  right: 68px;
}

.subheader-buttons {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
	position: absolute; 
	top: 34px;
	right: 69px; 
	z-index: 1023; 
	margin: 0;
	padding: 0;
}

.subheader-buttons li {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.subheader-buttons li:last-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  background: rgb(234,234,234);
  background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(190,190,190,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(190,190,190,1)));
  background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(190,190,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bebebe',GradientType=0 );
	z-index: 1024; 
}

.subheader-buttons li a {
  color: #2a2c2e;
  text-decoration: none;
  padding: 3px 0;
  display: block;
  background: rgb(251,252,253);
  background: -moz-linear-gradient(top,  rgba(247,248,251,1) 0%, rgba(231,231,231,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,248,251,1)), color-stop(100%,rgba(231,231,231,1)));
  background: -webkit-linear-gradient(top,  rgba(247,248,251,1) 0%,rgba(231,231,231,1) 100%);
  background: -o-linear-gradient(top,  rgba(247,248,251,1) 0%,rgba(231,231,231,1) 100%);
  background: -ms-linear-gradient(top,  rgba(247,248,251,1) 0%,rgba(231,231,231,1) 100%);
  background: linear-gradient(to bottom,  rgba(247,248,251,1) 0%,rgba(231,231,231,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfd', endColorstr='#e7e7e7',GradientType=0 );
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: inset 0 1px 0px rgba(251,252,253,1), 0 1px 0px rgba(0,0,0,0.078), 0 2px 0px rgba(0,0,0,.038);

  border-color: #bababa #c4c4c4 #c0c0c0;

	font-family: "myriad-pro", "Lucida Grande", Lucida, Verdana, sans-serif;
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.subheader-buttons li:first-child a {
  border: 1px solid;
  border-color: #ececec #dbdcdc #c0c0c0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 0;
  padding-left: 13px;
  padding-right: 7px;
}
.subheader-buttons li:last-child a {
  border: 1px solid;
  border-color: #ececec #dbdcdc #c0c0c0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 0;
  padding-left: 7px;
  padding-right: 13px;
}

.subheader-buttons li a:active {
  background: #d4d4d4;
  text-shadow: 0 1px 0 rgba(223,223,223,1)
  color: #2778dc;
  border: none;
  border-color: transparent;
}
.subheader-buttons li:first-child a:active {
  box-shadow: inset 0 1px 0px rgba(0,0,0,.084),  inset 0 2px 0px rgba(0,0,0,.146), inset 0 3px rgba(0,0,0,.07), inset -2px 0 rgba(0,0,0,.07);
  padding-left: 14px;
}

.subheader-buttons li:last-child a:active {
  box-shadow: inset 0 1px 0px rgba(0,0,0,.084),  inset 0 2px 0px rgba(0,0,0,.146), inset 0 3px rgba(0,0,0,.07), inset 1px 0 rgba(0,0,0,.07);
  padding-right: 14px;
}
.subheader-buttons li a:hover {
  color: #2778dc;
}


.subheader-buttons li div {
	display: none;
	position: absolute;
	top: 38px;
	left: 1px;
	background-color: rgba(96,96,96,.95); 
	font-size: 11px;
	color: #bbbbbc;
	padding: 15px 20px;
	border-radius: 4px;
	white-space: nowrap;
	line-height: 18px;
}
.subheader-buttons li div strong {
  color: #eaeaea;
}
.subheader-buttons li.button-right div {
  left: -74px;
}
.subheader-buttons li:hover div {
	display: block; 
}
.subheader-buttons li div:after{
  top: -14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(96,96,96,.95);
  border-width: 7px;
}
.subheader-buttons li.button-left div:after {
  left: 40px;
}
.subheader-buttons li.button-right div:after {
  left: 100px;
}
.subheader-buttons li:hover:active div {
 	top: 36px;
}




.printworks .intro {
/*   margin-bottom: 17px; */
}
/*
.printworks .intro p {
  line-height: 25px;
  width: 510px;
  margin-bottom: 15px;
}
*/

/*
.printworks .intro .sublime {
  top: 4px;
  right: -3px;
  position: relative;
  float: right;
}
*/

.printworks .intro .play-button {
  top: 75px;
  left: 69px;
}

/*
.printworks .main h2 {
  text-transform: uppercase;
  color: #7d7d7b;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 19px;
}
*/


/*

.printworks.overview .scrollable-wrap {
  width: 960px;
  height: 220px;
  background-color: #dedede;
  
}
*/





.printworks.comparison .table#table-caption {
  margin-top: 40px;
}
#table-caption {
  position: relative;
}

.printworks.comparison .col-width-3 th:first-child, .printworks.comparison .col-width-3 td:first-child {
  width: 415px;
}
.printworks.comparison .col-width-3 th:not(:first-child), .printworks.comparison .col-width-3 td:not(:first-child) {
  width: 135px;
}

.printworks.comparison .topic {
  padding-top: 30px;
  font-weight: bold;
}

.downloads h1 {
  display:inline-block;
  text-indent:-1px;
}


.button-wrapper {
  margin-top: 10px;
}
.arttext.plugin .button-wrapper {
  margin-top: 30px;
}
.button-wrapper.centered {
  text-align: center;
}
a.button-new, .printworks.crossgrade button, .button-submit {
  position: relative;
  display: inline-block;
  line-height: 35px;
  text-decoration: none;
/*   width: 118px;   */
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


a.button-new.white {
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}


.overview .intro a.button-new, .liveinterior.proversion a.button-new, .renderboost a.button-new, .proversion a.button-new, .arttext.plugin a.button-new {
  line-height: 50px;
  font-size: 17px;
  padding: 0 20px;
  margin-top: 8px;
/*   margin-bottom: 43px; */
}
.overview a.button-new.grey, .liveinterior.proversion a.button-new.grey, .arttext.plugin a.button-new.grey, .downloads a.button-new.grey {
  box-shadow: inset 0 0 0 1px #bebebd;
  color: #7d7d7b;
  -webkit-transition: color 0.3s ease, box-shadow 0.1s ease;
  -moz-transition: color 0.3s ease, box-shadow 0.1s ease;
  transition: color 0.3s ease, box-shadow 0.1s ease;
}
.overview .intro a.button-new.grey, .liveinterior.proversion a.button-new.grey, .renderboost a.button-new.grey {
  margin-left: 20px;
}
.arttext.plugin a.button-new.grey {
  margin-left: 60px;
}
a.button-new.white:hover, .overview  a.button-new.grey:hover, .liveinterior.proversion  a.button-new.grey:hover, .arttext.plugin  a.button-new.grey:hover, .downloads a.button-new.grey:hover {
  box-shadow: inset 0 0 0 1px #0395ff;
  color: #0395ff;
}
.downloads a.button-new {
  padding: 0 19px 0 19px;
}
.downloads a.button-new.grey {
  padding: 0 51px;
  float: right;
  margin-top: 42px;
  margin-left: 90px;
}
.getbackup.downloads a.button-new.grey {
  padding: 0 50px;
}
.imagetricks.downloads a.button-new.grey {
  padding: 0 30px;
}
.hero a.button-new {
  text-transform: none;
  letter-spacing: 0;
/*   -webkit-font-smoothing: subpixel-antialiased; */
}
.hero .green {
  padding: 0 21px 0 22px;
}
.hero .blue {
  padding: 0 38px;
  margin-left: 10px;
}


.printworks.overview .buttons-wrapper {
  text-align: center;
  margin: 15px auto 30px;
}
.printworks.overview .buttons-wrapper a.button-new {
  line-height: 60px;
  font-size: 24px;
  padding: 0 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.printworks.overview .buttons-wrapper a.button-new.grey {
  margin-left: 30px;
}

a.button-new.blue, .printworks.crossgrade button, .button-submit {
  background: rgb(0,188,251); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,188,251,1) 0%, rgba(10,169,225,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,188,251,1)), color-stop(100%,rgba(10,169,225,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,188,251,1) 0%,rgba(10,169,225,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,188,251,1) 0%,rgba(10,169,225,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,188,251,1) 0%,rgba(10,169,225,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,188,251,1) 0%,rgba(10,169,225,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcfb', endColorstr='#0aa9e1',GradientType=0 ); /* IE6-9 */
}
a.button-new.blue:hover, .printworks.crossgrade button:hover, .button-submit:hover {
  background: rgb(10,169,225); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(10,169,225,1) 0%, rgba(0,188,251,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,169,225,1)), color-stop(100%,rgba(0,188,251,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(10,169,225,1) 0%,rgba(0,188,251,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(10,169,225,1) 0%,rgba(0,188,251,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(10,169,225,1) 0%,rgba(0,188,251,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(10,169,225,1) 0%,rgba(0,188,251,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa9e1', endColorstr='#00bcfb',GradientType=0 ); /* IE6-9 */
}
a.button-new.green {
  background: rgb(113,180,18);
  background: -moz-linear-gradient(top,  rgba(113,180,18,1) 0%, rgba(2,166,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,180,18,1)), color-stop(100%,rgba(2,166,0,1)));
  background: -webkit-linear-gradient(top,  rgba(113,180,18,1) 0%,rgba(2,166,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(113,180,18,1) 0%,rgba(2,166,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(113,180,18,1) 0%,rgba(2,166,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(113,180,18,1) 0%,rgba(2,166,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b412', endColorstr='#02a600',GradientType=0 );
}
a.button-new.green:hover {
  background: rgb(2,166,0);
  background: -moz-linear-gradient(top,  rgba(2,166,0,1) 0%, rgba(113,180,18,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,166,0,1)), color-stop(100%,rgba(113,180,18,1)));
  background: -webkit-linear-gradient(top,  rgba(2,166,0,1) 0%,rgba(113,180,18,1) 100%);
  background: -o-linear-gradient(top,  rgba(2,166,0,1) 0%,rgba(113,180,18,1) 100%);
  background: -ms-linear-gradient(top,  rgba(2,166,0,1) 0%,rgba(113,180,18,1) 100%);
  background: linear-gradient(to bottom,  rgba(2,166,0,1) 0%,rgba(113,180,18,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a600', endColorstr='#71b412',GradientType=0 );
}

a.button-new:active, .printworks.crossgrade button:active, .button-submit:active {
  top: 1px;
}
.printworks.crossgrade button, .button-submit {
  border: none;
  outline: none;
}
.printworks.crossgrade button, .printworks.crossgrade a.button-new, .button-submit, .formhandler a.button-new {
  padding: 0 20px;
}
.printworks.crossgrade button, .printworks.crossgrade a.button-new, .button-submit {
  margin-top: 20px;
}
.formhandler a.button-new {
  margin-top: 13px;
}
.printworks.crossgrade button:hover {
  cursor: pointer;
}
.storepage.buy a.button-new {
  width: 100%;
  text-align: center;
  margin-top: -1px;
  line-height: 35px;
}
.info-icon {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  margin-left: 50px;
  letter-spacing: 1px;
  position: relative;
}
.info-icon, .info-icon:visited {
  color: #7f7f7f;
}
.info-icon:before {
  content: "";
  background: transparent url(/shared/img/list_icon_info.png) no-repeat 0 0;
  background-size: 22px 49px;
  display: block;
  width: 22px;
  height: 23px;
  position: absolute;
  left: -25px;
  top:50%;
  margin-top: -11px;
  
}

.build-number {
  color: #a4a4a2;
  font-size: 11px;
  margin-top: -23px;
}
.info-icon:hover:before {
  background-position: 0 -26px;
}
.printworks.comparison .table th {
  position: relative;
}
.printworks.comparison .table th {
  background: rgba(3,165,249,.95);  
  color: #fff;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.printworks.comparison .table th:first-child, .printworks.comparison .table th:last-child {
  border-radius: 0;
}
.printworks.comparison .table th:first-child:before, .printworks.comparison .table th:last-child:after {
  content: ".";
  color: rgba(0,0,0,0);
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 25px;
  background: rgba(3,165,249,.95);
  top: 0;
}
.printworks.comparison .table th:first-child:before {
  left: -70px;
}
.printworks.comparison .table th:last-child:after {
  right: -70px;
}
.printworks.comparison a.button-new {
  width: 80%;
}
.printworks.comparison .table tr:last-child:hover {
  background: none;
}
.printworks.comparison .table tr:last-child td {
  border-bottom: none;
}




.low-price, .low-price-pro, .low-price-win {
    display: block;
    position: absolute;
    width: 95px;
    height: 77px;
    background-size: 95px 77px;
    left: 550px;
    top: 4px;
}  
.storepage .low-price {
    left: 520px;
    top: 14px;
}
.storepage .low-price-pro {
    left: 560px;
    top: 14px;
}
.storepage .low-price-win {
    left: 640px;
    top: 14px;
}
.low-price {
    background:  url(/shared/img/special_price_40.png) no-repeat 0 0;
}  
.low-price-pro {
    background:  url(/shared/img/special_price_30.png) no-repeat 0 0;
}  
.low-price-win {
    background:  url(/shared/img/special_price_50.png) no-repeat 0 0;
}  
