/* line 17, sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 22, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 24, sass/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 26, sass/_reset.scss */
q, blockquote {
  quotes: none;
}
/* line 94, sass/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 28, sass/_reset.scss */
a img {
  border: none;
}

/* line 48, sass/_base.scss */
p {
  margin-bottom: 10px;
}
/* line 50, sass/_base.scss */
p.doublespace {
  margin-bottom: 20px;
}

/* line 52, sass/_base.scss */
a {
  text-decoration: none;
  color: #008ec5;
}
/* line 55, sass/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 59, sass/_base.scss */
strong {
  font-weight: bold;
}

/* line 60, sass/_base.scss */
b {
  font-weight: bolder !important;
}

/* line 61, sass/_base.scss */
input {
  font: 12px/1 Arial, sans-serif;
  color: #54534a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
}

/* line 66, sass/_base.scss */
.btn-orange {
  background: url(buttons.png) no-repeat right 0;
  height: 40px;
  margin-right: 5px;
  padding-right: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-orange {
  *display: inline;
}
/* line 75, sass/_base.scss */
.btn-orange span {
  background: url(buttons.png) no-repeat;
  height: auto;
  padding: 10px 0 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-orange span {
  *display: inline;
}
/* line 85, sass/_base.scss */
.btn-orange:hover {
  background-position: right -40px;
  text-decoration: none;
}
/* line 88, sass/_base.scss */
.btn-orange:hover span {
  background-position: 0 -40px;
}

/* line 91, sass/_base.scss */
.btn-green {
  background: url(buttons.png) no-repeat right -80px;
  height: 34px;
  margin-right: 5px;
  padding-right: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-green {
  *display: inline;
}
/* line 100, sass/_base.scss */
.btn-green span {
  background: url(buttons.png) no-repeat 0 -80px;
  height: auto;
  padding: 7px 0 9px 16px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-green span {
  *display: inline;
}
/* line 110, sass/_base.scss */
.btn-green:hover {
  background-position: right -114px;
  text-decoration: none;
}
/* line 113, sass/_base.scss */
.btn-green:hover span {
  background-position: 0 -114px;
}

/* line 116, sass/_base.scss */
.btn-blue {
  background: url(buttons.png) no-repeat right -148px;
  height: 26px;
  margin-right: 5px;
  padding-right: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-blue {
  *display: inline;
}
/* line 125, sass/_base.scss */
.btn-blue span {
  background: url(buttons.png) no-repeat 0 -148px;
  height: auto;
  padding: 4px 0 6px 14px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-blue span {
  *display: inline;
}
/* line 135, sass/_base.scss */
.btn-blue:hover {
  background-position: right -174px;
  text-decoration: none;
}
/* line 138, sass/_base.scss */
.btn-blue:hover span {
  background-position: 0 -174px;
}

/* line 141, sass/_base.scss */
.btn-disabled {
  background: url(buttons.png) no-repeat right -200px;
  height: 40px;
  margin-right: 5px;
  padding-right: 20px;
  font-weight: bold;
  color: #fff;
  cursor: default;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-disabled {
  *display: inline;
}
/* line 150, sass/_base.scss */
.btn-disabled span {
  background: url(buttons.png) no-repeat 0 -200px;
  height: auto;
  padding: 10px 0 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-disabled span {
  *display: inline;
}
/* line 160, sass/_base.scss */
.btn-disabled:hover {
  text-decoration: none;
}

/* line 164, sass/_base.scss */
.btn-add {
  display: block;
  float: left;
  position: relative;
  background: url(icon-add.png) no-repeat;
  width: 20px;
  height: 13px;
  top: 4px;
  font-size: 0;
}

/* line 174, sass/_base.scss */
.btn-arrow {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  background: url(icon-arrow.png) no-repeat;
  width: 15px;
  height: 9px;
  font-size: 0;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.btn-arrow {
  *display: inline;
}

/* line 181, sass/_base.scss */
.btn-cart {
  background: url(button-cart.png) no-repeat right top;
}
/* line 182, sass/_base.scss */
.btn-cart span {
  background: url(button-cart.png) no-repeat 0 top;
  white-space: nowrap;
}
/* line 186, sass/_base.scss */
.btn-cart:hover {
  background-position: right bottom;
}
/* line 188, sass/_base.scss */
.btn-cart:hover span {
  background-position: 0 bottom;
}

/* line 191, sass/_base.scss */
.btn-review {
  background: url(button-review.png) no-repeat right top;
}
/* line 192, sass/_base.scss */
.btn-review span {
  background: url(button-review.png) no-repeat 0 top;
}
/* line 193, sass/_base.scss */
.btn-review:hover {
  background-position: right bottom;
}
/* line 195, sass/_base.scss */
.btn-review:hover span {
  background-position: 0 bottom;
}

/* line 198, sass/_base.scss */
#breadcrumbs {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-shadow: 0 1px 1px #3297bf;
  padding: 0 19px;
  margin-bottom: 6px;
}
/* line 206, sass/_base.scss */
#breadcrumbs a {
  color: #fff;
}
/* line 207, sass/_base.scss */
#breadcrumbs span {
  padding: 0 5px;
  font-weight: normal;
}

/* line 212, sass/_base.scss */
.topshadow {
  background: url(divider.png) no-repeat top center;
  padding-top: 50px;
}

/* line 216, sass/_base.scss */
.vertdivider {
  color: #a9a9a4;
  padding: 0 5px;
}

/* line 220, sass/_base.scss */
.testimonial-author {
  font-weight: bold;
}

/* line 222, sass/_base.scss */
.placeholder {
  color: #61B300;
}

/* line 223, sass/_base.scss */
::-webkit-input-placeholder {
  color: #61B300;
}

/* line 224, sass/_base.scss */
input:-moz-placeholder {
  color: #61B300;
}

/* line 226, sass/_base.scss */
.link {
  cursor: pointer;
  text-decoration: none;
  color: #008ec5;
}
/* line 230, sass/_base.scss */
.link:hover {
  text-decoration: underline;
}

/* line 234, sass/_base.scss */
.clear {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
}

/* line 1, sass/_headerfooter.scss */
html {
  background: url(bg.png) repeat-x top;
}

/* line 2, sass/_headerfooter.scss */
.html-compact {
  background-position: 0 -50px;
}

/* line 3, sass/_headerfooter.scss */
body {
  font: 12px/1.5 Arial, sans-serif;
  color: #54534a;
  background: url(bg-shadow.png) no-repeat center 171px;
}

/* line 7, sass/_headerfooter.scss */
.body-compact {
  background-position: center 121px;
}

/* line 8, sass/_headerfooter.scss */
#header {
  width: 984px;
  height: 96px;
  margin: 0 auto;
}

/* line 13, sass/_headerfooter.scss */
#toplinks {
  width: 946px;
  padding: 0 19px;
  text-align: right;
  font-size: 11px;
  line-height: 31px;
}
/* line 19, sass/_headerfooter.scss */
#toplinks a {
  color: #fff;
  text-shadow: 0 1px 1px #3297bf;
  margin-left: 20px;
  font-weight: bold;
}

/* line 26, sass/_headerfooter.scss */
#nav {
  height: 65px;
  position: relative;
  z-index: 100;
}

/* line 31, sass/_headerfooter.scss */
.nav-li {
  float: left;
  position: relative;
}

/* line 35, sass/_headerfooter.scss */
a.nav-link {
  display: block;
  position: relative;
  z-index: 1000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(nav-bg.png) no-repeat;
  line-height: 21px;
  padding: 17px 0 22px;
}
/* line 45, sass/_headerfooter.scss */
a.nav-link:hover {
  text-decoration: none;
  color: #fff;
}

/* line 50, sass/_headerfooter.scss */
a.nav-logo {
  background-image: none;
  padding: 0;
}
/* line 53, sass/_headerfooter.scss */
a.nav-logo img {
  display: block;
  width: 118px;
  height: 60px;
}

/* line 59, sass/_headerfooter.scss */
a.nav-powerlistings {
  width: 179px;
}
/* line 61, sass/_headerfooter.scss */
a.nav-powerlistings:hover {
  color: #008EC5;
}
/* line 64, sass/_headerfooter.scss */
a.nav-powerlistings-hover {
  background-position: 0 -65px !important;
  padding-bottom: 27px;
  text-decoration: none;
  color: #fff !important;
}
/* line 70, sass/_headerfooter.scss */
a.nav-powerlistings-on {
  background-position: 0 -130px;
}

/* line 72, sass/_headerfooter.scss */
a.nav-smallbus {
  width: 189px;
  background-position: -179px 0;
}
/* line 75, sass/_headerfooter.scss */
a.nav-smallbus:hover {
  color: #008EC5;
}
/* line 78, sass/_headerfooter.scss */
a.nav-smallbus-hover {
  background-position: -179px -65px !important;
  padding-bottom: 27px;
  text-decoration: none;
  color: #fff !important;
}
/* line 84, sass/_headerfooter.scss */
a.nav-smallbus-on {
  background-position: -179px -130px;
}

/* line 86, sass/_headerfooter.scss */
a.nav-enterprise {
  width: 149px;
  background-position: -368px 0;
}
/* line 89, sass/_headerfooter.scss */
a.nav-enterprise:hover {
  color: #008EC5;
}
/* line 92, sass/_headerfooter.scss */
a.nav-enterprise-hover {
  background-position: -368px -65px !important;
  padding-bottom: 27px;
  text-decoration: none;
  color: #fff !important;
}
/* line 98, sass/_headerfooter.scss */
a.nav-enterprise-on {
  background-position: -368px -130px;
}

/* line 100, sass/_headerfooter.scss */
a.nav-platform {
  width: 201px;
  background-position: -517px 0;
}
/* line 103, sass/_headerfooter.scss */
a.nav-platform:hover {
  color: #008EC5;
}
/* line 106, sass/_headerfooter.scss */
a.nav-platform-hover {
  background-position: -517px -65px !important;
  padding-bottom: 27px;
  text-decoration: none;
  color: #fff !important;
}
/* line 112, sass/_headerfooter.scss */
a.nav-platform-on {
  background-position: -517px -130px;
}

/* line 114, sass/_headerfooter.scss */
a.nav-cart {
  width: 106px;
  padding-left: 42px;
  background-position: -718px 0;
  text-align: left;
}
/* line 119, sass/_headerfooter.scss */
a.nav-cart:hover {
  background-position: -718px -65px;
}
/* line 120, sass/_headerfooter.scss */
a.nav-cart-on {
  background-position: -718px -130px;
}

/* line 122, sass/_headerfooter.scss */
a.nav-features-alt {
  background-image: url(nav-alt.png);
  width: 247px;
}
/* line 125, sass/_headerfooter.scss */
a.nav-features-alt:hover {
  background-position: 0 -65px;
}
/* line 126, sass/_headerfooter.scss */
a.nav-features-alt-on {
  background-position: 0 -130px;
}

/* line 128, sass/_headerfooter.scss */
a.nav-network-alt {
  background-image: url(nav-alt.png);
  width: 190px;
  background-position: -247px 0;
}
/* line 132, sass/_headerfooter.scss */
a.nav-network-alt:hover {
  background-position: -247px -65px;
}
/* line 133, sass/_headerfooter.scss */
a.nav-network-alt-on {
  background-position: -247px -130px;
}

/* line 135, sass/_headerfooter.scss */
a.nav-resellers-alt {
  background-image: url(nav-alt.png);
  width: 160px;
  background-position: -437px 0;
}
/* line 139, sass/_headerfooter.scss */
a.nav-resellers-alt:hover {
  background-position: -437px -65px;
}
/* line 140, sass/_headerfooter.scss */
a.nav-resellers-alt-on {
  background-position: -437px -130px;
}

/* line 142, sass/_headerfooter.scss */
a.nav-diagnostic-alt {
  background-image: url(nav-alt.png);
  width: 270px;
  background-position: -597px 0;
}
/* line 146, sass/_headerfooter.scss */
a.nav-diagnostic-alt:hover {
  background-position: -597px -65px;
}
/* line 147, sass/_headerfooter.scss */
a.nav-diagnostic-alt-on {
  background-position: -597px -130px;
}

/* line 149, sass/_headerfooter.scss */
.submenu {
  position: absolute;
  z-index: 500;
  top: 40px;
  padding: 30px 0 15px 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #555;
  -moz-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #555;
  line-height: 1.7;
}
/* line 158, sass/_headerfooter.scss */
.submenu-powerlistings {
  width: 159px;
  height: 80px;
}
/* line 162, sass/_headerfooter.scss */
.submenu-smallbus {
  width: 169px;
  height: 120px;
}
/* line 166, sass/_headerfooter.scss */
.submenu-enterprise {
  width: 129px;
  height: 20px;
}
/* line 170, sass/_headerfooter.scss */
.submenu-platform {
  width: 181px;
  height: 20px;
}
/* line 174, sass/_headerfooter.scss */
.submenu a {
  font-weight: bold;
  color: #54534a;
}
/* line 178, sass/_headerfooter.scss */
.submenu-divider {
  padding-top: 15px;
  background: url(submenu-divider.png) no-repeat 0 7px;
}

/* line 183, sass/_headerfooter.scss */
.cart-total {
  position: absolute;
  top: 17px;
  right: 0;
  width: 30px;
  margin-right: 31px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
/* line 192, sass/_headerfooter.scss */
.cart-total-compact {
  top: 15px;
  margin-right: 11px;
}

/* line 197, sass/_headerfooter.scss */
#header-compact-container {
  min-width: 984px;
  height: 58px;
  margin-bottom: 9px;
  background: url(header-bg.png) repeat-x top;
}

/* line 203, sass/_headerfooter.scss */
#header-compact {
  width: 946px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 207, sass/_headerfooter.scss */
#header-compact img {
  display: block;
  width: 85px;
  height: 50px;
  float: left;
}

/* line 214, sass/_headerfooter.scss */
#cart-compact {
  float: right;
  width: 87px;
  height: 37px;
  padding: 15px 0 0 43px;
  background: url(cart-compact.png) no-repeat;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
/* line 224, sass/_headerfooter.scss */
#cart-compact:hover {
  text-decoration: none;
}

/* line 226, sass/_headerfooter.scss */
#container {
  width: 984px;
  margin: 0 auto;
  position: relative;
}

/* line 231, sass/_headerfooter.scss */
#sitemap-container {
  border-top: 5px solid #00a4e4;
  border-bottom: 1px solid #00a4e4;
  min-width: 984px;
}

/* line 236, sass/_headerfooter.scss */
#sitemap {
  width: 946px;
  margin: 0 auto;
  padding: 20px 19px;
}

/* line 241, sass/_headerfooter.scss */
.sitemap-col {
  width: 146px;
  padding-right: 14px;
  float: left;
}
/* line 245, sass/_headerfooter.scss */
.sitemap-col-last {
  padding-right: 0;
}
/* line 247, sass/_headerfooter.scss */
.sitemap-col-signup label {
  font-size: 12px;
  color: #8f8e85;
}
/* line 251, sass/_headerfooter.scss */
.sitemap-col-signup input {
  color: #8f8e85;
  margin: 5px 0;
}
/* line 256, sass/_headerfooter.scss */
.sitemap-col h4 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 261, sass/_headerfooter.scss */
.sitemap-col h4 a {
  text-decoration: none;
  color: #54534a;
}
/* line 266, sass/_headerfooter.scss */
.sitemap-col ul {
  margin-bottom: 10px;
  color: #8f8e85;
}
/* line 268, sass/_headerfooter.scss */
.sitemap-col li a {
  font-weight: bold;
  color: #8f8e85;
}
/* line 272, sass/_headerfooter.scss */
.sitemap-col a.twitter {
  padding-left: 18px;
  background: url(icons-social.png) no-repeat;
}
/* line 276, sass/_headerfooter.scss */
.sitemap-col a.facebook {
  padding-left: 18px;
  background: url(icons-social.png) no-repeat 0 -23px;
}
/* line 280, sass/_headerfooter.scss */
.sitemap-col a.linkedin {
  padding-left: 18px;
  background: url(icons-social.png) no-repeat 0 -46px;
}

/* line 285, sass/_headerfooter.scss */
#footer-line {
  border-bottom: 1px solid #00a4e4;
  min-width: 984px;
  height: 0;
  font-size: 0;
}

/* line 291, sass/_headerfooter.scss */
#footer {
  width: 946px;
  margin: 0 auto;
  padding: 10px 19px;
  overflow: hidden;
}

/* line 297, sass/_headerfooter.scss */
#footer-links {
  float: right;
  padding-top: 8px;
  font-size: 11px;
  color: #8f8e85;
}
/* line 302, sass/_headerfooter.scss */
#footer-links a {
  color: #8f8e85;
  margin-right: 15px;
}
/* line 306, sass/_headerfooter.scss */
#footer-links a.footer-nyc {
  margin: 0 0 0 15px;
}
/* line 307, sass/_headerfooter.scss */
#footer-links a.footer-company {
  margin-right: 0;
}

/* line 309, sass/_headerfooter.scss */
.btn-top {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
}

/* line 316, sass/_headerfooter.scss */
.calls-link {
  font-weight: bold;
  color: #8f8e85;
  margin-right: 15px;
  z-index: 2;
  padding: 5px 10px 5px 0;
}
/* line 322, sass/_headerfooter.scss */
.calls-link-hover {
  background: url(directoryarrow.png) 5px 8px no-repeat;
  padding-left: 15px;
}

/* line 328, sass/_headerfooter.scss */
#footer-flyout-directory {
  background-color: #FFF;
  border: 1px solid #B2B2B2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 5px 10px 15px;
  position: absolute;
  text-align: left;
  top: -139px;
  left: -385px;
  width: 360px;
  z-index: 1;
}

/* line 341, sass/_headerfooter.scss */
.footer-link-flyout {
  display: block;
  float: left;
  height: 22px;
  line-height: 19px;
  width: 120px;
}

/* line 1, sass/_home.scss */
h3 {
  font-size: 14px;
  font-weight: bold;
}

/* line 5, sass/_home.scss */
a.seeall {
  margin-left: 8px;
}

/* line 7, sass/_home.scss */
.html-newsbar {
  background-position: 0 30px;
}

/* line 8, sass/_home.scss */
.body-newsbar {
  background-position: center 201px;
}

/* line 9, sass/_home.scss */
#newsbar {
  background-color: #333;
  border-bottom: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #000;
  height: 28px;
  line-height: 28px;
  padding-top: 1px;
}
/* line 19, sass/_home.scss */
#newsbar a {
  color: #fff;
}
/* line 20, sass/_home.scss */
#newsbar span {
  font-size: 15px;
}

/* styling for the  the content found in the blue 'hero' area, below the top navbar */
/* line 24, sass/_home.scss */
#hero {
  width: 965px;
  height: 338px;
  padding: 21px 0 0 19px;
  color: #fff;
  overflow: hidden;
}

/* line 31, sass/_home.scss */
#hero-left {
  float: left;
  width: 264px;
  padding-top: 30px;
}
/* line 35, sass/_home.scss */
#hero-left img {
  display: block;
  width: 243px;
  height: 64px;
  margin-bottom: 15px;
}
/* line 41, sass/_home.scss */
#hero-left p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 46, sass/_home.scss */
#hero-image {
  padding: 4px 0 0 40px;
  float: left;
  width: 400px;
}
/* line 50, sass/_home.scss */
#hero-image img {
  display: block;
  width: 399px;
  height: 334px;
  padding-top: 33px;
}

/* line 57, sass/_home.scss */
#hero-anim {
  margin-top: -33px;
}

/* line 60, sass/_home.scss */
#scanbox {
  background: url(scan-bg.png) 0 0 no-repeat;
  width: 209px;
  height: 290px;
  float: right;
}

/* styling for the Scan Your Business form area */
/* line 68, sass/_home.scss */
.scan-top {
  height: 34px;
  padding-top: 15px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #555;
}

/* line 78, sass/_home.scss */
form.scan fieldset {
  padding-left: 15px;
  color: #54534a;
}

/* line 82, sass/_home.scss */
form.scan input {
  margin-bottom: 5px;
  z-index: 1;
}

/* line 86, sass/_home.scss */
form.scan label {
  display: block;
  padding: 5px 15px 10px 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
}

/* line 93, sass/_home.scss */
#scan-name {
  width: 163px;
}

/* line 96, sass/_home.scss */
#scan-address {
  width: 163px;
}

/* line 100, sass/_home.scss */
.scan-zip,
.scan-phone {
  float: left;
}

/* line 101, sass/_home.scss */
#scan-zip {
  width: 45px;
}

/* line 104, sass/_home.scss */
#scan-phone {
  margin-left: 8px;
  width: 95px;
}

/* styling for the white content area, between the blue hero area and the footer */
/* line 110, sass/_home.scss */
#content {
  width: 946px;
  margin: 0 auto;
}

/* container box for PowerListings and Packages menu, to keep them aligned and at the top of the content area */
/* line 115, sass/_home.scss */
#content-menu-box {
  width: 946px;
  padding-bottom: 30px;
  overflow: hidden;
}

/* line 120, sass/_home.scss */
.content-description {
  font-size: 13px;
  margin-bottom: 0;
}

/* styling for the PowerListings menu of the content area, where each button is a ul list */
/* line 126, sass/_home.scss */
#content-listing {
  float: left;
  width: 586px;
}

/* line 130, sass/_home.scss */
#content-listing-menu-scroll {
  float: left;
}

/* line 133, sass/_home.scss */
#content-listing-menu {
  float: left;
  line-height: 1.2;
  width: 550px;
  height: 137px;
  overflow: hidden;
}
/* line 139, sass/_home.scss */
#content-listing-menu li {
  float: left;
}
/* line 142, sass/_home.scss */
#content-listing-menu a {
  display: block;
  text-align: center;
  margin: 20px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #54534a;
  width: 90px;
  padding-top: 80px;
  background-image: url(powerlistings1.png);
  background-repeat: no-repeat;
}

/* line 160, sass/_home.scss */
#listing-yelp a {
  background-position: 7px 0;
}

/* line 161, sass/_home.scss */
#listing-yahoo a {
  background-position: 7px -120px;
}

/* line 162, sass/_home.scss */
#listing-mapquest a {
  background-position: 7px -240px;
}

/* line 163, sass/_home.scss */
#listing-bing a {
  background-position: 7px -360px;
}

