/* LAYOUT CHANGES FOR SASS */

a { outline: none; }

.clearleft { clear: left; }

#main { padding: 0 0 329px 0; }
#main.sidebarless .content { background-image: none; background-color: white; padding: 54px 60px 60px 60px; width: 864px; }

#main.windowless { padding: 0; padding-top: 20px; }
#main.windowless .content { background-image: none; padding: 54px 60px 60px 60px; width: 864px; box-shadow: none; }

#footer .content { width: 984px; }
#header .content { width: 984px; }
#subfooter .content { width: 984px; }

#header { height: 43px; background: transparent url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/header_bg.png") repeat-x; }
#main { margin-top: -3px; }

.input {
  height: 26px;
  width: 250px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #DDD;
  border-top-color: #CCC;
  padding-left: 6px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 12px;
  box-shadow: inset 0 1px 0 0 #9f9f9f;
  -webkit-box-shadow: inset 0 1px 0 0 #9f9f9f;
  -moz-box-shadow: inset 0 1px 0 0 #9f9f9f;
  outline: none;
  border-image: initial;
}

textarea.input { font-family: inherit; height: auto; width: auto; padding: 8px; }

small { color: #AAA; font-size: 11px; }

#main.gallerypage .content { min-height: 1024px; }

/* TESTING */

#main.sidebarless .content {
  padding: 60px;
  padding-top: 42px;
}

a.icon {
  background-repeat: no-repeat;
  padding-left: 20px;
}

/* FLAGS */
.flag { width: 16px; height: 11px; background:url("https://d273csydae9vpp.cloudfront.net/static/images/flags/flags.png") no-repeat; cursor: pointer; }
.flag.float { float: left; margin-right: 4px; }
.flag.flag-br {background-position: -16px 0}
.flag.flag-cn {background-position: -32px 0}
.flag.flag-zh {background-position: -32px 0}
.flag.flag-de {background-position: -48px 0}
.flag.flag-dk {background-position: -64px 0}
.flag.flag-es {background-position: 0 -11px}
.flag.flag-fi {background-position: -16px -11px}
.flag.flag-fr {background-position: -32px -11px}
.flag.flag-gb {background-position: -48px -11px}
.flag.flag-en {background-position: -48px -11px}
.flag.flag-gr {background-position: -64px -11px}
.flag.flag-el {background-position: -64px -11px}
.flag.flag-hu {background-position: 0 -22px}
.flag.flag-it {background-position: -16px -22px}
.flag.flag-jp {background-position: -32px -22px}
.flag.flag-ja {background-position: -32px -22px}
.flag.flag-nl {background-position: -48px -22px}
.flag.flag-no {background-position: -64px -22px}
.flag.flag-pl {background-position: 0 -33px}
.flag.flag-pt {background-position: -16px -33px}
.flag.flag-ru {background-position: -32px -33px}
.flag.flag-sv {background-position: -48px -33px}
.flag.flag-us {background-position: -64px -33px}
.flag.flag-cs {background:url("https://d273csydae9vpp.cloudfront.net/static/images/flags/cs.png") no-repeat;}

#language-select {
  width: 40px;
  height: 24px;
  cursor: pointer;
  float: right;
  margin-top: 16px;
  outline: none;
  padding-left: 10px;
}
#header .content .languagebox { width: 300px; top: 45px; margin-left: -29px; }
#header .content .lanbox { float: left; }
#header .content .lanbox a { text-decoration: none; font-size: 12px; float: none;  line-height: normal; height: auto; color: white; display: block; padding-bottom: 4px; padding-left: 0.4em; padding-top: 4px; }
#header .content .lanbox a:hover { text-decoration: underline; }
#header .content .wrappper-loggedout { width: 300px; float: right; }

/* Small sidebar */
#main .content-smallsidebar { width: 660px; margin-left: 10px; }
#main > .content .sidebar { width: 150px; margin-right: 70px; margin-top: 230px; }
#main .greybar { margin-bottom: 30px; position: relative; width: 828px; background-color: #F2F2F2; border-radius: 8px; padding: 18px; }
#main .greybar .twitbird { float: left; }
#main .greybar .twitbird img { padding-top: 3px; }
#main .greybar #twitterpost { float: left; line-height: 22px; padding-left: 10px; color: #555; font-size: 13px; }
#main .greybar .follow { float: right; }
#main .greybar.small { padding: 10px; }
#main .greybar .left { float: left; }
#main .greybar .right { float: right; }
#main .greybar .topic-up { margin-top: 2px; width: 32px; height: 32px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/up.png"); display: block; float: left;  background-repeat: no-repeat; }
#main .greybar .topic-down { margin-top: 2px; width: 32px; height: 32px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/down.png"); display: block; float: left;  background-repeat: no-repeat; }
#main .greybar .topic-up:hover { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/up-hover.png");  }
#main .greybar .topic-down:hover { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/down-hover.png"); }
#main .greybar .topic-up:active { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/up-click.png"); }
#main .greybar .topic-down:active { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/down-click.png"); }
#main .greybar .topic-up.disabled { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/up-disabled.png"); cursor: default; }
#main .greybar .topic-down.disabled { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/down-disabled.png"); cursor: default; }


/* PAGES */

/* TITLE BAR */
#titlebar { height: 48px; margin: 0 auto; width: 984px; clear: both; }
#titlebar h2 { font-weight: bold; text-transform: lowercase; float: left; color: white; margin-top: 24px; font-size: 20px; letter-spacing: 0.7px; }
#titlebar a { color: white; }
#titlebar a:hover { color: white; }
#titlebar #submenu { float: right; margin-top: 14px; margin-right: 0px; z-index: 0; position: relative; }
#titlebar #submenu li { text-transform: lowercase; float: left; list-style-type: none; padding-left: 16px; padding-right: 16px; text-align: center; margin-top: 2px; }
#titlebar #submenu li.active { font-weight: bold;}
#titlebar #submenu li a { color: white; text-decoration: none; font-size: 14px; }
#titlebar #submenu li a:hover { text-decoration: underline; }
#titlebar .register { position: absolute; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/manga_sun.png"); width: 280px; height: 170px; margin-left: 920px; margin-top: -48px; }
#titlebar .register a { float: right;  text-decoration: none; display: block; margin-top: 65px; margin-right: 86px; z-index: -1; }
*:first-child+html #titlebar .register { position: absolute; margin-left: 680px; }
*:first-child+html #titlebar .holder { width: auto; float: none; }
*:first-child+html #titlebar .text { width: auto; float: left; }

/* Partners */
#main.partners .content { color: #222; padding: 0; width: 1092px; -webkit-font-smoothing: antialiased; overflow: hidden; background-repeat: repeat;}
#partners .top { height: 225px; text-align: center; }
#partners .top h1 { font-size: 60px; letter-spacing: -1px; padding-top: 44px; }
#partners .top p { color: #666; margin-bottom: 35px; letter-spacing: -1px; line-height: 28px; margin-top: 14px; font-size: 24px; padding-left: 150px; padding-right: 150px; }
#partners .continent { width: 971px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/partners/divider.png"); background-repeat: no-repeat; margin: 0 auto; text-align: center; background-position: center;}
#partners .continent .title {  background-color: white; padding: 10px; font-family: 'Kaushan Script', cursive; font-size: 24px; color: #b8b8b8; }
#partners .partnerlist { margin-bottom: 80px; margin-left: 60px; width: 1010px; }
#partners .boxes { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/partners/dotted-line.png"); background-repeat: no-repeat; background-position: left bottom; }
#partners .box { float: left; width: 503px; margin-bottom: 30px; margin-top: 25px; }
#partners .box .img { float: left; height: 130px; width: 130px; border: 1px solid #EEE; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#partners .box.empty .img { border: 0; }
#partners .box img { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#partners .box .context { margin-left: 36px; float: left; width: 300px; color: #666; }
#partners .box .name { font-weight: bold; font-size: 18px; line-height: 24px; color: #222; padding-bottom: 1px; padding-top: 5px; }
#partners .box .location { padding-left: 25px; line-height: 24px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/partners/location-icon.png"); background-repeat: no-repeat; background-position: left center; }
#partners .box .link { padding-left: 25px; line-height: 21px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/partners/globe-icon.png"); background-repeat: no-repeat; background-position: left center; }
#partners .box .context p { line-height: 18px; margin-bottom: 0; }

