/**
 * DEMO-VIDEOS
 */

#demo-videos h1 {
  margin: 0 0 10px 0;
}

#demo-videos .video-block {
  border: 1px solid #badff9;
  margin: 0 0 20px 0;
  padding: 10px 10px 7px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#demo-videos .video-holder {
  position: relative;
  height: 400px;
}

#demo-video .video {
  position: absolute;
  top: 0;
  left: 0;
}

#demo-videos .overlay {
  display: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 140px 0 0 0;
  height: 235px;
  *height: 260px;
  text-align: center;
}

#demo-videos .question {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

#demo-videos .confirm {
  background: #449abe;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#demo-videos .cancel {
  background: #449abe;
  padding: 10px 20px;
  margin: 0 0 0 16px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/**
 * WEATHER-TRAFFIC
 */

#weather-traffic {
  background: #e9f6fe;
}

#primary-column #weather-traffic {
  margin: 0 0 10px 0;
}

#weather-traffic ul li {
  border-bottom: 1px solid #c3cfd7;
  padding: 9px 5px 5px 5px;
  height: 40px;
  line-height: 12px;
  overflow: hidden;
}

#weather-traffic ul li img {
  float: left;
  margin: 0 9px 0 0;
}

#weather-traffic ul li a {
  font-weight: bold;
  text-decoration: none;
}

#weather-traffic ul li a span {
  font-size: 0.833em;
  line-height: 12px;
  font-weight: normal;
  color: #000000;
}

#weather-traffic .host {
  padding: 12px 10px 10px 8px;
  text-align: center;
}

#weather-traffic .host a {
  background: url(../images/weather-traffic/weather-traffic-logo.png) center right no-repeat;
  color: #000000;
  font-size: 0.833em;
  padding: 3px 51px 0 0;
  text-decoration: none;
}

#secondary-sub-column #weather-traffic .content {
  padding: 10px;
}

#secondary-sub-column #weather-traffic li {
  border-left: 1px solid #ffffff;
}

#secondary-sub-column #weather-traffic li:first-child {
  border-left: none;
  border-right: 1px solid #c3e6fb;
  float: left;
  width: 148px;
}

 #weather-traffic .roundedcorners-bottom {
  background: url(../images/weather-traffic/roundedcorners-bottom.png);
  height: 4px;
 }

#secondary-sub-column #weather-traffic .roundedcorners-bottom {
  background: url(../images/weather-traffic/ssc-roundedcorners-bottom.png);
}

/**
 * My-services
 */

.services .header {
  color: #0068b3;
  font-weight: bold;
  font-size: 1.667em;
  margin: 0 0 20px 0;
}

.services ul li {
  border: 1px solid #c4e6fc;
  padding: 20px;
  position: relative;
  margin: 0 0 10px 0;
}

.services ul li .title {
  color: #0068b3;
  font-weight: normal;
  font-size: 1.667em;
  font-family: 'Aachenbold';
}

.services ul li .title em {
  color: #bf2d1a;
}

.services ul li p {
  font-size: 1.25em;
  line-height: 20px;
  margin: 20px 0;
}

.services ul li p a {
  font-size: 1em;
}

.services ul li a {
  font-size: 1.25em;
}

.services ul li.website {
  background: url(../images/services/website.png) 46px 20px no-repeat;
  min-height: 160px;
  padding: 30px 20px 30px 294px;
}

.services ul li.discount-card {
  background: url(../images/services/discount-card.png) 45px 34px no-repeat;
  min-height: 136px;
  padding: 30px 20px 30px 294px;
}

.services ul li.calculation-program {
  background: url(../images/services/calculation-program.png) 74px 20px no-repeat;
  min-height: 162px;
  padding: 30px 20px 30px 294px;
}

.services ul li.companyguide-highlight {
  background: url(../images/services/companyguide.png) 74px 30px no-repeat;
  min-height: 162px;
  padding: 30px 20px 30px 294px;
}

.services ul li.videopresentation-highlight {
  background: url(../wsVideoPresentationPlugin/images/videopresentation.png) 74px 30px no-repeat;
  min-height: 162px;
  padding: 30px 20px 30px 294px;
}

.services ul li.training-highlight {
  background: url(../images/services/training.png) 36px 30px no-repeat;
  min-height: 142px;
  padding: 30px 20px 30px 294px;
}

.services .domain-check {
  background: #f8fcff;
  border: 1px solid #c3e6fc;
  padding: 9px;
}

.services .domain-check > form > span {
  font-weight: bold;
  line-height: 24px;
  float: left;
}

.services .domain-check input[type=text]{
  float: left;
  margin: 0 5px;
}

.services .domain-check input[type=submit]{
  margin: 0 0 0 30px;
}

/**
 * Subscription
 */

#subscription .title {
  font-family: Aachenbold;
  font-size: 1.7em;
  color: #bf2d1a;
}

#subscription .intro {
  padding: 0 0 40px 0;
  margin: 10px 0 40px 0;
  border-bottom: 1px solid #c3e6fb;
}

#subscription .intro ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}

#subscription .intro li {
  font-size: 1.7em;
  margin: 0 0 0 24px;
  line-height: 24px;
  font-family: Aachenbold;
  font-weight: normal;
  color: #009fef;
  list-style: decimal;
}

#subscription .intro li p {
  color: #0068b3;
}

#subscription-choices {
  height: 360px;
}

#subscription-choices li {
  text-align: center;
  padding: 30px 20px 20px 20px;
  background: #f2f9fe;
  border: 1px solid #c3e6fb;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  height: 284px;
  cursor: pointer;
  width: 124px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f6fe));
  background: -moz-linear-gradient(top,  #ffffff,  #e9f6fe);
}

#subscription-choices li .title {
  font-size: 2.5em;
  border: none;
  color: #bf2d1a;
  padding: 0 0 15px 0;
  background: none;
}

#subscription-choices li p {
  border-top: 1px solid #c3e6fb;
  line-height: 20px;
  color: #000000;
  font-size: 1.333em;
  padding: 15px 0;
}

#subscription-choices li p strong {
  color: #0068b3;
}

#subscription-choices .selection {
  border-top: 1px solid #c3e6fb;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 164px;
  height: 24px;
  text-align: center;
  padding: 10px 0 0 0;
}

#subscription-choices .recommended {
  background: url(../images/recommended.png) no-repeat;
  height: 24px;
  width: 121px;
  width: 94px;
  position: absolute;
  top: -12px;
  left: 43px;
}

#subscription .radio-holder {
  overflow: hidden;
}

#subscription .radio-holder li {
  padding: 10px 0 20px 85px;
  float: left;
  width: 135px;
}

#subscription .subtitle {
  font-weight: bold;
  margin: 0 0 5px 0;
}

#just-checking {
  position: relative;
  width: 604px;
  border: 1px solid #c4e6fc;
  padding: 10px;
}

#just-checking .radio-holder {
  float: left;
  padding: 10px 0 0 0;
  margin: 0 10px 0 0;
}

#just-checking label {
  cursor: pointer;
}

#just-checking label strong {
  color: #0068b3;
}

/* step 3 */
.select-subscription {
  margin: 0 0 40px 0;
}

#craftsman-register #succes {
  margin: 0 0 10px 0;
}

#subscription-option-choices-header {
  margin: 0 0 5px 0;
  border-collapse: collapse;
  background: #3db7f4;
}