/* line 164, sass/_home.scss */
#listing-superpages a {
  background-position: 7px -480px;
}

/* line 165, sass/_home.scss */
#listing-citysearch a {
  background-position: 7px -600px;
}

/* line 166, sass/_home.scss */
#listing-whitepages a {
  background-position: 7px -720px;
}

/* line 167, sass/_home.scss */
#listing-local a {
  background-position: 7px -840px;
}

/* line 168, sass/_home.scss */
#listing-yellowbook a {
  background-position: 7px -960px;
}

/* line 169, sass/_home.scss */
#listing-yellowbot a {
  background-position: 7px -1080px;
}

/* line 170, sass/_home.scss */
#listing-telenav a {
  background-position: 7px -1200px;
}

/* line 171, sass/_home.scss */
#listing-merchantcircle a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px 0px;
}

/* line 172, sass/_home.scss */
#listing-ezlocal a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -120px;
}

/* line 173, sass/_home.scss */
#listing-getfave a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -240px;
}

/* line 174, sass/_home.scss */
#listing-localdatabase a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -360px;
}

/* line 175, sass/_home.scss */
#listing-showmelocal a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -480px;
}

/* line 176, sass/_home.scss */
#listing-topix a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -600px;
}

/* line 177, sass/_home.scss */
#listing-ziplocal a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -720px;
}

/* line 178, sass/_home.scss */
#listing-citysquares a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -840px;
}

/* line 179, sass/_home.scss */
#listing-localpages a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -960px;
}

/* line 180, sass/_home.scss */
#listing-mojopages a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -1080px;
}

/* line 181, sass/_home.scss */
#listing-yellowise a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -1200px;
}

/* line 182, sass/_home.scss */
#listing-yellowmoxie a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -1320px;
}

/* line 183, sass/_home.scss */
#listing-tupalo a {
  background-image: url(powerlistings-ext.png);
  background-position: 7px -1440px;
}

/* line 184, sass/_home.scss */
#listing-foursquare a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px 0px;
}

/* line 185, sass/_home.scss */
#listing-patch a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -120px;
}

/* line 186, sass/_home.scss */
#listing-bestoftheweb a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -240px;
}

/* line 187, sass/_home.scss */
#listing-navmii a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -360px;
}

/* line 188, sass/_home.scss */
#listing-cricket a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -480px;
}

/* line 189, sass/_home.scss */
#listing-metropcs a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -600px;
}

/* line 190, sass/_home.scss */
#listing-avantar a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -720px;
}

/* line 191, sass/_home.scss */
#listing-copilot a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -840px;
}

/* line 192, sass/_home.scss */
#listing-hopstop a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -960px;
}

/* line 193, sass/_home.scss */
#listing-whereto a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -1080px;
}

/* line 194, sass/_home.scss */
#listing-wp411 a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -1200px;
}

/* line 195, sass/_home.scss */
#listing-switchboard a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -1320px;
}

/* line 196, sass/_home.scss */
#listing-phonenumber a {
  background-image: url(powerlistings-ext2a.png);
  background-position: 7px -1440px;
}

/* scroll buttons for the PowerListings menu.  They are part of the powerlistings ul, but require different widths and margins */
/* line 198, sass/_home.scss */
.scroll-left {
  display: block;
  float: left;
  background-image: url(scroll.png);
  width: 18px;
  height: 80px;
  margin: 20px 0;
  font-size: 0;
  cursor: pointer;
}
/* line 207, sass/_home.scss */
.scroll-left:hover {
  background-position: 0 -80px;
}

/* line 209, sass/_home.scss */
.scroll-right {
  display: block;
  float: left;
  background: url(scroll.png) no-repeat -14px 0;
  width: 18px;
  height: 80px;
  margin: 20px 0;
  font-size: 0;
  cursor: pointer;
}
/* line 218, sass/_home.scss */
.scroll-right:hover {
  background-position: -14px -80px;
}

/* styling for the packages menu, where each button is a ul list item */
/* line 222, sass/_home.scss */
#content-package {
  float: right;
  width: 306px;
}

/* line 227, sass/_home.scss */
#content-package-menu li {
  padding: 20px 5px 0 0;
  float: left;
  font-size: 14px;
  text-align: left;
  text-indent: 43px;
}
/* line 234, sass/_home.scss */
#content-package-menu a {
  display: block;
  width: 125px;
  height: 37px;
  line-height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
}
/* line 241, sass/_home.scss */
#content-package-menu a.right {
  width: 171px;
}

/* line 244, sass/_home.scss */
#package-search a {
  background-position: 0 0;
}

/* line 247, sass/_home.scss */
#package-directories a {
  background-position: 0 -57px;
}

/* line 250, sass/_home.scss */
#package-yellowpages a {
  background-position: 0 -114px;
}

/* line 253, sass/_home.scss */
#package-complete a {
  background-position: 0 -171px;
}

/* line 256, sass/_home.scss */
#package-emerging a {
  background-position: 0 -228px;
}

/* line 259, sass/_home.scss */
#package-onlinedirectories a {
  background-position: 0 -285px;
}

/* line 272, sass/_home.scss */
.packages-lrg-search {
  display: block;
  height: 125px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
}
/* line 275, sass/_home.scss */
.packages-lrg-directories {
  display: block;
  height: 125px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
  background-position: 0 -173px;
}
/* line 278, sass/_home.scss */
.packages-lrg-yellowpages {
  display: block;
  height: 125px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
  background-position: 0 -343px;
}
/* line 281, sass/_home.scss */
.packages-lrg-complete {
  display: block;
  height: 125px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
  background-position: 0 -513px;
}
/* line 284, sass/_home.scss */
.packages-lrg-emerging {
  display: block;
  height: 125px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
  background-position: 0 -683px;
}
/* line 287, sass/_home.scss */
.packages-lrg-directoryassistance {
  display: block;
  height: 125px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
  background-position: 0 -853px;
}

/* line 301, sass/_home.scss */
.packages-sml-search {
  display: block;
  height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 304, sass/_home.scss */
.packages-sml-directories {
  display: block;
  height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
  background-position: 0 -57px;
}
/* line 307, sass/_home.scss */
.packages-sml-yellowpages {
  display: block;
  height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
  background-position: 0 -114px;
}
/* line 310, sass/_home.scss */
.packages-sml-complete {
  display: block;
  height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
  background-position: 0 -171px;
}
/* line 313, sass/_home.scss */
.packages-sml-emerging {
  display: block;
  height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
  background-position: 0 -228px;
}
/* line 316, sass/_home.scss */
.packages-sml-directoryassistance {
  display: block;
  height: 37px;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
  background-position: 0 -285px;
}

/* styling for the promos area, located just above the footer section, centered */
/* line 322, sass/_home.scss */
#content-promo {
  padding: 40px 0 90px;
  background: url(divider.png) no-repeat top center;
  overflow: hidden;
}

/* line 327, sass/_home.scss */
#content-promo-menu {
  margin: 0 auto;
}
/* line 329, sass/_home.scss */
#content-promo-menu li {
  display: block;
  float: left;
  padding: 0 10px;
  width: 226px;
}
/* line 335, sass/_home.scss */
#content-promo-menu img {
  width: 226px;
  height: 108px;
}
/* line 339, sass/_home.scss */
#content-promo-menu h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 10px;
  line-height: 1.2;
}
/* line 345, sass/_home.scss */
#content-promo-menu p {
  margin: 0 10px 10px;
}
/* line 347, sass/_home.scss */
#content-promo-menu a.action,
#content-promo-menu a.postlink {
  margin-left: 10px;
}
/* line 348, sass/_home.scss */
#content-promo-menu a.postlink {
  font-size: 13px;
}
/* line 349, sass/_home.scss */
#content-promo-menu .promo-testimonial {
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
/* line 355, sass/_home.scss */
#content-promo-menu .promo-testimonial-details {
  padding-left: 10px;
  color: #a9a9a4;
}

/* styling for the blank white page with rounded corners and shadows,
as used on the privacy policy */
/* line 364, sass/_home.scss */
#blank-container {
  position: relative;
  clear: both;
  width: 976px;
  margin: 5px auto 100px auto;
  padding: 0 25px 15px 0;
  min-height: 600px;
  z-index: 0;
  /* border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radisu: 5px;
  box-shadow: 0 0 4px #666;
  -moz-box-shadow: 0 0 4px #666;
  -webkit-box-shadow: 0 0 4px #666; */
}
/* line 378, sass/_home.scss */
#blank-container .white-bck {
  position: absolute;
  background: #FFF;
  font-weight: bold;
  width: 150px;
  left: 285px;
  top: -10px;
}
/* line 385, sass/_home.scss */
#blank-container .white-bck .blue-text {
  color: #00a4e4;
}
/* line 389, sass/_home.scss */
#blank-container #blank-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 394, sass/_home.scss */
#blank-container #blank-tl {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(bg_white-container.png) 0 0 no-repeat;
}
/* line 401, sass/_home.scss */
#blank-container #blank-top {
  top: 0;
  left: 10px;
  width: 959px;
  height: 10px;
  background: url(bg_white-container-h.png) 0 0 repeat-x;
}
/* line 408, sass/_home.scss */
#blank-container #blank-tr {
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(bg_white-container.png) -10px 0 no-repeat;
}
/* line 415, sass/_home.scss */
#blank-container #blank-left {
  top: 10px;
  left: 0;
  width: 10px;
  height: 100%;
  background: url(bg_white-container-v.png) 0 0 repeat-y;
}
/* line 422, sass/_home.scss */
#blank-container #blank-right {
  top: 10px;
  right: 0;
  width: 10px;
  height: 100%;
  background: url(bg_white-container-v.png) -10px 0 repeat-y;
}
/* line 429, sass/_home.scss */
#blank-container #blank-bl {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(bg_white-container.png) 0 -10px no-repeat;
}
/* line 436, sass/_home.scss */
#blank-container #blank-bottom {
  top: 10px;
  left: 0;
  width: 10px;
  height: 100%;
  background: url(bg_white-container-h.png) 0 -10px repeat-x;
}
/* line 443, sass/_home.scss */
#blank-container #blank-br {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(bg_white-container.png) -10px -10px no-repeat;
}
/* line 450, sass/_home.scss */
#blank-container #blank-content {
  top: 10px;
  left: 10px;
  width: 939px;
  padding: 5px 5px 5px 10px;
  background: #fff;
}
/* line 457, sass/_home.scss */
#blank-container h1 {
  font-size: 20px;
  color: #00a4e4;
}
/* line 461, sass/_home.scss */
#blank-container h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  padding-bottom: 15px;
}
/* line 468, sass/_home.scss */
#blank-container ol {
  list-style-type: decimal;
  margin-left: 15px;
  padding-bottom: 25px;
}
/* line 473, sass/_home.scss */
#blank-container h3 {
  padding-top: 10px;
  font-size: 12px;
}
/* line 477, sass/_home.scss */
#blank-container p {
  padding: 15px 0;
}
/* line 480, sass/_home.scss */
#blank-container .truste {
  position: absolute;
  top: 15px;
  right: 30px;
}
/* line 485, sass/_home.scss */
#blank-container .section-head {
  font-weight: bold;
  padding: 0;
}

/* line 1, sass/_validation.scss */
.inputContainer {
  position: relative;
  float: left;
}

/* line 6, sass/_validation.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 5000;
  cursor: pointer;
}

/* line 15, sass/_validation.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

/* line 22, sass/_validation.scss */
.formError .formErrorContent {
  width: 100%;
  background: #f00;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 12px;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 39, sass/_validation.scss */
.greenPopup .formErrorContent {
  background: #33be40;
}

/* line 43, sass/_validation.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

/* line 48, sass/_validation.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

/* line 55, sass/_validation.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 63, sass/_validation.scss */
.formError .formErrorArrow div {
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #f00;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 76, sass/_validation.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 82, sass/_validation.scss */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

/* line 86, sass/_validation.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

/* line 91, sass/_validation.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

/* line 96, sass/_validation.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

/* line 101, sass/_validation.scss */
.formError .formErrorArrow .line8 {
  width: 11px;
}

/* line 105, sass/_validation.scss */
.formError .formErrorArrow .line7 {
  width: 9px;
}

/* line 109, sass/_validation.scss */
.formError .formErrorArrow .line6 {
  width: 7px;
}

/* line 113, sass/_validation.scss */
.formError .formErrorArrow .line5 {
  width: 5px;
}

/* line 117, sass/_validation.scss */
.formError .formErrorArrow .line4 {
  width: 3px;
}

/* line 121, sass/_validation.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
}

/* line 125, sass/_validation.scss */
.formError .formErrorArrow .line2 {
  width: 0;
  border: none;
}

/* line 130, sass/_validation.scss */
.formError .formErrorArrow .line1 {
  width: 0;
  border: none;
}

/* line 1, sass/_product.scss */
.hr {
  width: 705px;
  height: 1px;
  background: url(hr.png) no-repeat;
  margin: 0 auto 15px;
  font-size: 0;
}

/* line 8, sass/_product.scss */
#content-product {
  width: 984px;
  overflow: hidden;
}

/* line 12, sass/_product.scss */
#content-product-wide {
  width: 946px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 19px 19px 0;
  background: url(bg-content.png) no-repeat top;
}

/* line 20, sass/_product.scss */
#product-wide-inner {
  background-color: #fff;
  width: 946px;
  overflow: hidden;
}

/* line 25, sass/_product.scss */
#left-box {
  float: left;
  width: 731px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 19px 19px 0;
  background: url(bg-leftcontent.png) no-repeat top;
}

/* line 34, sass/_product.scss */
#left-content {
  background-color: #fff;
  width: 731px;
  padding-bottom: 30px;
  overflow: hidden;
}

/* line 40, sass/_product.scss */
#product-top {
  width: 731px;
  overflow: hidden;
  margin-bottom: 25px;
}

/* line 45, sass/_product.scss */
#product-top-wide {
  width: 946px;
  overflow: hidden;
  margin-bottom: 25px;
}

/* line 50, sass/_product.scss */
#product-details {
  float: right;
  width: 315px;
  padding-right: 5px;
}
/* line 54, sass/_product.scss */
#product-details-top {
  float: right;
  width: 320px;
  overflow: hidden;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px 5px 0 0;
  background-image: url(powerlistings1.png);
  background-repeat: no-repeat;
}
/* line 64, sass/_product.scss */
#product-details-package-top {
  float: right;
  width: 320px;
  overflow: hidden;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px 5px 0 0;
  background-image: url(packages3.png);
  background-repeat: no-repeat;
}

/* line 75, sass/_product.scss */
#product-details-wide {
  float: right;
  width: 530px;
  padding-right: 5px;
}
/* line 79, sass/_product.scss */
#product-details-wide-top {
  float: right;
  width: 535px;
  overflow: hidden;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px 5px 0 0;
  background-image: url(packages3.png);
  background-repeat: no-repeat;
}

/* line 90, sass/_product.scss */
#product-platforms {
  float: right;
  width: 200px;
  overflow: hidden;
}

/* line 100, sass/_product.scss */
.product-icon-yelp {
  background-position: 0 0;
}
/* line 101, sass/_product.scss */
.product-icon-yahoo {
  background-position: 0 -120px;
}
/* line 102, sass/_product.scss */
.product-icon-mapquest {
  background-position: 0 -240px;
}
/* line 103, sass/_product.scss */
.product-icon-bing {
  background-position: 0 -360px;
}
/* line 104, sass/_product.scss */
.product-icon-superpages {
  background-position: 0 -480px;
}
/* line 105, sass/_product.scss */
.product-icon-citysearch {
  background-position: 0 -600px;
}
/* line 106, sass/_product.scss */
.product-icon-whitepages {
  background-position: 0 -720px;
}
/* line 107, sass/_product.scss */
.product-icon-local {
  background-position: 0 -840px;
}
/* line 108, sass/_product.scss */
.product-icon-yellowbook {
  background-position: 0 -960px;
}
/* line 109, sass/_product.scss */
.product-icon-yellowbot {
  background-position: 0 -1080px;
}
/* line 110, sass/_product.scss */
.product-icon-telenav {
  background-position: 0 -1200px;
}
/* line 111, sass/_product.scss */
.product-icon-merchantcircle {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 0px;
}
/* line 112, sass/_product.scss */
.product-icon-ezlocal {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -120px;
}
/* line 113, sass/_product.scss */
.product-icon-getfave {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -240px;
}
/* line 114, sass/_product.scss */
.product-icon-localdatabase {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -360px;
}
/* line 115, sass/_product.scss */
.product-icon-showmelocal {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -480px;
}
/* line 116, sass/_product.scss */
.product-icon-topix {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -600px;
}
/* line 117, sass/_product.scss */
.product-icon-ziplocal {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -720px;
}
/* line 118, sass/_product.scss */
.product-icon-citysquares {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -840px;
}
/* line 119, sass/_product.scss */
.product-icon-localpages {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -960px;
}
/* line 120, sass/_product.scss */
.product-icon-mojopages {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -1080px;
}
/* line 121, sass/_product.scss */
.product-icon-yellowise {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -1200px;
}
/* line 122, sass/_product.scss */
.product-icon-yellowmoxie {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -1320px;
}
/* line 123, sass/_product.scss */
.product-icon-tupalo {
  background-image: url(powerlistings-ext.png) !important;
  background-position: 0 -1440px;
}
/* line 124, sass/_product.scss */
.product-icon-foursquare {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 0px;
}
/* line 125, sass/_product.scss */
.product-icon-patch {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -120px;
}
/* line 126, sass/_product.scss */
.product-icon-bestoftheweb {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -240px;
}
/* line 127, sass/_product.scss */
.product-icon-navmii {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -360px;
}
/* line 128, sass/_product.scss */
.product-icon-cricket {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -480px;
}
/* line 129, sass/_product.scss */
.product-icon-metropcs {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -600px;
}
/* line 130, sass/_product.scss */
.product-icon-avantar {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -720px;
}
/* line 131, sass/_product.scss */
.product-icon-copilot {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -840px;
}
/* line 132, sass/_product.scss */
.product-icon-hopstop {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -960px;
}
/* line 133, sass/_product.scss */
.product-icon-whereto {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -1080px;
}
/* line 134, sass/_product.scss */
.product-icon-wp411 {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -1200px;
}
/* line 135, sass/_product.scss */
.product-icon-switchboard {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -1320px;
}
/* line 136, sass/_product.scss */
.product-icon-phonenumber {
  background-image: url(powerlistings-ext2a.png) !important;
  background-position: 0 -1440px;
}

/* line 139, sass/_product.scss */
.package-icon-search {
  background-position: 0 0px;
}
/* line 140, sass/_product.scss */
.package-icon-directories {
  background-position: 0 -120px;
}
/* line 141, sass/_product.scss */
.package-icon-yellowpages {
  background-position: 0 -240px;
}
/* line 142, sass/_product.scss */
.package-icon-complete {
  background-position: 0 -360px;
}
/* line 143, sass/_product.scss */
.package-icon-emerging {
  background-position: 0 -480px;
}
/* line 144, sass/_product.scss */
.package-icon-directoryassistance {
  background-position: 0 -600px;
}

/* line 146, sass/_product.scss */
#product-platforms-text {
  margin-bottom: 8px;
  color: #a9a9a4;
  font-size: 11px;
  line-height: 13px;
  height: 13px;
  font-weight: bold;
  text-align: right;
}

/* line 155, sass/_product.scss */
#product-platforms-icon-mobile {
  float: right;
  width: 8px;
  height: 15px;
  background-image: url(icon_mobile.png);
  font-size: 0;
}

/* line 162, sass/_product.scss */
#product-platforms-icon-plus {
  float: right;
  margin: 3px 5px 0 5px;
  width: 7px;
  height: 6px;
  background-image: url(icon_plus.png);
  font-size: 0;
}

/* line 170, sass/_product.scss */
#product-platforms-icon-monitor {
  float: right;
  margin-top: 1px;
  width: 16px;
  height: 14px;
  background-image: url(icon_monitor.png);
  font-size: 0;
}

/* line 178, sass/_product.scss */
#product-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* line 184, sass/_product.scss */
.bestdeal {
  padding-top: 17px;
  background: url(bestdeal.png) no-repeat;
}

/* line 188, sass/_product.scss */
#product-text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 193, sass/_product.scss */
#product-links {
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 197, sass/_product.scss */
#product-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

/* line 202, sass/_product.scss */
#product-price-details {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* line 207, sass/_product.scss */
#product-addtocart {
  display: block;
  width: 153px;
  height: 40px;
  background-image: url(button_addtocart.png);
}

/* line 214, sass/_product.scss */
.product-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 219, sass/_product.scss */
#features-box {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 224, sass/_product.scss */
#features-box .question,
#features-box .question-top {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(icon-help.png);
  font-size: 0;
  cursor: pointer;
}

/* line 233, sass/_product.scss */
#features-table {
  width: 729px;
}
/* line 22, sass/_base.scss */
#features-table tr:first-child td:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
/* line 27, sass/_base.scss */
#features-table tr:first-child td:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
/* line 32, sass/_base.scss */
#features-table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
/* line 37, sass/_base.scss */
#features-table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
/* line 236, sass/_product.scss */
#features-table td {
  background-color: #e5f6fc;
  width: 160px;
  padding-left: 19px;
  height: 29px;
  border-top: 1px solid #b2e4f7;
}
/* line 243, sass/_product.scss */
#features-table .th {
  border-top: 0;
  background-color: #fff;
  line-height: 1.2;
}
/* line 248, sass/_product.scss */
#features-table .category {
  font-weight: bold;
}
/* line 249, sass/_product.scss */
#features-table .icon {
  width: 18px;
  padding: 0 16px 0 0;
}
/* line 253, sass/_product.scss */
#features-table .right {
  width: auto;
  font-weight: normal;
  border-left: 1px solid #b2e4f7;
}
/* line 258, sass/_product.scss */
#features-table .alt {
  background-color: #f2fafe;
}
/* line 261, sass/_product.scss */
#features-table .first {
  border-top: 0;
}