/* Magicplan */
#main.magicplanpage .content { color: #222; padding: 0; width: 1092px; -webkit-font-smoothing: antialiased; overflow: hidden; background-repeat: repeat;  background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-top.jpg"); }
#magicplan-page  h2.title { color: #222; font-weight: bold; display: block; text-align: center; padding-top: 42px; font-size: 58px; }
#magicplan-page  h3.sub { color: #444; font-weight: normal; color: #444; line-height: 28px; margin: 0 auto; width: 600px; font-size: 22px; margin-top: 14px; display: block; text-align: center; }
#magicplan-page p { color: #666; }
#magicplan-page .get .info { margin-top: 28px; margin-right: 42px; margin-bottom: 60px; }
#magicplan-page .get img.ipad { margin-left: 58px; float: left; margin-right: 34px; }
#magicplan-page .get h3.title { line-height: 23px; padding-top: 7px; font-size: 18px; }
#magicplan-page .get p.sub { line-height: 18px; margin-bottom: 16px; margin-top: 8px; }
#magicplan-page .get .newbutton { height: 58px; text-align: center; width: 300px; }
#magicplan-page .get .newbutton .inner { font-size: 24px; line-height: 40px; }
#magicplan-page .get .colab { text-align: center; font-weight: bold; font-size: 20px; margin-top: 34px; }
#magicplan-page .get .colab img { margin-top: 14px; }
#magicplan-page .do { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-five-projects.jpg"); padding-bottom: 60px; }
#magicplan-page .do h3.sub { font-size: 24px; margin-top: 10px; }
#magicplan-page .do .info { float: left; width: 580px; margin-left: 145px; margin-top: 44px; }
#magicplan-page .do img.right { float: right; margin-top: 28px; margin-right: 82px; }
#magicplan-page .do h4 { font-weight: bold; font-size: 18px; }
#magicplan-page .do p { line-height: 17px; padding-bottom: 10px; }
#magicplan-page .do img.phone { margin-top: 14px; }
#magicplan-page .do img.download {margin-right: 116px; margin-top: 13px; float: right; }
#magicplan-page .do p.week { color: #222; margin-left: 20px; margin-top: 26px; font-size: 16px; font-weight: bold; float: left; width: 278px; display: block; }
#magicplan-page .how { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/magicplan/3d-render.png"); background-repeat: no-repeat; height: 648px; background-position: 478px 180px; }
#magicplan-page .how h2 { width: 800px; margin: 0 auto; padding-top: 52px; }
#magicplan-page .how h4 { font-weight: bold; font-size: 18px; margin-top: 40px; }
#magicplan-page .how p { line-height: 18px; margin-top: 7px; }
#magicplan-page .how p.small { width: 340px; }
#magicplan-page .how .info { margin-top: 60px; margin-right: 560px; margin-left: 143px; }
#magicplan-page .pricing { padding-top: 6px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-five-projects.jpg"); padding-bottom: 95px; }
#magicplan-page .sublist { margin-top: 40px;  }
#magicplan-page .sublist .subscription { border-radius: 6px; width: 300px; float: left; margin-left: 48px; text-align: center; box-shadow:0px 1px 1px #ABABAB; }
#magicplan-page .sublist .subscription .top { background-color: #b3dbf2; padding-top: 16px; padding-bottom: 12px; border-top-right-radius: 6px; border-top-left-radius: 6px; border-bottom: 1px solid #ccc; -webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); }
#magicplan-page .sublist .subscription .bottom {color: #666;  background-color: white; font-size: 18px; padding-top: 14px; line-height: 30px; padding-bottom: 28px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; }
#magicplan-page .sublist .subscription .top .title { font-size: 24px; font-weight: bold; }
#magicplan-page .sublist .subscription .top .price { margin-top: 8px; }
#magicplan-page .sublist .subscription .top .price strong { font-weight: bold; }
#magicplan-page .sublist .subscription .bottom .buy { margin-top: 12px; }
#magicplan-page .what-left { margin-top: 62px; width: 475px; margin-left: 48px; float: left; }
#magicplan-page .pay-right { margin-top: 62px; width: 475px; float: left; margin-left: 38px; }
#magicplan-page .what-left h4 { font-weight: bold; font-size: 18px; }
#magicplan-page .pay-right h4 { font-weight: bold; font-size: 18px;}
#magicplan-page .pay-right p { line-height: 18px; margin-top: 6px; }
#magicplan-page .what-left p { line-height: 18px; margin-top: 6px; }

/* Basic Upgrade */
#main.basic-upgrade .content { color: #222; padding: 0; width: 1092px; -webkit-font-smoothing: antialiased; overflow: hidden; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-top.jpg"); background-repeat: repeat; }
#basic-upgrade .corner-feature { position: absolute; }
#basic-upgrade p { color: #666; }
#basic-upgrade .top { height: 394px; text-align: center; }
#basic-upgrade .top.plusheader { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/Plusheader.jpg"); background-repeat: no-repeat; background-position: bottom center; }
#basic-upgrade .top img.why { margin-top: 5px; margin-left: 325px; display: block; }
#basic-upgrade .top span.or { padding-right: 15px; padding-left: 15px; font-weight: bold; font-family: Times, sans-serif; font-style: italic; font-size: 15px; color: #999; }
#basic-upgrade .top h1 { font-size: 56px; letter-spacing: -1px; padding-top: 44px; }
#basic-upgrade .top p { color: #444; margin-bottom: 35px; letter-spacing: -1px; line-height: 28px; margin-top: 14px; font-size: 23px; }
#basic-upgrade .five-projects { height: 660px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-five-projects.jpg");  }
#basic-upgrade .five-projects h2 { padding-top: 50px; text-align: center; font-size: 44px; font-weight: bold; }
#basic-upgrade .five-projects h3 { line-height: 23px; width: 280px; float: left; margin-left: 35px; font-size: 17px; margin-top: 110px; }
#basic-upgrade .five-projects img.large { float: left; margin-left: 36px; margin-top: 5px; }
#basic-upgrade .five-projects p { margin-bottom: 20px; line-height: 21px; margin-top: 1px; margin-left: 35px; width: 315px; float: left; }
#basic-upgrade .stunning3d { height: 784px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-stunning3d.jpg");  }
#basic-upgrade .stunning3d h2 { letter-spacing: -1px; font-weight: bold; font-size: 45px; text-align: center; padding-top: 53px; }
#basic-upgrade .stunning3d p.sub { color: #444; letter-spacing: -1px; text-align: center; font-size: 29px; margin-top: 15px; }
#basic-upgrade .stunning3d img.large { margin-top: 52px; margin-right: 29px; float: right; }
#basic-upgrade .stunning3d img.end { margin-left: 60px; position: absolute; float: left; margin-top: 478px; }
#basic-upgrade .stunning3d p { margin: 0; line-height: 21px; }
#basic-upgrade .stunning3d h3 { line-height: 23px; font-size: 17px; }
#basic-upgrade .stunning3d .box1 { margin-left: 144px; width: 400px; float: left; position: absolute; margin-top: 110px; }
#basic-upgrade .stunning3d .box2 { margin-left: 58px; margin-top: 310px; float: left; position: absolute; width: 400px; }
#basic-upgrade .upgrade-plus { height: 90px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-upgrade-plus.jpg");  }
#basic-upgrade .upgrade-plus h2 { float: left; letter-spacing: -1px; width: 650px; margin-left: 60px; font-size: 31px; line-height: 90px; font-weight: bold; }
#basic-upgrade .upgrade-plus .newbutton { margin-right: 52px; margin-top: 18px; float: right; }
#basic-upgrade .print { height: 669px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/basic-upgrade/bg-five-projects.jpg");   }
#basic-upgrade .print h2 { letter-spacing: -1px; font-weight: bold; font-size: 46px; text-align: center; padding-top: 50px; }
#basic-upgrade .print p.sub { color: #444; line-height: inherit; margin: 0; width: auto; float: none; margin-top: 8px; letter-spacing: -1px; font-size: 28px; text-align: center; }
#basic-upgrade .print img.large { margin-left: 37px; margin-top: 48px; float: left; }
#basic-upgrade .print h3 { line-height: 21px; width: 325px; float: left; margin-left: 26px; margin-top: 73px; font-size: 17px; }
#basic-upgrade .print p { line-height: 21px; margin: 6px; margin-left: 26px; width: 325px; float: left; margin-bottom: 11px; }
#basic-upgrade .print p strong { font-weight: bold; color: #222; }
#basic-upgrade .export { height: 696px; }
#basic-upgrade .export img.large { margin-top: 25px; right: 0; position: absolute; margin-right: -60px; }
#basic-upgrade .export .info { position: relative; }
#basic-upgrade .export h2 { padding-top: 60px; font-weight: bold; font-size: 44px; text-align: center; }
#basic-upgrade .export p.sub { color: #444; line-height: inherit; margin: 0; width: auto; letter-spacing: -1px; font-size: 30px; text-align: center; margin-bottom: 100px; margin-top: 10px; }
#basic-upgrade .export h3 { font-size: 16px; margin-left: 60px; width: 400px; color: #222; font-weight: bold; }
#basic-upgrade .export p { line-height: 21px; margin-top: 8px; margin-left: 60px; width: 462px; }
#basic-upgrade .export img.formats { margin-top: 59px; margin-left: 60px; }

