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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

textarea {
  font: 13px/1.3 Arial, sans-serif;
  color: #54534A;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{border-style:none;}
body {
  font-family: 'Lato', Helvetica, Arial,  sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #637079;
  background: #fcfcfc url(../images/bg-page1.png) repeat-x;
}

h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
p { margin-bottom: 1em; }

strong { font-weight: bold; }

.smlgray {
  color: #a9a9a4;
  font-size: 11px;
}

.clear {
  height: 0;
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after { clear:both; }
.inline-block {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *display: inline;
}
.text-right { text-align: right; }

input[type="text"],
input[type="password"],
input[type="tel"],
#categorySearcher input {
  font: 13px/18px Arial, sans-serif;
  color: #54534a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #88939b;
  width: 240px;
  height: 18px;
  margin: 0;
  padding: 8px 10px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *display: inline;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
  background-color: #eee;
}

button {
  vertical-align:middle;
  overflow:visible;
  width:auto;
  border:0;
  padding:0;
  margin:0;
  background: transparent;
  cursor:pointer;
}

.button-test {
  background-color: #637079;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88939b), to(#637079));
  background-image: -moz-linear-gradient(top, #88939b, #637079);
  background-image: -ms-linear-gradient(top, #88939b, #637079);
  background-image: linear-gradient(top, #88939b, #637079);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88939b', endColorstr='#637079');
  border: 1px solid #637079;
  color: #fcfcfc;
  font-size: 12px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.button-test:hover {
  opacity: 0.8;
}

.button-test > span > span {
  text-align:center;
  padding: 0 20px;
}


.button-lrg {
  background: url(../images/button-lrg.png) no-repeat right top;
  height: 40px;
  padding-right: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  cursor: pointer;
  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;
}

.button-lrg > span {
  background: url(../images/button-lrg.png) no-repeat;
  height: 20px;
  padding: 9px 0 11px 17px;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0 1px 1px #555;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  vertical-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *display: inline;
}
.button-lrg:hover {
  text-decoration: none;
  background-position: right -40px;
}
.button-lrg:hover > span {
  background-position: 0 -40px;
}
.button-lrg.disabled,
.button-lrg.disabled:hover {
  color: #999;
  cursor: default;
  background-position: right -80px;
}
.button-lrg.disabled span,
.button-lrg.disabled:hover span {
  text-shadow: none;
  background-position: 0 -80px;
}
.button-cancel {
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  padding: 9px 5px 11px;
  line-height: 20px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *display: inline;
}

.delete { text-align:right; }

.btn,
.btn-large,
.btn-small {
  display:-moz-inline-stack;
  display:inline-block;
  *vertical-align:auto;
  zoom:1;
  *display:inline;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  user-select:none;
  background-color:#dbe2e4;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#edf1f2), to(#dbe2e4));
  background-image:-moz-linear-gradient(top, #edf1f2, #dbe2e4);
  background-image:-ms-linear-gradient(top, #edf1f2, #dbe2e4);
  background-image:linear-gradient(top, #edf1f2, #dbe2e4);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#edf1f2', endColorstr='#dbe2e4');
  -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.1);
  border:1px solid #bac2c5;
  color:#54534a;
  font-family:'Gotham SSm A', 'Gotham SSm B', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  border-radius:3px;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -ms-box-sizing:content-box;
  box-sizing:content-box;
  outline:none;
  vertical-align:middle;
  cursor:pointer;
  text-align:center;
}

.btn > span {
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:middle;
  *vertical-align:auto;
  zoom:1;
  *display:inline;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:normal;
  line-height:30px;
  padding:0 15px
}

.btn-action {
  background-color:#637079;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#88939b), to(#637079));
  background-image:-moz-linear-gradient(top, #88939b, #637079);
  background-image:-ms-linear-gradient(top, #88939b, #637079);
  background-image:linear-gradient(top, #88939b, #637079);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88939b', endColorstr='#637079');
  border:1px solid #637079;
  color:#fcfcfc;
}

.btn-delete {
  width: 15px;
  height: 14px;
  background: url(../images/icons-general.png) no-repeat 2px -178px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  vertical-align: top !important;
  cursor: pointer;
}

.btn-delete:hover {
	background-position: 2px -198px;
}

#error, #errormsg {
  color: red;
  font-weight: bold;
  padding: 0 15px;
}

#error {
  margin-bottom: 10px;
}

.error {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}

.red-message{
	border:1px solid #f00;
	background:#fff2f2;
	margin:0 0 14px;
	padding:11px 13px 17px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#f00;
	line-height:30px;
	font-weight:bold;
	font-size:14px;
}

.red-message .ui-icon {
	background: url('../images/warning.png') no-repeat;
}

#main {
  width: 440px;
  margin: 30px auto 20px;
  padding: 14px;
  background-color: #fcfcfc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bac2c5;
}

#main.wide {
  width: 560px;
}

#main.wider {
  width: 800px;
}

#main.full {
	width: 930px;
}

#main.warning {

}

#header {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0 0 17px;
  margin-bottom: 20px;
}

.header-phone {
  float:right;
  font-size:14px;
  font-weight:bold;
  padding:5px 15px 0 0;
}

.logo-img {
  display: block;
  float: left;
  max-width: 130px;
  max-height: 40px;
  height: auto;
  width: auto;
  margin-bottom: 25px;
}

.logo-img-yext {
  height: 31px;
  width: 69px;
}

.content {
  padding: 0 15px;
}

.label {
  font-weight: bold;
}

.text {
  width: 340px;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px;
  margin: 10px 0;
  font-size: 15px;
}

.row {
  margin-bottom: 10px;
}
.buttons {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: right;
}

label {
  display: block;
  font-weight: bold;
  width: 120px;
  padding-top: 7px;
}

label.wide { width:130px; }
label.wider { width: 150px; }
label.terms-agree {
  width:290px;
  padding:0;
}

label.full { width: auto; }

#forgot {
  padding: 13px 15px 3px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}

a {
  color: #14bef0;
  text-decoration: none;
}
a:hover { text-decoration: underline; }


.cancel {
  cursor: pointer;
}

.sent-msg {
  font-weight: bold;
  color: #61b300;
}

#incorrect {
  font-size: 12px;
  margin-top: 15px;
  font-weight: bold;
  color: red;
}