/* line 269, sass/_product.scss */
#package-table {
  width: 100%;
  line-height: 1.2;
}
/* line 22, sass/_base.scss */
#package-table tr:first-child td:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
/* line 27, sass/_base.scss */
#package-table tr:first-child td:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
/* line 32, sass/_base.scss */
#package-table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
/* line 37, sass/_base.scss */
#package-table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
/* line 273, sass/_product.scss */
#package-table td {
  background-color: #e5f6fc;
  border-top: 1px solid #b2e4f7;
  border-left: 1px solid #b2e4f7;
  padding: 13px 10px;
}
/* line 279, sass/_product.scss */
#package-table .th {
  border-top: 0;
  background-color: #fff;
  vertical-align: middle;
  padding: 5px 10px;
}
/* line 285, sass/_product.scss */
#package-table .icon {
  width: 18px;
  padding: 0 10px 0 0;
  border-left: 0;
}
/* line 290, sass/_product.scss */
#package-table .alt {
  background-color: #f2fafe;
}
/* line 293, sass/_product.scss */
#package-table .firstcol {
  border-left: 0;
}
/* line 294, sass/_product.scss */
#package-table .listing {
  padding: 0;
}
/* line 295, sass/_product.scss */
#package-table .site {
  background-image: url(powerlistings-sml1.png);
  background-repeat: no-repeat;
  font-weight: bold;
  width: 100px;
  height: 30px;
  padding: 13px 0 0 47px;
}
/* line 302, sass/_product.scss */
#package-table .site-yelp {
  background-position: 5px 3px;
}
/* line 303, sass/_product.scss */
#package-table .site-yahoo {
  background-position: 5px -54px;
}
/* line 304, sass/_product.scss */
#package-table .site-mapquest {
  background-position: 5px -111px;
}
/* line 305, sass/_product.scss */
#package-table .site-bing {
  background-position: 5px -168px;
}
/* line 306, sass/_product.scss */
#package-table .site-superpages {
  background-position: 5px -225px;
}
/* line 307, sass/_product.scss */
#package-table .site-citysearch {
  background-position: 5px -282px;
}
/* line 308, sass/_product.scss */
#package-table .site-whitepages {
  background-position: 5px -339px;
}
/* line 309, sass/_product.scss */
#package-table .site-local {
  background-position: 5px -396px;
}
/* line 310, sass/_product.scss */
#package-table .site-yellowbook {
  background-position: 5px -453px;
}
/* line 311, sass/_product.scss */
#package-table .site-yellowbot {
  background-position: 5px -510px;
}
/* line 312, sass/_product.scss */
#package-table .site-telenav {
  background-position: 5px -567px;
}
/* line 313, sass/_product.scss */
#package-table .site-merchantcircle {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px 3px;
}
/* line 314, sass/_product.scss */
#package-table .site-ezlocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -54px;
}
/* line 315, sass/_product.scss */
#package-table .site-getfave {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -111px;
}
/* line 316, sass/_product.scss */
#package-table .site-localdatabase {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -168px;
}
/* line 317, sass/_product.scss */
#package-table .site-showmelocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -225px;
}
/* line 318, sass/_product.scss */
#package-table .site-topix {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -282px;
}
/* line 319, sass/_product.scss */
#package-table .site-ziplocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -339px;
}
/* line 320, sass/_product.scss */
#package-table .site-citysquares {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -396px;
}
/* line 321, sass/_product.scss */
#package-table .site-localpages {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -453px;
}
/* line 322, sass/_product.scss */
#package-table .site-mojopages {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -510px;
}
/* line 323, sass/_product.scss */
#package-table .site-yellowise {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -567px;
}
/* line 324, sass/_product.scss */
#package-table .site-yellowmoxie {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -624px;
}
/* line 325, sass/_product.scss */
#package-table .site-tupalo {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 5px -681px;
}
/* line 326, sass/_product.scss */
#package-table .site-foursquare {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px 3px;
}
/* line 327, sass/_product.scss */
#package-table .site-patch {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -54px;
}
/* line 328, sass/_product.scss */
#package-table .site-bestoftheweb {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -111px;
}
/* line 329, sass/_product.scss */
#package-table .site-navmii {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -168px;
}
/* line 330, sass/_product.scss */
#package-table .site-cricket {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -225px;
}
/* line 331, sass/_product.scss */
#package-table .site-metropcs {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -282px;
}
/* line 332, sass/_product.scss */
#package-table .site-avantar {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -339px;
}
/* line 333, sass/_product.scss */
#package-table .site-copilot {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -396px;
}
/* line 334, sass/_product.scss */
#package-table .site-hopstop {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -453px;
}
/* line 335, sass/_product.scss */
#package-table .site-whereto {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -510px;
}
/* line 336, sass/_product.scss */
#package-table .site-wp411 {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -567px;
}
/* line 337, sass/_product.scss */
#package-table .site-switchboard {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -624px;
}
/* line 338, sass/_product.scss */
#package-table .site-phonenumber {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 5px -681px;
}

/* line 341, sass/_product.scss */
#features-details {
  text-align: right;
  font-size: 10px;
  padding-right: 20px;
  margin-bottom: 50px;
}

/* line 348, sass/_product.scss */
#testimonials-box {
  margin-bottom: 60px;
}

/* line 349, sass/_product.scss */
.testimonial {
  width: 709px;
  padding: 50px 0 0 20px;
  margin-bottom: 15px;
  background: url(quote.png) no-repeat;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
/* line 357, sass/_product.scss */
.testimonial-details {
  padding-left: 20px;
  color: #a9a9a4;
  margin-bottom: 30px;
}

/* line 364, sass/_product.scss */
#alsolike {
  width: 731px;
  margin-bottom: 60px;
  overflow: hidden;
}
/* line 368, sass/_product.scss */
#alsolike-scroll {
  float: left;
  height: 245px;
}
/* line 372, sass/_product.scss */
#alsolike-list {
  width: 600px;
  height: 245px;
}

/* line 377, sass/_product.scss */
.product-title-alsolike {
  margin-bottom: 40px;
}

/* line 378, sass/_product.scss */
.alsolike-box {
  width: 200px;
  padding-top: 6px;
  text-align: center;
}

/* line 383, sass/_product.scss */
.alsolike-box-title {
  margin: 0 auto 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}

/* line 389, sass/_product.scss */
.alsolike-box-icon {
  margin: 0 auto 10px;
  width: 120px;
  height: 130px;
  background-image: url(packages-lrg3.png);
  background-repeat: no-repeat;
}

/* line 396, sass/_product.scss */
#alsolike-box-icon-search {
  background-position: 0 0;
}

/* line 399, sass/_product.scss */
#alsolike-box-icon-directories {
  background-position: 0 -170px;
}

/* line 402, sass/_product.scss */
#alsolike-box-icon-yellowpages {
  background-position: 0 -340px;
}

/* line 405, sass/_product.scss */
#alsolike-box-icon-complete {
  background-position: 0 -510px;
}

/* line 408, sass/_product.scss */
.scroll-left-product {
  margin: 40px 43px 40px 0;
}

/* line 411, sass/_product.scss */
.scroll-right-product {
  float: right;
  margin: 40px 0;
}

/* line 420, sass/_product.scss */
.scan-top-product {
  height: 38px;
  padding: 11px 0 0 60px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #555;
  background-image: url(powerlistings-sml1.png);
  background-repeat: no-repeat;
}
/* line 432, sass/_product.scss */
.scan-top-yelp {
  background-position: 14px 8px;
}
/* line 433, sass/_product.scss */
.scan-top-yahoo {
  background-position: 14px -49px;
}
/* line 434, sass/_product.scss */
.scan-top-mapquest {
  background-position: 14px -106px;
}
/* line 435, sass/_product.scss */
.scan-top-bing {
  background-position: 14px -163px;
}
/* line 436, sass/_product.scss */
.scan-top-superpages {
  background-position: 14px -220px;
}
/* line 437, sass/_product.scss */
.scan-top-citysearch {
  background-position: 14px -277px;
}
/* line 438, sass/_product.scss */
.scan-top-whitepages {
  background-position: 14px -334px;
}
/* line 439, sass/_product.scss */
.scan-top-local {
  background-position: 14px -391px;
}
/* line 440, sass/_product.scss */
.scan-top-yellowbook {
  background-position: 14px -448px;
}
/* line 441, sass/_product.scss */
.scan-top-yellowbot {
  background-position: 14px -505px;
}
/* line 442, sass/_product.scss */
.scan-top-telenav {
  background-position: 14px -562px;
}
/* line 443, sass/_product.scss */
.scan-top-merchantcircle {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px 8px;
}
/* line 444, sass/_product.scss */
.scan-top-ezlocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -49px;
}
/* line 445, sass/_product.scss */
.scan-top-getfave {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -106px;
}
/* line 446, sass/_product.scss */
.scan-top-localdatabase {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -163px;
}
/* line 447, sass/_product.scss */
.scan-top-showmelocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -220px;
}
/* line 448, sass/_product.scss */
.scan-top-topix {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -277px;
}
/* line 449, sass/_product.scss */
.scan-top-ziplocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -334px;
}
/* line 450, sass/_product.scss */
.scan-top-citysquares {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -391px;
}
/* line 451, sass/_product.scss */
.scan-top-localpages {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -448px;
}
/* line 452, sass/_product.scss */
.scan-top-mojopages {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -505px;
}
/* line 453, sass/_product.scss */
.scan-top-yellowise {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -562px;
}
/* line 454, sass/_product.scss */
.scan-top-yellowmoxie {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -619px;
}
/* line 455, sass/_product.scss */
.scan-top-tupalo {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 14px -676px;
}
/* line 456, sass/_product.scss */
.scan-top-foursquare {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px 8px;
}
/* line 457, sass/_product.scss */
.scan-top-patch {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -49px;
}
/* line 458, sass/_product.scss */
.scan-top-bestoftheweb {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -106px;
}
/* line 459, sass/_product.scss */
.scan-top-navmii {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -163px;
}
/* line 460, sass/_product.scss */
.scan-top-cricket {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -220px;
}
/* line 461, sass/_product.scss */
.scan-top-metropcs {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -277px;
}
/* line 462, sass/_product.scss */
.scan-top-avantar {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -334px;
}
/* line 463, sass/_product.scss */
.scan-top-copilot {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -391px;
}
/* line 464, sass/_product.scss */
.scan-top-hopstop {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -448px;
}
/* line 465, sass/_product.scss */
.scan-top-whereto {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -505px;
}
/* line 466, sass/_product.scss */
.scan-top-wp411 {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -562px;
}
/* line 467, sass/_product.scss */
.scan-top-switchboard {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -619px;
}
/* line 468, sass/_product.scss */
.scan-top-phonenumber {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 14px -676px;
}
/* line 469, sass/_product.scss */
.scan-top-package {
  height: 38px;
  padding: 11px 0 0 60px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #555;
  background-image: url(packages-sml3.png);
  background-repeat: no-repeat;
}
/* line 481, sass/_product.scss */
.scan-top-search {
  background-position: 14px 8px;
}
/* line 482, sass/_product.scss */
.scan-top-directories {
  background-position: 14px -49px;
}
/* line 483, sass/_product.scss */
.scan-top-yellowpages {
  background-position: 14px -106px;
}
/* line 484, sass/_product.scss */
.scan-top-complete {
  background-position: 14px -163px;
}
/* line 485, sass/_product.scss */
.scan-top-emerging {
  background-position: 14px -220px;
}
/* line 486, sass/_product.scss */
.scan-top-directoryassistance {
  background-position: 14px -277px;
}

/* line 489, sass/_product.scss */
#offerbox {
  float: right;
  margin: 38px 4px 20px 0;
  border: 1px solid #7fd1f1;
  width: 169px;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 498, sass/_product.scss */
#offerbox-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}

/* line 504, sass/_product.scss */
#offerbox-icon {
  display: block;
  margin: 0 auto 10px;
  width: 76px;
  height: 80px;
  background: url(packages3.png) no-repeat 0 -360px;
}

/* line 512, sass/_product.scss */
#publisher-articles {
  float: right;
  width: 169px;
  padding: 0 20px 0 16px;
}

/* Slides stuff */
/* line 520, sass/_product.scss */
.pagination {
  float: left;
  position: relative;
  height: 9px;
  left: 50%;
  z-index: 10;
}

/* line 528, sass/_product.scss */
.pagination li {
  float: left;
  position: relative;
  list-style: none;
  padding: 3px 5px 0;
  right: 50%;
}

/* line 536, sass/_product.scss */
.pagination li a {
  width: 6px;
  height: 0;
  padding-top: 6px;
  background-image: url(icon_greycircle.png);
  overflow: hidden;
  display: block;
}

/* line 545, sass/_product.scss */
.pagination li.current a {
  background-image: url(icon_bluecircle.png);
}

/* line 549, sass/_product.scss */
.slides_container {
  overflow: hidden;
  position: relative;
}

/* line 554, sass/_product.scss */
#product-screenshots {
  float: left;
  width: 386px;
  height: 467px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

/* line 562, sass/_product.scss */
#product-top-left {
  width: 386px;
  float: left;
}
/* line 565, sass/_product.scss */
#product-top-left > #product-screenshots {
  float: none;
}

/* line 567, sass/_product.scss */
#product-additional-packages {
  width: 386px;
  overflow: hidden;
  padding-top: 20px;
}
/* line 572, sass/_product.scss */
#product-additional-packages #content-package-menu > li {
  padding-top: 10px;
}
/* line 573, sass/_product.scss */
#product-additional-packages #content-package-menu a {
  width: 180px;
}

/* line 576, sass/_product.scss */
.product-screenshots-slides {
  width: 384px;
  height: 439px;
  border: 1px solid #ccc;
  margin-bottom: 13px;
}
/* line 581, sass/_product.scss */
.product-screenshots-slides img {
  width: 384px;
  height: 439px;
  display: block;
}

/* line 588, sass/_product.scss */
.product-screenshots-prev,
.product-screenshots-next {
  position: absolute;
  display: block;
  background-image: url(scroll-sml.png);
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  z-index: 20;
}

/* line 598, sass/_product.scss */
.product-screenshots-prev {
  left: 125px;
  width: 8px;
  height: 11px;
  background-position: top left;
}
/* line 603, sass/_product.scss */
.product-screenshots-prev:hover {
  background-position: bottom left;
}

/* line 605, sass/_product.scss */
.product-screenshots-next {
  right: 125px;
  width: 8px;
  height: 11px;
  background-position: top right;
}
/* line 610, sass/_product.scss */
.product-screenshots-next:hover {
  background-position: bottom right;
}

/* line 612, sass/_product.scss */
.prev-directories {
  left: 109px;
}

/* line 613, sass/_product.scss */
.next-directories {
  right: 109px;
}

/* line 614, sass/_product.scss */
.prev-emerging {
  left: 117px;
}

/* line 615, sass/_product.scss */
.next-emerging {
  right: 117px;
}

/* line 616, sass/_product.scss */
.prev-complete {
  left: 101px;
}

/* line 617, sass/_product.scss */
.next-complete {
  right: 101px;
}

/* line 618, sass/_product.scss */
.includes-box {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  width: 315px;
  overflow: hidden;
}

/* line 624, sass/_product.scss */
.includes-box-wide {
  width: 530px;
}

/* line 628, sass/_product.scss */
#includes-list li {
  float: left;
}
/* line 629, sass/_product.scss */
#includes-list a {
  display: block;
  width: 37px;
  height: 37px;
  background-image: url(powerlistings-sml1.png);
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
/* line 637, sass/_product.scss */
#includes-list a.yelp {
  background-position: 0 0;
}
/* line 638, sass/_product.scss */
#includes-list a.yahoo {
  background-position: 0 -57px;
}
/* line 639, sass/_product.scss */
#includes-list a.mapquest {
  background-position: 0 -114px;
}
/* line 640, sass/_product.scss */
#includes-list a.bing {
  background-position: 0 -171px;
}
/* line 641, sass/_product.scss */
#includes-list a.superpages {
  background-position: 0 -228px;
}
/* line 642, sass/_product.scss */
#includes-list a.citysearch {
  background-position: 0 -285px;
}
/* line 643, sass/_product.scss */
#includes-list a.whitepages {
  background-position: 0 -342px;
}
/* line 644, sass/_product.scss */
#includes-list a.local {
  background-position: 0 -399px;
}
/* line 645, sass/_product.scss */
#includes-list a.yellowbook {
  background-position: 0 -456px;
}
/* line 646, sass/_product.scss */
#includes-list a.yellowbot {
  background-position: 0 -513px;
}
/* line 647, sass/_product.scss */
#includes-list a.telenav {
  background-position: 0 -570px;
}
/* line 648, sass/_product.scss */
#includes-list a.merchantcircle {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 0px;
}
/* line 649, sass/_product.scss */
#includes-list a.ezlocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -57px;
}
/* line 650, sass/_product.scss */
#includes-list a.getfave {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -114px;
}
/* line 651, sass/_product.scss */
#includes-list a.localdatabase {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -171px;
}
/* line 652, sass/_product.scss */
#includes-list a.showmelocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -228px;
}
/* line 653, sass/_product.scss */
#includes-list a.topix {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -285px;
}
/* line 654, sass/_product.scss */
#includes-list a.ziplocal {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -342px;
}
/* line 655, sass/_product.scss */
#includes-list a.citysquares {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -399px;
}
/* line 656, sass/_product.scss */
#includes-list a.localpages {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -456px;
}
/* line 657, sass/_product.scss */
#includes-list a.mojopages {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -513px;
}
/* line 658, sass/_product.scss */
#includes-list a.yellowise {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -570px;
}
/* line 659, sass/_product.scss */
#includes-list a.yellowmoxie {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -627px;
}
/* line 660, sass/_product.scss */
#includes-list a.tupalo {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -684px;
}
/* line 661, sass/_product.scss */
#includes-list a.foursquare {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 0px;
}
/* line 662, sass/_product.scss */
#includes-list a.patch {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -57px;
}
/* line 663, sass/_product.scss */
#includes-list a.bestoftheweb {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -114px;
}
/* line 664, sass/_product.scss */
#includes-list a.navmii {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -171px;
}
/* line 665, sass/_product.scss */
#includes-list a.cricket {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -228px;
}
/* line 666, sass/_product.scss */
#includes-list a.metropcs {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -285px;
}
/* line 667, sass/_product.scss */
#includes-list a.avantar {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -342px;
}
/* line 668, sass/_product.scss */
#includes-list a.copilot {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -399px;
}
/* line 669, sass/_product.scss */
#includes-list a.hopstop {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -456px;
}
/* line 670, sass/_product.scss */
#includes-list a.whereto {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -513px;
}
/* line 671, sass/_product.scss */
#includes-list a.wp411 {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -570px;
}
/* line 672, sass/_product.scss */
#includes-list a.switchboard {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -627px;
}
/* line 673, sass/_product.scss */
#includes-list a.phonenumber {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -684px;
}

/* line 676, sass/_product.scss */
#package-price {
  width: 293px;
  height: 98px;
  padding: 12px 10px 10px;
  margin-bottom: 15px;
  background: url(package-price.png) no-repeat center 66px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 685, sass/_product.scss */
#package-price-top {
  width: 163px;
  height: 54px;
  padding-left: 130px;
  margin-bottom: 10px;
  position: relative;
}
/* line 692, sass/_product.scss */
#package-price .price {
  width: 110px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 701, sass/_product.scss */
#package-price .price-details {
  float: left;
  width: 97px;
  line-height: 1.2;
  text-align: center;
}
/* line 706, sass/_product.scss */
#package-price .price-details span {
  font-size: 16px;
  font-weight: bold;
}

/* line 712, sass/_product.scss */
#package-price-nodetails {
  width: 293px;
  height: 42px;
  padding: 12px 10px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 720, sass/_product.scss */
#package-price-nodetails-top {
  width: 163px;
  height: 42px;
  padding-left: 130px;
  position: relative;
}
/* line 726, sass/_product.scss */
#package-price-nodetails .price {
  width: 110px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 0;
}

/* global styles for the diagnostic pages go here
-------------------------------------------------------------*/
/* line 3, sass/_diagnostic.scss */
#diagnostic-container {
  position: relative;
  width: 952px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 15px 16px 70px;
  background: url(bg-content.png) no-repeat;
}

/* line 12, sass/_diagnostic.scss */
#diagnostic-main {
  background: white url(diagnostic-y-bg.png) repeat-y;
}

/* Diagnostic-head contains diagnostic-progress.
   Diagnostic-progress marks how far the user is in the diagnostics.
   White text on green background when class is set to 'incomplete' and blue background when class is 'complete' */
/* line 18, sass/_diagnostic.scss */
#diagnostic-head {
  width: 952px;
  height: 49px;
  overflow: hidden;
  background: #61b300 url(diagnostic-top-bg.png) no-repeat;
}
/* line 23, sass/_diagnostic.scss */
#diagnostic-head h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 12px;
  padding-left: 18px;
  text-shadow: 0 1px 1px #555;
}

/* line 32, sass/_diagnostic.scss */
#diagnostic-progress {
  position: absolute;
  top: 29px;
  right: 35px;
  width: 350px;
  height: 27px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  text-shadow: 0 1px 1px #555;
}
/* line 44, sass/_diagnostic.scss */
#diagnostic-progress li {
  float: left;
}
/* line 46, sass/_diagnostic.scss */
#diagnostic-progress #info .complete {
  background: url("progress-bar.png") 0 -27px no-repeat;
  height: 27px;
  width: 86px;
}
/* line 51, sass/_diagnostic.scss */
#diagnostic-progress #info .incomplete {
  background: url("progress-bar.png") no-repeat;
  height: 27px;
  width: 86px;
}
/* line 58, sass/_diagnostic.scss */
#diagnostic-progress #report .complete {
  background: url("progress-bar.png") -87px -27px;
  height: 27px;
  width: 87px;
}
/* line 63, sass/_diagnostic.scss */
#diagnostic-progress #report .incomplete {
  background: url("progress-bar.png") -87px 0;
  height: 27px;
  width: 87px;
}
/* line 70, sass/_diagnostic.scss */
#diagnostic-progress #preview .complete {
  background: url("progress-bar.png") -173px -27px;
  width: 87px;
  height: 27px;
}
/* line 75, sass/_diagnostic.scss */
#diagnostic-progress #preview .incomplete {
  background: url("progress-bar.png") -173px 0;
  width: 87px;
  height: 27px;
}
/* line 82, sass/_diagnostic.scss */
#diagnostic-progress #fix .complete {
  background: url("progress-bar.png") -260px -27px;
  width: 90px;
  height: 27px;
}
/* line 87, sass/_diagnostic.scss */
#diagnostic-progress #fix .incomplete {
  background: url("progress-bar.png") -260px 0;
  width: 90px;
  height: 27px;
}