/* Products Pricing */
#main.pricingpage .content { width: 972px; }
#pricing-page .blueband { position: relative; z-index: 3; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/blueband-middle.png"); height: 162px; margin-left: -78px; width: 1128px;}
#pricing-page .blueband .left { float: left; }
#pricing-page .blueband .center { float: left; }
#pricing-page .blueband .right { float: right; }
#pricing-page .blueband table { margin: 0; padding: 0; margin-left: 60px; width: 970px; height: 134px; }
#pricing-page .blueband .choose { text-shadow: 0px -1px 0px #444; border-radius: 5px; -webkit-font-smoothing: antialiased; font-size: 18px; color: #BEDDE9; padding-top: 20px; margin-bottom: 10px;  }
#pricing-page .blueband .first .item { width: 208px; padding: 15px; }

#pricing-page .dropdown {
	height: 22px;
	width: 178px;
	box-shadow: inset 0px 1px 1px #19455D, inset 0px -1px 2px #1f769b;
	border: 1px solid #5192af;
	border-radius: 6px;
	color: #a4c5d5;
	line-height: 8px;
	padding: 6px;
	padding-left: 10px;
  -webkit-transition: all 0.2s linear;
}

#pricing-page .dropdown:hover {
	border-color: #7db2c7;
	color: white;
}
#pricing-page .currency_select .current { cursor: pointer; background-repeat: no-repeat; background-position: 168px 14px; width: 176px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/arrow.png"); }
#pricing-page .currency_select .current:hover { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/arrow-hover.png"); }

#pricing-page .currency_select .title { text-shadow: 0px 2px 1px #444; background-repeat: no-repeat; float: left; -webkit-font-smoothing: antialiased; font-size: 17px; padding-left: 30px; line-height: 24px; background-position: 0; }
#pricing-page .currency_select .currency-link {
	padding: 6px;
	font-size: 17px;
	padding-left: 33px;
	display: block;
	color: #D2D2D2;
	background-position: 0 5px;
	border-bottom: 1px solid #666666;
}
#pricing-page .currency_select a:last-child { border: 0; }
#pricing-page .currency_select .popup-box { margin-top: 6px; width: 176px; -webkit-font-smoothing: antialiased; }
#pricing-page .currency_select .currency-link { background-repeat: no-repeat; background-position: 2px center; color: #DDD; }
#pricing-page .currency_select .currency-link:hover { color: white; }
#pricing-page .currency_select .flag-EUR { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/cur-EUR.png"); }
#pricing-page .currency_select .flag-USD { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/cur-USD.png"); }
#pricing-page .currency_select .flag-BRL { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/cur-BRL.png"); }
#pricing-page .currency_select .flag-GBP { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/cur-GBP.gif"); }

#pricing-page .blueband .price { color: white; text-shadow: -1px 2px 1px #444; }
#pricing-page .blueband .price .name { font-size: 52px; font-weight: bold; padding-top: 16px; padding-bottom: 10px; }
#pricing-page .blueband .price .month { font-size: 24px; line-height: 35px; }
#pricing-page .blueband .price .month-select { line-height: 24px; }
#pricing-page .blueband .price .small { display: inline; font-size: 16px; }
#pricing-page .blueband .price .year { font-size: 14px; margin-top: 5px; }

#pricing-page .month-select { width: 162px; margin: 0 auto; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/arrow.png"); background-repeat: no-repeat; background-position: 154px 14px; text-align: left; color: white; cursor: pointer; }
#pricing-page .month-select:hover { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/arrow-hover.png"); }
#pricing-page .month-select .yearly { display: none; }
#pricing-page .price .popup-box { -webkit-font-smoothing: antialiased; margin-left: 5px; margin-top: 6px; }
#pricing-page .price .popup-box a {text-shadow: none; text-align: left; display: block; color: #DDD; font-size: 18px; padding: 6px; border-bottom: 1px solid #666; }
#pricing-page .price .popup-box .yearname { line-height: 19px; float: left; display: block; margin-right: 12px; }
#pricing-page .price .popup-box a.pay-yearly { border: 0; padding-right: 0; padding-bottom: 0; }
#pricing-page .price .popup-box a.pay-yearly:hover { color: white; }
#pricing-page .price .popup-box a.pay-monthly:hover { color: white; }
#pricing-page .price .popup-box .banner { font-size: 14px;
color: white;
background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/banner-free.png");
background-position: 0px 0px;
margin-right: 14px;
display: block;
height: 25px;
float: left; }
#pricing-page .price .popup-box .banner span {
text-shadow: 1px 2px 1px #CF753A;
float: left;
font-size: 13px;
background-position: 100% 0;
padding-right: 10px;
position: relative;
background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/banner-free.png");
display: block; line-height: 21px;
left: 14px;
height: 25px; }

#pricing-page .lightband { width: 1020px; margin-left: -26px; top: -19px; position: relative; z-index: 2; }
#pricing-page .lightband .left { float: left; }
#pricing-page .lightband .center{ width: 1004px; float: left; background-repeat: repeat-x; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/band-middle.png"); height: 92px; }
#pricing-page .lightband .right { float: right; }
#pricing-page .lightband td { width: 236px; padding-top: 18px; }
#pricing-page .lightband td.first { width: 278px; }
#pricing-page .lightband a { width: 200px; }
#pricing-page .lightband .year-button { display: none; }
#pricing-page .lightband.second { top: -27px; }

#pricing-page a { text-decoration: none; }
#pricing-page table td { width: 216px; text-align: center; color: black; }
#pricing-page table td.first { text-align: left; }
#pricing-page table td.widthfix1 { width: 263px; }
#pricing-page table td.widthfix2 { width: 261px; }
#pricing-page table td.widthfix3 { width: 257px; }
#pricing-page table td.widthfix4 { width: 259px; }
#pricing-page table td.last {  }
#pricing-page .pricing-table { margin: 0; padding: 0; width: 864px;  }
#pricing-page .pricing-table.top { width: 970px; top: -15px; position: relative; z-index: 1; margin-bottom: 0; background-color: #E9F3F9; border-left: 1px solid #ddd; }
#pricing-page .pricing-table.top.second { top: -23px; }
#pricing-page .pricing-table tr.last { background-image: none; height: 50px; }
#pricing-page .pricing-table td { -webkit-font-smoothing: antialiased; vertical-align: middle; width: 264px; font-weight: bold; font-size: 22px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/divider-vr.png"); background-repeat: repeat-y; background-position: 100% 0px; }
#pricing-page .pricing-table tr { display:inline-block; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/divider-hr.png"); background-repeat: repeat-x; background-position: 0px 100%; }
#pricing-page .pricing-table .item { padding: 15px; -webkit-font-smoothing: antialiased; text-shadow: 0px 1px 0px white; color: #666666; font-size: 14px; font-weight: bold; width: 231px; }
#pricing-page .pricing-table .item .title { padding-bottom: 5px; font-size: 18px; color: #222; }
#pricing-page .pricing-table .item .descr { line-height: 18px; font-size: 14px; font-weight: normal; }
#pricing-page .pricing-table .unlimited { font-size: 20px; font-weight: normal; }
#pricing-page .pricing-table .adjust-height { padding-bottom: 6px; }
#pricing-page .pricing-table .projectcount { color: #222; font-size: 28px; -webkit-font-smoothing: antialiased; text-shadow: 0px 1px 0px white; }
#pricing-page .pricing-table .projectcount .small { display: inline; font-size: 17px; }
#pricing-page .pricing-table .projectcount .year { display: inline; font-size: 14px; }
#pricing-page .pricing-table .projectcount .smaller { display: inline; font-size: 14px; color: #666666; }
*:first-child+html #pricing-page .submit-small .text { width: 50px; }
*:first-child+html #pricing-page .submit-small .holder { width: 70px; }
*:first-child+html #pricing-page .pricing-table tr { position: relative;  }
*:first-child+html #pricing-page .pricing-table .projectcount { position: relative; top: 8px; padding: 0; }
*:first-child+html #pricing-page .pricing-table .left { padding-top: 0; top: -5px; }
*:first-child+html #pricing-page .pricing-table .item { top: 14px; position: relative; }
#pricing-page .boxes .begin { clear: both; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/1x1pxl.png"); background-repeat: repeat-x; background-position: 0px 10px; color: #666666; margin-top: 40px; }
#pricing-page .boxes .begin .center { margin: 0 auto; width: 864px; background: transparent; text-align: center; }
#pricing-page .boxes .begin .center .text { display: inline; background-color: white; padding-left: 10px; padding-right: 10px; width: auto; font-family: Times, sans-serif; font-style: italic; font-size: 17px; }
#pricing-page .boxes .left { float: left; width: 400px; margin-left: 5px; }
#pricing-page .boxes .right { float: right; width: 400px; padding-right: 24px; margin-right: 5px; }
#pricing-page .boxes img { float: left; margin-top: 20px; margin-right: 10px; }
#pricing-page .boxes .right img { margin-right: 20px; }
#pricing-page .boxes h3 { line-height: 24px; -webkit-font-smoothing: antialiased; font-weight: bold; color: #333; font-size: 14pt; letter-spacing: -1px; margin-top: 24px; }
#pricing-page .boxes p { line-height: 18px; color: #636363; letter-spacing: 0.2px; margin: 0 0 1em; font-size: 14px; }
#pricing-page .boxes .end { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/1x1pxl.png"); background-repeat: repeat-x; background-position: 0px 16px; height: 20px; }
#pricing-page .product_link { display: block; color: white; text-shadow: 0px 1px 3px #04375D; cursor: pointer; }
#pricing-page .product_link:hover { color: #eee; text-shadow: 0px 3px 8px #04375D; }
#pricing-page .product_link:active { padding-top: 1px; }
#pricing-page .pricing-bottom-wrapper { border: 1px solid #ddd; border-top: 0px; position: relative; top: -15px; zoom: 1; background-color: #E0F1F9; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
#main .currency-select { float:right; margin:0 10px 10px; }
#main .currency-select small { color: #AAAAAA; font-size: 12px; }

