body {
	color: #333333;
	/*font-family: "Avenir LT W01 45 Book";*/
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #37557a;
  /*font-family: "Avenir LT W01 65 Medium";*/
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 20px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

h1, h2, h3 {
  line-height: 20px;
}

h2 {
  font-size: 16px;
}
h3 {
  color: #1d5a9e;
  font-size: 14px;
}
.alert {
	font-size: 14px;
}

.alert a {
	font-weight: bold;	
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

.navbar {
	border: none;
	margin-bottom: 17px;
}

.navbar .container-fluid {
	padding: 0 20px
}

.navbar .brand {
	color: #777777;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 200;
	margin-left: -20px;
	padding: 10px 20px 0;
	text-shadow: 0 1px 0 #ffffff;
}

.navbar-collapse {
	padding: 0;
}

.navbar .btn-navbar {
	background-color: #ededed;
	background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #ffffff;
	display: none;
	float: right;
	margin: 5px;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav {
	display: block;
	float: right;
	left: 0;
	margin: 40px 10px 0 0;
	position: relative;
}

.navbar .nav > li {
	border-right: 1px solid #fff;
	display: inline-block;
	float: left;
	padding: 0 0.65em;
}

.navbar .nav > li > a {
	color: #092e82;
	float: none;
	padding: 0;
	text-decoration: none;
}

.masthead .navbar .nav > li > a {
	font-size: 15px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #999;
  text-decoration: none;
}

/* footer styles */

footer.footer {
  background: rgba(0, 0, 0, 0) url("/images/footer.png") repeat-x scroll 0 0;
  margin-top: -70px;
  padding: 182px 0 0;
}

footer.footer .navbar {
  margin-bottom: 7px;
}

footer.footer .navbar .navbar-inner {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c9c9c9 0%, #ffffff 38%, #dbdbd6 100%) repeat scroll 0 0;
  border: medium none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

footer.footer .navbar .navbar-inner ul.nav {
  display: block;
  float: left;
  left: 0;
  margin: 16px 10px 15px 0;
  position: relative;
}

footer.footer .navbar .nav > li {
  border-right: 1px solid #1e4d89;
  line-height: 12px;
}

footer.footer .navbar .navbar-inner ul.nav li a {
  color: #1e4d89;
  /*font-family: "Avenir LT W01 85 Heavy";*/
  font-family: 'Open Sans', sans-serif;
}

.navbar .nav > li:last-child, footer.footer .navbar .nav > li:last-child, .span4.callouts.last {
  border: 0 none;
}

.row-fluid .rounded-home h2 {
	margin: 18px 0 6px;
}

.row .bodycopy {
  padding: 10px 20px;
}

.row div.rounded {
  background: #fff none repeat scroll 0 0;
  border-radius: 8px;
  padding-bottom: 20px;
}

.span3.rounded, .rounded {
  box-shadow: 0 0 6px rgba(50, 50, 50, 0.6);
}

.breadcrumb.lite {
  background-color: #f0f0ef;
}

ul.breadcrumb.lite li {
  color: #1d5b9e;
  font-weight: bold;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cccccc -moz-use-text-color #ffffff;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 9px 0;
}

.btn-primary {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-small {
  border-radius: 3px;
  font-size: 11.9px;
  padding: 2px 10px;
}

.nav.letters-list > li > a {
	padding: 4px 5px;
}


#merchants-table_filter {
	display: none;
}

#merchants-table td {
	border-bottom: 1px solid #ccc;
	margin: 1.5em 0.5em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#merchants-table .logo {
	max-width: 150px;
}

#merchants-table input[name="qty"] {
	width: 60px;
}

#merchants-table .form-inline {
	margin: 1em 0;
}

#merchants-table .form-group {
	margin-right: 1em;
}

#merchants-table input[type="radio"], input[type="checkbox"] {
  margin-top: 1px;
}

#merchants-table .value-group label {
	margin-right: 4px;
}

#merchants-table .message-container .help-block {
	color: #c9302c;
	font-size: 14px;
}

#merchants-table .denominations-group {
	margin-right: 0;
}

#merchants-table .denominations-group > label:first-child {
	margin-bottom: 2px;
	display: block;
}

#merchants-table .denominations-group > label:first-child a.tip {
	font-weight: normal;
	margin-left: 1em;	
}

#merchants-table .denominations-group label.radio-inline {
	padding-left: 18px;
	margin-left: 6px;
	margin-right: 0;
}

#merchants-table .denominations-group .radio-inline input[type="radio"] {
	margin-left: -18px;
}

#merchants-table .merchant-details {
	margin-top: 1em;	
}

#merchants-table .merchant-details h3 {
	color: #000000;
	margin-bottom: 0;
}

#merchants-table .merchant-details h3:first-child {
	margin-top: 0;
}

#merchants-table .more-info,
#merchants-table .less-info {
	margin-top: 4px;	
}

#redemptioncartblock a.remove {
	color: #c9302c;
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
}

table.cart {
  margin: 0 auto;
  width: 100%;
}

table.cart th,
table.cart td {
	vertical-align: top;
}

table.cart td {
  padding: 2px 0;
}

table.cart tbody tr.bolded td {
  /*font-family: "Avenir LT W01 85 Heavy";*/
  font-family: 'Open Sans', sans-serif;
}

table.cart thead th {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

table.cart tbody tr:first-child td {
	padding-top: 5px;
}
table.cart tbody tr:last-child td {
	padding-bottom: 5px;
}

table.cart tfoot th {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

.sidebar-body {
	padding: 0 5%;
}

#redemptioncarttop .add-code {
	font-weight: bold;
	margin-top: 6px;
}

#redemptioncartblock {
	margin-top: 2em;
}

#redemptioncartblock .cart td {
	vertical-align: top;	
}

#redemptioncartblock .cart td .cardtype {
	display: block;
	font-style: italic;
	color: #888888;	
}

#redemptioncartblock .complete-redemption {
	text-align: center;
	margin-top: 1em;
}

#redemptioncartblock .start-over {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}


.input-select-control input {
	cursor: pointer;
	border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-select-control .options-toggle {
	cursor: pointer;
	padding: 6px 6px;
	background-color: inherit;
	border-left: none;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.input-select-control div.options {
	position: absolute;
	z-index: 1;
	top: 33px;
	left: 0;
	right: 0;
	padding: 5px 0 0 5px;
	border: 1px solid #c8c9c7;
	/*max-height: 140px;*/
	overflow-y: scroll;
	background: #fff;
}

.input-select-control div.options div {
	margin-bottom: 5px;
	padding: 6px 6px;
	cursor: pointer;
}

.input-select-control div.options div:hover {
	background-color: #092e82;
	color: #ffffff;
}

.has-success .input-select-control .input-group-addon {
	color: inherit;
	border-color: #ccc;
}

.has-success .input-select-control .input-group-addon:first-child {
	background-color: #eee;
}

.has-success  .input-select-control .form-control {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .input-select-control .form-control,
.has-success .input-select-control .form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