/* end diagnostic global styles */
/* all styles for diagnostic.html go here
-----------------------------------------------------*/
/* line 99, sass/_diagnostic.scss */
#diagnostic-content {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 20px 0 23px;
  text-align: center;
  background: url(diagnostic-green-bg.png) no-repeat bottom;
}
/* line 106, sass/_diagnostic.scss */
#diagnostic-content h3 {
  background: url(divider.png) no-repeat;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  width: 840px;
  margin: 0 auto 12px;
  margin-top: 25px;
  padding-top: 30px;
}
/* line 116, sass/_diagnostic.scss */
#diagnostic-content .scan-msg {
  padding-top: 8px;
  margin-bottom: 12px;
}
/* line 120, sass/_diagnostic.scss */
#diagnostic-content .phone {
  font-weight: bold;
}

/* line 125, sass/_diagnostic.scss */
.diagnostic-scan input {
  font-size: 16px;
}
/* line 126, sass/_diagnostic.scss */
.diagnostic-scan li {
  margin-top: 5px;
}
/* line 129, sass/_diagnostic.scss */
.diagnostic-scan #scan-name {
  width: 430px;
}
/* line 132, sass/_diagnostic.scss */
.diagnostic-scan #scan-name-alt {
  width: 275px;
}
/* line 135, sass/_diagnostic.scss */
.diagnostic-scan #scan-address {
  width: 430px;
}
/* line 138, sass/_diagnostic.scss */
.diagnostic-scan #scan-city {
  width: 218px;
  margin-right: 5px;
}
/* line 142, sass/_diagnostic.scss */
.diagnostic-scan #scan-state {
  width: 50px;
}
/* line 145, sass/_diagnostic.scss */
.diagnostic-scan #scan-zip {
  width: 130px;
}
/* line 148, sass/_diagnostic.scss */
.diagnostic-scan #scan-zip-alt {
  width: 130px;
  margin-left: 5px;
}
/* line 152, sass/_diagnostic.scss */
.diagnostic-scan #scan-phone {
  width: 275px;
  margin-left: 5px;
}
/* line 156, sass/_diagnostic.scss */
.diagnostic-scan #scan-phone-alt {
  width: 130px;
  margin-left: 5px;
}
/* line 160, sass/_diagnostic.scss */
.diagnostic-scan label {
  display: block;
  margin: 0 auto;
  width: 440px;
  font-weight: bold;
  text-align: left;
}
/* line 166, sass/_diagnostic.scss */
.diagnostic-scan label.city {
  float: left;
  width: 240px;
}
/* line 170, sass/_diagnostic.scss */
.diagnostic-scan label.state {
  float: left;
  width: 60px;
}
/* line 174, sass/_diagnostic.scss */
.diagnostic-scan label.zip {
  float: left;
  width: 140px;
}
/* line 178, sass/_diagnostic.scss */
.diagnostic-scan label.name {
  float: left;
  width: 300px;
}
/* line 182, sass/_diagnostic.scss */
.diagnostic-scan label.phone {
  float: left;
  width: 130px;
}
/* line 187, sass/_diagnostic.scss */
.diagnostic-scan .centerbox {
  margin: 0 auto;
  width: 440px;
  overflow: hidden;
}

/* listings menu for the diagnostics page, slightly different from the home page listings, since these are not links */
/* line 195, sass/_diagnostic.scss */
#diagnostic-listing {
  width: 770px;
  height: 80px;
  margin: 0 auto 40px;
}
/* line 199, sass/_diagnostic.scss */
#diagnostic-listing li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 110px;
  height: 80px;
  font-size: 0;
  background-image: url(powerlistings1.png);
  background-repeat: no-repeat;
}
/* line 210, sass/_diagnostic.scss */
#diagnostic-listing .yelp {
  background-position: 17px 0;
}
/* line 211, sass/_diagnostic.scss */
#diagnostic-listing .yahoo {
  background-position: 17px -120px;
}
/* line 212, sass/_diagnostic.scss */
#diagnostic-listing .mapquest {
  background-position: 17px -240px;
}
/* line 213, sass/_diagnostic.scss */
#diagnostic-listing .bing {
  background-position: 17px -360px;
}
/* line 214, sass/_diagnostic.scss */
#diagnostic-listing .superpages {
  background-position: 17px -480px;
}
/* line 215, sass/_diagnostic.scss */
#diagnostic-listing .citysearch {
  background-position: 17px -600px;
}
/* line 216, sass/_diagnostic.scss */
#diagnostic-listing .whitepages {
  background-position: 17px -720px;
}
/* line 217, sass/_diagnostic.scss */
#diagnostic-listing .local {
  background-position: 17px -840px;
}
/* line 218, sass/_diagnostic.scss */
#diagnostic-listing .yellowbook {
  background-position: 17px -960px;
}
/* line 219, sass/_diagnostic.scss */
#diagnostic-listing .yellowbot {
  background-position: 17px -1080px;
}
/* line 220, sass/_diagnostic.scss */
#diagnostic-listing .telenav {
  background-position: 17px -1200px;
}

/* line 223, sass/_diagnostic.scss */
#diagnostic-headline {
  font-size: 28px;
  font-weight: bold;
  color: #fc8901;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 230, sass/_diagnostic.scss */
.diagnostic-phone {
  font-size: 13px;
}

/* end diagnostic.html styles */
/* all styles for diagnostic-step1.html go here
--------------------------------------------------*/
/* line 237, sass/_diagnostic.scss */
#diagnostic-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 242, sass/_diagnostic.scss */
#diagnostic-content .diagnostic-scanning-bar {
  padding-top: 160px;
}

/* end diagnostic-step1.html styles */
/* all styles for diagnostic-step2.html go here
-------------------------------------------------*/
/* line 250, sass/_diagnostic.scss */
#diagnostic-content-step2 {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 20px 0 25px;
  background: url(diagnostic-btm-bg.png) no-repeat bottom;
}
/* line 256, sass/_diagnostic.scss */
#diagnostic-content-step2 h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 15px;
}
/* line 262, sass/_diagnostic.scss */
#diagnostic-content-step2 h3 {
  padding-left: 18px;
  font-weight: normal;
}
/* line 266, sass/_diagnostic.scss */
#diagnostic-content-step2 .diagnostic-location {
  font-weight: bold;
}
/* line 269, sass/_diagnostic.scss */
#diagnostic-content-step2 .col-left {
  float: left;
}
/* line 272, sass/_diagnostic.scss */
#diagnostic-content-step2 .col-right {
  padding: 20px 18px 20px 0;
  float: right;
}
/* line 276, sass/_diagnostic.scss */
#diagnostic-content-step2 .fixeverywhere {
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
}

/* styling for step 2: listings report table.  checks are set with class .pass and x's are set with .fail.  Alert and listed are each set with classes .alert and .listed */
/* line 289, sass/_diagnostic.scss */
#diagnostic-listings-report {
  margin-left: 18px;
  width: 915px;
  line-height: 1.3;
}
/* line 293, sass/_diagnostic.scss */
#diagnostic-listings-report a {
  color: #61b300;
  font-weight: normal;
}
/* line 297, sass/_diagnostic.scss */
#diagnostic-listings-report th {
  height: 35px;
  text-align: center;
}
/* line 301, sass/_diagnostic.scss */
#diagnostic-listings-report tr {
  border-bottom: 1px solid #61b300;
}
/* line 304, sass/_diagnostic.scss */
#diagnostic-listings-report td {
  font-weight: bold;
  padding: 10px;
}
/* line 308, sass/_diagnostic.scss */
#diagnostic-listings-report .icon {
  background: url(powerlistings-sml1.png) no-repeat;
  height: 31px;
  padding-top: 6px;
  padding-left: 45px;
}
/* line 314, sass/_diagnostic.scss */
#diagnostic-listings-report .yahoo {
  background-position: 0 -57px;
}
/* line 315, sass/_diagnostic.scss */
#diagnostic-listings-report .yellowbot {
  background-position: 0 -513px;
}
/* line 316, sass/_diagnostic.scss */
#diagnostic-listings-report .yelp {
  background-position: 0 0;
}
/* line 317, sass/_diagnostic.scss */
#diagnostic-listings-report .whitepages {
  background-position: 0 -342px;
}
/* line 318, sass/_diagnostic.scss */
#diagnostic-listings-report .mapquest {
  background-position: 0 -114px;
}
/* line 319, sass/_diagnostic.scss */
#diagnostic-listings-report .superpages {
  background-position: 0 -228px;
}
/* line 320, sass/_diagnostic.scss */
#diagnostic-listings-report .citysearch {
  background-position: 0 -285px;
}
/* line 321, sass/_diagnostic.scss */
#diagnostic-listings-report .yellowbook {
  background-position: 0 -456px;
}
/* line 322, sass/_diagnostic.scss */
#diagnostic-listings-report .local {
  background-position: 0 -399px;
}
/* line 323, sass/_diagnostic.scss */
#diagnostic-listings-report .bing {
  background-position: 0 -171px;
}
/* line 324, sass/_diagnostic.scss */
#diagnostic-listings-report .telenav {
  background-position: 0 -570px;
}
/* line 325, sass/_diagnostic.scss */
#diagnostic-listings-report .merchantcircle {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 0px;
}
/* line 326, sass/_diagnostic.scss */
#diagnostic-listings-report .ezlocal {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -57px;
}
/* line 327, sass/_diagnostic.scss */
#diagnostic-listings-report .getfave {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -114px;
}
/* line 328, sass/_diagnostic.scss */
#diagnostic-listings-report .localdatabase {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -171px;
}
/* line 329, sass/_diagnostic.scss */
#diagnostic-listings-report .showmelocal {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -228px;
}
/* line 330, sass/_diagnostic.scss */
#diagnostic-listings-report .topix {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -285px;
}
/* line 331, sass/_diagnostic.scss */
#diagnostic-listings-report .ziplocal {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -342px;
}
/* line 332, sass/_diagnostic.scss */
#diagnostic-listings-report .citysquares {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -399px;
}
/* line 333, sass/_diagnostic.scss */
#diagnostic-listings-report .localpages {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -456px;
}
/* line 334, sass/_diagnostic.scss */
#diagnostic-listings-report .mojopages {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -513px;
}
/* line 335, sass/_diagnostic.scss */
#diagnostic-listings-report .yellowise {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -570px;
}
/* line 336, sass/_diagnostic.scss */
#diagnostic-listings-report .yellowmoxie {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -627px;
}
/* line 337, sass/_diagnostic.scss */
#diagnostic-listings-report .tupalo {
  background: url(powerlistings-ext-sml.png) no-repeat;
  background-position: 0 -684px;
}
/* line 338, sass/_diagnostic.scss */
#diagnostic-listings-report .foursquare {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 0px;
}
/* line 339, sass/_diagnostic.scss */
#diagnostic-listings-report .patch {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -57px;
}
/* line 340, sass/_diagnostic.scss */
#diagnostic-listings-report .bestoftheweb {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -114px;
}
/* line 341, sass/_diagnostic.scss */
#diagnostic-listings-report .navmii {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -171px;
}
/* line 342, sass/_diagnostic.scss */
#diagnostic-listings-report .cricket {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -228px;
}
/* line 343, sass/_diagnostic.scss */
#diagnostic-listings-report .metropcs {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -285px;
}
/* line 344, sass/_diagnostic.scss */
#diagnostic-listings-report .avantar {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -342px;
}
/* line 345, sass/_diagnostic.scss */
#diagnostic-listings-report .copilot {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -399px;
}
/* line 346, sass/_diagnostic.scss */
#diagnostic-listings-report .hopstop {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -456px;
}
/* line 347, sass/_diagnostic.scss */
#diagnostic-listings-report .whereto {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -513px;
}
/* line 348, sass/_diagnostic.scss */
#diagnostic-listings-report .wp411 {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -570px;
}
/* line 349, sass/_diagnostic.scss */
#diagnostic-listings-report .switchboard {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -627px;
}
/* line 350, sass/_diagnostic.scss */
#diagnostic-listings-report .phonenumber {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
  background-position: 0 -684px;
}
/* line 352, sass/_diagnostic.scss */
#diagnostic-listings-report #view {
  width: 180px;
}
/* line 355, sass/_diagnostic.scss */
#diagnostic-listings-report #general {
  text-align: left;
  padding-left: 10px;
}
/* line 359, sass/_diagnostic.scss */
#diagnostic-listings-report #categories {
  width: 75px;
}
/* line 362, sass/_diagnostic.scss */
#diagnostic-listings-report #site {
  width: 75px;
}
/* line 365, sass/_diagnostic.scss */
#diagnostic-listings-report #description {
  width: 75px;
}
/* line 368, sass/_diagnostic.scss */
#diagnostic-listings-report #photos {
  width: 75px;
}
/* line 371, sass/_diagnostic.scss */
#diagnostic-listings-report #videos {
  width: 75px;
}
/* line 374, sass/_diagnostic.scss */
#diagnostic-listings-report #offer {
  width: 75px;
}
/* line 377, sass/_diagnostic.scss */
#diagnostic-listings-report #status {
  width: 125px;
}
/* line 380, sass/_diagnostic.scss */
#diagnostic-listings-report .col-border {
  border-left: 1px solid #61b300;
}
/* line 383, sass/_diagnostic.scss */
#diagnostic-listings-report .odd {
  background-color: #eff7e5;
}
/* line 386, sass/_diagnostic.scss */
#diagnostic-listings-report .pass {
  background: url(diagnostic-pass-fail.png) no-repeat;
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
/* line 392, sass/_diagnostic.scss */
#diagnostic-listings-report .fail {
  background: url(diagnostic-pass-fail.png) -15px 0 no-repeat;
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
/* line 398, sass/_diagnostic.scss */
#diagnostic-listings-report .scan-failed {
  background: url(icon-scanproblem-sml.png) no-repeat;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
/* line 404, sass/_diagnostic.scss */
#diagnostic-listings-report .na {
  background: url(icon-info-sml.png) no-repeat;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
/* line 410, sass/_diagnostic.scss */
#diagnostic-listings-report .temporaryproblem {
  float: left;
  background: url(icon-scanproblem.png) no-repeat;
  padding-left: 40px;
  font-weight: normal;
  color: #666;
}
/* line 417, sass/_diagnostic.scss */
#diagnostic-listings-report .listed {
  background: url(diagnostic-status.png) no-repeat;
  height: 27px;
  width: 70px;
  padding-left: 36px;
  line-height: 28px;
  font-size: 13px;
  color: #569f00;
}
/* line 426, sass/_diagnostic.scss */
#diagnostic-listings-report .powerlistings {
  background: url(pl-checkicon.png) no-repeat;
  height: 27px;
  width: 70px;
  padding-left: 30px;
  line-height: 28px;
  font-size: 11px;
  color: #333;
}
/* line 435, sass/_diagnostic.scss */
#diagnostic-listings-report .alert {
  background: url(diagnostic-status.png) 0 -27px no-repeat;
  height: 27px;
  width: 70px;
  padding-left: 36px;
  line-height: 28px;
  font-size: 13px;
  color: #f99200;
}
/* line 444, sass/_diagnostic.scss */
#diagnostic-listings-report .notfound {
  background: url(diagnostic-status.png) 0 -54px no-repeat;
  height: 27px;
  width: 70px;
  padding-left: 36px;
  line-height: 28px;
  font-size: 13px;
  color: #e60000;
}
/* line 453, sass/_diagnostic.scss */
#diagnostic-listings-report .notmatch {
  color: #C00;
}

/* line 458, sass/_diagnostic.scss */
a#plus {
  display: block;
  background: url(icon-moresites.png) no-repeat 17px 12px;
  padding: 10px 10px 10px 40px;
  color: #00A4E4;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
}

/* line 468, sass/_diagnostic.scss */
.nap-notfound {
  color: #C00;
  text-transform: uppercase;
}

/* line 472, sass/_diagnostic.scss */
#diagnostic-listings-summary {
  clear: both;
  background: url(diagnostic-summary-bg.png) no-repeat;
  width: 916px;
  height: 122px;
  margin: 0 0 30px 18px;
  color: #FFF;
}
/* line 479, sass/_diagnostic.scss */
#diagnostic-listings-summary h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 10px;
}
/* line 486, sass/_diagnostic.scss */
#diagnostic-listings-summary .has-powerlistings {
  font-size: 24px;
  padding-top: 5px;
}
/* line 490, sass/_diagnostic.scss */
#diagnostic-listings-summary h5 {
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 495, sass/_diagnostic.scss */
#diagnostic-listings-summary p {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}
/* line 500, sass/_diagnostic.scss */
#diagnostic-listings-summary em {
  font-style: italic;
}
/* line 501, sass/_diagnostic.scss */
#diagnostic-listings-summary .time {
  color: white;
  font-size: 20px;
  margin-top: 11px;
}
/* line 506, sass/_diagnostic.scss */
#diagnostic-listings-summary img {
  float: left;
  margin-right: 15px;
}
/* line 510, sass/_diagnostic.scss */
#diagnostic-listings-summary #diagnostic-summary-status {
  background-image: url(icon_diagnostic-check.png);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  font-size: 0;
  float: left;
  padding-right: 15px;
}
/* line 519, sass/_diagnostic.scss */
#diagnostic-listings-summary #diagnostic-summary-status.alert {
  background-position: 0 -57px;
}
/* line 522, sass/_diagnostic.scss */
#diagnostic-listings-summary #diagnostic-summary-status.check {
  background-position: 0 0;
}

/* line 526, sass/_diagnostic.scss */
#summary-alert {
  float: left;
  width: 385px;
  margin: 25px 0 0 20px;
}

/* line 531, sass/_diagnostic.scss */
#summary-glance-meter {
  position: relative;
  float: left;
  width: 220px;
  margin: 15px 0 0 30px;
  text-transform: uppercase;
}
/* line 537, sass/_diagnostic.scss */
#summary-glance-meter .optimized {
  color: #61b300;
}
/* line 540, sass/_diagnostic.scss */
#summary-glance-meter .missing {
  color: #FF4400;
  padding-left: 10px;
}

/* line 545, sass/_diagnostic.scss */
#summary-glance-company {
  position: relative;
  float: left;
  width: 220px;
  margin: 15px 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
/* line 552, sass/_diagnostic.scss */
#summary-glance-company .company-info {
  position: relative;
  height: 57px;
  padding-top: 15px;
}
/* line 556, sass/_diagnostic.scss */
#summary-glance-company .company-info h2 {
  padding-right: 10px;
}

/* line 561, sass/_diagnostic.scss */
#summary-scanned {
  float: left;
  width: 220px;
  margin: 15px 0 0 30px;
  text-transform: uppercase;
}

/* line 567, sass/_diagnostic.scss */
#summary-glance-bar {
  background: #FF4400;
  width: 195px;
  height: 19px;
  margin: 20px 0 15px 0;
}
/* line 572, sass/_diagnostic.scss */
#summary-glance-bar img {
  position: absolute;
  z-index: 2;
}
/* line 576, sass/_diagnostic.scss */
#summary-glance-bar .meter-optimized {
  position: absolute;
  max-width: 195px;
  font-size: 0;
  float: left;
  height: 19px;
  background: #61b300;
  z-index: 1;
}

/* end diagnostic-step2.html styles */
/* all styles for diagnostic-step3.html go here
---------------------------------------------------*/
/* line 593, sass/_diagnostic.scss */
#diagnostic-content-step3 {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 20px 0 23px;
  background: url(diagnostic-green-bg.png) no-repeat bottom;
  font-size: 14px;
}
/* line 600, sass/_diagnostic.scss */
#diagnostic-content-step3 h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 606, sass/_diagnostic.scss */
#diagnostic-content-step3 h2.alt {
  margin-bottom: 5px;
}
/* line 607, sass/_diagnostic.scss */
#diagnostic-content-step3 .col-left {
  padding-left: 18px;
  float: left;
}
/* line 611, sass/_diagnostic.scss */
#diagnostic-content-step3 .col-right {
  padding-right: 23px;
  float: right;
}
/* line 615, sass/_diagnostic.scss */
#diagnostic-content-step3 input {
  font-size: 14px;
}

/* line 617, sass/_diagnostic.scss */
#diagnostic-preview-map {
  width: 400px;
  background: #FFF;
  border: 1px solid #ccc;
}

/* line 622, sass/_diagnostic.scss */
#preview-listing {
  width: 460px;
}
/* line 624, sass/_diagnostic.scss */
#preview-listing li {
  clear: both;
}
/* line 627, sass/_diagnostic.scss */
#preview-listing input {
  margin: 5px;
}
/* line 630, sass/_diagnostic.scss */
#preview-listing p {
  font-weight: bold;
  padding-top: 10px;
  float: left;
}
/* line 635, sass/_diagnostic.scss */
#preview-listing .preview-listing-field {
  float: right;
  width: 276px;
  vertical-align: middle;
}
/* line 640, sass/_diagnostic.scss */
#preview-listing #preview-business, #preview-listing #preview-address, #preview-listing #preview-phone, #preview-listing #preview-website, #preview-listing #preview-email, #preview-listing #preview-offer {
  width: 250px;
}
/* line 643, sass/_diagnostic.scss */
#preview-listing #categorySearcher input {
  width: 250px;
}
/* line 646, sass/_diagnostic.scss */
#preview-listing #categorySearcher input.label-input-label {
  color: #61B300;
}
/* line 649, sass/_diagnostic.scss */
#preview-listing #preview-city {
  width: 100px;
}
/* line 652, sass/_diagnostic.scss */
#preview-listing #preview-zip {
  width: 62px;
}
/* line 655, sass/_diagnostic.scss */
#preview-listing #preview-first-name, #preview-listing #preview-last-name {
  width: 110px;
}
/* line 658, sass/_diagnostic.scss */
#preview-listing #preview-description {
  width: 255px;
  height: 100px;
  margin: 5px 0 0 5px;
  padding: 5px;
  font: 14px/1.3 Arial, sans-serif;
  color: #54534a;
}
/* line 665, sass/_diagnostic.scss */
#preview-listing .li-button {
  padding-top: 10px;
}