#pricing-page .faq { margin-top: 30px; }
#pricing-page .faq .left { float: left; width: 468px; margin-right: 36px; }
#pricing-page .faq .right { float: left; width: 468px; }
#pricing-page .faq .item { margin-bottom: 26px; -webkit-font-smoothing: antialiased; }
#pricing-page .faq .title { padding-bottom: 8px; font-size: 18px; font-weight: bold; color: #222222; line-height: 22px; }
#pricing-page .faq .description { color: #7a7a7a; line-height: 18px; }

/* WINDOWLESS */
#main.windowless #titlebar { display: none; }
#main.windowless .content { background: transparent; background:url("https://d273csydae9vpp.cloudfront.net/static/images/default/stack-shadow.png") no-repeat scroll; background-position: 0px 16px; height:640px; width: 660px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; position: relative; z-index: 0; padding-top: 35px;  }
#main.windowless .image-container { margin: 0 0 0 -9px; padding-top: 5px; position: relative; height: 630px; width: 701px; float: none; background:url("https://d273csydae9vpp.cloudfront.net/static/images/default/stack-colours.gif") no-repeat scroll;  }
#main.windowless .content-container { text-align: center; width: 407px; margin-left: 106px; padding: 0 20px; }
#main.windowless div.flash, div.maintenance { margin-left: 180px; margin-top: -45px; position: absolute; text-align: center; z-index: 20; width: 400px; }

/* /login , /signup, /account/retrieve_password , /unsubscribe */
#main.windowless p { color: #666;  }
#main.windowless h1 { padding-left: 5px; padding-right: 5px;letter-spacing: 0.5px; font-size: 29px; margin-bottom: 30px; margin-top: 30px; }
#main.windowless label { color: #555; letter-spacing: 0.5px; font-size: 22px; display: block; margin-top: 16px; margin-bottom:14px; }
#main.windowless #password { margin-bottom: 7px; }
#main.windowless .remember { color: #555; font-size: 16px; }
#main.windowless .easylogin { color: #555; margin-bottom: 10px; font-size: 16px; }
#main.windowless .easylogin div { display: inline; }
#main.windowless .button-holder { margin: 24px; padding: 0; display: inline-block; zoom: 1; *display: inline; }
#main.windowless .button-holder2 { margin: 10px; padding: 0; display: inline-block; zoom: 1; *display: inline; }

#main.windowless .sidebar-button { line-height: 50px; float: left; width: 180px; text-align: center; text-decoration: underline; margin-left: 22px; }
#main.windowless .line { width: 315px; height: 1px; background-color: #bbb; border-bottom: 1px solid #fff; margin: 0 auto; margin-bottom: 10px; }

#main.windowless h1.signup-or-login {
    font-size: 31px;
    margin-top: 36px;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

#main.windowless h1.signup-or-login em {
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 25px;
}

#signup-or-login-form {
    position: relative;
}

#signup-or-login-form input[type=text], #signup-or-login-form input[type=password] {
    width: 188px;
}

#main.windowless #signup-or-login-form #user_email, #main.windowless #signup-or-login-form #login, #main.windowless #signup-or-login-form #password {
    margin-bottom: 10px;
}

#signup-or-login-form .password-with-confirmation {
    margin: 0 auto;
    text-align: left;
    width: 196px;
}

#signup-or-login-form .submit-button {
    margin-top: 12px;
}

#signup-or-login-form .submit-button .caption {
    width: 160px;
}

#signup-or-login-form #google_button .caption, #signup-or-login-form #yahoo_button .caption, #signup-or-login-form #openid_button .caption {
    width: 148px;
}

#signup-or-login-form .line-with-caption {
    margin: 27px auto 0 auto;
    width: 304px;
}

#signup-or-login-form .line-with-caption .caption {
    font-size: 12px;
    font-style: italic;
    font-family: Georgia, serif;
    position: relative;
    top: -20px;
    display: inline;
    text-shadow: 0 1px 0 white;
    color: #666;
    text-transform: uppercase;
    position: relative;
    background-color: #f5f5f5;
    padding: 0 5px;
}

#signup-or-login-form .line-with-caption .line {
    width: 100%;
}

#signup-or-login-form #yahoo_button {
    margin-top: 10px;
}

#signup-or-login-form #openid_identifier {
    margin-bottom: 5px;
}

#signup-or-login-form .terms, #signup-or-login-form #password-reset-section .prompt {
    font-size: 12px;
    margin: 31px auto 0 auto;
    color: #666;
    width: 302px;
    text-shadow: 0 1px 0 white;
    line-height: 15px;
}

#signup-or-login-form #password-reset-section .prompt {
    margin-bottom: 20px;
}

#signup-or-login-form .remember {
    text-shadow: 0 1px 0 white;
}

#main.windowless #signup-or-login-form .remember {
    font-size: 12px;
    color: #555;
}

#signup-or-login-form #login-button {
    margin-top: 10px;
}

#signup-or-login-form #additional-login-methods {
    display: none;
}

#signup-or-login-form #login-links {
    position: absolute;
    top: 314px;
    width: 407px;
    left: 0;
}

#signup-or-login-form #login-links a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    display: block;
    margin-bottom: 20px;
}

#signup-or-login-form #login-links a:hover {
    color: #444;
}

#signup-or-login-form.redeemgift .divide { font-family: Times, sans-serif; font-style: italic; font-size: 17px; color: #666666; text-align: center; margin-left: 30px; margin-right: 30px; }
#signup-or-login-form.redeemgift .divide .text { padding-right: 10px; padding-left: 10px; }

#main.windowless p.terms { color: #666; font-size: 12px; display: block; width: 250px; margin: 0 auto; margin-top: 16px;  }
#main.windowless #promocode-link { text-decoration: underline; margin-top: 16px; display:  block; }
#main.windowless #signup-methods div { display: inline; }
#main.windowless #signup-methods { color: #222; font-size: 16px; display: block; width: 250px; margin: 0 auto; }
#main.windowless .sidebar-button .left { display: none; }
#main.windowless .sidebar-button .right { display: none; }

/* Gallery Featured */
#gallery.featured { color: #747987;}
#gallery.featured .wrapper { float: left; margin-bottom: 28px; margin-left: 10px; margin-right: 9px; }
#gallery.featured a { cursor: pointer; color: #747987; text-decoration: none; }
#gallery.featured a:hover .title { color: #747987; text-decoration: underline; }
#gallery.featured .title a { width: 131px; display: block; overflow: hidden; margin-left: 5px; }
#gallery.featured .gallery-design { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/gallerycard_bg.png"); width: 153px; }
#gallery.featured .gallery-thumb {}
#gallery.featured .gallery-thumb img { margin-left: 12px; margin-top: 12px; margin-bottom: 0px; background-color: white; padding-top: 10px; padding-bottom: 10px; width: 128px; height: 96px; border: 1px solid #f5f5f5; }
#gallery.featured .gallery-meta { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/gallerycard_bgbottom.png"); width: 153px; height: 40px; }
#gallery.featured .gallery-meta .title { display: block; text-overflow:ellipsis; overflow: hidden; text-align: center; width: 139px; padding-left: 7px; padding-right: 7px; padding-top: 8px; white-space:nowrap; color: #747987; font-weight: bold; font-size: 13px; }
#gallery.featured .tape { position: absolute; }
#gallery.featured .tape.type-0 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/tape-1.png"); width: 71px; height: 28px; margin-left: 40px; margin-top: -6px; }
#gallery.featured .tape.type-1 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/tape-2.png"); width: 73px; height: 38px; margin-left: 40px; margin-top: -10px; }
#gallery.featured .tape.type-2 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/tape-3.png"); width: 72px; height: 36px; margin-left: 40px; margin-top: -8px; }
#gallery.featured .tape.type-3 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/tape-4.png"); width: 73px; height: 50px; margin-left: 38px; margin-top: -16px; }
#gallery.featured .tape.type-4 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/tape-5.png"); width: 71px; height: 28px; margin-left: 40px; margin-top: -5px; }
#gallery.featured .badge { height: 61px; margin-left: 88px; margin-top: 5px; position: absolute; float: left; width: 61px; }
#gallery.featured .badge.type-0 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/badge-famous.png"); }
#gallery.featured .badge.type-1 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/badge-forsale.png"); }
#gallery.featured .badge.type-2 { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gallery/badge-featured.png"); }
#gallery.featured .bookmark { cursor: pointer; margin-left: 124px; display: block; float: right; line-height: 20px; font-weight: bold; margin-top: 108px; position: absolute; text-align: center; width: 16px; z-index: 10; font-size: 18px; color: #33CC00; }
#gallery.featured .gallerylist { margin-top: 38px; }