#subscription-option-choices-header td {
  color: #ffffff;
  border-right: 1px solid #ffffff;
  font-size: 0.833em;
  font-weight: bold;
  text-align: center;
  width: 323px;
}

#subscription-option-choices-header td.basic {
  width: 75px;
}

#subscription-option-choices-header td.choices {
  width: 380px;
  border: none;
}

#subscription-option-choices li {
  background: #f7fcfe;
  border: 1px solid #c8e8fb;
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 778px;
  margin: 0 0 5px 0;
}

#subscription-option-choices table {
  border-collapse: collapse;
}

#subscription-option-choices td {
  border-right: 1px solid #c8e8fb;
  vertical-align: top;
  height: 60px;
  width: 75px;
  text-align: center;
}

#subscription-option-choices td label {
  margin: 5px 0 0 0;
  display: block;
}

#subscription-option-choices td label.emptyLabel {
  background: url(../images/subscription-choice-buttons.png) 0 11px no-repeat;
  height: 29px;
  width: 18px;
  margin: 0 auto;
}

#subscription-option-choices td label.emptyLabel.checked {
  background: url(../images/subscription-choice-buttons.png) 0 -39px no-repeat;
}

#subscription-option-choices td.term {
  color: #bf2d1a;
  font-weight: bold;
  padding: 19px 0 0 33px;
  width: 289px;
}

#subscription-option-choices td.term span {
  float: left;
}

#subscription-option-choices td.term a {
  margin: 2px 8px 0 0;
}

#subscription-option-choices td.reactions {
  background: url(../images/subscription-icons.png) 10px 0 no-repeat;
}

#subscription-option-choices td.range {
  background: url(../images/subscription-icons.png) 10px -61px no-repeat;
}

#subscription-option-choices td.categories {
  background: url(../images/subscription-icons.png) 10px -122px no-repeat;
}

#subscription-option-choices td.companyguide {
  background: url(../images/subscription-icons.png) 10px -183px no-repeat;
}

#subscription-option-choices td.website {
  background: url(../images/subscription-icons.png) 10px -244px no-repeat;
}

#subscription-option-choices td.discount {
  background: url(../images/subscription-icons.png) 10px -305px no-repeat;
}

#subscription-option-choices td.offer {
  background: url(../images/subscription-icons.png) 10px -366px no-repeat;
}

#subscription-option-choices td.basic {
  background: #e9f6fe url(../images/basic.png) 28px 21px no-repeat;
}

#subscription-option-choices td.basic-lite {
  background: url(../images/basic-lite.png) 50% 33px no-repeat;
}

#subscription-option-choices td.basic.odd {
  background: #e9f6fe url(../images/basic.png) 28px 33px no-repeat;
}

#subscription-option-choices td.basic span {
  display: inline-block;
  margin: 5px 0 0 0;
}

#subscription-option-choices td.distance {
  width: 150px;
}

#subscription-option-choices td.last {
  border: none;
}

#subscription-option-choices-footer {
  background: #3db7f4;
  position: relative;
  line-height: 44px;
  height: 44px;
  width: 780px;
  text-align: right;
}

#subscription-option-choices-footer span {
  color: #ffffff;
  font-weight: bold;
}

#subscription-option-choices-footer .price {
  background: url(../images/price-tag.png) center right no-repeat;
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 0 6px;
  font-size: 1.25em;
}

#subscription-option-choices-footer .price span {
  background: url(../images/price-tag.png) center left repeat-x;
  display: inline-block;
  color: #0068b3;
  padding: 0 0 0 10px;
}

#subscription-option-choices-error-message {
  display: none;
}

/**
 * Steps
 */

#steps li {
  width: 190px;
}

/**
 * Ideal payment
 */

#ideal-payment-details {
  border-top: 1px solid #badff9;
  border-bottom: 1px solid #badff9;
  margin: 10px 0 20px 0;
  padding: 20px 0 10px 0;
}

#ideal-payment-details table {
  width: 100%;
}

#ideal-payment-details table .right {
  text-align: right;
}

#ideal-payment-details table hr {
  margin: 10px 0;
}

#ideal-payment-details table td {
  padding: 5px 0;
}

/* Order-sort */

.order-sort .auction-duration.desc,
.order-sort .auction-duration.asc {
  background-position: 72px 11px;
}

.order-sort .order-name.desc,
.order-sort .order-name.asc {
  background-position: 79px 11px;
}

.order-sort .city.desc,
.order-sort .city.asc {
  background-position: 73px 11px;
}

em.emp {
  font-weight: bold;
  color: #0B539D;
}

#personal-info .iconed li {
  width: 160px;
  line-height: 16px;
}

/* Connect */

#connect-info {
  overflow: hidden;
}

#connect-info .primary-section {
  float: left;
  width: 624px;
}

#connect-info .secondary-section {
  float: right;
  width: 336px;
}

#connect-info .main-header {
  background: url(../images/connect-info/header.png) 0 0 no-repeat;
  position: relative;
  height: 237px;
}

#connect-info .main-header .title {
  font-family: Aachenbold;
  font-size: 70px;
  line-height: 70px;
  color: #0052a1;
  position: absolute;
  top: 21px;
  left: 320px;
}

#connect-info h2 {
  font-family: Aachenbold;
  color: #0052a1;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0 0 0;
}

#connect-info .primary-section .content {
  padding: 20px;
  border: 1px solid #c3e6fb;
  border-top: none;
}

#connect-info .statistics {
  background: #f8fcfe url(../images/connect-info/stats-overview.png) bottom left repeat-x;
  margin: 0 0 20px 0;
  overflow: hidden;
  border: 1px solid #c3e6fb;
}

#connect-info .statistics .title {
  text-align: center;
  line-height: 30px;
  font-family: Aachenbold;
  font-size: 16px;
  color: #5fa0d1;
}

#connect-info .statistics ul {
  overflow: hidden;
  margin: 5px 14px 11px 14px;
}

#connect-info .statistics li {
  width: 69px;
  padding: 50px 15px 0 15px;
  text-align: center;
  float: left;
}

#connect-info .statistics li p {
  color: #bf2d1a;
  font-size: 15px;
  font-weight: bold;
}

#connect-info .statistics li span {
  color: #0068b3;
  font-size: 10px;
  font-weight: bold;
}

#connect-info .statistics .orders {
  background: url(../images/connect-info/orders.png) center 6px no-repeat;
}

#connect-info .statistics .craftsman {
  background: url(../images/connect-info/craftsman.png) center top  no-repeat;
}

#connect-info .statistics .references {
  background: url(../images/connect-info/grade.png) center 12px no-repeat;
}

#connect-info #newsletter .content {
  padding: 10px;
}

#connect-info #secondary-sub-column .block .header {
  background: #3db8f4 url(../images/sub-column-roundedcorners-top.png) 0 0 no-repeat;
  font-size: 1.25em;
  padding: 0 0 0 11px;
}

#connect-info #secondary-sub-column .block .header span {
  background: url(../images/bullet.png) center left no-repeat;
  font-family: 'Aachenbold';
  font-weight: normal;
  padding: 0 0 0 18px;
  color: #0068b3;
}

#connect-info #secondary-sub-column #newsletter input[type="text"] {
  margin: 0px;
  width: 217px;
}

#connect-info .btn-input- {
  background: url(../images/connect-info/btn.png) no-repeat 0px -496px;
  border: none;
  color: #0052A1;
  cursor: pointer;
  font-weight: bold;
  height: 24px;
  text-align: center;
  width: 82px;
}