/* line 667, sass/_diagnostic.scss */
#previewCategoryTitle {
  font-weight: bold;
}

/* line 670, sass/_diagnostic.scss */
#previewDescriptionTitle {
  font-weight: bold;
}

/* line 673, sass/_diagnostic.scss */
#diagnostic-preview-map {
  width: 400px;
  min-height: 500px;
  padding: 15px 15px 10px;
}
/* line 677, sass/_diagnostic.scss */
#diagnostic-preview-map h1 {
  color: #00a4e4;
  font-weight: bold;
  font-size: 16px;
}
/* line 682, sass/_diagnostic.scss */
#diagnostic-preview-map h2 {
  font-weight: normal;
}
/* line 685, sass/_diagnostic.scss */
#diagnostic-preview-map #previewSite {
  color: #61b300;
}
/* line 688, sass/_diagnostic.scss */
#diagnostic-preview-map .listing {
  float: left;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* line 693, sass/_diagnostic.scss */
#diagnostic-preview-map .listing-number {
  float: right;
  padding: 18px 5px 0 0;
}
/* line 697, sass/_diagnostic.scss */
#diagnostic-preview-map #map {
  margin-top: 10px;
}
/* line 700, sass/_diagnostic.scss */
#diagnostic-preview-map .listing-offer {
  width: 260px;
  padding-left: 20px;
  background: url(tag.png) no-repeat 0 5px;
}
/* line 705, sass/_diagnostic.scss */
#diagnostic-preview-map #previewTag {
  text-decoration: underline;
  color: #7777cc;
  background-color: #fff8dd;
}

/* end diagnostic-step3.html styles */
/* all styles for diagnostic-step4.html go here
---------------------------------------------------*/
/* line 716, sass/_diagnostic.scss */
#diagnostic-content-step4 {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 20px 0 25px;
  background: url(diagnostic-btm-bg.png) no-repeat bottom;
  position: relative;
}
/* line 723, sass/_diagnostic.scss */
#diagnostic-content-step4 p {
  margin: 0;
}
/* line 726, sass/_diagnostic.scss */
#diagnostic-content-step4 h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
/* line 731, sass/_diagnostic.scss */
#diagnostic-content-step4 h4 {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 5px;
}
/* line 736, sass/_diagnostic.scss */
#diagnostic-content-step4 .fix-info {
  font-size: 14px;
  padding: 0 18px;
  margin-bottom: 10px;
}
/* line 741, sass/_diagnostic.scss */
#diagnostic-content-step4 .col-left {
  float: left;
  width: 700px;
  padding-left: 18px;
}
/* line 746, sass/_diagnostic.scss */
#diagnostic-content-step4 .col-right {
  width: 220px;
  float: right;
}
/* line 750, sass/_diagnostic.scss */
#diagnostic-content-step4 .inner-col-right {
  float: right;
}
/* line 753, sass/_diagnostic.scss */
#diagnostic-content-step4 .diagnostic-adall-up {
  background: url(arrows.png) -161px 0 no-repeat;
  width: 110px;
  padding-top: 7px;
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 759, sass/_diagnostic.scss */
#diagnostic-content-step4 .diagnostic-adall-up:hover {
  background-position: -261px 0;
}
/* line 763, sass/_diagnostic.scss */
#diagnostic-content-step4 .diagnostic-adall-down {
  background: url(arrows.png) -70px bottom no-repeat;
  width: 110px;
  padding-bottom: 7px;
  font-size: 14px;
}
/* line 768, sass/_diagnostic.scss */
#diagnostic-content-step4 .diagnostic-adall-down:hover {
  background-position: -361px bottom;
}
/* line 772, sass/_diagnostic.scss */
#diagnostic-content-step4 .diagnostic-adall-alt {
  background-image: none;
  padding-bottom: 0;
  color: #008ec5;
  text-decoration: underline;
}
/* line 777, sass/_diagnostic.scss */
#diagnostic-content-step4 .diagnostic-adall-alt:hover {
  text-decoration: none;
}
/* line 779, sass/_diagnostic.scss */
#diagnostic-content-step4 #review-btm {
  position: absolute;
  bottom: 35px;
}

/* line 784, sass/_diagnostic.scss */
#diagnostic-listings-fix {
  margin: 10px 0;
  width: 700px;
  line-height: 1.3;
}
/* line 788, sass/_diagnostic.scss */
#diagnostic-listings-fix a {
  color: #61b300;
  font-weight: normal;
}
/* line 792, sass/_diagnostic.scss */
#diagnostic-listings-fix p {
  font-weight: normal;
}
/* line 795, sass/_diagnostic.scss */
#diagnostic-listings-fix th {
  height: 35px;
  text-align: center;
}
/* line 799, sass/_diagnostic.scss */
#diagnostic-listings-fix tr {
  border-bottom: 1px solid #61b300;
  border-top: 1px solid #61b300;
}
/* line 803, sass/_diagnostic.scss */
#diagnostic-listings-fix td {
  font-weight: bold;
  padding: 10px;
}
/* line 807, sass/_diagnostic.scss */
#diagnostic-listings-fix .subtle {
  color: #999999;
  font-size: 11px;
  font-weight: normal;
}
/* line 812, sass/_diagnostic.scss */
#diagnostic-listings-fix .icon {
  width: 95px;
  height: 35px;
  padding-left: 45px;
  padding-top: 12px;
}
/* line 818, sass/_diagnostic.scss */
#diagnostic-listings-fix .yahoo {
  background: url(powerlistings-sml1.png) 0 -57px no-repeat;
}
/* line 821, sass/_diagnostic.scss */
#diagnostic-listings-fix .yellowbot {
  background: url(powerlistings-sml1.png) 0 -513px no-repeat;
}
/* line 824, sass/_diagnostic.scss */
#diagnostic-listings-fix .yelp {
  background: url(powerlistings-sml1.png) no-repeat;
}
/* line 827, sass/_diagnostic.scss */
#diagnostic-listings-fix .bing {
  background: url(powerlistings-sml1.png) 0 -171px no-repeat;
}
/* line 830, sass/_diagnostic.scss */
#diagnostic-listings-fix .mapquest {
  background: url(powerlistings-sml1.png) 0 -114px no-repeat;
}
/* line 833, sass/_diagnostic.scss */
#diagnostic-listings-fix .citysearch {
  background: url(powerlistings-sml1.png) 0 -285px no-repeat;
}
/* line 836, sass/_diagnostic.scss */
#diagnostic-listings-fix .superpages {
  background: url(powerlistings-sml1.png) 0 -228px no-repeat;
}
/* line 839, sass/_diagnostic.scss */
#diagnostic-listings-fix .whitepages {
  background: url(powerlistings-sml1.png) 0 -342px no-repeat;
}
/* line 842, sass/_diagnostic.scss */
#diagnostic-listings-fix .local {
  background: url(powerlistings-sml1.png) 0 -398px no-repeat;
}
/* line 845, sass/_diagnostic.scss */
#diagnostic-listings-fix .yellowbook {
  background: url(powerlistings-sml1.png) 0 -456px no-repeat;
}
/* line 848, sass/_diagnostic.scss */
#diagnostic-listings-fix .telenav {
  background: url(powerlistings-sml1.png) 0 -570px no-repeat;
}
/* line 851, sass/_diagnostic.scss */
#diagnostic-listings-fix .foursquare {
  background: url(powerlistings-ext2a-sml.png) no-repeat;
}
/* line 854, sass/_diagnostic.scss */
#diagnostic-listings-fix .emerging {
  background: url(packages-sml3.png) 0px -228px no-repeat;
}
/* line 857, sass/_diagnostic.scss */
#diagnostic-listings-fix .directoryassistance {
  background: url(packages-sml3.png) 0px -277px no-repeat;
}
/* line 861, sass/_diagnostic.scss */
#diagnostic-listings-fix .left-column {
  border-right: 1px solid #61b300;
}
/* line 864, sass/_diagnostic.scss */
#diagnostic-listings-fix .mid-column {
  border-right: 1px solid #61b300;
}
/* line 866, sass/_diagnostic.scss */
#diagnostic-listings-fix .mid-column a {
  padding: 0;
  margin: 0;
}
/* line 871, sass/_diagnostic.scss */
#diagnostic-listings-fix .right-column {
  text-align: center;
}
/* line 874, sass/_diagnostic.scss */
#diagnostic-listings-fix .odd {
  background-color: #eff7e5;
}
/* line 877, sass/_diagnostic.scss */
#diagnostic-listings-fix .pass {
  background: url(diagnostic-pass-fail.png) no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
/* line 883, sass/_diagnostic.scss */
#diagnostic-listings-fix .fail {
  background: url(diagnostic-pass-fail.png) -15px 0 no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
/* line 889, sass/_diagnostic.scss */
#diagnostic-listings-fix .listed {
  background: url(diagnostic-status.png) no-repeat;
  height: 27px;
  width: 105px;
}
/* line 894, sass/_diagnostic.scss */
#diagnostic-listings-fix .alert {
  background: url(diagnostic-status.png) 0 -27px no-repeat;
  height: 27px;
  width: 105px;
}

/* line 900, sass/_diagnostic.scss */
#diagnostic-fixall-ad {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 907, sass/_diagnostic.scss */
.diagnostic-complete {
  display: block;
  width: 76px;
  height: 80px;
  margin: 0 auto 5px;
  background: url(packages3.png) no-repeat 0 -360px;
}

/* end diagnostic-step4.html styles */
/* line 916, sass/_diagnostic.scss */
#previewPhone {
  font-size: 18px;
}

/* line 1, sass/_powerlisting.scss */
#hero-products {
  width: 965px;
  height: 329px;
  padding-left: 19px;
  color: #fff;
  overflow: hidden;
}
/* line 7, sass/_powerlisting.scss */
#hero-products-left {
  float: left;
  width: 294px;
  padding-top: 51px;
}
/* line 11, sass/_powerlisting.scss */
#hero-products-left img {
  display: block;
  width: 309px;
  height: 69px;
  margin-bottom: 10px;
}
/* line 17, sass/_powerlisting.scss */
#hero-products-left p {
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 22, sass/_powerlisting.scss */
#hero-products-image {
  padding-top: 3px;
  float: left;
  width: 434px;
}
/* line 26, sass/_powerlisting.scss */
#hero-products-image img {
  display: block;
  width: 434px;
  height: 326px;
}
/* line 32, sass/_powerlisting.scss */
#hero-products-scan {
  padding-top: 21px;
  float: right;
}

/* line 37, sass/_powerlisting.scss */
#powerlisting-content {
  position: relative;
  width: 926px;
  padding-bottom: 100px;
}
/* line 41, sass/_powerlisting.scss */
#powerlisting-content h1 {
  font-weight: bold;
  font-size: 20px;
}
/* line 45, sass/_powerlisting.scss */
#powerlisting-content h2 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 50, sass/_powerlisting.scss */
#powerlisting-content h3 {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 5px;
}
/* line 55, sass/_powerlisting.scss */
#powerlisting-content h4 {
  padding-bottom: 5px;
}
/* line 58, sass/_powerlisting.scss */
#powerlisting-content p {
  padding: 0;
  margin: 5px 0;
  font-size: 10px;
}

/* line 64, sass/_powerlisting.scss */
#powerlisting-content-head {
  width: 100%;
  padding: 20px;
}

/* line 72, sass/_powerlisting.scss */
.powerlisting-medallion {
  display: block;
  background-image: url(powerlistings-lrg1.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 125px;
  font-size: 0;
}

/* line 80, sass/_powerlisting.scss */
#powerlisting-all {
  border-top: 1px solid #cccccc;
  width: 976px;
  margin: 0 auto;
}
/* line 84, sass/_powerlisting.scss */
#powerlisting-all .yahoo-lrg {
  background-position: 0 -165px;
}
/* line 85, sass/_powerlisting.scss */
#powerlisting-all .yellowbot-lrg {
  background-position: 0 -1485px;
}
/* line 86, sass/_powerlisting.scss */
#powerlisting-all .yelp-lrg {
  background-position: 0 0;
}
/* line 87, sass/_powerlisting.scss */
#powerlisting-all .whitepages-lrg {
  background-position: 0 -990px;
}
/* line 88, sass/_powerlisting.scss */
#powerlisting-all .mapquest-lrg {
  background-position: 0 -330px;
}
/* line 89, sass/_powerlisting.scss */
#powerlisting-all .superpages-lrg {
  background-position: 0 -660px;
}
/* line 90, sass/_powerlisting.scss */
#powerlisting-all .citysearch-lrg {
  background-position: 0 -825px;
}
/* line 91, sass/_powerlisting.scss */
#powerlisting-all .yellowbook-lrg {
  background-position: 0 -1320px;
}
/* line 92, sass/_powerlisting.scss */
#powerlisting-all .local-lrg {
  background-position: 0 -1155px;
}
/* line 93, sass/_powerlisting.scss */
#powerlisting-all .bing-lrg {
  background-position: 0 -495px;
}
/* line 94, sass/_powerlisting.scss */
#powerlisting-all .telenav-lrg {
  background-position: 0 -1650px;
}
/* line 95, sass/_powerlisting.scss */
#powerlisting-all .merchantcircle-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 0px;
}
/* line 96, sass/_powerlisting.scss */
#powerlisting-all .ezlocal-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -165px;
}
/* line 97, sass/_powerlisting.scss */
#powerlisting-all .getfave-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -330px;
}
/* line 98, sass/_powerlisting.scss */
#powerlisting-all .localdatabase-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -495px;
}
/* line 99, sass/_powerlisting.scss */
#powerlisting-all .showmelocal-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -660px;
}
/* line 100, sass/_powerlisting.scss */
#powerlisting-all .topix-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -825px;
}
/* line 101, sass/_powerlisting.scss */
#powerlisting-all .ziplocal-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -990px;
}
/* line 102, sass/_powerlisting.scss */
#powerlisting-all .citysquares-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -1155px;
}
/* line 103, sass/_powerlisting.scss */
#powerlisting-all .localpages-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -1320px;
}
/* line 104, sass/_powerlisting.scss */
#powerlisting-all .mojopages-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -1485px;
}
/* line 105, sass/_powerlisting.scss */
#powerlisting-all .yellowise-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -1650px;
}
/* line 106, sass/_powerlisting.scss */
#powerlisting-all .yellowmoxie-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -1815px;
}
/* line 107, sass/_powerlisting.scss */
#powerlisting-all .tupalo-lrg {
  background-image: url(powerlistings-ext-lrg.png);
  background-position: 0 -1980px;
}
/* line 108, sass/_powerlisting.scss */
#powerlisting-all .foursquare-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 0px;
}
/* line 109, sass/_powerlisting.scss */
#powerlisting-all .patch-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -165px;
}
/* line 110, sass/_powerlisting.scss */
#powerlisting-all .bestoftheweb-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -330px;
}
/* line 111, sass/_powerlisting.scss */
#powerlisting-all .navmii-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -495px;
}
/* line 112, sass/_powerlisting.scss */
#powerlisting-all .cricket-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -660px;
}
/* line 113, sass/_powerlisting.scss */
#powerlisting-all .metropcs-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -825px;
}
/* line 114, sass/_powerlisting.scss */
#powerlisting-all .avantar-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -990px;
}
/* line 115, sass/_powerlisting.scss */
#powerlisting-all .copilot-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -1155px;
}
/* line 116, sass/_powerlisting.scss */
#powerlisting-all .hopstop-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -1320px;
}
/* line 117, sass/_powerlisting.scss */
#powerlisting-all .whereto-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -1485px;
}
/* line 118, sass/_powerlisting.scss */
#powerlisting-all .wp411-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -1650px;
}
/* line 119, sass/_powerlisting.scss */
#powerlisting-all .switchboard-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -1815px;
}
/* line 120, sass/_powerlisting.scss */
#powerlisting-all .phonenumber-lrg {
  background-image: url(powerlistings-ext2a-lrg.png);
  background-position: 0 -1980px;
}

/* line 122, sass/_powerlisting.scss */
.all-li {
  width: 120px;
  height: 247px;
  margin: 25px 36px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.all-li {
  *display: inline;
}

/* line 128, sass/_powerlisting.scss */
.powerlisting-descript {
  width: 120px;
  height: 125px;
  text-align: center;
}
/* line 132, sass/_powerlisting.scss */
.powerlisting-descript h2 {
  width: 105px;
  text-align: center;
  margin: 0 auto;
}

/* line 139, sass/_powerlisting.scss */
.powerlisting-list-first-row {
  width: 976px;
  height: 50px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-left: 15px;
  font-weight: bold;
}
/* line 146, sass/_powerlisting.scss */
.powerlisting-list-first-row span {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.powerlisting-list-first-row span {
  *display: inline;
}
/* line 150, sass/_powerlisting.scss */
.powerlisting-list-li {
  width: 976px;
  height: 50px;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 0 15px;
}
/* line 155, sass/_powerlisting.scss */
.powerlisting-list-li span {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  font-weight: bold;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.powerlisting-list-li span {
  *display: inline;
}
/* line 160, sass/_powerlisting.scss */
.powerlisting-list-col-1 {
  width: 175px;
  height: 50px;
}
/* line 164, sass/_powerlisting.scss */
.powerlisting-list-col-2 {
  width: 150px;
}
/* line 167, sass/_powerlisting.scss */
.powerlisting-list-col-3 {
  width: 425px;
}
/* line 170, sass/_powerlisting.scss */
.powerlisting-list-col-4 {
  width: 250px;
}
/* line 173, sass/_powerlisting.scss */
.powerlisting-list-col-5 {
  width: 100px;
}

/* line 178, sass/_powerlisting.scss */
.powerlisting-medallion {
  display: block;
  background-image: url(powerlistings-lrg1.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 125px;
  font-size: 0;
}

/* line 186, sass/_powerlisting.scss */
.listing-name {
  display: block;
  background-image: url(powerlistings-sml1.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 35px;
  padding: 12px 0 0 45px;
}

/* line 194, sass/_powerlisting.scss */
#powerlisting-list {
  width: 976px;
  margin: 0 auto;
}
/* line 197, sass/_powerlisting.scss */
#powerlisting-list .shop-now {
  text-align: center;
}
/* line 200, sass/_powerlisting.scss */
#powerlisting-list .yahoo-sml {
  background-position: 0 -57px;
}
/* line 201, sass/_powerlisting.scss */
#powerlisting-list .yellowbot-sml {
  background-position: 0 -513px;
}
/* line 202, sass/_powerlisting.scss */
#powerlisting-list .yelp-sml {
  background-position: 0 0;
}
/* line 203, sass/_powerlisting.scss */
#powerlisting-list .whitepages-sml {
  background-position: 0 -342px;
}
/* line 204, sass/_powerlisting.scss */
#powerlisting-list .mapquest-sml {
  background-position: 0 -114px;
}
/* line 205, sass/_powerlisting.scss */
#powerlisting-list .superpages-sml {
  background-position: 0 -228px;
}
/* line 206, sass/_powerlisting.scss */
#powerlisting-list .citysearch-sml {
  background-position: 0 -285px;
}
/* line 207, sass/_powerlisting.scss */
#powerlisting-list .yellowbook-sml {
  background-position: 0 -456px;
}
/* line 208, sass/_powerlisting.scss */
#powerlisting-list .local-sml {
  background-position: 0 -399px;
}
/* line 209, sass/_powerlisting.scss */
#powerlisting-list .bing-sml {
  background-position: 0 -171px;
}
/* line 210, sass/_powerlisting.scss */
#powerlisting-list .telenav-sml {
  background-position: 0 -570px;
}
/* line 211, sass/_powerlisting.scss */
#powerlisting-list .merchantcircle-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 0px;
}
/* line 212, sass/_powerlisting.scss */
#powerlisting-list .ezlocal-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -57px;
}
/* line 213, sass/_powerlisting.scss */
#powerlisting-list .getfave-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -114px;
}
/* line 214, sass/_powerlisting.scss */
#powerlisting-list .localdatabase-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -171px;
}
/* line 215, sass/_powerlisting.scss */
#powerlisting-list .showmelocal-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -228px;
}
/* line 216, sass/_powerlisting.scss */
#powerlisting-list .topix-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -285px;
}
/* line 217, sass/_powerlisting.scss */
#powerlisting-list .ziplocal-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -342px;
}
/* line 218, sass/_powerlisting.scss */
#powerlisting-list .citysquares-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -399px;
}
/* line 219, sass/_powerlisting.scss */
#powerlisting-list .localpages-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -456px;
}
/* line 220, sass/_powerlisting.scss */
#powerlisting-list .mojopages-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -513px;
}
/* line 221, sass/_powerlisting.scss */
#powerlisting-list .yellowise-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -570px;
}
/* line 222, sass/_powerlisting.scss */
#powerlisting-list .yellowmoxie-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -627px;
}
/* line 223, sass/_powerlisting.scss */
#powerlisting-list .tupalo-sml {
  background-image: url(powerlistings-ext-sml.png);
  background-position: 0 -684px;
}
/* line 224, sass/_powerlisting.scss */
#powerlisting-list .foursquare-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 0px;
}
/* line 225, sass/_powerlisting.scss */
#powerlisting-list .patch-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -57px;
}
/* line 226, sass/_powerlisting.scss */
#powerlisting-list .bestoftheweb-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -114px;
}
/* line 227, sass/_powerlisting.scss */
#powerlisting-list .navmii-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -171px;
}
/* line 228, sass/_powerlisting.scss */
#powerlisting-list .cricket-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -228px;
}
/* line 229, sass/_powerlisting.scss */
#powerlisting-list .metropcs-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -285px;
}
/* line 230, sass/_powerlisting.scss */
#powerlisting-list .avantar-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -342px;
}
/* line 231, sass/_powerlisting.scss */
#powerlisting-list .copilot-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -399px;
}
/* line 232, sass/_powerlisting.scss */
#powerlisting-list .hopstop-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -456px;
}
/* line 233, sass/_powerlisting.scss */
#powerlisting-list .whereto-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -513px;
}
/* line 234, sass/_powerlisting.scss */
#powerlisting-list .wp411-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -570px;
}
/* line 235, sass/_powerlisting.scss */
#powerlisting-list .switchboard-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -627px;
}
/* line 236, sass/_powerlisting.scss */
#powerlisting-list .phonenumber-sml {
  background-image: url(powerlistings-ext2a-sml.png);
  background-position: 0 -684px;
}