#account {
  margin: 10px 0;
}

#footer {
  width: 410px;
  margin: 0 auto;
  font-size: 11px;
  color: #8f8e85;
  text-align: center;
}

#footer.wide { width: 470px; }

#footer.full { width: 900px; }

/* Internal Specific Page Styling
 * Subscriptions New Account
 */

.section {
	margin-bottom:20px;
}

.section h2 {
	margin:20px 0;
	padding:0;
}

.section table,
.section div.cc {
	border: 1px solid #ccc;
	overflow: hidden;
	padding:15px;
	border-collapse: seperate;
}

.section table {
	border-collapse: separate;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:100%;
}

.section .location-form { margin-top: 15px; }
.section .location-form .td-delete {
	vertical-align:middle;
	text-align:right;
}

.section div.cc {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.section #charges-today {
	border: 1px solid #ccc;
	border-top:0;
	overflow: hidden;
	padding:15px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.section .field-name {
	text-align:left;
	font-weight:bold;
	width:120px;
	vertical-align:middle;
}

.section .left-col {
	float:left;
	width:447px;
	margin:0 6px 0 0;
}

.section .right-col {
	width:410px;
	float:left;
}

.section .row {
	padding:0;
	width:100%;
	overflow:hidden;
}

.section .cards-row {
	margin-bottom:20px;
}

.checkout-card {
  background: url('../images/creditcards.png') no-repeat;
  height: 32px;
  margin: 0;
  width: 52px;
  padding: 0;
  float: left;
}
.checkout-card-mastercard { background-position:0 -32px; }
.checkout-card-amex { background-position: 0 -64px; }
.checkout-card-visa { background-position: 0 0; }
.checkout-card-discover { background-position: 0 -96px; }


.section .form-label {
	width: 140px;
	float:left;
}

.section .field-info input {
	width:240px !important;
}

.section .field-info td {
	padding-bottom:10px;
}

.section input.firstname-field, input.lastname-field { width:108px; }
.section input.city-field { width: 108px; }
.section input.zip-field, input.zip-field { width:50px !important; }

.section .addition {
	color:#8F8E85;
	display:block;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
	line-height:12px;
	padding:3px 0 0;
}

.local-note {
	padding-top:2px;
	font-style:italic;
}

#add-another {
	padding:10px;
	display:inline-block;
}

.link:hover { cursor:pointer; }

#login { overflow: hidden; }

#login .row { overflow: hidden; }
#login label {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  clear: left;
  padding-top: 0;
}

#login label.normal {
  width: auto;
  font-weight: normal;
}

#login input {
  display: inline-block;
  vertical-align: middle;
}

#login .row.buttons {
  float: right;
  clear: both;
  overflow: hidden;
}