/* Academy */

#academy-info {
  overflow: hidden;
}

#academy-info .primary-section {
  float: left;
  width: 624px;
}

#academy-info .secondary-section {
  float: right;
  width: 336px;
}

#academy-info .main-header {
  background: url(../images/academy/header.png) 0 0 no-repeat;
  position: relative;
  height: 237px;
}

#academy-info .main-header .title {
  font-family: Aachenbold;
  font-size: 50px;
  line-height: 50px;
  color: #0052a1;
  position: absolute;
  top: 21px;
  right: 31px;
  width: 290px;
  text-align: right;
}

#academy-info h2 {
  font-family: Aachenbold;
  color: #0052a1;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0 0 0;
}

#academy-info .primary-section .content {
  padding: 20px;
  border: 1px solid #c3e6fb;
  border-top: none;
}

#academy-info .statistics {
  background: #f8fcfe url(../images/academy/stats-overview.png) bottom left repeat-x;
  margin: 0 0 20px 0;
  overflow: hidden;
  border: 1px solid #c3e6fb;
}

#academy-info .statistics .title {
  text-align: center;
  line-height: 30px;
  font-family: Aachenbold;
  font-size: 16px;
  color: #5fa0d1;
}

#academy-info .statistics ul {
  overflow: hidden;
  margin: 5px 14px 11px 14px;
}

#academy-info .statistics li {
  width: 69px;
  padding: 50px 15px 0 15px;
  text-align: center;
  float: left;
}

#academy-info .statistics li p {
  color: #bf2d1a;
  font-size: 15px;
  font-weight: bold;
}

#academy-info .statistics li span {
  color: #0068b3;
  font-size: 10px;
  font-weight: bold;
}

#academy-info .statistics .orders {
  background: url(../images/academy/orders.png) center 6px no-repeat;
}

#academy-info .statistics .craftsman {
  background: url(../images/academy/craftsman.png) center top  no-repeat;
}

#academy-info .statistics .references {
  background: url(../images/academy/grade.png) center 12px no-repeat;
}

#academy-info #newsletter .content {
  padding: 10px;
}

#academy-info #secondary-sub-column .block .header {
  background: #3db8f4 url(../images/sub-column-roundedcorners-top.png) 0 0 no-repeat;
  font-size: 1.25em;
  padding: 0 0 0 11px;
}

#academy-info #secondary-sub-column .block .header span {
  background: url(../images/bullet.png) center left no-repeat;
  font-family: 'Aachenbold';
  font-weight: normal;
  padding: 0 0 0 18px;
  color: #0068b3;
}

#academy-info #secondary-sub-column #newsletter input[type="text"] {
  margin: 0px;
  width: 217px;
}

#academy-info .btn-input- {
  background: url(../images/academy/btn.png) no-repeat 0px -496px;
  border: none;
  color: #0052A1;
  cursor: pointer;
  font-weight: bold;
  height: 24px;
  text-align: center;
  width: 82px;
}

#academy-info #academy-submit-buttons {
	text-align: right;
	padding: 10px 0 0 0;
}

/**
 * SUGGESTION
 */

#suggestion .header {
  margin: 0 0 20px 0;
}

#suggestion a {
  display: block;
  margin: 0 0 20px 0;
}

#suggestion input[type=text] {
  width: 400px;
  margin: 0 0 8px 0;
}

#suggestion textarea {
  width: 400px;
  margin: 0 0 4px 0;
}

/*
 * GUARANTEE PAGE
 */

#guarantee-page {
  border: 1px solid #c3e6fb;
  padding: 20px;
}

#guarantee-page  a[href$=doc] {
  background: none;
  padding: 0;
}

.guarantee-page-teaser {
  background-position: 0 -110px !important;
}

.guarantee-page-teaser dl {
  padding: 10px 0 0 0 !important;
}

.guarantee-order-block {
  height: 70px !important;
}

#guarantee-teaser {
  float: left;
  width: 270px;
}

#btn-download-guarantee {
  display: block;
  margin: 20px 0 0 0;
}

#guarantee-content {
  margin: 0 0 0 300px;
}

/**
 * CONSUMERTIPS
 */

#consumertips .header {
  margin: 0 0 20px 0;
}

#consumertips .content li {
  margin: 0 0 30px 0;
  border: 1px solid #b8e0fa;
  position: relative;
  padding: 19px 19px 19px 278px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#consumertips .content .title {
  font-family: Aachenbold;
  color: #0068b3;
  font-size: 1.875em;
  margin: 0 0 10px 0;
  width: 470px;
}

#consumertips .content .title span {
  color: #bf2e1a;
  padding: 0 15px 0 0;
}

#consumertips .content p {
  width: 470px;
}

#consumertips .content .step2,
#consumertips .content .step4,
#consumertips .content .step6,
#consumertips .content .step8 {
  background: #f7fcff;
  padding: 19px;
}

#consumertips .content div {
  position: absolute;
}

#consumertips .content .image1 {
  background: url(../images/consumertips/step1.png) 0 0 no-repeat;
  height: 198px;
  width: 167px;
  top: -8px;
  left: 54px;
}

#consumertips .content .image2 {
  background: url(../images/consumertips/step2.png) 0 0 no-repeat;
  height: 183px;
  width: 287px;
  top: 31px;
  right: -13px;
}

#consumertips .content .image3 {
  background: url(../images/consumertips/step3.png) 0 0 no-repeat;
  height: 196px;
  width: 241px;
  top: 29px;
  left: 15px;
}

#consumertips .content .image4 {
  background: url(../images/consumertips/step4.png) 0 0 no-repeat;
  height: 199px;
  width: 182px;
  top: -13px;
  right: 51px;
}

#consumertips .content .image5 {
  background: url(../images/consumertips/step5.png) 0 0 no-repeat;
  height: 231px;
  width: 171px;
  top: -24px;
  left: 31px;
}

#consumertips .content .image6 {
  background: url(../images/consumertips/step6.png) 0 0 no-repeat;
  height: 197px;
  width: 176px;
  top: -18px;
  right: 70px;
}

#consumertips .content .image7 {
  background: url(../images/consumertips/step7.png) 0 0 no-repeat;
  height: 190px;
  width: 135px;
  top: -10px;
  left: 68px;
}

#consumertips .content .image8 {
  background: url(../images/consumertips/step8.png) 0 0 no-repeat;
  height: 198px;
  width: 138px;
  top: -18px;
  right: 80px;
}

#consumertips .action {
  background: url(../../wsCorePlugin/images/consumer-teaser-background.png) bottom left repeat-x;
  position: relative;
  text-align: right;
  height: 44px;
}

#consumertips .action .form {
  padding: 10px 0 0 0;
  margin: 0 10px 0 0;
  color: #ffffff;
}

#consumertips .action .form dl {
  padding: 0;
}

#consumertips .action .form dd {
  margin: 0;
}

#login .social-login .facebook {
  background: url(../../wsFacebookPlugin/images/social-connect-nl.png) 0 0 no-repeat;
}

#login .social-login .twitter {
  background: url(../../wsFacebookPlugin/images/social-connect-nl.png) 0 -25px no-repeat;
}

#login-page .social-login .facebook {
  background: url(../../wsFacebookPlugin/images/social-connect-nl.png) 0 0 no-repeat;
}