/* line 238, sass/_powerlisting.scss */
.powerlisting-annual-fee {
  font-weight: normal !important;
  font-size: 11px;
  color: gray;
}

/* line 243, sass/_powerlisting.scss */
#powerlisting-contact-bar {
  background: url(divider.png) 0 0 no-repeat;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  margin-top: 70px;
  text-align: center;
}
/* line 251, sass/_powerlisting.scss */
#powerlisting-contact-bar .contact-info {
  background-image: url(contact-icons.png);
  background-repeat: no-repeat;
  height: 27px;
  padding: 0 0 5px 25px;
  margin-left: 15px;
  font-weight: bold;
}
/* line 259, sass/_powerlisting.scss */
#powerlisting-contact-bar .phone {
  background-position: 0 0;
  padding-top: 5px;
  height: 27px;
}
/* line 264, sass/_powerlisting.scss */
#powerlisting-contact-bar .email {
  background-position: 0 -39px;
}
/* line 266, sass/_powerlisting.scss */
#powerlisting-contact-bar .email a {
  color: #333333;
}

/* line 271, sass/_powerlisting.scss */
#powerlisting-menu {
  position: absolute;
  right: -25px;
  top: 25px;
  width: 410px;
}
/* line 276, sass/_powerlisting.scss */
#powerlisting-menu #highlight {
  background: #FF0000;
}

/* line 280, sass/_powerlisting.scss */
#powerlisting-menu-bar {
  float: left;
}
/* line 282, sass/_powerlisting.scss */
#powerlisting-menu-bar li {
  float: left;
  font-weight: bold;
}
/* line 286, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-left {
  background: url(powerlisting-menu-bar.png) no-repeat 0 0;
  height: 26px;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-align: center;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-left {
  *display: inline;
}
/* line 293, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-left.active {
  background: url(powerlisting-menu-bar.png) no-repeat 0 -26px;
  width: 54px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-left.active {
  *display: inline;
}
/* line 302, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-left.inactive {
  width: 54px;
  height: 26px;
  color: #999999;
  height: auto;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-left.inactive {
  *display: inline;
}
/* line 312, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-left:hover {
  background-position: 0 -52px;
  text-decoration: none;
  color: #fff;
}
/* line 316, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-left:hover span {
  background-position: 0 -52px;
  color: #fff;
}
/* line 322, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-mid {
  background: url(powerlisting-menu-bar.png) no-repeat -54px 0;
  height: 26px;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-align: center;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-mid {
  *display: inline;
}
/* line 329, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-mid.active {
  background: url(powerlisting-menu-bar.png) no-repeat -54px -26px;
  width: 75px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-mid.active {
  *display: inline;
}
/* line 338, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-mid.inactive {
  width: 75px;
  height: 26px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-mid.inactive {
  *display: inline;
}
/* line 347, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-mid:hover {
  background-position: -54px -52px;
  color: #fff;
  text-decoration: none;
}
/* line 351, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-mid:hover span {
  background-position: -54px -52px;
  color: #fff;
}
/* line 357, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-midright {
  background: url(powerlisting-menu-bar.png) no-repeat -129px 0;
  height: 26px;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-align: center;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-midright {
  *display: inline;
}
/* line 364, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-midright.active {
  background: url(powerlisting-menu-bar.png) no-repeat -129px -26px;
  width: 93px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-midright.active {
  *display: inline;
}
/* line 373, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-midright.inactive {
  width: 93px;
  height: 26px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-midright.inactive {
  *display: inline;
}
/* line 382, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-midright:hover {
  background-position: -129px -52px;
  color: #fff;
  text-decoration: none;
}
/* line 386, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-midright:hover span {
  background-position: -129px -52px;
  color: #fff;
}
/* line 392, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-right {
  background: url(powerlisting-menu-bar.png) no-repeat right 0;
  height: 26px;
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-align: center;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-right {
  *display: inline;
}
/* line 400, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-right.active {
  background: url(powerlisting-menu-bar.png) no-repeat right -26px;
  width: 110px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-right.active {
  *display: inline;
}
/* line 409, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-right.inactive {
  width: 110px;
  height: 26px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-bar .menu-right.inactive {
  *display: inline;
}
/* line 418, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-right:hover {
  background-position: right -52px;
  color: #fff;
  text-decoration: none;
}
/* line 422, sass/_powerlisting.scss */
#powerlisting-menu-bar .menu-right:hover span {
  background-position: right -52px;
  color: #fff;
}

/* line 429, sass/_powerlisting.scss */
#powerlisting-menu-toggle {
  float: right;
}
/* line 431, sass/_powerlisting.scss */
#powerlisting-menu-toggle li {
  float: left;
}
/* line 434, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left {
  background: url(powerlisting-menu-bar.png) no-repeat left 0;
  height: 26px;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-align: center;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-toggle .menu-left {
  *display: inline;
}
/* line 441, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left.active {
  background: url(powerlisting-menu-bar.png) no-repeat left -26px;
  width: 30px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-toggle .menu-left.active {
  *display: inline;
}
/* line 449, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left.active img {
  margin: 6px 0 0 6px;
  width: 14px;
  height: 14px;
  background: url(powerlisting-toggle.png) 0 0 no-repeat;
}
/* line 456, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left.inactive {
  width: 30px;
  height: 26px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-toggle .menu-left.inactive {
  *display: inline;
}
/* line 464, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left.inactive img {
  margin: 6px 0 0 6px;
  width: 14px;
  height: 14px;
  background: url(powerlisting-toggle.png) 0 -14px no-repeat;
}
/* line 471, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left:hover {
  background-position: left -52px;
  text-decoration: none;
}
/* line 474, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left:hover img.powerlisting-toggle-dots {
  background-position: 0 0;
}
/* line 477, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-left:hover span {
  background-position: left -52px;
  color: #fff;
}
/* line 483, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right {
  background: url(powerlisting-menu-bar.png) no-repeat right 0;
  height: 26px;
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  text-align: center;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-toggle .menu-right {
  *display: inline;
}
/* line 491, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right.active {
  background: url(powerlisting-menu-bar.png) no-repeat right -26px;
  width: 30px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-toggle .menu-right.active {
  *display: inline;
}
/* line 499, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right.active img {
  margin: 6px 5px 0 0;
  width: 14px;
  height: 14px;
  background: url(powerlisting-toggle.png) -14px 0 no-repeat;
}
/* line 506, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right.inactive {
  width: 30px;
  height: 26px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#powerlisting-menu-toggle .menu-right.inactive {
  *display: inline;
}
/* line 514, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right.inactive img {
  margin: 6px 5px 0 0;
  width: 14px;
  height: 14px;
  background: url(powerlisting-toggle.png) -14px -14px no-repeat;
}
/* line 521, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right:hover {
  background-position: right -52px;
  color: #fff;
  text-decoration: none;
}
/* line 525, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right:hover img {
  background-position: -14px 0;
}
/* line 528, sass/_powerlisting.scss */
#powerlisting-menu-toggle .menu-right:hover span {
  background-position: right -52px;
  color: #fff;
}

/* line 536, sass/_powerlisting.scss */
.packages-list-icon {
  padding: 12px 0 0 45px;
  width: 105px;
}

/* line 1, sass/_company.scss */
#company-container {
  background: url(bg-content.png) no-repeat;
  width: 984px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}
/* line 7, sass/_company.scss */
#company-container-inner {
  width: 976px;
  padding: 16px 4px 100px;
  background: url(divider-vert.png) no-repeat 749px 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 15, sass/_company.scss */
#company-container h1 {
  font-size: 20px;
  font-weight: bold;
}
/* line 19, sass/_company.scss */
#company-container h4 {
  padding-top: 30px;
  font-size: 12px;
  font-weight: bold;
}
/* line 24, sass/_company.scss */
#company-container .horizontal-row {
  background: url(hr.png) no-repeat 0 center;
  text-align: center;
  margin: 20px 0;
}
/* line 28, sass/_company.scss */
#company-container .horizontal-row .white-bck {
  background: #fff;
  font-weight: bold;
  width: 150px;
  margin: 0 auto;
}
/* line 33, sass/_company.scss */
#company-container .horizontal-row .white-bck .blue-text {
  color: #00a4e4;
}

/* line 39, sass/_company.scss */
.container-background {
  float: left;
  background: #FFF top left;
}

/* line 43, sass/_company.scss */
.v-divider {
  position: absolute;
  top: 3px;
  right: 195px;
}

/* line 48, sass/_company.scss */
.careers-content-left {
  width: 715px;
  padding: 0 15px;
}

/* line 52, sass/_company.scss */
.careers-content-right {
  float: left;
  margin: 20px 0 0 30px;
}
/* line 55, sass/_company.scss */
.careers-content-right li {
  border-top: 1px solid #dddddd;
}

/* line 59, sass/_company.scss */
#company-careers-sidebar {
  width: 180px;
  margin-top: 10px;
}
/* line 62, sass/_company.scss */
#company-careers-sidebar li {
  padding: 5px 0;
}
/* line 65, sass/_company.scss */
#company-careers-sidebar .active a {
  color: #333333;
}
/* line 68, sass/_company.scss */
#company-careers-sidebar li.active {
  list-style-image: url(icon_arrow-left-grey.png);
}
/* line 71, sass/_company.scss */
#company-careers-sidebar ul {
  list-style-position: inside;
}

/* line 76, sass/_company.scss */
#company-career-visual {
  width: 715px;
  height: 280px;
  padding: 20px 0;
  position: relative;
}
/* line 81, sass/_company.scss */
#company-career-visual .slides_container {
  width: 715px;
  height: 280px;
  display: none;
}
/* line 85, sass/_company.scss */
#company-career-visual .slides_container div {
  width: 715px;
  height: 280px;
  display: block;
}
/* line 91, sass/_company.scss */
#company-career-visual .quote {
  position: absolute;
  width: 260px;
  height: 150px;
  padding: 15px 25px 15px 15px;
  left: 30px;
  top: 50px;
  z-index: 2;
}
/* line 99, sass/_company.scss */
#company-career-visual .quote h1 {
  color: #fff;
  line-height: 26px;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 1px;
}
/* line 106, sass/_company.scss */
#company-career-visual .quote h2 {
  color: #999999;
  padding-top: 10px;
  letter-spacing: 1px;
}
/* line 112, sass/_company.scss */
#company-career-visual .pagination {
  padding-top: 9px;
}
/* line 115, sass/_company.scss */
#company-career-visual .prev, #company-career-visual .next {
  position: absolute;
  display: block;
  background-image: url(scroll-sml.png);
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  z-index: 20;
  text-decoration: none;
  text-indent: -100em;
  overflow: hidden;
}
/* line 127, sass/_company.scss */
#company-career-visual .prev {
  left: 285px;
  bottom: 0;
  width: 8px;
  height: 11px;
  background-position: top left;
}
/* line 133, sass/_company.scss */
#company-career-visual .prev:hover {
  background-position: bottom left;
}
/* line 135, sass/_company.scss */
#company-career-visual .next {
  right: 285px;
  bottom: 0;
  width: 8px;
  height: 11px;
  background-position: top right;
}
/* line 141, sass/_company.scss */
#company-career-visual .next:hover {
  background-position: bottom right;
}

/* styles for the list containing the names of the available company positions */
/* line 146, sass/_company.scss */
#company-career-positions {
  list-style-image: url(icon_rightarrow_sml.png);
  color: #00a4e4;
  font-weight: bold;
  margin: 15px 0 50px 15px;
}
/* line 151, sass/_company.scss */
#company-career-positions li {
  list-style-position: outside;
}

/* line 156, sass/_company.scss */
.career-visual-overlay {
  position: absolute;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: .6;
  width: 270px;
  height: 150px;
  padding: 15px;
  left: 30px;
  top: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1;
  font-size: 0;
}

/* styles for the table containing the employee testimonials at the bottom of the page */
/* line 175, sass/_company.scss */
#career-testimonials {
  margin-top: 30px;
}
/* line 177, sass/_company.scss */
#career-testimonials table {
  width: 715px;
}
/* line 180, sass/_company.scss */
#career-testimonials tr {
  width: 715px;
}
/* line 183, sass/_company.scss */
#career-testimonials td {
  vertical-align: top;
  width: 190px;
  padding: 15px 30px 0 15px;
}
/* line 188, sass/_company.scss */
#career-testimonials td.quote {
  background: url(icon_quote.png) 0 0 no-repeat;
  font-weight: bold;
  line-height: 18px;
}
/* line 193, sass/_company.scss */
#career-testimonials td.attribution {
  font-size: 11px;
}
/* line 195, sass/_company.scss */
#career-testimonials td.attribution img {
  float: left;
  margin-right: 10px;
}
/* line 199, sass/_company.scss */
#career-testimonials td.attribution td.headline {
  font-size: 20px;
  font-weight: bold;
}
/* line 203, sass/_company.scss */
#career-testimonials td.attribution h4 {
  padding-top: 10px;
  color: #999999;
}
/* line 207, sass/_company.scss */
#career-testimonials td.attribution p {
  color: #bbbbbb;
}

/* additional styles for company-overview */
/* line 214, sass/_company.scss */
#company-overview-visual {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

/* line 218, sass/_company.scss */
#company-overview-content {
  margin: 10px 15px 75px 0;
  font-size: 13px;
}
/* line 221, sass/_company.scss */
#company-overview-content h4 {
  padding: 15px 0;
}
/* line 224, sass/_company.scss */
#company-overview-content em {
  font-style: italic;
}

/* line 227, sass/_company.scss */
#company-news td {
  width: 175px;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 25px;
}
/* line 232, sass/_company.scss */
#company-news td h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
/* line 237, sass/_company.scss */
#company-news td p {
  font-size: 11px;
}
/* line 241, sass/_company.scss */
#company-news td.source {
  padding-top: 25px;
}

/* additional styles for company-team */
/* line 247, sass/_company.scss */
#company-team-menus {
  padding-top: 25px;
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
/* line 251, sass/_company.scss */
#company-team-menus h2 {
  font-size: 16px;
}
/* line 254, sass/_company.scss */
#company-team-menus li {
  list-style-image: url(icon_rightarrow_sml.png);
  margin-left: 15px;
  list-style-position: outside;
}
/* line 261, sass/_company.scss */
#company-team-menus ul {
  margin: 15px 0;
}

/* line 265, sass/_company.scss */
#company-team-listing {
  font-size: 13px;
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
/* line 269, sass/_company.scss */
#company-team-listing img {
  float: left;
  padding-right: 25px;
}
/* line 273, sass/_company.scss */
#company-team-listing .team-bio {
  clear: both;
  min-height: 125px;
  margin: 25px 15px;
}
/* line 277, sass/_company.scss */
#company-team-listing .team-bio h3 {
  font-weight: normal;
  color: #333;
  padding-bottom: 15px;
}

/* additional styles for company-contact */
/* line 286, sass/_company.scss */
#company-contact-content {
  margin-top: 15px;
  padding-top: 10px;
}
/* line 289, sass/_company.scss */
#company-contact-content #company-contact-info {
  width: 715px;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
  background: url(hr.png) center top no-repeat;
}
/* line 295, sass/_company.scss */
#company-contact-content #company-contact-info .contact {
  width: 170px;
  float: left;
  vertical-align: top;
  padding-left: 65px;
  line-height: 18px;
}
/* line 303, sass/_company.scss */
#company-contact-content #company-contact-info .contact h4 {
  font-size: 13px;
  padding-bottom: 5px;
  text-decoration: underline;
}
/* line 309, sass/_company.scss */
#company-contact-content #company-contact-info .phone {
  font-size: 13px;
}
/* line 313, sass/_company.scss */
#company-contact-content p {
  margin: 0 0 10px 0;
}
/* line 316, sass/_company.scss */
#company-contact-content h2 {
  float: left;
  font-size: 13px;
  padding: 15px 0 25px 0;
  text-align: center;
  width: 715px;
}
/* line 322, sass/_company.scss */
#company-contact-content h2 img {
  padding: 0 10px;
}

/* additional styles for company-news */
/* line 329, sass/_company.scss */
#company-news-content {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 10px;
}
/* line 333, sass/_company.scss */
#company-news-content .headline {
  clear: both;
}
/* line 335, sass/_company.scss */
#company-news-content .headline h2 {
  font-size: 16px;
}
/* line 338, sass/_company.scss */
#company-news-content .headline p {
  font-size: 11px;
  font-style: italic;
}
/* line 343, sass/_company.scss */
#company-news-content .article {
  padding: 15px 15px 15px 0;
}
/* line 348, sass/_company.scss */
#company-news-content .article .logo {
  float: right;
  padding: 0 0 5px 10px;
}

/* additional styles for the company positions available pages */
/* line 355, sass/_company.scss */
#company-position-content {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 15px;
}
/* line 360, sass/_company.scss */
#company-position-content h2 {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 5px;
}
/* line 365, sass/_company.scss */
#company-position-content ul {
  margin-left: 15px;
  list-style-image: url(icon_rightarrow_sml.png);
  padding-bottom: 15px;
}
/* line 370, sass/_company.scss */
#company-position-content li {
  padding-bottom: 5px;
}
/* line 373, sass/_company.scss */
#company-position-content p {
  line-height: 20px;
}

/* additional styles for company-calls */
/* line 379, sass/_company.scss */
h1.underline {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* line 386, sass/_company.scss */
#calls-left-box {
  float: left;
  width: 731px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 19px 19px 0;
  background: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 50px;
}

/* line 398, sass/_company.scss */
#calls-left-content {
  background-color: #fff;
  width: 731px;
  padding: 40px 0 15px 0;
  overflow: hidden;
}

/* line 404, sass/_company.scss */
#calls-hiw {
  margin-bottom: 50px;
}
/* line 406, sass/_company.scss */
#calls-hiw .step {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  width: 234px;
  height: 120px;
  vertical-align: top;
  margin-right: 10px;
}
/* line 7, Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#calls-hiw .step {
  *display: inline;
}
/* line 412, sass/_company.scss */
#calls-hiw .step p {
  padding-left: 30px;
  padding-right: 50px;
}
/* line 416, sass/_company.scss */
#calls-hiw .step img {
  float: right;
}
/* line 420, sass/_company.scss */
#calls-hiw .one {
  background: url(num_1.png) left top no-repeat;
}
/* line 423, sass/_company.scss */
#calls-hiw .two {
  background: url(num_2.png) left top no-repeat;
}
/* line 426, sass/_company.scss */
#calls-hiw .three {
  background: url(num_3.png) left top no-repeat;
  margin-right: 0;
}

/* line 431, sass/_company.scss */
#calls-learnabout {
  width: 750px;
  height: 38px;
  background: url(bg_blue-bar.png) 0 0 repeat-x;
  position: absolute;
  left: 1px;
  font-weight: bold;
  padding: 10px 0 0 19px;
}

/* line 440, sass/_company.scss */
.calls-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
}

/* line 446, sass/_company.scss */
.calls-subtitle {
  font-size: 16px;
  color: #00a4e4;
  margin: 30px 0 20px;
}

/* line 451, sass/_company.scss */
.calls-infoslide {
  padding: 20px 20px 0 10px;
  width: 699px;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 0 60px;
}
/* line 458, sass/_company.scss */
.calls-infoslide ul.calls-info-list {
  list-style-type: disc;
  padding-left: 15px;
  padding-bottom: 15px;
}
/* line 463, sass/_company.scss */
.calls-infoslide .calls-tabs {
  width: 270px;
  float: left;
}
/* line 467, sass/_company.scss */
.calls-infoslide .calls-info {
  position: relative;
  float: right;
  width: 420px;
}
/* line 471, sass/_company.scss */
.calls-infoslide .calls-info .box {
  width: 420px;
  height: 250px;
}
/* line 475, sass/_company.scss */
.calls-infoslide .calls-info img {
  float: right;
  border: 1px solid #ddd;
  margin: 5px 0 0 10px;
}

/* line 482, sass/_company.scss */
.calls-next {
  cursor: pointer;
}

/* line 486, sass/_company.scss */
#calls-tabs-menu li {
  padding: 13px 0 0 10px;
  width: 257px;
  height: 31px;
}
/* line 490, sass/_company.scss */
#calls-tabs-menu li a {
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
/* line 496, sass/_company.scss */
#calls-tabs-menu li.current {
  color: #fff;
  background: url(icon_bluearrow-sml.png) 0 0 no-repeat;
}
/* line 499, sass/_company.scss */
#calls-tabs-menu li.current a {
  color: #fff;
}
/* line 501, sass/_company.scss */
#calls-tabs-menu li.current a:hover {
  text-decoration: none;
}

/* line 505, sass/_company.scss */
#calls-connect {
  float: right;
  position: relative;
  top: 38px;
  right: 4px;
  border: 1px solid #ddd;
  width: 199px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 515, sass/_company.scss */
#calls-connect-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

/* line 523, sass/_company.scss */
#calls-connect-number {
  padding: 15px 15px 25px 15px;
}
/* line 525, sass/_company.scss */
#calls-connect-number img {
  float: left;
  margin-left: 5px;
}
/* line 529, sass/_company.scss */
#calls-connect-number h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

/* line 535, sass/_company.scss */
#contactbox {
  background: url(bg_contact-box.png) 0 0 no-repeat;
  width: 209px;
  height: 324px;
  float: right;
}
/* line 540, sass/_company.scss */
#contactbox a {
  margin-top: 25px;
}

/* line 545, sass/_company.scss */
#calls-contact input {
  width: 163px;
}

/* styling for the Scan Your Business form area */
/* line 48, sass/_home.scss */
/* line 550, sass/_company.scss */
.contact-top {
  height: 34px;
  padding-top: 7px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #555;
}
/* line 560, sass/_company.scss */
.contact-top img {
  float: left;
  margin: 3px 10px 0 10px;
}

/* line 1, sass/_cart.scss */
.hr-large {
  width: 774px;
  height: 33px;
  background: url(hr_large.png) no-repeat;
  margin: 0 auto;
}

/* line 8, sass/_cart.scss */
#content-cart {
  width: 946px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 19px 19px 30px;
  background: url(bg-content.png) no-repeat top;
}

/* line 16, sass/_cart.scss */
#content-cart-inner {
  background-color: #fff;
  width: 946px;
  margin-bottom: 60px;
  overflow: hidden;
}

