﻿/* CSS for the Customer Service and the Contact Us pages */

/* ------------------------------------------------------------------ */
/* Customer Service page */

table.cs-contacts td {
  vertical-align: top;
  padding: 3px 0;
}

table.cs-contacts td.contact-group {
  padding: 0px 0 0px 0;
}

table.cs-contacts td.contact-group h2,
table.cs-contacts td.contact-group h3 {
  padding: 0 0 5px 0;
  margin: 0;
}

table.cs-contacts span.contact-nature {
  display: block;
  color: #777;
  padding-bottom: 15px;
}

table.cs-contacts td.contact-type {
  width: 130px;
}

table.cs-contacts td.contact-tip {
  padding: 10px 0 0 0;
  text-align: center;
}

table.cs-contacts td.contact-tip a {
  display: inline-block;
  font: normal 12px/12px "Arial","Helvetica",sans-serif;
  color: #484848;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f0f0f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%,#f0f0f0 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%,#f0f0f0 100%); /* IE10+ */
  background: linear-gradient(top, #fafafa 0%,#f0f0f0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
  zoom: 1; /* IE hasLayout fix to make sure the filter is displayed */
  text-align: left;
  -webkit-transition: border .218s ease;
  -moz-transition: border .218s ease;
  -o-transition: border .218s ease;
  transition: border .218s ease;  
}

table.cs-contacts td.contact-tip a:hover {
  border: 1px solid #777;
  text-decoration: none;
}

table.cs-contacts td.contact-tip span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: transparent url("../images/lightbulb.png") 8px center no-repeat;
  padding-left: 30px;
}

div.cs-contact-left-column {
  width: 350px;
  float: left;
  border-right: 1px solid #eaeaea;
  padding-right: 20px;
}

div.cs-contact-right-column {
  width: 480px;
  float: right;
}

div.cs-contact-left-column div.business-card {
  margin-bottom: 40px;
}

#support-qr-code a {
  display: block;
  width: 250px;
  height: 250px;
  margin: auto;
  background: transparent url("../images/qrcode-cs-small.png") center center no-repeat;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border .218s ease;
  -moz-transition: border .218s ease;
  -o-transition: border .218s ease;
  transition: border .218s ease;  
}

#support-qr-code a:hover {
  border: 1px solid #777;
}

#cs-subheader-illustration {
  background-image: url("../images/illustrations/page-customer-service.jpg");
}


/* ------------------------------------------------------------------ */
/* Contact Us page */

#cu-contacts {
  margin-top: 20px;
  width: 100%;
}

#cu-contacts td {
  width: 25%;
  vertical-align: top;
  padding-right: 20px;
}

#cu-contacts td.last {
  padding-right: 0;
}

#cu-contacts h3 {
  margin-top: 0;
  padding-top: 0;
}

#cu-contacts span.contact-nature {
  display: block;
  color: #999;
  height: 3.2em;
  border-bottom: 1px dotted #eaeaea;
  margin-bottom: 5px;
}

#cu-contacts span.deco {
  display: block;
  height: 6px;
  line-height: 6px;
  width: 30%;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#cu-contacts span.deco-sales {  background-color: #0caedc; }
#cu-contacts span.deco-partners { background-color: #77d021; }
#cu-contacts span.deco-press { background-color: #ff5800; }
#cu-contacts span.deco-jobs { background-color: #ccc; }

#cu-hq iframe {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 20px;
}

#cu-hq h3 { margin-top: 0; }

#cu-hq div.postal-address {
  float: right;
  width: 50%;
  padding-left: 20px;
}

#cu-subheader-illustration {
  background-image: url("../images/illustrations/page-contact-us.jpg");
}