#login-page .social-login .twitter {
  background: url(../../wsFacebookPlugin/images/social-connect-nl.png) 0 -25px no-repeat;
}

/**
 * MATCHMAKER
 */

#matchmaker h1 {
font-weight: bold;
font-size: 1.667em;
color: #0068B3;
padding: 10px 0;
}

#matchmaker #orders td {
  text-align: left;
  vertical-align: middle;
  padding: 9px;
}

#matchmaker .order-sort .account-number {
  width: 76px;
}

#matchmaker .order-sort .account-number.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 66px 11px no-repeat;
}

#matchmaker .order-sort .account-number.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 66px 11px no-repeat;
}

#matchmaker .order-sort .company-name {
  width: 290px;
}

#matchmaker .order-sort .company-name.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 78px 11px no-repeat;
}

#matchmaker .order-sort .company-name.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 78px 11px no-repeat;
}

#matchmaker .order-sort .created-at {
  width: 81px;
}

#matchmaker .order-sort .created-at.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 83px 11px no-repeat;
}

#matchmaker .order-sort .created-at.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 83px 11px no-repeat;
}

#matchmaker .order-sort .reference-count {
  width: 67px;
}

#matchmaker .order-sort .reference-count.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 68px 11px no-repeat;
}

#matchmaker .order-sort .reference-count.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 68px 11px no-repeat;
}

#matchmaker .order-sort .profile-percentage {
  width: 99px;
}

#matchmaker .order-sort .profile-percentage.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 102px 11px no-repeat;
}

#matchmaker .order-sort .profile-percentage.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 102px 11px no-repeat;
}

#matchmaker .order-sort .distance {
  width: 62px;
}

#matchmaker .order-sort .distance.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 49px 11px no-repeat;
}

#matchmaker .order-sort .distance.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 49px 11px no-repeat;
}

#matchmaker .order-sort .total-matches {
   width: 79px;
}

#matchmaker .order-sort .total-matches.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 80px 11px no-repeat;
}

#matchmaker .order-sort .total-matches.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 80px 11px no-repeat;
}

#matchmaker .order-sort .status {
  width: 62px;
  background-color: #009fef;
}

#matchmaker .order-sort .status.desc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-down.png) 44px 11px no-repeat;
}

#matchmaker .order-sort .status.asc {
  background: #009fef url(../../wsCorePlugin/images/ordernav-arrow-up.png) 44px 11px no-repeat;
}

#matchmaker .order-sort .match {
  width: 66px;
  margin: 0;
}

#matchmaker #orders td.account-number {
  width: 67px;
}

#matchmaker #orders td.company-name {
  width: 282px;
}

#matchmaker #orders td.created-at {
  width: 73px;
}

#matchmaker #orders td.reference-count {
  width: 59px;
}

#matchmaker #orders td.profile-percentage {
  width: 91px;
}

#matchmaker #orders td.distance {
  width: 54px;
}

#matchmaker #orders td.total-matches {
  width: 71px;
}

#matchmaker #orders td.status {
  width: 54px;
}

#matchmaker #orders td.match {
  width: 56px;
}

/**
 * CRAFTSMAN WEBSITE
 */

#craftsmansite #menu {
  margin: 0 0 20px 0;
}

#craftsmansite #profile-header {
  margin: 0;
}

#craftsmansite #profile-header .content {
  overflow: hidden;
  position: relative;
  min-height: 90px;
  margin: 20px;
}

#craftsmansite #profile-header .header {
  font-size: 2.083em;
  line-height: 1.2em;
  padding: 0;
  width: 458px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#craftsmansite #profile-header .imageholder {
  padding: 0;
  float: right;
}

#craftsmansite #profile-header .info {
  display: none;
}

#craftsmansite #primary-sub-column {
  margin: 0 0 20px 0;
}

#craftsmansite #secondary-sub-column {
  margin: 0 0 20px 0;
}

#craftsmansite #secondary-sub-column .title {
  color: #0068b3;
  font-size: 1.25em;
}

#craftsmansite .site-footer {
  border-top: 3px solid #009ff0;
  padding: 15px 0 30px 0;
  overflow: hidden;
  clear: both;
}

#craftsmansite .site-footer .footnote {
  float: right;
}

#craftsmansite .site-footer .footnote a {
  line-height: 20px;
  color: #a9a9a9;
}

#craftsmansite .site-footer .social {
  float: left;
  overflow: hidden;
}

#craftsmansite .site-footer .social li {
  float: left;
  margin: 0 10px 0 0;
}

#craftsmansite #secondary-sub-column .contacts dl {
  overflow: hidden;
  padding: 35px 0 0 0;
  width: 258px;
}

/* TEST SUBSCRIPTION */

#test-subscription .intro {
  background: url(../images/test-subscription-craftsman.png) top right no-repeat;
  min-height: 360px;
  padding: 0 336px 0 0;
}

#test-subscription .intro h1,
#test-subscription .intro h2 {
  color: #0052a1;
  font-family: Aachenbold;
  font-size: 1.833em;
  line-height: 1.091em;
}

#test-subscription .intro p {
  line-height: 1.5em;
}

#test-subscription .block .header {
  background: #3db8f4 url(../../wsCorePlugin/images/main-sub-column-bullet.png) 7px 7px no-repeat;
  padding: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

#test-subscription .block .header p {
  color: #ffffff;
  padding: 0 0 0 30px;
}

#test-subscription .block .content {
  border: 1px solid #bfe2f9;
  border-top: none;
  background: #f6fbfe;
  padding: 19px;
  overflow: hidden;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2x;
}

#test-subscription .block .primary-subcolumn {
  background: url(../images/test-subscription-seperator.png) top right no-repeat;
  padding: 0 20px 0 0;
  width: 604px;
  float: left;
}

#test-subscription .block .secondary-subcolumn {
  padding: 0 0 0 19px;
  width: 295px;
  float: right;
}

#test-subscription .block .description {
  margin: 0 0 20px 0;
  line-height: 1.5em;
}

#test-subscription .block .content .title {
  color: #0052a1;
  margin: 0 0 16px 0;
  font-size: 1.667em;
  line-height: 1.2em;
  font-weight: bold;
}

#test-subscription .primary-subcolumn ul {
  margin: 0 0 -15px 0;
}

#test-subscription .primary-subcolumn ul li {
  background: url(../images/tick.png) 0 0 no-repeat;
  padding: 1px 0 1px 30px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #33a1ed;
}

#test-subscription .primary-subcolumn ul li a {
  color: #33a1ed;
}

#test-subscription dt {
  width: 140px;
}

#test-subscription dd {
  margin: 0 0 8px 145px;
  width: 150px;
}

#test-subscription dd input[type=text]{
  width: 140px;
}

#test-subscription dd input[type=submit]{
  background: url(../images/test-subscription-submit.png) 0 0 no-repeat;
  width: 150px;
}

#test-subscription dd input[type=submit]:hover{
  background: url(../images/test-subscription-submit.png) 0 -28px no-repeat;
  width: 150px;
}

/*
 * UNSUBSCRIBE
 */

.points {
  margin: 0 0 20px 0;
}

.points li {
  padding: 0 0 0 20px;
  line-height: 18px;
  margin: 5px 0;
  background: url(../images/bullet.png) 0 3px no-repeat;
}

#profile-subscription-teaser {
  text-align: center;
  margin: 0 0 40px 0;
}