/* line 22, sass/_cart.scss */
#content-cart-added {
  background-color: #fff;
  width: 946px;
}

/* line 26, sass/_cart.scss */
#leftcontent-top {
  width: 986px;
  height: 8px;
  background-image: url(leftcontent_top_wide.png);
}

/* line 31, sass/_cart.scss */
#leftcontent-middle {
  width: 976px;
  background-color: white;
  margin: 0 auto;
}

/* line 37, sass/_cart.scss */
#cart {
  float: left;
  width: 714px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 43, sass/_cart.scss */
#cart-top {
  width: 670px;
  height: 43px;
  padding: 0 28px 0 16px;
  overflow: hidden;
  line-height: 43px;
}

/* line 50, sass/_cart.scss */
#cart-top-alt {
  width: 670px;
  padding: 8px 28px 0 16px;
  line-height: 28px;
  overflow: hidden;
}

/* line 56, sass/_cart.scss */
#cart-title {
  float: left;
  font-weight: bold;
  font-size: 18px;
}

/* line 61, sass/_cart.scss */
#cart-backlink {
  float: right;
}

/* line 64, sass/_cart.scss */
#cart-info {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 10px;
  line-height: 22px;
  border-top: 1px dotted #ccc;
}
/* line 69, sass/_cart.scss */
#cart-info span {
  color: #fc8901;
}

/* line 73, sass/_cart.scss */
#cart-savemore {
  width: 670px;
  height: 89px;
  line-height: 89px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 28px 0 16px;
  border-top: 1px solid #ccc;
  background-image: url(savemore_bg.png);
  overflow: hidden;
}

/* line 84, sass/_cart.scss */
#cart-savemore-calc {
  position: relative;
  float: right;
  margin-top: 15px;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

/* line 93, sass/_cart.scss */
#discounttext {
  float: left;
  width: 400px;
  height: 67px;
  padding-top: 22px;
  line-height: 1.5;
}

/* line 100, sass/_cart.scss */
#cart-savemore-length {
  font-weight: bold;
  color: #008EC5;
}

/* line 104, sass/_cart.scss */
#slider {
  width: 211px;
  height: 14px;
  margin-top: 11px;
  background-image: url(slider.png);
  margin-left: 8px;
  font-size: 0;
}

/* line 112, sass/_cart.scss */
.ui-slider-range {
  position: absolute;
  left: 14px;
  height: 14px;
  background-image: url(slider_bar.png);
  font-size: 0;
}

/* line 119, sass/_cart.scss */
.ui-slider-handle {
  position: absolute;
  top: 22px;
  display: block;
  width: 41px;
  height: 20px;
  background-image: url(slider_button.png);
  margin-left: -15px;
  font-size: 0;
}
/* line 128, sass/_cart.scss */
.ui-slider-handle:focus {
  outline: none;
}

/* line 132, sass/_cart.scss */
.cart-row {
  border-top: 1px solid #ccc;
  width: 659px;
  padding: 15px 30px 20px 25px;
  overflow: hidden;
  position: relative;
}

/* line 139, sass/_cart.scss */
.cart-row-included {
  position: absolute;
  width: 684px;
  height: 250px;
  padding: 30px 15px;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(cart-included.png);
  overflow: hidden;
}
/* line 149, sass/_cart.scss */
.cart-row-included-text {
  float: right;
  width: 170px;
  padding: 10px 20px;
  background-color: #8f8e85;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 160, sass/_cart.scss */
.cart-row-icon {
  float: left;
  background-image: url(powerlistings1.png);
  background-repeat: no-repeat;
  font-size: 0;
  width: 76px;
  height: 80px;
}
/* line 167, sass/_cart.scss */
.cart-row-icon-yelp {
  background-position: 0 0;
}
/* line 168, sass/_cart.scss */
.cart-row-icon-yahoo {
  background-position: 0 -120px;
}
/* line 169, sass/_cart.scss */
.cart-row-icon-mapquest {
  background-position: 0 -240px;
}
/* line 170, sass/_cart.scss */
.cart-row-icon-bing {
  background-position: 0 -360px;
}
/* line 171, sass/_cart.scss */
.cart-row-icon-superpages {
  background-position: 0 -480px;
}
/* line 172, sass/_cart.scss */
.cart-row-icon-citysearch {
  background-position: 0 -600px;
}
/* line 173, sass/_cart.scss */
.cart-row-icon-whitepages {
  background-position: 0 -720px;
}
/* line 174, sass/_cart.scss */
.cart-row-icon-local {
  background-position: 0 -840px;
}
/* line 175, sass/_cart.scss */
.cart-row-icon-yellowbook {
  background-position: 0 -960px;
}
/* line 176, sass/_cart.scss */
.cart-row-icon-telenav {
  background-position: 0 -1200px;
}
/* line 177, sass/_cart.scss */
.cart-row-icon-foursquare {
  background-image: url(powerlistings-ext2a.png);
  background-position: 0 0;
}
/* line 181, sass/_cart.scss */
.cart-row-icon-search {
  background-image: url(packages3.png);
  background-position: 0 0;
}
/* line 185, sass/_cart.scss */
.cart-row-icon-directories {
  background-image: url(packages3.png);
  background-position: 0 -120px;
}
/* line 189, sass/_cart.scss */
.cart-row-icon-yellowpages {
  background-image: url(packages3.png);
  background-position: 0 -240px;
}
/* line 193, sass/_cart.scss */
.cart-row-icon-complete {
  background-image: url(packages3.png);
  background-position: 0 -360px;
}
/* line 197, sass/_cart.scss */
.cart-row-icon-emerging {
  background-image: url(packages3.png);
  background-position: 0 -480px;
}
/* line 201, sass/_cart.scss */
.cart-row-icon-directoryassistance {
  background-image: url(packages3.png);
  background-position: 0 -600px;
}

/* line 206, sass/_cart.scss */
.cart-row-details {
  float: left;
  width: 380px;
  padding: 15px 0 0 25px;
}

/* line 211, sass/_cart.scss */
.cart-row-details-title {
  font-weight: bold;
  color: #008EC5;
  font-size: 17px;
  line-height: 1.2;
}

/* line 217, sass/_cart.scss */
.cart-row-details-includes {
  width: 380px;
  margin-top: 8px;
  overflow: hidden;
}
/* line 221, sass/_cart.scss */
.cart-row-details-includes .includes {
  margin-bottom: 5px;
}

/* line 225, sass/_cart.scss */
.cart-row-details-includes-ul {
  float: left;
  padding-left: 15px;
  list-style: disc;
  width: 100px;
}

/* line 231, sass/_cart.scss */
.cart-row-delete {
  float: left;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

/* line 237, sass/_cart.scss */
.cart-row-price {
  float: right;
  margin-top: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
}

/* line 244, sass/_cart.scss */
.cart-row-total {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

/* line 250, sass/_cart.scss */
.cart-row-total-price {
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
}

/* line 255, sass/_cart.scss */
.cart-row-old-total {
  width: 105px;
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}

/* line 262, sass/_cart.scss */
#rightcolumn {
  float: right;
  width: 207px;
  overflow: hidden;
}

/* line 268, sass/_cart.scss */
#summary {
  width: 207px;
  background-image: url(cartsummary_bg.png);
}

/* line 272, sass/_cart.scss */
#summary-top {
  width: 207px;
  height: 35px;
  padding-top: 14px;
  background-image: url(cartsummary_top.png);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #555;
}

/* line 283, sass/_cart.scss */
#summary-price {
  width: 184px;
  margin: 19px 4px 0 4px;
  padding: 0 0 5px 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 18px;
}

/* line 291, sass/_cart.scss */
#summary-price-title {
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 13px;
}

/* line 296, sass/_cart.scss */
#summary-price-amount {
  font-size: 20px;
  line-height: 1.3;
}

/* line 300, sass/_cart.scss */
#summary-price-old-total {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  text-decoration: line-through;
}

/* line 306, sass/_cart.scss */
#summary-location {
  width: 170px;
  margin: 13px 4px 0 4px;
  padding: 0 14px 15px 15px;
  font-size: 12px;
  line-height: 16px;
}

/* line 313, sass/_cart.scss */
#summary-location-title {
  color: #a9a9a4;
}

/* line 316, sass/_cart.scss */
#summary-location-business {
  font-weight: bold;
}

/* line 319, sass/_cart.scss */
#summary-location-link {
  float: right;
}

/* line 322, sass/_cart.scss */
#summary-checkout {
  width: 183px;
  padding: 10px 0 10px 16px;
  margin: 0 4px;
  border-top: 1px solid #ccc;
}

/* line 328, sass/_cart.scss */
#summary-bottom {
  width: 207px;
  height: 10px;
  background-image: url(cartsummary_bottom.png);
  font-size: 0;
}

/* line 335, sass/_cart.scss */
#seal-icons {
  width: 207px;
  overflow: hidden;
  padding-left: 13px;
  margin-bottom: 30px;
}

/* line 341, sass/_cart.scss */
#icon-trustee {
  float: left;
  width: 96px;
  height: 27px;
  margin: 23px 9px 0 0;
  background-image: url(icon_trustee.png);
  font-size: 0;
}

/* line 349, sass/_cart.scss */
#icon-trustwave {
  float: left;
  width: 80px;
  height: 41px;
  margin-top: 17px;
  font-size: 0;
}

/* line 357, sass/_cart.scss */
.right-infobox {
  width: 199px;
  border: 1px solid #ccc;
  margin-left: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 1.2;
}

/* line 364, sass/_cart.scss */
.right-infotop {
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #ccc;
  padding-left: 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

/* line 373, sass/_cart.scss */
.guarantee-box {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
/* line 377, sass/_cart.scss */
.guarantee-box img {
  display: block;
  width: 101px;
  height: 106px;
  margin: 8px auto;
}

/* line 384, sass/_cart.scss */
#helpbox-phone {
  background: url(icon_phone.png) no-repeat;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  margin: 16px 0 0 16px;
  font-size: 14px;
  font-weight: bold;
}

/* line 393, sass/_cart.scss */
#helpbox-email {
  background: url(icon-email.png) no-repeat;
  height: 15px;
  line-height: 15px;
  padding-left: 30px;
  margin: 17px 0 24px 14px;
  font-size: 14px;
  font-weight: bold;
}

/* line 403, sass/_cart.scss */
#alsolike-title {
  margin: 25px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  width: 986px;
}

/* line 411, sass/_cart.scss */
#alsolike-prev {
  margin-left: 27px;
}

/* line 414, sass/_cart.scss */
#alsolike-box-icon-yellowbot {
  background-image: url(icon_package_yellowbot.png);
}

/* line 419, sass/_cart.scss */
#cartadded-numitems {
  color: #61b300;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
  background: url(icon_greencheck.png) no-repeat 4px 5px;
  margin-bottom: 10px;
}

/* line 429, sass/_cart.scss */
#cartadded-top {
  width: 946px;
  margin-bottom: 60px;
  overflow: hidden;
}

/* line 434, sass/_cart.scss */
.cartadded-product {
  float: left;
  width: 280px;
  height: 110px;
  padding-left: 100px;
  background-image: url(powerlistings1.png);
  background-repeat: no-repeat;
}
/* line 441, sass/_cart.scss */
.cartadded-product-yelp {
  background-position: 0 15px;
}
/* line 442, sass/_cart.scss */
.cartadded-product-yahoo {
  background-position: 0 -105px;
}
/* line 443, sass/_cart.scss */
.cartadded-product-mapquest {
  background-position: 0 -225px;
}
/* line 444, sass/_cart.scss */
.cartadded-product-bing {
  background-position: 0 -345px;
}
/* line 445, sass/_cart.scss */
.cartadded-product-superpages {
  background-position: 0 -465px;
}
/* line 446, sass/_cart.scss */
.cartadded-product-citysearch {
  background-position: 0 -585px;
}
/* line 447, sass/_cart.scss */
.cartadded-product-whitepages {
  background-position: 0 -705px;
}
/* line 448, sass/_cart.scss */
.cartadded-product-local {
  background-position: 0 -825px;
}
/* line 449, sass/_cart.scss */
.cartadded-product-yellowbook {
  background-position: 0 -945px;
}
/* line 450, sass/_cart.scss */
.cartadded-product-foursquare {
  background-image: url(powerlistings-ext2a.png);
  background-position: 0 15px;
}
/* line 454, sass/_cart.scss */
.cartadded-product-telenav {
  background-position: 0 -1185px;
}
/* line 455, sass/_cart.scss */
.cartadded-product-search {
  background-image: url(packages3.png);
  background-position: 0 15px;
}
/* line 459, sass/_cart.scss */
.cartadded-product-directories {
  background-image: url(packages3.png);
  background-position: 0 -105px;
}
/* line 463, sass/_cart.scss */
.cartadded-product-yellowpages {
  background-image: url(packages3.png);
  background-position: 0 -225px;
}
/* line 467, sass/_cart.scss */
.cartadded-product-complete {
  background-image: url(packages3.png);
  background-position: 0 -345px;
}
/* line 471, sass/_cart.scss */
.cartadded-product-emerging {
  background-image: url(packages3.png);
  background-position: 0 -465px;
}
/* line 475, sass/_cart.scss */
.cartadded-product-directoryassistance {
  background-image: url(packages3.png);
  background-position: 0 -585px;
}

/* line 480, sass/_cart.scss */
#cartadded-product-title {
  font-weight: bold;
  color: #008EC5;
  padding-top: 25px;
  font-size: 18px;
  line-height: 1.2;
}

/* line 487, sass/_cart.scss */
#cartadded-product-price {
  font-weight: bold;
  padding-top: 5px;
}

/* line 491, sass/_cart.scss */
#cartadded-orderbox {
  float: right;
  width: 508px;
  padding: 15px 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
}

/* line 499, sass/_cart.scss */
#cartadded-orderbox-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 2px;
}

/* line 505, sass/_cart.scss */
#cartadded-numbox {
  margin-bottom: 20px;
  padding-left: 2px;
}

/* line 509, sass/_cart.scss */
#cartadded-orderbox-numitems {
  font-weight: bold;
}

/* line 510, sass/_cart.scss */
#cartadded-buttons {
  width: 508px;
  overflow: hidden;
}

/* line 515, sass/_cart.scss */
a.added-editcart,
a.added-preview {
  display: block;
  float: left;
  background: url(cart-buttons.png) no-repeat;
  width: 115px;
  height: 27px;
  padding: 7px 0 0 34px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #555;
}
/* line 528, sass/_cart.scss */
a.added-editcart:hover,
a.added-preview:hover {
  text-decoration: none;
  background-position: bottom left;
}

/* line 533, sass/_cart.scss */
a.added-preview {
  width: 118px;
  padding-left: 31px;
  background-position: top right;
}
/* line 537, sass/_cart.scss */
a.added-preview:hover {
  background-position: bottom right;
}

/* line 540, sass/_cart.scss */
#cartadded-orderbox-editcart {
  display: block;
  float: left;
  width: 149px;
  height: 34px;
  background-image: url(button_editcart.png);
}

/* line 547, sass/_cart.scss */
#cartadded-orderbox-checkoutnow {
  display: block;
  float: left;
  width: 149px;
  height: 34px;
  background-image: url(button_checkoutnow_small.png);
}

/* line 554, sass/_cart.scss */
#packages-recommended {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
/* line 559, sass/_cart.scss */
#packages-recommended h3 {
  margin-bottom: 20px;
}

/* line 561, sass/_cart.scss */
.cartadded-notice {
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

/* line 570, sass/_cart.scss */
#summary-subscription {
  font-size: 12px;
  font-weight: normal;
}
/* line 573, sass/_cart.scss */
#summary-subscription span {
  color: #008ec5;
}

/* line 575, sass/_cart.scss */
#checkout-form {
  padding: 20px 28px 20px 16px;
  border-top: 1px solid #ccc;
  font-size: 14px;
}
/* line 579, sass/_cart.scss */
#checkout-form table {
  width: 100%;
}
/* line 580, sass/_cart.scss */
#checkout-form td {
  font-weight: bold;
  padding-bottom: 8px;
}
/* line 585, sass/_cart.scss */
#checkout-form .checkout-title {
  font-size: 18px;
  padding-bottom: 20px;
}
/* line 589, sass/_cart.scss */
#checkout-form .checkout-instructions {
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 1.4;
}
/* line 594, sass/_cart.scss */
#checkout-form .checkout-label {
  width: 200px;
}
/* line 595, sass/_cart.scss */
#checkout-form .checkout-expiry {
  float: left;
  margin: 5px 5px 0 0;
}
/* line 599, sass/_cart.scss */
#checkout-form .checkout-cardlogos {
  float: left;
  display: block;
  height: 30px;
  margin-left: 10px;
}
/* line 605, sass/_cart.scss */
#checkout-form .checkout-terms {
  padding: 12px 0 20px;
}
/* line 606, sass/_cart.scss */
#checkout-form .checkout-btmspace {
  padding-bottom: 20px;
}
/* line 608, sass/_cart.scss */
#checkout-form .text {
  font-size: 14px;
  width: 250px;
}
/* line 612, sass/_cart.scss */
#checkout-form .city {
  width: 103px;
  margin-right: 10px;
}
/* line 616, sass/_cart.scss */
#checkout-form .zipcode {
  width: 50px;
}
/* line 619, sass/_cart.scss */
#checkout-form .state {
  margin-right: 10px;
}

/* line 623, sass/_cart.scss */
#editlisting {
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 627, sass/_cart.scss */
#editlisting-top {
  height: 43px;
  line-height: 43px;
  padding-left: 16px;
}

/* line 632, sass/_cart.scss */
#editlisting-title {
  font-weight: bold;
  font-size: 18px;
}

/* line 636, sass/_cart.scss */
#editlisting-content {
  width: 912px;
  padding: 20px 16px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  overflow: hidden;
}
/* line 642, sass/_cart.scss */
#editlisting-content #preview-listing {
  float: left;
}
/* line 643, sass/_cart.scss */
#editlisting-content #diagnostic-preview-map {
  float: right;
}
/* line 644, sass/_cart.scss */
#editlisting-content input {
  font-size: 14px;
}

/* line 646, sass/_cart.scss */
#resellers-category .goog-combobox-input {
  font-size: 14px;
  width: 250px;
}

/* line 1, sass/_features.scss */
#features-container {
  position: relative;
  background: url(bg-content.png) no-repeat;
  width: 976px;
  margin: 0 auto;
  padding: 16px 4px 100px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  z-index: 0;
}
/* line 11, sass/_features.scss */
#features-container .container-background {
  float: left;
  background: #FFF top left;
  z-index: -2;
  width: 976px;
  float: none;
}
/* line 18, sass/_features.scss */
#features-container h1 {
  font-weight: bold;
  font-size: 30px;
}
/* line 21, sass/_features.scss */
#features-container h1.underline {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
/* line 28, sass/_features.scss */
#features-container h2 {
  font-weight: normal;
  font-size: 30px;
}
/* line 32, sass/_features.scss */
#features-container h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 37, sass/_features.scss */
#features-container h4 {
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 42, sass/_features.scss */
#features-inner {
  background-color: #fff;
  overflow: hidden;
  width: 946px;
  margin: 0 auto;
}

/* line 48, sass/_features.scss */
#features-head {
  text-align: center;
  margin: 20px 15px 10px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
/* line 53, sass/_features.scss */
#features-head p {
  padding-top: 10px;
  font-size: 16px;
}

/* line 58, sass/_features.scss */
#features-subhead {
  margin: 0 15px 40px 15px;
  height: 500px;
  cursor: pointer;
}
/* line 61, sass/_features.scss */
#features-subhead p {
  color: #999;
}
/* line 63, sass/_features.scss */
#features-subhead .features-left {
  margin-top: 100px;
  float: left;
}
/* line 67, sass/_features.scss */
#features-subhead .features-right {
  margin-top: 35px;
  float: right;
}
/* line 71, sass/_features.scss */
#features-subhead #features-withlistings {
  height: 71px;
  width: 231px;
  padding: 10px 70px 15px 15px;
  margin-bottom: 35px;
}
/* line 77, sass/_features.scss */
#features-subhead #features-withoutlistings {
  height: 71px;
  width: 231px;
  padding: 10px 70px 15px 15px;
}
/* line 82, sass/_features.scss */
#features-subhead .features-active {
  background: url(icon_bluearrow-lrg.png) 0 0 no-repeat;
  cursor: default;
}
/* line 84, sass/_features.scss */
#features-subhead .features-active p {
  color: #ddd;
}
/* line 85, sass/_features.scss */
#features-subhead .features-active h3 {
  color: #fff;
}