#gallery .pagination { margin-top: 18px; background-color: #F2F2F2; padding: 12px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#gallery .empty { float: left; }

/* /blog */
#main .blogpost { margin-bottom: 60px; }
#main .blogpost h2, #main .blogpost h1 { margin-top: 20px; margin-bottom: 20px; }
#main .blogpost h2 a, #main .blogpost h1 a { display: block; font-size: 24px; text-decoration: none; margin-bottom: 4px; font-weight: bold; }
#main .blogpost .blogpost-date { color: #aaa; font-size: 18px; font-weight: normal; }
#main .blogpost .blogpost-content { line-height: 18px; letter-spacing: -0.8px; color: #555; margin-bottom: 20px; }
#main .blogpost .readmore { float: left; }
#main .blogpost .readmore a { text-decoration: none; font-weight: bold; }
#main .blogpost .commentcount { float: right; font-weight: bold; color: #bbb; }
#main .sidebar .block h2 { font-weight: bold; }
#main .sidebar .block { color: #555; border-bottom: 1px dotted #bbb; padding-bottom: 10px; padding-top: 10px; font-size: 12px; line-height: 13.5px; }

/* /help */
ul#icon-links.help-links, ul#icon-links.product-blocks { width: 870px; }
ul#icon-links.help-links li, ul#icon-links.product-blocks li { float: left; margin: 0 10px 0 0; width: 310px;  margin-bottom: 24px;  margin-top: 24px }
#icon-links li.tour { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/help/tour.gif"); }
#icon-links li.tutorial { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/help/tutorial.gif"); }
#icon-links li.tips  { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/help/tips.gif"); }
#icon-links li.forums { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/help/forums.gif"); }
#icon-links { list-style: none outside none; }
#icon-links li { background-position: 0 50%; background-repeat: no-repeat; cursor: pointer; height: 100px; margin: 0; padding: 10px 5px 0 110px; }
#main .content #icon-links li h2 { font-size: 18pt; margin: 0 0 2px; font-weight: bold;  }
#main .content #icon-links h2 a { text-decoration: none; }
#main .content #icon-links p { font-size: 15px; color: #636363; margin: 0 0 1em; line-height: 20px; }
ul#icon-links.help-links li.last { border-bottom: medium none; padding-top: 30px; text-align: center; width: 630px;  margin-bottom: 0; }

/* /help/tour */
#main .tourlayout .left { float: left; }
#main .tourlayout .right { float: left; }
#main .tourlayout h2 { font-weight: bold; font-size: 25px; }
#main .tourlayout p { color: #666; line-height: 20px; }
#main .tourlayout .dashboard .right { margin-left: 30px; width: 300px; }
#main .tourlayout .editor2d { margin-top: 30px; }
#main .tourlayout .editor2d .left { width: 320px; margin-right: 30px; }
#main .tourlayout .viewer3d { margin-top: 30px; }
#main .tourlayout .viewer3d .right { width: 300px; margin-left: 30px; }
#main .tourlayout ul li { display: block; line-height: 20px; padding-left: 35px; color: #666; margin-bottom: 14px; background-repeat: no-repeat; }
#main .tourlayout ul li.first { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-1.png"); }
#main .tourlayout ul li.second { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-2.png"); }
#main .tourlayout ul li.third { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-3.png"); }
#main .tourlayout ul li.fourth { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-4.png"); }
#main .tourlayout ul li.fifth { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-5.png"); }
#main .tourlayout ul li.sixth { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-6.png"); }
#main .tourlayout ul li.seventh { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/tour/bullet-7.png"); }

/* /products/personal */
#main .content .pricing-free  { background-image:url("https://d273csydae9vpp.cloudfront.net/static/images/pricing/pricing-box-free.gif"); }
#main .content .pricingbox { background-repeat:no-repeat; cursor:pointer; float:left; height:330px; margin-right:4px; width:288px; }
#main .content .pricingbox .spacer  { margin:0; padding:20px; }
#main .content .pricingbox h2 { font-size:15pt; font-weight:normal; margin:0; }
#main .content .pricingbox .sub { color:#1B96B8; font-size:15pt; }
#main .content .pricingbox ul { height:170px; padding-left:30px; }
#main .content .pricingbox ul li { list-style-image:url("https://d273csydae9vpp.cloudfront.net/static/images/pricing/checkbox.gif"); margin-bottom:10px; }
#main .content .pricingbox .signup  { margin-top:40px; }
#main .content .pricing-plus { background-image:url("https://d273csydae9vpp.cloudfront.net/static/images/pricing/pricing-box-plus.gif"); }