/*
 * END UNSUBSCRIBE
 */

/*
 * AB TESTING CREATE ORDER B
 */

#place-order.ab-testing-order-create-b .btn-primary {
  font-size: 16px;
  line-height: 44px;
  float: right;
  height: 44px;
  padding: 0 86px;
}

#place-order.ab-testing-order-create-b #place-order-submit-buttons {
  padding: 10px 0 0 0;
}

#place-order.ab-testing-order-create-b #place-order-submit-buttons .btn-primary:first-child {
  float: left;
}

#place-order.ab-testing-order-create-b .intro {
  padding: 0 0 40px 0;
  margin: 10px 0 40px 0;
  border-bottom: 1px solid #c3e6fb;
}

#tertiary-column.ab-testing-order-create-b {
  width: 300px;
}

#tertiary-column.ab-testing-order-create-b + #primary-column {
  width: 660px;
}

#tertiary-column.ab-testing-order-create-b #how-it-works h2 {
  background: url(../../wsCorePlugin/images/main-sub-column-bullet.png) left 6px no-repeat;
  font-family: 'Aachenbold';
  font-weight: normal;
  font-size: 1.667em;
  color: #0068b3;
  padding: 0 0 0 22px;
  height: 34px;
  line-height: 34px;
}

#tertiary-column.ab-testing-order-create-b #how-it-works {
  margin: 0 0 20px 0;
}

#tertiary-column.ab-testing-order-create-b .steps {
  font-family: 'Aachenbold';
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #0068b3;
  text-align: center;
}

#tertiary-column.ab-testing-order-create-b .steps li {
  padding: 40px 10px 10px 150px;
  height: 90px;
}

/*
 * END AB TESTING ORDER CREATE B
 */

#place-order.ab-testing-order-create-b .add-images,
#place-order.ab-testing-order-create-b .add-documents {
  overflow: hidden;
}

#place-order.ab-testing-order-create-b .add-images .gzPrettyForms-file-button + span,
#place-order.ab-testing-order-create-b .add-documents .gzPrettyForms-file-button + span {
  line-height: 14px;
  margin: -2px 0 0 10px;
  float: left;
  width: 260px;
}

.ab-testing-order-create-b .file_preview dd {
  margin: 0 0 0 130px;
  width: 238px;
}

.ab-testing-order-create-b .file_preview dd input {
  width: 220px;
}

#order-create-form-holder {
  padding: 20px 30px 30px 30px;
  background: #e5f3fc;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/**
 * CRAFTSMAN-REGISTER2
 */

#craftsman-register2 #register-header {
  background: #bae5fb;
  height: 435px;
  background-image: -webkit-linear-gradient(bottom, rgb(237,248,254) 0%, rgb(186,229,251) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(237,248,254)), color-stop(1, rgb(186,229,251)));
  background-image: -moz-linear-gradient(bottom, rgb(237,248,254) 0%, rgb(186,229,251) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(237,248,254) 0%, rgb(186,229,251) 100%);
  background-image: -o-linear-gradient(bottom, rgb(237,248,254) 0%, rgb(186,229,251) 100%);
  background-image: linear-gradient(bottom, rgb(237,248,254) 0%, rgb(186,229,251) 100%);
}

#craftsman-register2 #register-header .content {
  width: 920px;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

#craftsman-register2 #register-header .video {
  background: #ffffff;
  position: relative;
  padding: 7px;
  float: left;
  height: 280px;
  width: 520px;
}

#craftsman-register2 #register-header .video:after {
  position: absolute;
  content: '';
  display: block;
  width: 527px;
  height: 32px;
  left: 10px;
  top: 304px;
  background: url(../images/register2/shade.png) -22px 0;
}

#craftsman-register2 #register-header .logo {
  margin: -12px 0 0 0;
  float: right;
}

#craftsman-register2 #btn-begin-immediately {
  position: relative;
  border: 1px solid #005987;
  border-top-color: #0091db;
  color: #ffffff;
  cursor: pointer;
  font-family: 'AachenboldBold';
  font-size: 2.5em;
  height: 65px;
  line-height: 65px;
  margin: 110px 0 0 0;
  float: right;
  background: #0091db;
  width: 340px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;

    text-shadow: 0 -2px 0 #005987;

    background-image: -webkit-linear-gradient(bottom, rgb(0,112,168) 0%, rgb(0,159,238) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,112,168)), color-stop(1, rgb(0,159,238))
    background-image: -moz-linear-gradient(bottom, rgb(0,112,168) 0%, rgb(0,159,238) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,112,168) 0%, rgb(0,159,238) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,112,168) 0%, rgb(0,159,238) 100%);
    background-image: linear-gradient(bottom, rgb(0,112,168) 0%, rgb(0,159,238) 100%);
  );
}

#craftsman-register2 #btn-begin-immediately:after {
  position: absolute;
  content: '';
  display: block;
  width: 322px;
  height: 35px;
  left: 10px;
  top: 75px;
  background: url(../images/register2/shade.png) -227px -444px;
}

#craftsman-register2 .register-container {
  position: relative;
  background: #ffffff;
  padding: 20px;
  margin: -35px auto 0 auto;
  width: 940px;
  border-radius: 5px;
}

#craftsman-register2 .register-container:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 479px;
  top: 35px;
  left: -11px;
  background: url(../images/register2/shade.png) no-repeat;
}

#craftsman-register2 .register-container:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 479px;
  top: 35px;
  right: -11px;
  background: url(../images/register2/shade.png) -11px 0 no-repeat;
}

#craftsman-register2 .section {
  border-bottom: 1px solid #c7e8fb;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}

#craftsman-register2 .section.footer {
  border: none;
  background: url(../images/register2/shade-bottom.png) center bottom no-repeat;
}

#craftsman-register2 .section .video {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  padding: 7px;
  margin: 0 auto 70px auto;
  height: 340px;
  width: 626px;
  box-shadow: 0 0 10px 2px #cbcbcb;
}

#craftsman-register2 h2 {
  color: #007dc2;
  font-family: 'AachenboldBold';
  font-size: 4.167em;
  line-height: 1.2em;
  margin: 0 0 30px 0;
  text-align: center;
}

/*
 * CRAFTSMAN REGISTER STATISTICS
 */

#craftsman-register2 .statistics {
  background: #edf8fd;
  color: #007dc2;
  font-size: 2em;
  font-family: 'AachenboldBold';
  line-height: 1.2em;
  border: 1px solid #aad7f0;
  padding: 20px 0;
  margin: 0 0 50px 0;
  overflow: hidden;
  text-align: center;

    background-image: -webkit-linear-gradient(bottom, rgb(207,236,251) 0%, rgb(248,252,254) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(207,236,251)), color-stop(1, rgb(248,252,254)));
    background-image: -moz-linear-gradient(bottom, rgb(207,236,251) 0%, rgb(248,252,254) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(207,236,251) 0%, rgb(248,252,254) 100%);
    background-image: -o-linear-gradient(bottom, rgb(207,236,251) 0%, rgb(248,252,254) 100%);
    background-image: linear-gradient(bottom, rgb(207,236,251) 0%, rgb(248,252,254) 100%);
}

#craftsman-register2 .statistics li {
  border-left: 1px solid #aad7f0;
  float: left;
  width: 269px;
  text-align: center;
  padding: 0 0 0 40px;
  margin: 10px 0 0 0;
  height: 95px;
}