/* line 89, sass/_features.scss */
.features-visual {
  position: relative;
  padding-right: 60px;
}
/* line 92, sass/_features.scss */
.features-visual .features_slides {
  width: 560px;
  height: 460px;
  display: none;
  border: 1px solid #999999;
}
/* line 98, sass/_features.scss */
.features-visual .features_slides div {
  width: 560px;
  height: 460px;
  display: block;
}
/* line 103, sass/_features.scss */
.features-visual ul.features_pagination {
  position: absolute;
  top: 50px;
  right: 0;
}
/* line 108, sass/_features.scss */
.features-visual li.current {
  background: url(icon_arrow-left-grey.png) no-repeat left center;
}
/* line 111, sass/_features.scss */
.features-visual li {
  padding-left: 15px;
  font-size: 0;
}
/* line 115, sass/_features.scss */
.features-visual .features_pagination a {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  display: block;
  background-image: url(powerlistings-sml1.png);
  background-repeat: none;
  width: 37px;
  height: 37px;
}
/* line 125, sass/_features.scss */
.features-visual a.yelp {
  background-position: center 5px;
}
/* line 128, sass/_features.scss */
.features-visual a.yahoo {
  zoom: 1;
  background-position: center -52px;
}
/* line 131, sass/_features.scss */
.features-visual a.mapquest {
  background-position: center -109px;
}
/* line 134, sass/_features.scss */
.features-visual .features_tip {
  display: block;
  font-size: 0;
  background: url(icon_question-bubble.png) 0 0 no-repeat;
  width: 35px;
  height: 38px;
  position: absolute;
}
/* line 143, sass/_features.scss */
.features-visual #yahoo-tip-a {
  top: 95px;
  left: 230px;
}
/* line 144, sass/_features.scss */
.features-visual #yahoo-tip-b {
  top: 175px;
  left: 200px;
}
/* line 145, sass/_features.scss */
.features-visual #yahoo-tip-c {
  top: 215px;
  left: 250px;
}
/* line 146, sass/_features.scss */
.features-visual #yahoo-tip-d {
  top: 270px;
  left: 55px;
}
/* line 147, sass/_features.scss */
.features-visual #yahoo-tip-e {
  top: 140px;
  left: 115px;
}
/* line 148, sass/_features.scss */
.features-visual #yahoo-tip-f {
  top: 130px;
  left: 335px;
}
/* line 149, sass/_features.scss */
.features-visual #yahoo-tip-g {
  top: 70px;
  right: 95px;
}
/* line 150, sass/_features.scss */
.features-visual #yahoo-tip-h {
  top: 255px;
  left: 150px;
}
/* line 153, sass/_features.scss */
.features-visual #mapquest-tip-a {
  top: 190px;
  left: 320px;
}
/* line 154, sass/_features.scss */
.features-visual #mapquest-tip-b {
  top: 245px;
  left: 380px;
}
/* line 155, sass/_features.scss */
.features-visual #mapquest-tip-c {
  top: 190px;
  left: 310px;
}
/* line 156, sass/_features.scss */
.features-visual #mapquest-tip-d {
  top: 265px;
  left: 185px;
}
/* line 157, sass/_features.scss */
.features-visual #mapquest-tip-e {
  top: 330px;
  left: 210px;
}
/* line 160, sass/_features.scss */
.features-visual #yelp-tip-a {
  top: 40px;
  left: 150px;
}
/* line 161, sass/_features.scss */
.features-visual #yelp-tip-b {
  top: 25px;
  right: 130px;
}
/* line 162, sass/_features.scss */
.features-visual #yelp-tip-c {
  top: 150px;
  left: 295px;
}
/* line 163, sass/_features.scss */
.features-visual #yelp-tip-d {
  top: 370px;
  left: 225px;
}
/* line 164, sass/_features.scss */
.features-visual #yelp-tip-e {
  top: 190px;
  left: 85px;
}
/* line 165, sass/_features.scss */
.features-visual #yelp-tip-f {
  top: 110px;
  left: 370px;
}
/* line 166, sass/_features.scss */
.features-visual #yelp-tip-g {
  top: 365px;
  left: 130px;
}

/* line 170, sass/_features.scss */
#features-content {
  margin: 0 16px;
  text-align: center;
}

/* line 174, sass/_features.scss */
#features-content-head {
  width: 840px;
  margin: 0 auto;
  padding: 40px 0;
  background: url(divider.png) 0 0 no-repeat;
}

/* line 180, sass/_features.scss */
#features-detail-wrap {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 938px;
  overflow: hidden;
}

/* line 188, sass/_features.scss */
.features-detail-row li {
  float: left;
  margin: 0;
  width: 282px;
  height: 230px;
  text-align: left;
  padding: 15px;
}
/* line 196, sass/_features.scss */
.features-detail-row .cell-center {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* line 200, sass/_features.scss */
.features-detail-row .cell-mid {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 206, sass/_features.scss */
#features-detail-accurate img {
  padding-top: 15px;
}

/* line 210, sass/_features.scss */
#features-detail-control {
  background: url(img_features-control.png) center 120px no-repeat;
}

/* line 213, sass/_features.scss */
#features-detail-standout {
  background: url(img_features-special.png) right 50px no-repeat;
}
/* line 214, sass/_features.scss */
#features-detail-standout p {
  padding-right: 140px;
}

/* line 221, sass/_features.scss */
#features-detail-maintain {
  background: url(img_features-maintain.png) center bottom no-repeat;
}

/* line 226, sass/_features.scss */
#features-detail-know {
  background: url(img_features-know.png) right bottom no-repeat;
}
/* line 228, sass/_features.scss */
#features-detail-know p {
  padding-right: 150px;
}

/* line 233, sass/_features.scss */
#features-detail-begin li {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
}
/* line 239, sass/_features.scss */
#features-detail-begin #scanbox {
  text-align: center;
  margin: 15px auto 0 auto;
  padding: 0;
  width: 277px;
  height: 156px;
  background: url(listings-diagnostic-short.png) 0 0 no-repeat;
  float: none;
}
/* line 247, sass/_features.scss */
#features-detail-begin #scanbox h1 {
  padding: 12px 15px 18px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 1px #555;
}
/* line 254, sass/_features.scss */
#features-detail-begin #scanbox #scan-name {
  width: 225px;
}

/* line 259, sass/_features.scss */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* line 266, sass/_features.scss */
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

/* line 270, sass/_features.scss */
#tiptip_content {
  font-size: 11px;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #000 #000 #fff #000;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

/* line 284, sass/_features.scss */
#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

/* line 292, sass/_features.scss */
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
}

/* line 297, sass/_features.scss */
#features-hub li {
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 40px 520px 40px 25px;
  font-size: 14px;
}
/* line 303, sass/_features.scss */
#features-hub .hub-sync {
  background: url(hub-sync.jpg) 510px center no-repeat;
}
/* line 306, sass/_features.scss */
#features-hub .hub-info {
  background: url(system-info.jpg) 580px center no-repeat;
  padding-bottom: 110px;
}
/* line 310, sass/_features.scss */
#features-hub .hub-connections {
  background: url(system-connections.jpg) 550px bottom no-repeat;
  padding-bottom: 110px;
}
/* line 314, sass/_features.scss */
#features-hub .hub-mobile {
  background: url(features-guaranteedpresence.jpg) 540px center no-repeat;
  padding-bottom: 100px;
}
/* line 318, sass/_features.scss */
#features-hub .hub-analytics {
  background: url(resellers-small-products.jpg) 580px center no-repeat;
  padding-bottom: 130px;
}
/* line 322, sass/_features.scss */
#features-hub .hub-dashboard {
  background: url(hub-account.jpg) 500px bottom no-repeat;
  padding-bottom: 150px;
}
/* line 326, sass/_features.scss */
#features-hub .hub-footer {
  padding: 40px 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* line 333, sass/_features.scss */
#howitworks-head {
  width: 578px;
  margin: 0 auto;
  padding: 25px 0;
}
/* line 337, sass/_features.scss */
#howitworks-head p {
  padding-top: 10px;
}
/* line 340, sass/_features.scss */
#howitworks-head .blue {
  color: #00a4e4;
}

/* line 345, sass/_features.scss */
#features-techspecs {
  margin: 0 15px;
}
/* line 347, sass/_features.scss */
#features-techspecs h1 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
/* line 353, sass/_features.scss */
#features-techspecs h2 {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
/* line 358, sass/_features.scss */
#features-techspecs h3 {
  padding-top: 30px;
  font-size: 14px;
}
/* line 362, sass/_features.scss */
#features-techspecs #techspec-menu {
  padding-left: 15px;
  padding-bottom: 15px;
  list-style-image: url(icon_rightarrow_sml.png);
}
/* line 367, sass/_features.scss */
#features-techspecs #techspec-submenu {
  padding-left: 15px;
  list-style-image: url(icon_greycircle.png);
}
/* line 370, sass/_features.scss */
#features-techspecs #techspec-submenu a {
  color: #666;
}
/* line 374, sass/_features.scss */
#features-techspecs .left-field {
  width: 300px;
}
/* line 377, sass/_features.scss */
#features-techspecs .right-field {
  width: 75px;
}
/* line 380, sass/_features.scss */
#features-techspecs table {
  margin: 0 auto;
  width: 946px;
}
/* line 385, sass/_features.scss */
#features-techspecs th {
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: bold;
  text-decoration: underline;
}
/* line 391, sass/_features.scss */
#features-techspecs td {
  border: 1px solid #ddd;
  padding: 10px;
}
/* line 395, sass/_features.scss */
#features-techspecs .section-head {
  font-weight: bold;
}

/* line 399, sass/_features.scss */
.features-box {
  width: 850px;
  padding: 35px 48px 36px;
  background: url(hr-wide.png) no-repeat bottom center;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}
/* line 406, sass/_features.scss */
.features-box-top {
  width: 946px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-image: none;
}
/* line 412, sass/_features.scss */
.features-box-wide {
  width: 946px;
  padding: 35px 0 36px;
}
/* line 416, sass/_features.scss */
.features-box-testimonials {
  width: 946px;
  padding: 25px 0;
  background-image: none;
}
/* line 421, sass/_features.scss */
.features-box-last {
  background-image: none;
  padding-bottom: 35px;
}
/* line 425, sass/_features.scss */
.features-box-multiloc {
  width: 538px;
  padding: 35px 48px 20px 360px;
  border-bottom: 1px solid #ccc;
  background: url(img_features-maintain.png) no-repeat 40px bottom;
}
/* line 431, sass/_features.scss */
.features-box h3 {
  font-size: 18px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  line-height: 1.3;
}
/* line 437, sass/_features.scss */
.features-box em {
  color: #008ec5;
}
/* line 438, sass/_features.scss */
.features-box .img-left {
  display: block;
  float: left;
  margin-right: 40px;
}
/* line 443, sass/_features.scss */
.features-box .features-video {
  display: block;
  width: 300px;
  height: 170px;
  margin-bottom: 10px;
}
/* line 449, sass/_features.scss */
.features-box .img-right {
  display: block;
  float: right;
  margin-left: 40px;
}
/* line 454, sass/_features.scss */
.features-box .img-center {
  display: block;
  margin: 0 auto 10px;
}
/* line 458, sass/_features.scss */
.features-box .block-right {
  float: right;
  margin-left: 40px;
  width: 300px;
  text-align: center;
  font-weight: bold;
}
/* line 464, sass/_features.scss */
.features-box .block-right img {
  display: block;
  margin: 0 auto 10px;
}
/* line 469, sass/_features.scss */
.features-box .block-left {
  float: left;
  margin: 0 40px 0 0;
}
/* line 473, sass/_features.scss */
.features-box .block-benefits {
  width: 283px;
}
/* line 476, sass/_features.scss */
.features-box .block-system {
  width: 400px;
}
/* line 477, sass/_features.scss */
.features-box .system-video {
  width: 400px;
  height: 226px;
}

/* line 483, sass/_features.scss */
#brands-heading {
  float: left;
  display: block;
  width: 412px;
  height: 129px;
  margin: 95px 0 0 20px;
}
/* line 490, sass/_features.scss */
#brands-hero {
  float: right;
  display: block;
  width: 496px;
  height: 338px;
}
/* line 496, sass/_features.scss */
#brands-report {
  width: 946px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}
/* line 499, sass/_features.scss */
#brands-report h2 {
  margin-bottom: 30px;
}
/* line 502, sass/_features.scss */
#brands-report em {
  font-style: italic;
}
/* line 503, sass/_features.scss */
#brands-report-download {
  float: left;
  width: 244px;
  margin: 0 40px 0 150px;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
}
/* line 510, sass/_features.scss */
#brands-report-download img {
  display: block;
  width: 244px;
  height: 237px;
  margin-bottom: 10px;
}
/* line 517, sass/_features.scss */
#brands-report-text {
  float: left;
  width: 380px;
}
/* line 522, sass/_features.scss */
#brands-testimonials {
  width: 100%;
}
/* line 524, sass/_features.scss */
#brands-testimonials td {
  padding: 15px 20px 0;
  background: url(icon_quote.png) no-repeat;
  vertical-align: top;
  width: 433px;
}
/* line 530, sass/_features.scss */
#brands-testimonials .quote {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* line 538, sass/_features.scss */
.brands-midheading {
  font-size: 22px !important;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* line 546, sass/_features.scss */
.brands-report-scan input {
  width: 163px;
}
/* line 547, sass/_features.scss */
.brands-report-scan .scan-top {
  padding-top: 9px;
  line-height: 1.2;
}

/* line 552, sass/_features.scss */
a.download {
  background: url(icon-download.png) no-repeat;
  padding-left: 17px;
}

/* line 556, sass/_features.scss */
.brands-shadowbox {
  padding-top: 40px;
  background: url(divider.png) no-repeat center top;
  text-align: center;
}

/* line 562, sass/_features.scss */
#network-left {
  float: left;
  width: 715px;
  font-size: 14px;
}
/* line 567, sass/_features.scss */
#network-right {
  float: right;
  width: 207px;
}
/* line 570, sass/_features.scss */
#network-right .right-infotext {
  padding: 14px;
  font-size: 14px;
  line-height: 1.4;
}
/* line 576, sass/_features.scss */
#network-top {
  width: 715px;
  overflow: hidden;
}
/* line 579, sass/_features.scss */
#network-top img {
  display: block;
  float: left;
  width: 333px;
  height: 278px;
  margin: 0 30px 15px 0;
}
/* line 586, sass/_features.scss */
#network-top-text {
  float: right;
  width: 352px;
}
/* line 588, sass/_features.scss */
#network-midbox {
  width: 850px;
  font-size: 14px;
}

/* line 593, sass/_features.scss */
.network-why {
  width: 100%;
  overflow: hidden;
}
/* line 596, sass/_features.scss */
.network-why h3 {
  font-size: 18px !important;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
  line-height: 1.3;
}
/* line 602, sass/_features.scss */
.network-why h4 {
  font-size: 18px;
  line-height: 1.3;
}
/* line 606, sass/_features.scss */
.network-why em {
  font-style: italic;
}
/* line 607, sass/_features.scss */
.network-why .img-left {
  display: block;
  float: left;
  margin-right: 40px;
}
/* line 612, sass/_features.scss */
.network-why .img-right {
  display: block;
  float: right;
  margin: 0 0 10px 30px;
}
/* line 617, sass/_features.scss */
.network-why #features-detail-wrap {
  float: left;
  width: 475px;
}
/* line 621, sass/_features.scss */
.network-why li {
  width: 197px;
  height: 180px;
  padding: 15px 20px;
  line-height: 1.4;
}
/* line 627, sass/_features.scss */
.network-why .cell-top {
  border-bottom: 1px solid #ddd;
}
/* line 628, sass/_features.scss */
.network-why .cell-right {
  border-left: 1px solid #ddd;
}
/* line 629, sass/_features.scss */
.network-why #img-visitors {
  display: block;
  width: 193px;
  height: 43px;
  margin: 0 auto;
  padding-top: 20px;
}
/* line 636, sass/_features.scss */
.network-why #img-logos {
  display: block;
  width: 189px;
  height: 77px;
  margin: 0 auto;
}
/* line 642, sass/_features.scss */
.network-why #img-check {
  display: block;
  width: 64px;
  height: 64px;
  float: right;
}
/* line 648, sass/_features.scss */
.network-why #img-platforms {
  display: block;
  width: 123px;
  height: 42px;
  margin: 0 auto;
}

/* line 656, sass/_features.scss */
#webinar-left {
  float: left;
  width: 615px;
  font-size: 14px;
}
/* line 660, sass/_features.scss */
#webinar-left ul {
  margin-bottom: 20px;
}
/* line 662, sass/_features.scss */
#webinar-right {
  float: right;
  width: 307px;
}
/* line 665, sass/_features.scss */
#webinar-right .right-infobox {
  width: 299px;
}
/* line 666, sass/_features.scss */
#webinar-right .right-infotext {
  padding: 14px;
  font-size: 14px;
  line-height: 1.4;
}

/* line 673, sass/_features.scss */
.features-heading {
  padding: 30px 0 40px;
}
/* line 675, sass/_features.scss */
.features-heading img {
  display: block;
  margin: 0 auto;
  height: 31px;
}

/* line 681, sass/_features.scss */
#features-heading {
  width: 866px;
  height: 64px;
}

/* line 685, sass/_features.scss */
#benefits-heading {
  width: 611px;
}

/* line 686, sass/_features.scss */
#results-heading {
  width: 822px;
}

/* line 687, sass/_features.scss */
#features-story-inner {
  background: white url(story-bg.jpg) no-repeat right 25px;
  overflow: hidden;
  width: 946px;
  padding: 0 15px;
}

/* line 693, sass/_features.scss */
#searchstory-h2 {
  height: 305px;
  padding: 70px 0 0 20px;
}

/* line 697, sass/_features.scss */
#searchstory-heading {
  width: 349px;
  height: 175px;
}

/* line 701, sass/_features.scss */
#features-hub-inner {
  background: white url(hub-bg.jpg) no-repeat 510px 40px;
  overflow: hidden;
  width: 946px;
  padding: 0 15px;
}

/* line 707, sass/_features.scss */
#hub-h2 {
  height: 245px;
  padding: 130px 0 0 20px;
}

/* line 711, sass/_features.scss */
#hub-heading {
  width: 379px;
  height: 97px;
  margin: 0;
}

/* line 716, sass/_features.scss */
.results-wrap {
  margin: 0 0 10px 3px;
  font-size: 14px;
  line-height: 1.3;
}
/* line 720, sass/_features.scss */
.results-wrap td {
  width: 282px;
  height: 230px;
  padding: 15px;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
}
/* line 727, sass/_features.scss */
.results-wrap td:first-child {
  border-left-width: 0;
}
/* line 728, sass/_features.scss */
.results-wrap tr:first-child td {
  border-top-width: 0;
}
/* line 729, sass/_features.scss */
.results-wrap .cell {
  padding: 15px;
  background: url(icon_quote.png) no-repeat;
}
/* line 733, sass/_features.scss */
.results-wrap .quote {
  margin-bottom: 20px;
}
/* line 734, sass/_features.scss */
.results-wrap .attr {
  font-size: 12px;
  color: #999;
}
/* line 738, sass/_features.scss */
.results-wrap .author {
  font-weight: bold;
}
/* line 739, sass/_features.scss */
.results-wrap .graph-lift {
  text-align: center;
  background: url(graph-lift.png) no-repeat center 30px;
  padding: 175px 15px 30px;
  width: 282px;
  height: 55px;
}

/* line 747, sass/_features.scss */
.results-midheading {
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* line 754, sass/_features.scss */
.features-btmheading {
  font-size: 22px !important;
  font-weight: bold !important;
  text-align: center;
  padding: 40px 0;
  line-height: 1.3;
}

/* line 761, sass/_features.scss */
.benefits-text {
  padding: 0 48px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 767, sass/_features.scss */
.nextpage-text {
  font-size: 14px;
  font-weight: bold;
}

/* line 771, sass/_features.scss */
.sharestory-text {
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
  padding-right: 3px;
}

/* line 777, sass/_features.scss */
.features-borderbox {
  border-top: 1px solid #ccc;
}

/* line 778, sass/_features.scss */
.story-box {
  width: 896px;
  padding: 35px 25px;
  background-image: none;
  border-bottom: 1px solid #ccc;
}
/* line 783, sass/_features.scss */
.story-box p {
  width: 400px;
}
/* line 784, sass/_features.scss */
.story-box .img-right {
  margin-left: 0;
}

/* line 786, sass/_features.scss */
.story-box-database {
  width: 921px;
  padding-right: 0;
}

/* line 790, sass/_features.scss */
.system-box {
  padding: 0 62px 20px;
  background-image: none;
  text-align: left;
}

/* line 795, sass/_features.scss */
.brands-subheading {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* styling for Resellers pages */
/* line 3, sass/_resellers.scss */
#resellers-top {
  width: 715px;
  font-size: 14px;
  margin-bottom: 50px;
}
/* line 7, sass/_resellers.scss */
#resellers-top h3 {
  margin-bottom: 10px;
}
/* line 9, sass/_resellers.scss */
#resellers-left {
  float: left;
  width: 420px;
}
/* line 12, sass/_resellers.scss */
#resellers-left li {
  line-height: 1.7;
  padding-left: 28px;
  background: url(icons-resellers.png) no-repeat 0 -34px;
}
/* line 16, sass/_resellers.scss */
#resellers-left li.pricing {
  background-position: 0 4px;
}
/* line 19, sass/_resellers.scss */
#resellers-right {
  float: right;
  width: 250px;
  padding-right: 10px;
  text-align: center;
}
/* line 24, sass/_resellers.scss */
#resellers-right img {
  display: block;
  width: 223px;
  height: 185px;
  margin: 0 auto 20px;
}
/* line 30, sass/_resellers.scss */
#resellers-right #price {
  font-size: 24px;
  font-weight: bold;
}
/* line 34, sass/_resellers.scss */
#resellers-right .btn-orange {
  margin: 0 0 30px;
}
/* line 36, sass/_resellers.scss */
#resellers-testimonials {
  width: 100%;
}
/* line 38, sass/_resellers.scss */
#resellers-testimonials td {
  vertical-align: top;
  padding: 15px 20px 0 15px;
  font-weight: bold;
}
/* line 43, sass/_resellers.scss */
#resellers-testimonials td.quote {
  background: url(icon_quote.png) no-repeat;
  width: 323px;
}
/* line 47, sass/_resellers.scss */
#resellers-testimonials .quote-text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
/* line 52, sass/_resellers.scss */
#resellers-testimonials .attribution {
  color: #a9a9a4;
}
/* line 54, sass/_resellers.scss */
#resellers-article {
  background: url(reseller-blurb.png) no-repeat;
  text-align: left;
}
/* line 57, sass/_resellers.scss */
#resellers-article .excerpt {
  height: 120px;
  padding: 12px 20px 0 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}
/* line 63, sass/_resellers.scss */
#resellers-article .details {
  font-size: 10px;
  line-height: 1.3;
}
/* line 68, sass/_resellers.scss */
#resellers-faqs {
  padding-right: 30px;
}
/* line 70, sass/_resellers.scss */
#resellers-faqs p {
  margin-bottom: 15px;
}

/* line 73, sass/_resellers.scss */
.heading-seomoz {
  background: url(logo-seomoz.png) no-repeat right 5px;
}

/* line 74, sass/_resellers.scss */
#seomoz-signup {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px 15px 15px;
  text-align: left;
  position: relative;
}
/* line 81, sass/_resellers.scss */
#seomoz-signup #price {
  padding-left: 40px;
}
/* line 82, sass/_resellers.scss */
#seomoz-signup .btn-orange {
  margin-bottom: 0;
}
/* line 83, sass/_resellers.scss */
#seomoz-signup #seomoz-badge {
  display: block;
  width: 109px;
  height: 106px;
  background: url(badge-seomoz.png) no-repeat;
  position: absolute;
  top: -40px;
  right: -20px;
}
