/* 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, select {
  font: 12px/1 Arial, sans-serif;
  color: #54534a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
}

/* line 67, sass/_base.scss */
button {
  vertical-align: middle;
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
/* line 77, sass/_base.scss */
button.button-submit {
  line-height: 40px;
  white-space: nowrap;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  *display: inline;
}
/* line 89, sass/_base.scss */
button.button-submit span {
  background: url("button-lrg.png");
  height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  *display: inline;
  zoom: 1;
}
/* line 108, sass/_base.scss */
button.button-submit > span {
  padding-right: 17px;
  background-position: right 0;
}
/* line 113, sass/_base.scss */
button.button-submit:hover span {
  background-position: 0 -40px;
}
/* line 114, sass/_base.scss */
button.button-submit:hover > span {
  background-position: right -40px;
}
/* line 116, sass/_base.scss */
button.button-submit > span > span {
  padding-left: 17px;
  text-align: center;
}

/* line 122, 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 131, 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 141, sass/_base.scss */
.btn-orange:hover {
  background-position: right -40px;
  text-decoration: none;
}
/* line 144, sass/_base.scss */
.btn-orange:hover span {
  background-position: 0 -40px;
}

/* line 147, 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 156, 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 166, sass/_base.scss */
.btn-green:hover {
  background-position: right -114px;
  text-decoration: none;
}
/* line 169, sass/_base.scss */
.btn-green:hover span {
  background-position: 0 -114px;
}

/* line 172, 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 181, 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 191, sass/_base.scss */
.btn-blue:hover {
  background-position: right -174px;
  text-decoration: none;
}
/* line 194, sass/_base.scss */
.btn-blue:hover span {
  background-position: 0 -174px;
}

/* line 197, 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 206, 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 216, sass/_base.scss */
.btn-disabled:hover {
  text-decoration: none;
}

/* line 220, 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 230, 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 237, sass/_base.scss */
.btn-cart {
  background: url(button-cart.png) no-repeat right top;
}
/* line 238, sass/_base.scss */
.btn-cart span {
  background: url(button-cart.png) no-repeat 0 top;
  white-space: nowrap;
}
/* line 242, sass/_base.scss */
.btn-cart:hover {
  background-position: right bottom;
}
/* line 244, sass/_base.scss */
.btn-cart:hover span {
  background-position: 0 bottom;
}

/* line 247, sass/_base.scss */
.btn-review {
  background: url(button-review.png) no-repeat right top;
}
/* line 248, sass/_base.scss */
.btn-review span {
  background: url(button-review.png) no-repeat 0 top;
}
/* line 249, sass/_base.scss */
.btn-review:hover {
  background-position: right bottom;
}
/* line 251, sass/_base.scss */
.btn-review:hover span {
  background-position: 0 bottom;
}

/* line 254, 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 262, sass/_base.scss */
#breadcrumbs a {
  color: #fff;
}
/* line 263, sass/_base.scss */
#breadcrumbs span {
  padding: 0 5px;
  font-weight: normal;
}

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

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

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

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

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

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

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

/* line 290, sass/_base.scss */
.clear {
  clear: both;
  float: none;
  height: 0;
  font-size: 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 3, sass/yahoo.scss */
.placeholder {
  color: #7D3883;
}

/* line 4, sass/yahoo.scss */
::-webkit-input-placeholder {
  color: #7D3883;
}

/* line 5, sass/yahoo.scss */
input:-moz-placeholder {
  color: #7D3883;
}

/* line 6, sass/yahoo.scss */
body {
  font: 12px/1.5 Arial, sans-serif;
  color: #54534a;
}

/* line 9, sass/yahoo.scss */
#header {
  width: 916px;
  height: 50px;
  margin: 0 auto;
  padding: 15px 18px 10px;
}

/* line 15, sass/yahoo.scss */
.header-logo {
  display: block;
  width: 202px;
  height: 50px;
}

/* line 20, sass/yahoo.scss */
#container {
  width: 952px;
  margin: 0 auto;
  position: relative;
}

/* line 25, sass/yahoo.scss */
#footer {
  width: 946px;
  margin: 0 auto;
  padding: 20px 3px;
  text-align: right;
  font-size: 11px;
  color: #666;
}

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

/* line 39, sass/yahoo.scss */
#diagnostic-container {
  position: relative;
  width: 952px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

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