#craftsman-register2 .statistics li:first-child {
  border: none;
}

#craftsman-register2 .statistics .content {
  height: 75px;
  padding: 20px 0 0 80px;
}

#craftsman-register2 .statistic-orders .content {
  height: 75px;
  padding: 10px 0 0 80px;
  margin: 10px 0 0 0;
  background: url(../images/register2/register2-sprite.png) 0 -1092px no-repeat;
}

#craftsman-register2 .statistic-craftsmen .content {
  background: url(../images/register2/register2-sprite.png) -77px -1000px no-repeat;
}

#craftsman-register2 .statistic-references .content {
  height: 55px;
  padding: 0 0 0 80px;
  margin: 20px 0 0 0;
  background: url(../images/register2/register2-sprite.png) -138px -945px no-repeat;
}

#craftsman-register2 .statistics span {
  color: #bf2d1a;
  display: block;
  font-size: 1.5em;
}

/*
 * CRAFTSMAN REGISTER FEATURES
 */

#craftsman-register2 .features {
  margin: 0 auto;
  width: 920px;
}

#craftsman-register2 .features li {
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 105px;
  margin: 0 25px 30px 25px;
  width: 290px;
  background: url(../images/register2/register2-sprite.png) 0 0 no-repeat;
  *zoom: 1;
  *display: inline;
}

#craftsman-register2 .features h3 {
  font-size: 1.333em;
  line-height: 1.25em;
  font-weight: bold;
}

#craftsman-register2 .features p {
  font-size: 1.167em;
  line-height: 1.429em;
}

#craftsman-register2 li.feature-statistics {
  background-position: -215px -864px;
}

#craftsman-register2 li.feature-recommended {
  background-position: -290px -792px;
}

#craftsman-register2 li.feature-profile {
  background-position: -338px -712px;
}

#craftsman-register2 li.feature-multiplefields {
  background-position: -391px -624px;
}

#craftsman-register2 li.feature-location {
  background-position: -480px -544px;
}

#craftsman-register2 li.feature-mails {
  background-position: -550px -479px;
}

#craftsman-register2 li.feature-respondtoorders {
  background-position: -617px -413px;
}

#craftsman-register2 li.feature-quotationprogram {
  background-position: -688px -324px;
}

#craftsman-register2 li.feature-companyguide {
  background-position: -750px -249px;
}

#craftsman-register2 li.feature-searchengines {
  background-position: -813px -198px;
}

/*
 * REGISTER CRAFTSMAN TESTIMONIALS
 */

#craftsman-register2 #testimonials {
  overflow: hidden;
}

#craftsman-register2 #testimonials ul {
  margin: 0 0 20px 0;
  overflow: hidden;
}

#craftsman-register2 #testimonials li {
  border: none;
  float: left;
  margin: 0 30px;
  padding: 0;
  width: 410px;
}

#craftsman-register2 #testimonials p {
  font-size: 1.333em;
}

#craftsman-register2 #testimonials blockquote {
  padding: 0;
}

#craftsman-register2 #testimonials blockquote + a {
  font-size: 0.833em;
  font-weight: bold;
  font-style: italic;
}

/*
 * REGISTER CRAFTSMAN BONUS
 */

#craftsman-register2 .bonus {
  position: relative;
  overflow: hidden;
  width: 960px;
  left: -15px;
  right: -15px;
}

#craftsman-register2 .bonus li {
  float: left;
  padding: 0 0 0 115px;
  margin: 0 15px;
  width: 175px;
  background: url(../images/register2/register2-sprite.png) no-repeat;
}

#craftsman-register2 .bonus li.bonus-website {
  background-position: -902px -109px;
}

#craftsman-register2 .bonus li.bonus-training {
  background-position: -1009px -57px;
}

#craftsman-register2 .bonus li.bonus-discount-card {
  background-position: -1094px 0;
}

#craftsman-register2 .bonus h3 {
  font-size: 1.333em;
  line-height: 1.25em;
  font-weight: bold;
}

#craftsman-register2 .bonus p {
  font-size: 1.167em;
  line-height: 1.429em;
}

/*
 * REGISTER CRAFTSMAN SCREENSHOTS
 */

#craftsman-register2 .screenshots {
  margin: 0 0 -38px -45px;
  overflow: hidden;
}

#craftsman-register2 .screenshots li {
  background: url(../images/register2/register2-sprite.png);
  float: left;
  position: relative;
  margin: 0 0 40px 45px;
  height: 256px;
  width: 407px;
  padding: 20px 20px 101px 20px;
}

/*
 * REGISTER CRAFTSMAN SUBSCRIPTIONS
 */

#craftsman-register2 #subscriptions {
}

#craftsman-register2 #subscriptions ul {
  width: 750px;
  height: 340px;
  margin: 0 auto;
  padding: 20px 10px;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
}

#craftsman-register2 #subscriptions li {
  position: relative;
  text-align: center;
  width: 208px;
  padding: 20px;
  border: 1px solid #e3f3fd;
  float: left;
  z-index: 1;
  background: #eef9fe;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

    border-radius: 5px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe3f3fd);
    background-image: -webkit-linear-gradient(bottom, #e3f3fd 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3f3fd), color-stop(1, #ffffff));
    background-image: -moz-linear-gradient(bottom, #e3f3fd 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #e3f3fd 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #e3f3fd 0%, #ffffff 100%);
    background-image: linear-gradient(bottom, #e3f3fd 0%, #ffffff 100%);
}

#craftsman-register2 #subscriptions li.recommended {
  z-index: 2;
  width: 218px;
  padding: 30px 25px;
  margin: -10px;
  border-color: #c8e8fb;
  background: #daf1fd;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffc8e8fb);
    background-image: -webkit-linear-gradient(bottom, #c8e8fb 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c8e8fb), color-stop(1, #ffffff));
    background-image: -moz-linear-gradient(bottom, #c8e8fb 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #c8e8fb 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #c8e8fb 0%, #ffffff 100%);
    background-image: linear-gradient(bottom, #c8e8fb 0%, #ffffff 100%);
}

#craftsman-register2 #subscriptions li.fhHover-active {
  border-color: #05537b;
}

#craftsman-register2 #subscriptions h3 {
  color: #d13f17;
  font-size: 36px;
  margin: 10px 0 20px 0;
  font-family: 'AachenboldBold';
}

#craftsman-register2 #subscriptions p {
  padding: 10px 0;
}

#craftsman-register2 #subscriptions p span {
  color: #007dc2;
  font-size: 20px;
  font-weight: bold;
}

#craftsman-register2 #subscriptions hr {
  border-bottom-color: #aad5ec;
}