/* /forum */
#topic_create .cancel {
margin-top: 15px;
margin-right: 20px;
float: right;
display: block;
text-transform: lowercase;
font-size: 13px;
color: #777;
text-decoration: underline;
}
#topic_create .regular-button {
float: right;
}
#topic_create .title {
font-size: 16px;
color: #333;
margin-bottom: 10px;
font-weight: bold;
}
#topic_create label {
font-weight: bold;
color: #555;
margin-bottom: 4px;
display: block;
margin-top: 6px;
font-size: 14px;
}
#main .content .showtopic h2 { font-size: 30px; font-weight: bold; letter-spacing: -1px; margin-bottom: 16px; }
.blogpost .comment .right { width: 590px; }
.showtopic .left { float: left; padding-right: 12px; }
.showtopic .right { float: left; width: 780px; }
.showtopic .left img { border: 1px solid #ccc; }
.showtopic .name a { font-weight: bold; font-size: 18px; text-decoration: none; }
.showtopic .name a:hover { text-decoration: underline; }
.showtopic .info { margin-bottom: 17px; }
.showtopic .info .date { font-size: 13px; color: #999; padding-left: 6px; }
.showtopic .comment { margin-top: 20px;  }
.showtopic .comment .right {  border-top: 1px solid #ccc; padding-top: 20px;  }
.showtopic .comment .left { padding-top: 20px; }
.showtopic .userinfo { margin-top: 20px; font-size: 12px; line-height: 20px; margin-bottom: 20px; }
.showtopic p { line-height: 18px; }
.topiclist { margin-top: 10px; }
.topiclist .topic { border-top: 1px solid #ccc; padding-left: 8px; padding-right: 8px; padding-top: 10px; padding-bottom: 10px; }
.topiclist .topic.sticky { background-color: #ecf6fb; }
.topiclist .topic .left { float: left; width: 600px; color: #888; font-size: 13px; }
.topiclist .topic .title { font-size: 20px; font-weight: bold; margin-bottom: 8px; }
.topiclist .topic .right { float: right; text-align: right; color: #BBB; font-size: 13px; }
.topiclist .topic .right a { color: #BBB; }
.topiclist .topic .replies { font-size: 18px; font-weight: bold; margin-bottom: 8px;  }
#main .content .topiclist .topic .summary p { margin: 0; }
.topiclist a { text-decoration: none; }
.topiclist a:hover { text-decoration: underline; }
.pagination { text-align: center; height: 30px; }
.pagination a { position: relative; top: 8px;padding: 3px 10px; color: #555; text-decoration: none; margin-top: 10px; }
.pagination .prev_page { position: relative; top: 0; margin: 0; float: left; padding: 0; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/buttons-skip-sprite.png"); display: block; font-size: 0px; width: 52px; height: 32px; background-position: 0 33px; }
.pagination .prev_page:hover { background-position: 0 68px; }
.pagination .prev_page:active { background-position: 0 103px; }
.pagination .prev_page.disabled { background-position: 0 0;  }
.pagination a.next_page { position:relative; float: right; padding: 0; margin: 0; margin-top: -7px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/new-ui/buttons-skip-sprite.png"); display: block; font-size: 0px; width: 52px; height: 32px; background-position: 53px 33px; }
.pagination a.next_page:hover { background-position: 53px 68px; }
*:first-child+html #gallery a.next_page { margin-top: -21px;  }
.pagination a.next_page:active { background-position: 53px 103px; }
.pagination .current {
  position: relative;
  top: 8px;
  background-color: #7A7A7A;
  color: white;
  padding: 3px 10px;
  -moz-box-shadow: inset 0 1px 1px 0 #111;
  -webkit-box-shadow: inset 0 1px 1px 0 #111;
  -o-box-shadow: inset 0 1px 1px 0 #111;
  box-shadow: inset 0 1px 1px 0 #111;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(6%, #949494), color-stop(77%, #7a7a7a));
  background-image: -webkit-linear-gradient(bottom, #949494 6%,#7a7a7a 77%);
  background-image: -moz-linear-gradient(bottom, #949494 6%,#7a7a7a 77%);
  background-image: -o-linear-gradient(bottom, #949494 6%,#7a7a7a 77%);
  background-image: -ms-linear-gradient(bottom, #949494 6%,#7a7a7a 77%);
  background-image: linear-gradient(bottom, #949494 6%,#7a7a7a 77%);
  text-shadow: 0px 1px 1px #222;
  font-weight: bold;
  letter-spacing: -1px;
}

#faq-link {
    position: absolute;
    left: 285px;
    top: 21px;
    color: #888;
}

#faq-link a {
    text-decoration: none;
}

/* /about */
.image-about { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/about-page-cover.jpg"); width: 100%; height: 380px; background-position: center; background-repeat: no-repeat; }

.about {
  width: 630px;
  text-aign: left;
  margin: 0 auto;
  padding-bottom: 90px;
}

.about h2 {
  font-size: 36px !important;
  color: #222;
  font-weight: 700;
  padding: 60px 81px 0px;
  letter-spacing: -1px;
}

.about p {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  padding: 12px 81px;
}

.about img {

}

#main #officeplan { border-left:1px solid #EEEEEE; float:right; padding-left:20px; width:400px; }
#main #text { float: left; width: 420px; }

/* /press */
#main .content table.list th { font-size: 14px; }
#main .content table.list td { font-size: 14px; border-bottom:1px solid #DDDDDD; height:24px; padding:2px; vertical-align: middle; color: #666; padding-top: 8px; padding-bottom: 8px; }
#main .content table.list td a { text-decoration: none; }
#main .content table.list td a:hover { text-decoration: underline; }
#main table.list th { border-bottom:1px solid #999999; padding-bottom:3px; text-align:left; }

/* overview pages */
#main .overview .content { background-color: white; }
#main .overview .largebox { width: 984px; height: 480px; position: relative; top: -42px; margin-left: -60px; }
#main .overview .largebox.pro { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/overview/pro1.jpg"); }
#main .overview .largebox.personal { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/overview/catchy_image.jpg"); }
#main .overview .largebox.business { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/overview/fpbusiness.jpg"); }
#main .overview .largebox .blueband { position: relative; z-index: 3; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/products/bluebar_middle.png"); height: 134px; margin-left: -20px; top: 362px; width: 1024px; }
#main .overview .largebox .blueband .left { float: left; }
#main .overview .largebox .blueband .center { float: left; }
#main .overview .largebox .blueband h1 { text-shadow: 0px -1px 1px #333; color: white; padding-top:14px; letter-spacing: 0.8px; font-size: 30px; line-height: 42px; margin-left: 40px; }
#main .overview .largebox .blueband .right { float: right; }
#main .overview .text { width: 487px; float: left; }
#main .overview p { color: #666666; font-size: 16px; line-height: 24px; letter-spacing: normal; }
#main .overview .image { width: 333px; float: left;  }
#main .overview .overview-content .left { float: left; }
#main .overview .overview-content .right { float: right; }
#main .overview .overview-content .center { margin: 0 auto; text-align: center; width: 860px;}
#main .overview .overview-content .button { display: block; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/frontpage/LTbutton1.png"); color: white; cursor: pointer; display: block; font-size: 30px; height: 51px; letter-spacing: 1px;  padding-top: 20px; text-align: center; width: 289px; margin: 0 auto; margin-bottom: 40px; }
#main .overview .overview-content .button:hover { text-decoration: underline; }
#main .overview .overview-content .clear { height: 40px; }
#main .overview .text h3 { color: #222222; letter-spacing: normal; margin: 0; padding: 0; font-family: Arial, Helvetica, serif; font-size: 20px; font-weight: bold; padding-bottom: 6px; }
#main .overview .freebox { background-color: #E5F3F9;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 303px;  padding: 15px; margin-top: 20px; }
#main .overview .freebox a { text-decoration: underline; font-weight: bold; }

/* /404 */
#main.windowless .header-icon { margin: 0 auto; width: 151px; float: none; }
#main.windowless p.summary { padding: 20px; padding-top: 40px; color: #000000; font-size: 18pt; font-weight: normal; margin-bottom: 15px; margin-top: 0; }
#main.windowless p.error { color: #AA0000; font-weight: bold; }

/* Payment / Upgrade */
#payment {  }
#payment p.details { text-align: left; font-size: 16px;}
#payment .payment-box a { color: #999; text-decoration: underline; font-size: 13px; }
#payment h1.payment { font-size: 20px; letter-spacing: -1px; font-weight: normal; margin-top: 20px; color: #333; margin-bottom: 20px; }
#payment h2.account_title { font-size: 20px; padding: 10px; }
#payment h2.account_title strong { font-weight: bold; }
#payment .payment-box .bottom { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/payment/grey_gradient.png"); background-repeat: repeat-x; background-color: #eeeeee; }
#payment .payment-box .bottom p { font-size: 13px; text-align: left; display: block; width: 340px; margin: 0 auto; padding-top: 8px; padding-bottom: 8px; letter-spacing: -0.4px; color: #999; line-height: 1.4; }
#payment .payment-box .bottom p a { text-decoration: underline; }
#payment .payment-box .bottom p a:hover { text-decoration: underline; }
#payment .payment-box a.switch_to_year:hover { color: #333; }
#payment .payment-box { border-bottom: 1px solid #fff; border-top: 1px solid #ccc; border-left: 1px solid #eee; border-right: 1px solid #eee; width: 375px; margin: 0 auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/payment/blue_gradient.png"); background-repeat: repeat-x; background-color: #ebf6fa; margin-bottom: 20px; }
#payment .payment-box .left { float: left; width: 150px; }
#payment .payment-box .left .price { font-size: 44px; font-weight: bold; margin-top: 14px; letter-spacing: -1px; }
#payment .payment-box .year { display: none; }
#payment .payment-box .bottom .year { display: none; }
#payment .payment-box .left .price_subtitle { font-size: 17px; margin-top: 2px; letter-spacing: -0.7px; margin-bottom: 12px; }
#payment .payment-box .right { border-left: 1px solid #eee; width: 224px; float: left; background-color: #ffffff; }
#payment .payment-box .right ul { margin-left: 20px; margin-top: 20px; }
#payment .payment-box .right li { color: #777; list-style-type: none; font-weight: bold; display: block; height:38px; text-align: left; padding-left: 35px; padding-top: 2px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/default/payment/vinkje.png"); background-repeat: no-repeat; }
#payment p.cancel { font-size: 14px; color: #999; }
#payment p.cancel a { font-size: 14px; color: #999; }
#payment h1.success { margin-bottom: 5px; }
#payment p.subtitle { font-size: 18px; }
#payment p.success_info { font-size: 16px; padding: 20px; }
#payment #promocode_box { width: 100px; padding: 6px; font-size: 12px; }
#main.windowless #payment table label { margin: 0; font-size: 14px; line-height: 30px; padding-right: 20px; }
#main.windowless #payment table input { margin-bottom: 5px; }

#payment #companyform h1 { margin-top: 5px; margin-bottom: 5px; }
#payment #companyform input { width: 210px; margin-bottom: 6px; margin-top: 6px; }
#payment #companyform select.input { width: 220px; margin-bottom: 6px; margin-top: 5px; }
#payment #companyform .newbutton { width: 212px; }
#payment #companyform h1 { margin-top: 20px; }
#payment #companyform h2 { margin-bottom: 42px; }
#payment #companyform .marked { width: 10px; zoom: 1; font-size: 21px; margin-top: -26px; color: red; margin-left: 318px; position: relative; margin-bottom: 5px; }
#payment #companyform #upgrade-now-button { margin-top: 16px; }
#payment #companyform #vat_country { font-weight: bold; margin-left: 100px; margin-top: 15px; position: absolute; }
#payment #companyform #company_vat_number { margin-left: 35px; width: 175px; }
#payment #companyform #terms_agree { width: auto; display: inline-block; }
#payment #companyform label { font-size: 13px; text-align: center; margin-top: 0px; display: inline-block; }
#payment #companyform .marker { font-size: 21px; color: red; }

#payment #checkoutform .note { width: 372px; margin: 0 auto; margin-bottom: 30px; }
#payment #checkoutform .note .contents {  background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/receipt-mid.png"); background-position: center top; padding-left: 55px; padding-right: 55px; text-align: center; padding-bottom: 14px; }
#payment #checkoutform .note .top { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/receipt-top.png"); width: 372px; height: 22px; }
#payment #checkoutform .note .bottom { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/receipt-bottom.png"); width: 372px; height: 12px; }
#payment #checkoutform .note .name { font-size: 16px; font-weight: bold; width: 165px; float: left; }
#payment #checkoutform .note .sub { font-size: 13px; color: #888; width: 200px; line-height: 18px; padding-top: 5px; }
#payment #checkoutform .note .product { text-align: left; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/striped-line.png"); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 10px; padding-top: 10px; }
#payment #checkoutform .note .vat { text-align: left; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/double-line.png"); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 14px; padding-top: 14px; }
#payment #checkoutform .note .total { text-align: left;  background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/double-line.png"); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 18px; padding-top: 16px; margin-bottom: 16px; }
#payment #checkoutform .note .total .name { width: 150px; }
#payment #checkoutform .note .discount { text-align: left; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/checkout/striped-line.png"); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 14px; padding-top: 14px; }
#payment #checkoutform .note .price { float: right; font-weight: bold; font-size: 16px; }
#payment #checkoutform .note .save { padding-top: 16px; padding-bottom: 5px; }
#payment #checkoutform .note a { text-decoration: none; font-weight: bold; font-size: 13px; }
#payment #checkoutform .note a:hover { text-decoration: underline; }
#payment #checkoutform .note .switch .left { float: left; line-height: 35px; padding-left: 6px; }
#payment #checkoutform .note .switch .left a { font-size: 12px; color: #999999; font-weight: normal; text-decoration: underline; }
#payment #checkoutform .note .switch .right { float: right; }
#payment #checkoutform .note.hide { display: none; }
#payment #checkoutform .newbutton .inner { padding-left: 20px; padding-right: 20px; }

#payment #personalform small { display: block; margin-top: 100px; }
#payment #personalform input { width: 210px; margin-bottom: 6px; margin-top: 6px; }
#payment #personalform select.input { width: 220px;  margin-top: 5px; }
#payment #personalform .cancel { font-size: 13px; }
#payment #personalform .cancel a { font-size: 13px; }
#payment #personalform .submit-button { width: 186px; margin-top: 10px; }
#payment #personalform #terms_agree { width: auto; display: inline-block;  }
#payment #personalform label { font-size: 13px; text-align: center; margin-top: 0px; display: inline-block; }

/* Flash messages */
div.flash, div.maintenance { -webkit-font-smoothing: antialiased; line-height: 18px; background-color: #FFF9D8; border: 1px solid #EDBF30; font-size: 110%; left: -10px; margin-bottom: 20px; padding: 10px; position: relative; }

/* List Table */
table.list { width: 100%; border-collapse: collapse; border-spacing: 0; }
table.list td { border-bottom: 1px solid #DDD; height: 24px; padding: 2px; vertical-align: middle; }
table.list td.name { font-weight: bold; }
table.list tr.smallheader th { font-size: 13px; font-weight: normal; }
table.list th { border-bottom: 1px solid #999; padding-bottom: 3px; text-align: left; }

/* Properties table */
table.properties { border-collapse: collapse; width: 100%; }
table.properties-forum { border-collapse: collapse; width: 75%; }
table.properties tr th.label { padding-top: 4px; }
table.properties th { font-weight: normal; padding: 0 10px 0 0; text-align: left; vertical-align: top; }
table.properties td { height: 18px; padding-bottom: 8px; vertical-align: top; }

/* Large Pages */
#main.large #all-notices { display: none; }
#main.large #titlebar { display: none; }
#main.large .submit-big-button .caption { font-weight: bold; }
#main.large .submit-big-button .subfont { font-family: Georgia; font-weight: normal; font-style: italic; }
#main.large .content { text-shadow: 0px 1px 0px #FFF; -webkit-font-smoothing: antialiased; background: none; width: 100%; border-radius: 0; padding: 0; margin: 0; background-color: white; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/bg-image-white-main.png"); }
#main.large .top { text-align: center; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/bg-image-blue-top.jpg"); height: 380px; background-position:center;  }
#main.large .top .image { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/tour-visual-2.jpg"); width: 100%; height: 380px; background-position: center; background-repeat: no-repeat; }
#main.large .contentarea { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/tour-top-content-left-right.png"); background-repeat: repeat-x; }
#main.large .contentarea .surround { width: 100%; margin: 0 auto; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/bg-image-white-top-content.png"); background-repeat: no-repeat; background-position: top center;  }
#main.large .contentarea .page { width: 100%; margin: 0 auto; text-align: center; overflow: hidden; }
#main.large .contentarea .page .newbutton { height: 58px; }
#main.large .contentarea .page .newbutton .inner { line-height: 42px; font-size: 24px;  padding-left: 50px; padding-right: 50px; }
#main.large h2.easy { font-size: 48px; font-weight: bold; color: #222; letter-spacing: -1px; padding-top: 20px; margin-bottom: 14px; color: #222; }
#main.large p.easy { width: 860px; margin: 0 auto; font-size: 24px; margin-bottom: 21px; line-height: 29px; color: #444; }
#main.large .big2d { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/tour-big-2d-image.jpg"); background-position: center; background-repeat: no-repeat; width: 100%; height: 460px; margin: 0 auto; margin-top: 38px; margin-bottom: 40px;  }

#main.large .boxes { text-align: left; margin-bottom: 104px; width: 972px; margin: 0 auto; }
#main.large .boxes .love { font-size: 18px; }
#main.large .boxes .left { float: left; width: 550px; margin-right: 39px; }
#main.large .boxes .title { font-size: 30px; font-weight: bold; color: #222; letter-spacing: -1px; }
#main.large .boxes p { font-size: 18px; color: #666; margin-top: 14px; line-height: 23px; }
#main.large .boxes .right { float: left; width: 370px; }

#main.large h1.presentation { font-size: 60px; color: #222; letter-spacing: -2px; margin-bottom: 8px; margin-top: 104px; }
#main.large h3.sub-presentation { color: #444; font-size: 36px; font-weight: normal; margin-bottom: 60px; letter-spacing: -1px; }

#main.large .impress { text-align: left; float: left; width: 600px; }
#main.large .visuals { width: 972px; margin: 0 auto; }
#main.large .visuals .title { color: #222; font-size: 30px; font-weight: bold; margin-top: 20px; margin-bottom: 4px; }
#main.large .visuals .subtitle { font-size: 24px; color: #444; letter-spacing: -1px; }
#main.large .visuals p { color: #666; font-size: 18px; margin-top: 16px; line-height: 23px; }
#main.large .exportimage { float: right; margin-right: -17px; }
#main.large .render3d { float: left; position: relative; margin-left: -94px; margin-top: 6px; }
#main.large .stunning { float: right; margin-top: 81px; text-align: left; width: 400px; margin-right: 65px; }

#main.large .embed { margin: 0 auto; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/large/tour-embed.png"); width: 997px; height: 583px; text-align: left; margin-top: 57px; background-position: -20px 64px; background-repeat: no-repeat;  }
#main.large .embed .title { color: #222; font-size: 30px; font-weight: bold; }
#main.large .embed p { width: 300px; color: #666; font-size: 18px; line-height: 24px; margin-top: 15px; }
#main.large .embed iframe { position: relative; float: right; width: 550px; height: 400px; margin-top: -130px; margin-right: 24px; }

#main.large .brand { width: 960px; text-align: left; margin: 0 auto; }
#main.large .brand img { float: left; margin-right: 35px; margin-left: 84px; }
#main.large .brand .title { color: #222; font-size: 30px; font-weight: bold; padding-top: 4px; letter-spacing: -1px; }
#main.large .brand .subtitle { font-size: 24px; color: #444; padding-top: 4px; letter-spacing: -1px; }
#main.large .brand p { color: #666; font-size: 18px; margin-top: 16px; line-height: 23px; margin-bottom: 28px; }
#main.large .brand a { color: #666; font-size: 18px; text-decoration: underline; }

#main.large .social { width: 800px; text-align: left; margin: 0 auto; margin-top: 124px; }
#main.large .social img { float: left; margin-left: 164px; margin-right: 34px; }
#main.large .social .title { color: #222; font-size: 30px; font-weight: bold; letter-spacing: -1px; }
#main.large .social p { color: #666; font-size: 18px; margin-top: 15px; line-height: 23px; }

#main.large h2.more { font-size: 48px; font-weight: bold; color: #222; letter-spacing: -1px; color: #222; margin-top: 98px; margin-bottom: 10px; }
#main.large h3.more { font-size: 24px; color: #444; font-weight: normal; margin-top: 4px; }

#main.large .listings { margin: 0 auto; margin-top: 13px; width: 1010px; }
#main.large .listing { float: left; width: 336px; }

@font-face { font-family: GoudyBookletter1911; src: url("https://d273csydae9vpp.cloudfront.net/static/fonts/GoudyBookletter1911.otf"); }
#main.large .listing .title { margin-top: -25px; position: relative; font-weight: bold; font-size: 16px; }
#main.large .listing .ampersand { font-family: GoudyBookletter1911; }

#main.large h2.draw { color: #222; font-size: 30px; font-weight: bold; margin-top: 90px; letter-spacing: -1px; margin-bottom: 15px; }
#main.large p.draw { color: #666; font-size: 18px; line-height: 23px; width: 600px; margin: 0 auto; padding-bottom: 130px; }
#main.large p a { color: #666; font-size: 18px; text-decoration: underline;  }

#main.giftpage .top { height: 440px; background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/gifts/gift-big-visual-bg.jpg"); }
#main.giftpage .heading { width: 1040px; margin: 0 auto; }
#main.giftpage .house { float: left; margin-left: -20px; }
#main.giftpage h2.easy { float: left; padding-top: 42px; }
#main.giftpage p.easy { text-align: left; margin: 0; width: 975px; }
#main.giftpage p.easy a { font-size: inherit; }
#main.large .giftcard { text-align: left; margin: 0 auto; width: 1040px; margin-bottom: 100px; }
#main.large .giftcard .howto { float: left; width: 502px; margin-left: 18px; }
#main.large .giftcard .howto a { font-size: inherit; }
#main.large .giftcard .howto h2 { color: #222; font-size: 29px; font-weight: bold; letter-spacing: -1px; margin-bottom: 20px; margin-top: 14px; }
#main.large .giftcard .howto li { float: left; display: block; width: 210px; margin-right: 25px; }
#main.large .giftcard .howto li .order { font-size: 42px; font-weight: bold; float: left; height: 50px; margin-right: 10px; height: 175px; }
#main.large .giftcard .howto li .title { font-size: 17px; font-weight: bold; margin-top: 3px; }
#main.large .giftcard .howto li p { color: #666; margin-top: 4px; line-height: 20px; }
#main.large .giftcard .form { float: left; width: 438px; border: 1px solid #ccc; background-color: #f2f2f2; padding: 14px; }
#main.large .giftcard .form h3 { font-size: 31px; letter-spacing: -1px; }
#main.large .giftcard .form p { color: #666; margin-bottom: 20px; line-height: 23px; font-size: 17px; }
#main.large .giftcard .form .left { float: left; width: 165px; }
#main.large .giftcard .form .right { float: left; width: 230px; }
#main.large .giftcard .form label { display: block; font-weight: bold; font-size: 16px; line-height: 40px; }
#main.large .giftcard .form .right input[type="text"] { width: 220px; margin-top: 5px; margin-bottom: 5px; }
#main.large .giftcard .form .button { text-align: center; margin-top: 30px; margin-bottom: 20px; }
#main.large .giftcard .form .price { margin-left: 330px; margin-top: -95px; position: absolute; }
#main.large .giftcard .ar_errors { background-color: #EDDBE3; border: 1px solid red; margin-bottom: 20px; padding: 10px; }
#main.large .giftcard .ar_errors li { margin-left: 20px; list-style-type: disc; line-height: 21px; }

#main.large .giftcard .bunch { text-align: center; margin-top: 28px; float: left; width: 460px; }
#main.large .giftcard .bunch h2 { color: #222; font-size: 25px; font-weight: bold; letter-spacing: -1px; }
#main.large .giftcard .bunch p { color: #666; margin-top: 4px; line-height: 20px; font-size: 17px; }

/* PlanIt / Cabinet Vision */
#main.planit .top .image { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/third-party/planit/cabinet-vision-big-visual.jpg"); }
#main.planit .embed { background-image: url("https://d273csydae9vpp.cloudfront.net/static/images/third-party/planit/cabinet-vision-embed.png"); }
#main.planit .cabinet-vision h2 { text-align: left; font-size: 48px; font-weight: bold; color: #222; letter-spacing: -1px; padding-top: 10px; margin-bottom: 14px; color: #222; }
#main.planit .cabinet-vision { padding-top: 20px; width: 986px; margin: 0 auto; }
#main.planit .cabinet-vision p.subtop { float: left; margin-top: 20px; text-align: left; width: 590px; font-size: 24px; margin-bottom: 21px; line-height: 29px; color: #444; }
#main.planit .cabinet-vision .newbutton { margin-right: 30px; margin-top: 38px; float: right; }
#main.planit .cabinet-vision .box { margin-top: 50px; float: left; width: 290px; text-align: left; margin-right: 36px; }
#main.planit .cabinet-vision .box h3 { line-height: 32px; font-size: 24px; }
#main.planit .cabinet-vision .box p { color: #666; font-size: 18px; margin-top: 10px; line-height: 23px; }
#main.planit .cabinet-vision .box img { margin-top: 42px; }
#main.planit h1.presentation { font-size: 52px; }

#main.press .content { width: 972px; }

#content #press .cover {
  margin-left: -60px;
  margin-top: -42px;
  position: relative;
}

/* line 3, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press h1 {
  letter-spacing: -1px;
  line-height: 54px;
  font-size: 48px;
  text-width: bold;
  color: #222222;
  padding-top: 24px;
  margin-bottom: 30px;
  width: 672px;
}
/* line 12, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .line {
  border-top: 1px solid #aaaaaa;
  margin-top: 30px;
  text-align: center;
}
/* line 17, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .line h3 {
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  position: relative;
  top: -7px;
  background-color: #fdfdfd;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 28, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left {
  float: left;
  width: 632px;
  padding-right: 40px;
}
/* line 33, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 14px;
}
/* line 38, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .text p a {
  text-decoration: none;
}
/* line 42, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .interiors a, #content #press .left .screenshots a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}
/* line 48, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .images {
  width: 672px;
  position: relative;
}
/* line 52, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .images li {
  width: 300px;
  float: left;
  margin-right: 35px;
}
/* line 57, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .images li img {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7);
}
/* line 60, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .images .description {
  text-align: center;
  font-size: 13px;
  color: #222222;
}
/* line 65, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .left .images img {
  float: left;
  margin-right: 35px;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 73, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right {
  float: right;
  width: 300px;
}
/* line 77, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right p {
  font-size: 13px;
}
/* line 80, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right a {
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
}
/* line 86, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .big-green-button {
  font-size: 18px;
}
/* line 90, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .pr a {
  color: #666666;
  margin: 0;
  display: inline;
  font-size: 14px;
}
/* line 96, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .pr a:hover {
  text-decoration: underline;
}
/* line 99, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .pr img {
  margin-top: 16px;
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 107, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .pr .title {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
/* line 113, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .pr p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 3px;
}
/* line 118, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .logo {
  text-align: center;
  margin-bottom: 40px;
}
/* line 121, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .logo img {
  margin-top: 4px;
  width: 300px;
  height: 82px;
  background-color: #fdfdfd;
}
/* line 127, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right .logo .link {
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 133, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right ul#links li {
  float: left;
  width: 310px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 139, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right ul#links li img {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fdfdfd;
}
/* line 147, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right ul#links li a {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
/* line 153, ../../app/assets/stylesheets/pages/press.css.sass */
#content #press .right ul#links li .link {
  font-size: 13px;
}

#content #press .newbutton { text-align: center; height: 50px; margin-top: 18px; }
#content #press .newbutton .inner>span { line-height: 34px; }

#main.windowless #cancel-payment h1 { margin-bottom: 10px; }
#main.windowless #cancel-payment h2 { color: #555; line-height: 20px; }
#cancel-payment .radios { text-align: left; margin-left: 23px; margin-top: 20px; }
#cancel-payment .title { margin-bottom: 2px; font-weight: bold; margin-bottom: 5px; }
#cancel-payment .improve { text-align: left; margin-left: 23px; margin-top: 20px; }
#cancel-payment .radios label { padding: 0; margin: 0; font-size: 14px; color: #222; line-height: 30px; }
#cancel-payment .radios #other { width: 230px; }
#cancel-payment textarea { height: 70px; width: 355px; }
#cancel-payment .buttons { text-align: left; margin-left: 23px; margin-top: 20px; }
#cancel-payment .buttons .skip { margin-left: 10px; }

#cancel-skip h2 { color: #555; margin-bottom: 30px; text-align: left; margin-left: 32px; }

#terms h2 { position: relative; margin-top: -30px; margin-bottom: 30px; margin-left: 20px; font-weight: bold; }
#terms strong { font-weight: bold; display: block; margin-bottom: 10px; }
#terms ol { list-style-type: none; counter-reset: item; margin: 0; padding: 0; margin-bottom: 20px; }
#terms ol > li { display: table; counter-increment: item; margin-bottom: 0.6em; }
#terms ol > li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 0.6em; }
#terms li ol > li {  margin: 0; }
#terms li ol > li:before { content: counters(item, ".") " "; }