/* line 49, sass/yahoo.scss */
#diagnostic-head {
  width: 952px;
  height: 49px;
  overflow: hidden;
  background: url(diagnostic-top-bg-yahoo.png) no-repeat;
}
/* line 54, sass/yahoo.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 63, sass/yahoo.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 75, sass/yahoo.scss */
#diagnostic-progress li {
  float: left;
}
/* line 77, sass/yahoo.scss */
#diagnostic-progress #info .complete {
  background: url("progress-bar.png") 0 -27px no-repeat;
  height: 27px;
  width: 86px;
}
/* line 82, sass/yahoo.scss */
#diagnostic-progress #info .incomplete {
  background: url("progress-bar.png") no-repeat;
  height: 27px;
  width: 86px;
}
/* line 89, sass/yahoo.scss */
#diagnostic-progress #report .complete {
  background: url("progress-bar.png") -87px -27px;
  height: 27px;
  width: 87px;
}
/* line 94, sass/yahoo.scss */
#diagnostic-progress #report .incomplete {
  background: url("progress-bar.png") -87px 0;
  height: 27px;
  width: 87px;
}
/* line 101, sass/yahoo.scss */
#diagnostic-progress #preview .complete {
  background: url("progress-bar.png") -173px -27px;
  width: 87px;
  height: 27px;
}
/* line 106, sass/yahoo.scss */
#diagnostic-progress #preview .incomplete {
  background: url("progress-bar.png") -173px 0;
  width: 87px;
  height: 27px;
}
/* line 113, sass/yahoo.scss */
#diagnostic-progress #fix .complete {
  background: url("progress-bar.png") -260px -27px;
  width: 90px;
  height: 27px;
}
/* line 118, sass/yahoo.scss */
#diagnostic-progress #fix .incomplete {
  background: url("progress-bar.png") -260px 0;
  width: 90px;
  height: 27px;
}

/* line 125, sass/yahoo.scss */
#diagnostic-content {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 20px 18px 23px;
  text-align: center;
  background: url(diagnostic-yahoo-bg.png) no-repeat bottom;
}
/* line 132, sass/yahoo.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 142, sass/yahoo.scss */
#diagnostic-content .scan-msg {
  padding-top: 8px;
  margin-bottom: 12px;
}
/* line 146, sass/yahoo.scss */
#diagnostic-content .phone {
  font-weight: bold;
}

/* line 151, sass/yahoo.scss */
.diagnostic-scan input {
  font-size: 18px;
}
/* line 152, sass/yahoo.scss */
.diagnostic-scan li {
  margin-top: 5px;
}
/* line 155, sass/yahoo.scss */
.diagnostic-scan #scan-name {
  width: 430px;
}
/* line 158, sass/yahoo.scss */
.diagnostic-scan #scan-address {
  width: 430px;
}
/* line 161, sass/yahoo.scss */
.diagnostic-scan #scan-city {
  width: 218px;
  margin-right: 5px;
}
/* line 165, sass/yahoo.scss */
.diagnostic-scan #scan-state {
  width: 50px;
}
/* line 168, sass/yahoo.scss */
.diagnostic-scan #scan-zip {
  width: 130px;
}
/* line 171, sass/yahoo.scss */
.diagnostic-scan #scan-phone {
  width: 275px;
  margin-left: 5px;
}

/* line 176, sass/yahoo.scss */
#diagnostic-listing {
  width: 770px;
  height: 80px;
  margin: 0 auto 20px;
}
/* line 180, sass/yahoo.scss */
#diagnostic-listing li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 110px;
  height: 80px;
  font-size: 0;
  background-image: url(powerlistings3.png);
  background-repeat: no-repeat;
}
/* line 191, sass/yahoo.scss */
#diagnostic-listing .yelp {
  background-position: 17px 0;
}
/* line 192, sass/yahoo.scss */
#diagnostic-listing .yahoo {
  background-position: 17px -120px;
}
/* line 193, sass/yahoo.scss */
#diagnostic-listing .mapquest {
  background-position: 17px -240px;
}
/* line 194, sass/yahoo.scss */
#diagnostic-listing .bing {
  background-position: 17px -360px;
}
/* line 195, sass/yahoo.scss */
#diagnostic-listing .superpages {
  background-position: 17px -480px;
}
/* line 196, sass/yahoo.scss */
#diagnostic-listing .citysearch {
  background-position: 17px -600px;
}
/* line 197, sass/yahoo.scss */
#diagnostic-listing .whitepages {
  background-position: 17px -720px;
}
/* line 198, sass/yahoo.scss */
#diagnostic-listing .local {
  background-position: 17px -840px;
}
/* line 199, sass/yahoo.scss */
#diagnostic-listing .yellowbook {
  background-position: 17px -960px;
}
/* line 200, sass/yahoo.scss */
#diagnostic-listing .yellowbot {
  background-position: 17px -1080px;
}
/* line 201, sass/yahoo.scss */
#diagnostic-listing .telenav {
  background-position: 17px -1200px;
}

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

/* line 212, sass/yahoo.scss */
#diagnostic-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 217, sass/yahoo.scss */
#diagnostic-content .diagnostic-scanning-bar {
  padding-top: 160px;
}