#craftsman-register2 #subscriptions .btn-subscription {
  display: block;
  height: 55px;
  line-height: 55px;
  border: 1px solid #05537b;
  border-top-color: #009fee;
  text-align: center;
  color: #ffffff;
  font-family: 'AachenboldBold';
  font-size: 20px;
  text-decoration: none;
  margin: 20px 0 0 0;
  background: #0084c7;

    border-radius: 5px;
    text-shadow: 0 -2px 0 #005682;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff009eed, endColorstr=#ff0070a8);
    background-image: -webkit-linear-gradient(bottom, #0070a8 0%, #009eed 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0070a8), color-stop(1, #009eed));
    background-image: -moz-linear-gradient(bottom, #0070a8 0%, #009eed 100%);
    background-image: -ms-linear-gradient(bottom, #0070a8 0%, #009eed 100%);
    background-image: -o-linear-gradient(bottom, #0070a8 0%, #009eed 100%);
    background-image: linear-gradient(bottom, #0070a8 0%, #009eed 100%);
}

#craftsman-register2 #subscriptions .btn-subscription span {
  font-size: 40px;
}

#craftsman-register2 #subscriptions .btn-subscription em {
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
}

/*
 * REGISTER CRAFTSMAN SUBMIT
 */

#craftsman-register2 #btn-register {
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #9fc133;
  border: 1px solid #7a9327;
  width: 330px;
  font-family: 'AachenboldBold';
  display: block;
  font-size: 3em;
  height: 65px;
  line-height: 65px;
  margin: 0 auto 60px auto;
  text-decoration: none;

    border-radius: 5px;
    text-shadow: 0 -2px 0 #617620;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9fc133, endColorstr=#ff7a9327);
    background-image: -webkit-linear-gradient(bottom, #7a9327 0%, #9fc133 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7a9327), color-stop(1, #9fc133));
    background-image: -moz-linear-gradient(bottom, #7a9327 0%, #9fc133 100%);
    background-image: -ms-linear-gradient(bottom, #7a9327 0%, #9fc133) 100%);
    background-image: -o-linear-gradient(bottom, #7a9327 0%, #9fc133 100%);
    background-image: linear-gradient(bottom, #7a9327 0%, #9fc133 100%);
}

/*
 * CRAFTSMAN REGISTER STEP 2
 */

#craftsman-register2-step2,
#craftsman-register2-step3 {
  width: 780px;
  margin: 0 auto;
}

#craftsman-register2-step2 #primary-column,
#craftsman-register2-step3 #primary-column {
  margin: 30px 0 100px 0;
}

/**
 * MOBILE-APP
 */

#mobile-app-promotion .intro {
  background: #ffffff url(../images/mobile-app/gradient.png) bottom left repeat-x;
  overflow: hidden;
  padding: 0 0 70px 0;
  margin: 30px 0 0 0;
  text-align: center;
}

#mobile-app-promotion h1 {
  font-family: AachenboldBold;
  font-size: 60px;
  line-height: 72px;
  color: #0052a1;
}

#mobile-app-promotion h2 {
  color: #0052a1;
  font-family: Aachenbold;
  font-size: 35px;
  margin: 0 0 5px 0;
  line-height: 42px;
}

#mobile-app-promotion h2 em {
  color: #ab1e1a;
}

#mobile-app-promotion .intro p {
  color: #ab1e1a;
  font-size: 25px;
  margin: 0 0 40px 0;
  font-family: Aachenbold;
  line-height: 30px;
}

#mobile-app-promotion .highlight {
  background: #ffffff;
  overflow: hidden;
  padding: 7px;
  width: 712px;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px #bdc5ca;
}

#mobile-app-promotion .highlight .video {
  width: 523px;
  float: left;
}

#mobile-app-promotion .highlight .action {
  background: url(../images/mobile-app/arrow.png) 25px 39px no-repeat;
  width: 158px;
  margin: 0 12px 0 0;
  padding: 100px 0 0 0;
  float: right;
}

#mobile-app-promotion .highlight .btn-primary {
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  margin: 0 0 15px 0;
  width: 138px;
}

#mobile-app-promotion .appstore {
  background: url(../images/appstore.png);
  display: block;
  float: left;
  text-indent: -9999em;
  margin: 0 0 0 7px;
  overflow: hidden;
  height: 48px;
  width: 145px;
}

#mobile-app-promotion .list {
  margin: 0 0 40px 0;
}

#mobile-app-promotion .list li {
  border-bottom: 1px solid #badff9;
  overflow: hidden;
  padding: 40px;
}

#mobile-app-promotion .list .imageholder {
  background: url(../images/mobile-app/iphone.png);
  width: 127px;
  position: relative;
  height: 249px;
  float: right;
}

#mobile-app-promotion .list .imageholder img {
  position: absolute;
  top: 42px;
  left: 8px;
  height: 168px;
  width: 112px;
}

#mobile-app-promotion .list .description {
  float: left;
  font-size: 16px;
  margin: 30px 0 0 0;
  line-height: 22px;
  width: 687px;
}

#mobile-app-promotion .action-bar {
  overflow: hidden;
  margin: 0 0 80px 0;
}

#mobile-app-promotion .action-bar .appstore {
  margin: 0 0 0 246px;
}

#mobile-app-promotion .action-bar .btn-primary {
  height: 48px;
  float: left;
  margin: 0 0 0 20px;
  line-height: 48px;
  width: 303px;
  font-size: 20px;
}

#side-menu li.odd {
  background: #ab1e1a;
}

/**
 * MOBILE-PROMOTION-MOBILE-APP
 */

#mobile-promotion-mobile-app {
  padding: 0 0 0 0;
  background: #8b121b;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  min-height: 100%;
  width: 100%;
}

#mobile-promotion-mobile-app #primary-column {
  padding: 15px 0 64px 0;
  margin: 0;
}

#mobile-promotion-mobile-app .logo {
  margin: 0 0 15px 0;
  width: 200px;
}

#mobile-promotion-mobile-app .description {
  padding: 0 30px 15px 30px;
  text-align: left;
}

#mobile-promotion-mobile-app h1 {
  color: #ffffff;
  font-family: Aachenbold;
  font-size: 32px;
  line-height: 32px;
}

#mobile-promotion-mobile-app p {
  color: #fff100;
  font-size: 15px;
  font-family: Aachenbold;
  line-height: 18px;
}

#mobile-promotion-mobile-app .more-info {
  color: #ffffff;
  line-height: 15px;
  font-size: 12px;
}

#mobile-promotion-mobile-app .btn-primary {
  font-size: 20px;
  font-weight: bold;
  height: 44px;
  margin: 0 auto;
  line-height: 44px;
  margin: 0 0 15px 0;
  width: 170px;
}

#mobile-promotion-mobile-app .appstore {
  background: url(../images/appstore.png);
  display: block;
  text-indent: -9999em;
  margin: 0 0 0 7px;
  overflow: hidden;
  height: 48px;
  width: 145px;
}

#mobile-promotion-mobile-app .gotosite {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #002e5a;
  display: block;
  background: #004b92;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
  color: #ffffff;
  text-shadow: 0 -2px 2px #001224;
  width: 100%;
}

#mobile-promotion-mobile-app .gotosite:hover {
  text-decoration: none;
}

/**
 * TABLET MOBILE-PROMOTION-MOBILE-APP
 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  #mobile-promotion-mobile-app #primary-column {
    padding: 30px 0 128px 0;
    margin: 0;
  }

  #mobile-promotion-mobile-app .logo {
    margin: 0 0 30px 0;
    width: 400px;
  }

  #mobile-promotion-mobile-app .description {
    padding: 0 60px 30px 60px;
  }

  #mobile-promotion-mobile-app h1 {
    font-size: 64px;
    line-height: 64px;
  }

  #mobile-promotion-mobile-app p {
    font-size: 30px;
    line-height: 36px;
  }

  #mobile-promotion-mobile-app .more-info {
    line-height: 30px;
    font-size: 25px;
  }

  #mobile-promotion-mobile-app .btn-primary {
    font-size: 40px;
    height: 88px;
    line-height: 88px;
    margin: 0 0 30px 0;
    width: 340px;
  }

  #mobile-promotion-mobile-app .appstore {
    margin: 0 auto 30px auto;
  }

  #mobile-promotion-mobile-app .gotosite {
    font-size: 40px;
    line-height: 48px;
    padding: 40px 0;
    text-shadow: 0 -2px 2px #001224;
  }
  
}

/**
 * PROMOTION LABEL
 */

