/* css for LGC pages */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	/* todo
	font-size: 13px;
	*/
	font-size: 82%;
}
body {
	font-size: 1em;
	font-family: 'noto sans';
	color: #1e1e1e;
  	color: rgba(30, 30, 30, 0.9);
}

.content {
	box-sizing: border-box;
	padding: 18px;
}

h1, h2, h3, h4, h5, h6,
legend {
	font-weight: normal;
	font-weight: 500;
	font-family: 'roboto';
	color: #3f3f3f;
  	color: rgba(63, 63, 63, 0.9);
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: .93em; }

h1 { margin: .3em auto; }
h2 { margin: .275em auto; }
h3 { margin: .260em auto; }
h4 { margin: .245em auto; }
h5 { margin: .285em auto; }
h6 { margin: .35em auto; }

a { }

/* avk: 2015-7-6
	disabling the button styles for now-- they don't merge well with the LGC buttons
*/
/*
.button {
	cursor: pointer;
}
span.button,
a.button,
a.button:link,
a.button:visited,
a.button:active {
	box-sizing: border-box;
	text-decoration: none;
	padding: .3em .5em;
	margin: .3em auto;
	display: inline-block;

	background-color: #6d7171;
	background-color: #636767;


	font-family: 'lato';
	font-size: .98em;
	font-weight: bold;
	font-weight: normal;

	color: #1b222a;
	color: #f0f5f5;
	letter-spacing: .047em;
	border: 0px;
}
a.button:hover {
	background-color: #f1f4f4;
}

*/
.helper {
	font-family: 'pt sans caption';
	font-size: .95em;
}
div.helper {
	padding: .7em;
	box-sizing: border-box;
	margin-left: 1em;
	background-color: #ecf5f3;
	/* LGC snippet helper color: */
	background-color: #c3efe2;
	background-color: #e0f3ed;
}
div.helper > a.button {
	font-size: 1em;
	margin-top: .9em;
}

fieldset {
	border: 1px solid #e5e5e5;
	padding: .3em .75em .5em;
	padding: .3em .75em .3em;
	/*	top	left/right	bottom */
}


legend {
	font-size: 1.4em;
	padding: 0 .3em;
}
legend.s1 {
	font-size: 1.15em;
}

fieldset .subtotal {
	float: right;
}
.button,
input,
label
span {
	vertical-align: middle;
}
textarea {
	width: 100%;
	box-sizing: border-box;
}

/* input[type=text], */
input,
select,
textarea {
	border: 1px solid #dadada;
	border-color: #c5c5c5;
	/* todo: field bg.color
	 */
	background-color: #f0f0f0;
	background-color: #eef4f2;
	background-color: #ececec;

	/* todo - field fonts
	 */
	font-family: 'open sans';
	font-family: 'oxygen';
	font-family: 'lato';
	font-family: 'arimo';

	color: inherit;
	color: #111111;
  	color: rgba(0,0,0,.85);

	font-size: .97em;
	font-size: 1em;

	letter-spacing: .065em;

	/* to correct extra padding on bottom */
	padding: .2em .25em .05em;	
	padding: .28em .30em .18em;	/* to correct extra padding on bottom */
}
textarea {
	line-height: 1.3em;		/* for multi-line comment box */
}
/* todo: not used
input.heavy,
*/
label > .subtotal {
	font-weight: bold;
	font-family: 'arimo';
	font-size: 1.1em;
}
/* todo: not used
input.heavy {
	letter-spacing: 0;
}
*/

label {
	font-family: 'open sans';
	font-size: 1em;
	font-weight: 700;
}
.section > div {
	margin-bottom: 1em;
}
.pane {
	width: 100%;
	display: table;
}
.pane > * {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.pane div.helper {
}
	/*
	width: 35%;
	*/
.pane > :first-child,
.pane > .form {
	padding-right: 1em;
	vertical-align: top;
	width: 50%;
	min-width: 28em;
	/*
	max-width: 30em;
	*/
	word-wrap: break-word;
}

.form > a.button,
.pane fieldset > a.button {
	float: right;
}

.section {
	margin: 1em auto;
}

div.field > * {
	display: inline-block;
	vertical-align: middle;
}

.helper i {
	font-weight: bold;
	font-family: 'lato';
	font-size: 1.0025em;
}

#comments textarea {
	height: 5em;
}


/*label + input[type=text] {*/
label + input {}
input[type=radio] + label {
	margin-left: .3em;
}

#gift_card_balance fieldset {
	margin-top: 20px;
}

fieldset.single {
	padding-top: 	.5em;
	padding-bottom: .5em;
	text-align: center;
	margin-top: 1em;
}

fieldset.single * {
	vertical-align: middle;
}
fieldset.single label {
}
fieldset.single .button {
	margin-left: 3em;
}
input#card_number,
input#card {
	width: 11.5em;
}

.slab_content_block > div.content {
	padding: 0px;
}



.page-content {
padding-bottom: 20px;
}

.listing_product_attrib_personal_message_counter_input + label {
  margin-left: .5em;
  font-size: 1.05em;
}

.listing_product_attrib_personal_message_counter_input {
  font-size: .85em;
}

.listing_product_attrib_optional {
  text-align: left;
  font-style: italic;
  color: #868686;
  color: rgba(134, 134, 134, 0.9);
  font-size: .95em;
  margin-bottom: 1em;
}

.listing_product_attrib_presenter_presenters_block > label {
  margin-right: .8em;
}
.listing_product_attrib_presenter_presenters_block * {
	vertical-align: top;
}