/* line 221, sass/yahoo.scss */
#diagnostic-content-step2 {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 20px 0 25px;
  background: url(diagnostic-btm-bg.png) no-repeat bottom;
}
/* line 227, sass/yahoo.scss */
#diagnostic-content-step2 h2 {
  font-size: 18px;
  padding-left: 18px;
  margin-bottom: 15px;
}
/* line 232, sass/yahoo.scss */
#diagnostic-content-step2 .diagnostic-location {
  font-weight: bold;
}
/* line 235, sass/yahoo.scss */
#diagnostic-content-step2 .col-left {
  float: left;
}
/* line 238, sass/yahoo.scss */
#diagnostic-content-step2 .col-right {
  padding: 20px 18px 20px 0;
  float: right;
}
/* line 242, sass/yahoo.scss */
#diagnostic-content-step2 .fixeverywhere {
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
}

/* line 248, sass/yahoo.scss */
#diagnostic-listings-report {
  margin-left: 18px;
  width: 915px;
  line-height: 1.3;
}
/* line 252, sass/yahoo.scss */
#diagnostic-listings-report a {
  color: #61b300;
  font-weight: normal;
}
/* line 256, sass/yahoo.scss */
#diagnostic-listings-report th {
  height: 35px;
  text-align: center;
}
/* line 260, sass/yahoo.scss */
#diagnostic-listings-report tr {
  border-bottom: 1px solid #ccc;
}
/* line 263, sass/yahoo.scss */
#diagnostic-listings-report td {
  font-weight: bold;
  padding: 10px;
}
/* line 267, sass/yahoo.scss */
#diagnostic-listings-report .icon {
  height: 31px;
  padding-top: 6px;
  padding-left: 45px;
}
/* line 272, sass/yahoo.scss */
#diagnostic-listings-report #view {
  width: 180px;
}
/* line 275, sass/yahoo.scss */
#diagnostic-listings-report #general {
  text-align: left;
  padding-left: 10px;
}
/* line 279, sass/yahoo.scss */
#diagnostic-listings-report #categories {
  width: 75px;
}
/* line 282, sass/yahoo.scss */
#diagnostic-listings-report #site {
  width: 75px;
}
/* line 285, sass/yahoo.scss */
#diagnostic-listings-report #description {
  width: 75px;
}
/* line 288, sass/yahoo.scss */
#diagnostic-listings-report #photos {
  width: 75px;
}
/* line 291, sass/yahoo.scss */
#diagnostic-listings-report #videos {
  width: 75px;
}
/* line 294, sass/yahoo.scss */
#diagnostic-listings-report #offer {
  width: 75px;
}
/* line 297, sass/yahoo.scss */
#diagnostic-listings-report #status {
  width: 125px;
}
/* line 300, sass/yahoo.scss */
#diagnostic-listings-report .col-border {
  border-left: 1px solid #ccc;
}
/* line 303, sass/yahoo.scss */
#diagnostic-listings-report .odd {
  background-color: #f2f2f2;
}
/* line 306, sass/yahoo.scss */
#diagnostic-listings-report .pass {
  background: url(diagnostic-pass-fail.png) no-repeat;
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
/* line 312, sass/yahoo.scss */
#diagnostic-listings-report .fail {
  background: url(diagnostic-pass-fail.png) -15px 0 no-repeat;
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
/* line 318, sass/yahoo.scss */
#diagnostic-listings-report .scan-failed {
  background: url(icon-scanproblem-sml.png) no-repeat;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
/* line 324, sass/yahoo.scss */
#diagnostic-listings-report .na {
  background: url(icon-info-sml.png) no-repeat;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
/* line 330, sass/yahoo.scss */
#diagnostic-listings-report .temporaryproblem {
  float: left;
  background: url(icon-scanproblem.png) no-repeat;
  padding-left: 40px;
  font-weight: normal;
  color: #666;
}
/* line 337, sass/yahoo.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 346, sass/yahoo.scss */
#diagnostic-listings-report .powerlistings {
  background: url(pl-checkicon.png) no-repeat;
  height: 27px;
  padding-left: 30px;
  line-height: 28px;
  font-size: 11px;
  color: #333;
}
/* line 354, sass/yahoo.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 363, sass/yahoo.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 372, sass/yahoo.scss */
#diagnostic-listings-report .notmatch {
  color: #C00;
}

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

/* line 380, sass/yahoo.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 387, sass/yahoo.scss */
#diagnostic-listings-summary h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 10px;
}
/* line 394, sass/yahoo.scss */
#diagnostic-listings-summary h5 {
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 399, sass/yahoo.scss */
#diagnostic-listings-summary p {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}
/* line 404, sass/yahoo.scss */
#diagnostic-listings-summary .time {
  color: white;
  font-size: 20px;
  margin-top: 11px;
}
/* line 409, sass/yahoo.scss */
#diagnostic-listings-summary img {
  float: left;
  margin-right: 15px;
}
/* line 413, sass/yahoo.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 422, sass/yahoo.scss */
#diagnostic-listings-summary #diagnostic-summary-status.alert {
  background-position: 0 -57px;
}
/* line 425, sass/yahoo.scss */
#diagnostic-listings-summary #diagnostic-summary-status.check {
  background-position: 0 0;
}

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

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

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

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

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