#promotion-overlay {
  position: fixed;
  display: none;
}

#promotion-overlay.active {
  display: block;
  background: #333333;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

#promotion-label {
  background: #92131d;
  position: fixed;
  top: 310px;
  overflow: hidden;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 20px -2px #000000;
  border-radius: 0 10px 10px 0;
}

#promotion-label .content {
  border-right: 1px solid #720e16;
  float: left;
  height: 319px;
  overflow: hidden;
  display: none;
}

#promotion-label.active .content {
  display: block;
  width: 596px;
}

#promotion-label .imageholder {
  background: url(../images/mobile-app/label-iphone.png) 27px 9px no-repeat;
  position: relative;
  float: left;
  height: 319px;
  width: 222px;
}

#promotion-label .imageholder img {
  position: absolute;
  height: 187px;
  width: 125px;
  top: 65px;
  left: 45px;
}

#promotion-label .description {
  float: left;
  padding: 27px 0 0 0;
  width: 349px;
}

#promotion-label .title {
  font-family: 'AachenBoldbold';
  font-size: 4.167em;
  line-height: 1em;
  padding: 0 0 14px 0;
  color: #ffffff;
}

#promotion-label .text {
  font-family: 'AachenBold';
  color: #fff100;
  font-size: 1.667em;
  line-height: 1em;
}

#promotion-label .description .more-info {
  color: #ffffff;
  display: inline-block;
  font-size: 1.167em;
  line-height: 1.429em;
  padding: 0 0 25px 0;
  *zoom: 1;
  *display: inline;
}

#promotion-label .appstore {
  background: url(../images/mobile-app/mobile-appstore.png);
  display: block;
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  height: 48px;
  width: 145px;
  margin: 0 20px 0 0;
}

#promotion-label .btn-primary {
  height: 48px;
  float: left;
  line-height: 48px;
  width: 158px;
  font-size: 20px;
}

#promotion-label .label {
  background: url(../images/mobile-app/label.png) 0 19px no-repeat;
  color: #ffffff;
  border-left: 1px solid #a74249;
  display: block;
  text-indent: -9999em;
  float: left;
  cursor: pointer;
  overflow: hidden;
  height: 319px;
  width: 39px;
}

#promotion-label.active .label {
  background: url(../images/mobile-app/label.png) -40px 19px no-repeat;
}

/**
 * MEDIA-CAMPAIGN
 */

#media-campaign {
  background: url(../images/media-campaign/background.png) 0 0 repeat-x;
}

#media-campaign .ad.block {
  display: none;
}

#media-campaign .container {
  width: 980px;
  position: relative;
  margin: 0 auto;
}

#media-campaign .logo {
  display: block;
  margin: 24px auto 60px auto;
  width: 351px;
}

#media-campaign .campaign-intro {
  background: url(../images/media-campaign/video-shadow.png) 0 -298px no-repeat;
  padding: 0 0 73px 0;
}

#media-campaign .video {
  background: #ffffff;
  padding: 7px;
  width: 523px;
  margin: 0 39px 0 0;
  float: left;
  border: 1px solid #cbcccd;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #333333;
}

#media-campaign .video iframe {
  display: block;
}

#media-campaign .campaign-intro h1 {
  font-family: 'AachenBoldbold';
  font-size: 2.917em;
  color: #0052a1;
  padding: 10px 0 0 0;
  line-height: 1.2em;
}

#media-campaign .campaign-intro p {
  font-size: 1.333em;
  color: #000000;
  margin: 0 0 23px 0;
  line-height: 1.375em;
}

#media-campaign .campaign-intro .btn-primary {
  margin: 0 0 0 26px;
  font-size: 2.5em;
  line-height: 2.2em;
  height: 66px;
  width: 290px;
  text-shadow: 0 -1px #333333;
}

#media-campaign .facepile-holder {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #badff9;
}

#media-campaign h2 {
  color: #ab1e1a;
  font-family: 'AachenBoldbold';
  font-size: 5em;
  text-align: center;
  padding: 27px 0 30px 0;
  line-height: 1.2em;
}

#media-campaign .testimonials {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #badff9;
}

#media-campaign .testimonials li {
  float: left;
  width: 305px;
  margin: 0 0 0 30px;
}

#media-campaign .testimonials li:first-child {
  margin: 0;
}

#media-campaign .testimonials .imageholder {
  padding: 5px;
  border: 1px solid #cccccc;
  width: 90px;
  float: left;
  margin: 0 12px 0 0;
  box-shadow: 0 0 6px -1px #333333;
}

#media-campaign .testimonials .imageholder img {
  display: block;
}

#media-campaign .testimonials .description {
  width: 305px;
}

#media-campaign .testimonials .imageholder + .description {
  width: 190px;
  float: left;
}

#media-campaign .testimonials h3 {
  font-family: 'Aachenbold';
  font-size: 1.5em;
  line-height: 1.111em;
  color: #0052a1;
}

#media-campaign .testimonials p {
  font-size: 1.083em;
  line-height: 1.385em;
}

.showcases {
  padding: 0 0 60px 0;
}

.showcases .carousel.jcarousel-container {
  padding: 1px;
  background: #f7fcfe;
  border: 1px solid #c8e8fb;
  height: 225px;
  overflow: hidden;
  border-radius: 2px;
}

.showcases .carousel .jcarousel-clip-horizontal {
  height: 203px;
  margin: 11px 31px;
}

.showcases  .jcarousel-list {
  overflow: hidden;
  position: relative;
  top: 0;
}

.showcases .carousel .carousel-prev {
  top: 2px;
  left: 1px;
  width: 18px;
  height: 225px;
  text-indent: 18px;
  line-height: 225px;
  background: #258ae9 url(../images/media-campaign/carousel-arrows.png) 7px 109px no-repeat;
  background-color: #258ae9;
  border-left: 1px solid #f7fcfe;
  border-radius: 2px 0 0 2px;
}

.showcases .carousel .carousel-next {
  top: 2px;
  right: 1px;
  width: 18px;
  height: 225px;
  text-indent: 18px;
  line-height: 225px;
  background: #258ae9 url(../images/media-campaign/carousel-arrows.png) -13px 109px no-repeat;
  border-right: 1px solid #f7fcfe;
  border-radius: 0 2px 2px 0;
}

.showcases .jcarousel-list li {
  float: left;
  width: 220px;
  height: 220px;
  margin: 0 12px 0 0;
  text-align: center;
}

.showcases .jcarousel-list li .more {
  color: #ab1e1a;
  margin: 5px 0 0 0;
  display: inline-block;
  font-weight: bold;
  font-size: 1.083em;
  *zoom: 1;
  *display: inline;
}

#media-campaign .actions {
  text-align: center;
}

#media-campaign .actions .btn-primary {
  display: block;
  margin: 0 auto 50px auto;
  height: 70px;
  width: 450px;
  font-size: 2.5em;
  padding: 15px 10px;
  line-height: 1.133em;
}

#media-campaign .actions .back-link {
  font-size: 1.333em;
}




