/*RESET*/
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 {
  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;
}
body {
  line-height: 1;
}
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;
}
/* Utility classes */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  visibility: hidden;
}
.hide {
  display: none;
}
body {
  font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
  margin: 30px 0;
}
#center {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}
#header {
  width: 960px;
  max-height: 180px;
  overflow: hidden;
}
#header img {
  display: block;
}
#navigation {
  background-color: #EEEEEE;
  color: #fff;
  padding: 10px 20px 3px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#navigation #mainLinks {
  text-align: right;
  margin: 10px 0 20px 0;
}
#navigation #mainLinks li {
  display: inline;
  padding: 10px;
  background-color: #999;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  font-size: 14px;
  color: #fff;
}
#navigation #mainLinks li:hover {
  background-color: #004477;
  cursor: pointer;
}
#navigation #mainLinks li.active {
  background-color: #004477;
}
#navigation #mainLinks li a {
  text-decoration: none;
  color: inherit;
}
/* Social Actions (WOM links) */
#womLinksTop {
  padding-top: 7px;
}
#socialActionsTop {
  padding: 8px 0 28px 20px;
  background: url('/img/ribbon/wom-top.png') no-repeat;
  position: relative;
  left: -20px;
}
#socialActionsTop div {
  float: left;
  width: 185px;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}
#socialActionsTop ul {
  text-align: left;
}
#socialActionsTop li {
  display: inline;
}
#socialActionsTop img {
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
  padding: 0;
}
#womLinksBottom {
  padding-top: 20px;
  padding-bottom: 3px;
}
#socialActionsBottom {
  padding: 8px 0 28px 20px;
  background: url('/img/ribbon/wom-bottom.png?i=1') no-repeat right top;
  position: relative;
  right: -20px;
}
#socialActionsBottom div {
  float: right;
  width: 185px;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  padding-right: 23px;
  margin-left: 2px;
  text-align: right;
}
#socialActionsBottom ul {
  text-align: right;
}
#socialActionsBottom li {
  display: inline;
}
#socialActionsBottom img {
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
  padding: 0;
}
#content {
  background-color: #fff;
  padding: 20px;
}
h1 {
  text-align: center;
  font-size: 48px;
  margin: 0 0 40px 0;
  font-weight: bold;
  /*border-top: 1px solid #999;border-bottom: 1px solid #999;*/
  padding: 40px 0 18px 0;
}
h2 {
  color: #001155;
  font-weight: bold;
  font-size: 24px;
  margin-top: 40px;
}
h5 {
  text-align: center;
  margin: 10px 0 0 0;
}
h6 {
  margin-top: 20px;
}
/*
#flashMessage{margin:0;padding:30px;text-align: center;font-weight: bold;background-color: #f00;color: #fff;}
#flashMessage.success{background-color: #090;color: #fff;}
*/
#userFeedback {
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.message {
  padding: 30px;
  background: #f00;
}
#flashMessage.success {
  background-color: #090;
  color: #fff;
}
/* #flashMessage.error{background-color: #f00;color: #fff;} */
.error-message {
  font-size: 10px;
  color: #f00;
  font-weight: bold;
}
.submit input {
  font-size: 14px;
  font-weight: bold;
  background-color: #004477;
  padding: 5px 40px;
  color: #fff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  text-transform: uppercase;
}
.ctr {
  text-align: center;
}
/* Formatted Text */
.formattedText em {
  font-style: italic;
}
/* Change to tinyMCE class or div*/
.formattedText strong {
  font-weight: bold;
}
/* Change to tinyMCE class or div*/
/* User Information */
#userInformation {
  padding: 0;
}
#userInformation h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
#userInformation img.card {
  display: block;
  margin: 0 auto 30px auto;
  padding-top: 50px;
}
/* #userInformation p{margin: 50px;line-height: 36px;font-size: 24px;text-align: center;} */
.submit input {
  float: right;
  margin: 10px 40px 20px 0;
}
#userInformation .instructions {
  font-size: 10px;
  color: #990000;
}
.main .input {
  width: 252px;
  background-color: #eee;
  float: left;
  padding: 10px;
  margin: 10px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  min-height: 80px;
}
.main .submit input {
  font-size: 14px;
  font-weight: bold;
  background-color: #004477;
  padding: 5px 40px;
  color: #fff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  text-transform: uppercase;
  display: block;
  float: right;
  margin-top: 20px;
}
.main {
  margin: 20px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  padding: 20px;
  clear: left;
}
.main .text input {
  display: block;
  padding: 3px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  width: 80%;
  font-size: 12px;
  margin-left: 5px;
}
.main label {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.fieldValue {
  margin: 10px 0 0 10px;
}
.optin {
  margin: 20px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  padding: 20px;
  clear: left;
  float: left;
  width: 500px;
}
.optin .input {
  margin-bottom: 5px;
}
.optin label {
  font-size: 13px;
  font-weight: bold;
  margin-left: 6px;
}
.optin label strong {
  font-size: 16px;
}
#userInformation.welcome {
  padding: 0 50px 50px 50px;
}
.register .description {
  margin: 30px 0 60px 0;
}
.register .description p {
  margin-bottom: 20px;
}
.description_below {
  float: left;
  margin: 10px 30px;
}
/* Welcome */
#userWelcome form {
  text-align: center;
}
#userWelcome.main .input,
#contact.main .input,
#cardOrder.main .input {
  float: none;
  margin: 20px auto 10px auto;
  width: 480px;
  padding: 10px;
  min-height: inherit;
  background-color: inherit;
}
#userWelcome.main label {
  float: right;
  text-align: left;
  width: 230px;
  margin-bottom: 15px;
  margin-top: 5px;
  clear: both;
}
#userWelcome.main .text input,
#userWelcome.main .password input {
  margin: 0 30px 15px auto;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  float: left;
}
#userWelcome.main .submit {
  clear: both;
  margin: 0 auto;
  float: none;
  text-align: center;
}
#userWelcome.main .submit input {
  float: none;
  display: inline;
  margin: 20px auto 30px;
}
.submit input:hover {
  background-color: #BBBBBB;
  color: #000;
  cursor: pointer;
}
form .main label:hover,
form .optin label:hover {
  cursor: pointer;
}
#socialLinks {
  text-align: center;
  margin: 50px auto;
}
#footer {
  font-size: 12px;
  text-align: center;
  width: 960px;
  margin: 70px auto 20px auto;
  background: url(/img/footer/gold.png) no-repeat;
}
#footer div {
  margin-bottom: 20px;
}
#footer div img {
  margin: 0 20px;
}
/* Cardless */
#cardless #form1 {
  margin-bottom: 40px;
}
/* Login */
/* #login label{display: block;margin-bottom: 5px;text-align: left;color:#003D7C; font-size:14px;font-weight: bold;} */
#login input[type=text],
#login input[type=password] {
  margin: 10px;
  width: 150px;
}
/* Terms & Conditions*/
#terms_conditions p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
#contact.main .text input,
#cardOrder.main .text input {
  margin: 0 30px 5px auto;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  width: 250px;
  float: left;
}
#contact.main label,
#cardOrder.main label {
  float: right;
  text-align: left;
  width: 200px;
  clear: both;
  position: relative;
  top: 30px;
}
/*#contact form input[type=text]{float: left;margin:0 0 10px 10px;}*/
#contact form textarea,
#cardOrder form textarea {
  float: left;
  margin: 20px 0 20px 0;
  border-radius: 1px;
  -moz-border-radius: 1px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #999;
  width: 250px;
  height: 230px;
}
#contact form input[type=submit],
#cardOrder form input[type=submit] {
  clear: both;
  margin: 40px auto;
  float: none;
  display: block;
}
#contact .error-message,
#cardOrder .error-message {
  float: right;
  width: 200px;
}
.balance #contact.main .text input {
  float: none;
  margin: 20px auto 0 auto;
}
.balance #cardnum {
  display: block;
  float: none;
}
.check #result {
  text-align: center;
}
.check #result table {
  margin: 0 auto;
}
.check .balance p {
  text-align: center;
}
#faq {
  padding: 5px 40px 40px 40px;
}
#faq h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 60px 0 10px 0;
}
#faq h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
#faq p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 24px;
}
#faq ul {
  margin: 5px 0 5px 40px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: circle;
}
#faq table {
  margin: 20px 0;
}
#faq table th {
  border: 1px solid #000;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #999;
  color: #fff;
  vertical-align: middle;
}
#faq table td {
  border: 1px solid #000;
  padding: 10px;
}
#history table {
  width: 60%;
  margin: 0 auto;
  background-color: #fff;
}
#history table th {
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ccc;
}
#history table td {
  text-align: right;
  padding: 3px;
  border: 1px solid #ccc;
}
#history table td.date {
  text-align: center;
}
div.requiredField label:after,
#network .requiredField label:after {
  content: ' *';
  color: #990000;
  display: inline;
}
#requiredNotice {
  text-align: right;
  font-size: 13px;
  padding: 0 40px 0px 40px;
  clear: both;
}
/*NETWORK*/
#network {
  margin: 0;
}
#network #flashMessage {
  margin-top: 32px;
}
#network .center {
  width: 960px;
  margin: 0 auto;
}
#network #top {
  padding: 4px 0 4px 0;
  margin: 0;
  background: url(/img/background/dark.jpg) repeat #000;
}
#network #top form {
  float: right;
  margin-bottom: 35px;
}
#network #top form input[type=text] {
  padding: 4px;
  font-size: 12px;
  background-color: #333;
  border: 1px solid #444;
  color: #999;
  width: 150px;
}
#network #logo {
  float: left;
}
#network #social {
  float: right;
  width: 150px;
  text-align: right;
  margin-right: 10px;
}
#network #social li {
  display: inline;
  margin: 0 0 0 2px;
}
#network #social img {
  height: 25px;
  margin: 3px 2px;
}
#network .main select {
  margin: 7px 5px 7px 5px;
}
#network .main .select {
  clear: left;
}
#network .main .select select {
  position: relative;
  top: 15px;
}
#network #navigation {
  margin: -32px auto;
  border: 0;
  z-index: 100;
  width: 960px;
  z-index: 10;
  position: relative;
  border-radius: 1px;
  -moz-border-radius: 1px;
  padding: 10px;
  background: #3096e5;
  background: -moz-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(6%, #3096e5), color-stop(70%, #1e5799), color-stop(93%, #19327f));
  background: -webkit-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: -o-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: -ms-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3096e5', endColorstr='#19327f', GradientType=1);
}
#network #navigation #mainLinks {
  padding: 10px;
  margin: 3px auto;
  border: none;
  display: block;
  float: none;
  width: 932px;
  text-align: center;
  clear: both;
}
* html #network #navigation #mainLinks {
  padding-top: 0;
}
#network #navigation #mainLinks li {
  border: none;
  padding: 5px;
  background-color: inherit;
  margin: 10px 5px;
  z-index: 20;
  display: inline;
  font-size: 16px;
}
* html #network #navigation #mainLinks li {
  position: relative;
  top: -3px;
}
#network #main-gallery {
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0px 0;
  background: url(/img/background/wood.jpg) repeat-y #000033;
}
#network #main-gallery #gallery {
  margin: 0 auto;
  width: 960px;
}
#network #main-gallery #gallery .galleria-container {
  background-color: transparent;
}
#network #gallery {
  margin-top: 10px;
}
#network .headerTitle {
  letter-spacing: -2px;
  text-shadow: 2px 2px #333333;
  text-transform: uppercase;
  font-size: 96px;
  color: #fff;
  margin: -60px auto 0 auto;
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans;
  font-weight: 300;
  z-index: 10;
  text-align: center;
  position: relative;
  width: 960px;
  padding: 20px 10px 10px 10px;
  background: #3096e5;
  background: -moz-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(6%, #3096e5), color-stop(70%, #1e5799), color-stop(93%, #19327f));
  background: -webkit-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: -o-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: -ms-radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  background: radial-gradient(center, ellipse cover, #3096e5 6%, #1e5799 70%, #19327f 93%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3096e5', endColorstr='#19327f', GradientType=1);
  border-radius: 0.58333333px;
  -moz-border-radius: 0.58333333px;
}
#network #userFeedback {
  margin-top: 30px;
}
#network .cardlessOption {
  margin: 20px 50px 40px 50px;
  font-size: 20px;
}
#network .cardlessOption p {
  margin-bottom: 10px;
}
#network #secondary-menu {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
#network #secondary-menu #search {
  float: right;
  margin: 10px;
}
#network #secondary-menu #search input {
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
}
#network #secondary-menu #search input[type=text] {
  width: 150px;
}
#network #secondary-menu #search input.active {
  font-weight: bold;
  background-color: #f2ffae;
}
#network #secondary-menu ul {
  color: #fff;
  padding: 0;
}
#network #secondary-menu li {
  float: left;
  margin: 18px 10px;
}
#network #secondary-menu a,
#network #network-footer a {
  color: #bbb;
  text-decoration: none;
}
#network #secondary-menu a:hover,
#network #network-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
#network #secondary-menu a:visited,
#network #network-footer a:visited {
  color: #ccc;
}
#network #secondary-menu a.active,
#network #network-footer a.active {
  color: #c8cc7f;
}
/* #network #header{height: 100px} /*TEMP*/
#network-merchants {
  padding-top: 20px;
}
#network-merchants li {
  float: left;
  width: 210px;
  margin: 10px 5px 30px 5px;
  text-align: center;
  border: 1px solid #2e4c5d;
  background-color: #fff;
  position: relative;
  padding-top: 95px;
}
#network-merchants.gift li {
  padding-top: 25px;
}
#network-merchants li .top {
  overflow: hidden;
  height: 300px;
}
#network-merchants li img.logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 150px;
  height: 150px;
}
#network-merchants li h5 {
  padding-bottom: 15px;
  padding-top: 30px;
  color: #fff;
  /* #664934 */
  text-shadow: 0px 0px 1px #0c0c0c;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  background: url(/img/background/ribbon.png) no-repeat;
  margin: 0;
  width: 179px;
  height: 90px;
  position: absolute;
  right: -45px;
  top: -15px;
  padding-left: 5px;
}
#network-merchants li h3 {
  font-family: "Open Sans Condensed", Helvetica, Verdana, Arial, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #2e4c5d;
  height: 48px;
  margin: 10px 5px 3px 5px;
}
#network-merchants a {
  color: inherit;
  text-decoration: none;
}
#network-merchants li h4 {
  background-color: #1f5685;
  padding: 3px;
}
#network-merchants li h4 span {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: capitalize;
  border-color: #497994;
  border-width: 1px;
  border-style: dashed;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #d9eadd;
  padding: 8px;
  clear: both;
  display: block;
  height: 38px;
  overflow: hidden;
}
#network-merchants li p {
  font-size: 12px;
  line-height: 14px;
  margin: 0 5px 5px 5px;
  text-align: left;
}
#network-merchants .ratings {
  margin: 0 0 3px 5px;
  text-align: center;
  float: right;
  width: 90px;
}
#network-merchants .rating-text {
  display: block;
  margin-top: 3px;
}
#merchants-list {
  width: 100%;
  margin: 20px auto;
}
#merchants-list th {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#merchants-list td {
  border: 1px solid #ccc;
  padding: 5px;
}
.sidebar {
  margin: 0 0 50px 0;
  padding: 20px;
}
.sidebar h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #545454;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.sidebar li {
  margin: 0 0 10px 0;
  font-size: 14px;
  list-style-image: url(/img/background/arrow.png);
}
.sidebar li a {
  text-decoration: none;
  color: #333;
}
.sidebar li a.active {
  font-weight: bold;
}
.sidebar li a:hover {
  text-decoration: underline;
  color: #000;
}
#network-footer {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#network-footer ul {
  padding: 20px;
  text-align: center;
}
#network-footer li {
  display: inline;
  color: #ccc;
  padding: 10px 8px;
}
#network #footer {
  background-image: none;
  color: #cc9;
  margin: 0;
  width: auto;
  padding: 20px;
  background: url(/img/background/dark.jpg) repeat #000;
}
#network #footer a {
  color: #ccc;
  text-decoration: none;
}
#network h1 {
  padding: 10px 0 30px 0;
  color: #001155;
}
#network #userInformation {
  padding-top: 60px;
}
#network #userInformation.sn {
  padding: 40px;
}
#network #userInformation.sn img.logo {
  float: left;
}
#network #userInformation.sn p {
  margin: 50px 0 100px 250px;
  font-size: 24px;
}
#network #userInformation.sn h2 {
  text-align: center;
}
#network #userInformation.sn table {
  clear: both;
  margin: 20px auto 50px auto;
  text-align: center;
}
#network #userInformation.sn table td {
  width: 200px;
}
#network #userInformation.sn address {
  display: block;
  clear: both;
  text-align: center;
  margin: 100px 0 0 600px;
}
#network #userInformation.sn address .org {
  font-weight: bold;
  font-size: 24px;
  margin: 40px 0 5px 0;
}
#network #signup-form {
  padding: 20px;
  margin: 20px 100px 0 40px;
}
#network #signup-form .signupframe {
  border: none;
}
#network #signup-form table {
  background-color: inherit;
}
#network #signup-form td {
  padding: 6px;
}
#network #signup-form input[type=text] {
  padding: 5px;
  width: 200px;
}
#network .become-a-merchant ul {
  margin: 20px auto 40px 50px;
  font-size: 18px;
  list-style-type: circle;
  line-height: 24px;
}
#network .become-a-merchant .mini-contact-form {
  float: right;
  width: 275px;
  border: 1px solid #666;
  margin: 40px 0 40px 60px;
}
#network .become-a-merchant .mini-contact-form form {
  padding: 20px;
}
#network .become-a-merchant .mini-contact-form form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#network .become-a-merchant .mini-contact-form h4 {
  background-color: #004477;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#network .become-a-merchant .mini-contact-form input[type=text] {
  width: 130px;
  float: left;
  margin-bottom: 8px;
  padding: 3px;
}
#network .become-a-merchant .mini-contact-form textarea {
  width: 130px;
  float: left;
  margin-bottom: 5px;
  padding: 3px;
  height: 100px;
}
#network .become-a-merchant .mini-contact-form label {
  float: right;
  clear: both;
  width: 75px;
  text-align: left;
  margin-bottom: 8px;
  font-size: 11px;
  position: relative;
  top: 5px;
}
#network .become-a-merchant .mini-contact-form input[type=submit] {
  font-size: 10px;
  margin-top: 20px;
  clear: both;
}
#network .become-a-merchant .mini-contact-form .error-message {
  float: left;
  margin-bottom: 10px;
}
#network .become-a-merchant #recaptcha {
  border: 1px solid #999;
  display: block;
  float: right;
  position: relative;
  padding: 4px;
  margin-top: 5px;
}
#network .become-a-merchant a {
  font-size: 11px;
}
#network .become-a-merchant #recaptcha_image,
#network .become-a-merchant #recaptcha_image img {
  width: 206px !important;
  /* height: 32px !important; */
  height: 50px !important;
  cursor: pointer;
  margin-bottom: 3px;
}
#network .become-a-merchant .recaptcha_only_if_image,
.recaptcha_only_if_audio {
  display: block;
}
#network #recaptcha_response_field {
  position: relative;
  margin: 0;
}
#network #recaptcha input {
  display: block;
  float: none;
  margin: 10px auto;
  width: 75%;
}
#network #cardOrder h2 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}
#network-location #userInformation {
  padding: 20px 0;
}
#network #main {
  padding: 20px;
}
#network .breadcrumbs {
  list-style-type: none;
  padding: 0 0 20px 20px;
  font-size: 11px;
}
#network-location .breadcrumbs {
  padding: 60px 0 20px 20px;
}
#network .breadcrumbs li {
  display: inline;
}
#network .breadcrumbs a {
  text-decoration: none;
  color: #999;
  padding: 0 5px;
}
#network .breadcrumbs a:hover {
  text-decoration: underline;
}
#network h1 {
  padding: 20px 0 30px 0;
  clear: both;
}
#network-location #gallery .galleria-container {
  background-color: #eee;
  border: 1px solid #ccc;
}
#network-location p#about-us {
  font-size: 16px;
  margin: 40px 0 40px 0;
  line-height: 24px;
}
#network-location #logo {
  margin: 10px auto 20px auto;
  padding: 20px;
  display: block;
  text-align: center;
}
#network-location #welcomeCredit {
  background: url(/img/background/button.png) no-repeat;
  width: 180px;
  height: 30px;
  margin: 0 auto;
  color: #664934;
  text-shadow: 0px 0px 1px #0c0c0c;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  padding: 12px 0;
}
#network-location #map-container {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 30px auto 30px auto;
  clear: both;
}
#network-location #map-container #map {
  border: 1px solid #111;
  height: 400px;
  width: 100%;
  background-color: #eee;
}
#location-info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#location-info dt {
  font-weight: bold;
  width: 50px;
  text-align: right;
  float: left;
  clear: both;
  padding: 8px;
}
#location-info dd {
  width: 190px;
  float: left;
  padding: 8px;
  margin-left: 4px;
  border-left: 1px solid #ddd;
  border-bottom: solid 1px #c0c0c0;
}
#location-info dd.reward {
  color: white;
  font-weight: bold;
  background-color: #4f6d7a;
}
#network-location #network {
  clear: both;
  padding-top: 30px;
  margin: 20px;
}
#network-location #categories {
  font-size: 10px;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin: 0 20px;
  color: #333;
}
#network-location #categories li {
  display: inline;
  padding: 3px;
}
#network-location #tags {
  font-size: 10px;
  text-align: right;
  padding: 5px 20px;
  color: #333;
}
#network-location #tags li {
  display: inline;
  padding: 3px;
}
#location-info {
  font-size: 12px;
}
#network-location #categories a,
#network-location #tags a {
  color: inherit;
  text-decoration: none;
}
#network .instant-cash-savings {
  text-shadow: 2px 1px #848484;
  letter-spacing: -3px;
  font-family: "Myriad Pro", Monaco, Verdana, Arial, sans-serif, Courier, monospace;
  width: 190px;
  height: 130px;
  text-align: center;
  background: url(/img/background/instant-cash-savings.png) no-repeat;
  margin: 20px auto;
  color: #fff;
  font-size: 40px;
  padding-top: 58px;
  font-weight: bold;
}
#network .instant-cash {
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding-top: 20px;
  background-color: #FCFD9D;
}
#network .instant-cash p {
  padding: 10px;
}
#network .instant-cash-savings span {
  position: relative;
  left: -8px;
  top: 2px;
}
/* #network .instant-cash-savings span{ font-size: 24px;line-height: 40px;position: relative;left: -10px;} */
#network input#live-search {
  margin: 30px auto 5px auto;
  font-size: 14px;
  background: url(/img/background/search.png) no-repeat top left #fff;
  padding: 5px 5px 5px 20px;
  display: block;
  border-radius: 1px;
  -moz-border-radius: 1px;
  border: 1px solid #ccc;
  width: 75%;
}
#network .liveSearch p {
  font-size: 11px;
  text-align: center;
  width: 85%;
  margin: 0 auto 30px auto;
}
#network .fb-like-box {
  margin-bottom: 40px;
}
#ajaxResult {
  text-align: center;
}
#ajaxResult table {
  margin: 5px auto 30px auto;
  width: auto;
}
#results {
  float: left;
  width: 600px;
  background-color: #eee;
  margin: 20px 0 40px 20px;
}
#results li {
  padding: 5px;
  margin: 20px 10px;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
#results li img.logo {
  margin: 0 auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.registerButton {
  display: block;
  margin: 0 auto;
}
/* Slider */
#sliderWrap {
  width: 960px;
  z-index: 1000;
  position: absolute;
}
#slider {
  background: url(/img/slider/sliderM.png) no-repeat bottom center;
  width: 960px;
  height: 390px;
  margin-top: -380px;
  z-index: 100;
  color: #000;
}
#form1 {
  font-weight: bold;
  font-size: 13px;
  padding: 5px;
  height: auto;
  text-align: right;
  position: relative;
  top: 350px;
  text-align: center;
}
#cardnum {
  width: 130px;
  padding: 2px 5px;
  font-weight: bold;
  margin-left: 5px;
}
#ajax-wait {
  position: relative;
  top: 4px;
  display: none;
}
#sliderContent {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin: 0 auto;
  width: 600px;
  font-size: 11px;
  height: 300px;
  overflow-y: auto;
}
/*#openClose {float:right;position: relative;top: 3px;margin:5px 100px 0 10px;width: 60px; height: 11px;padding: 2px;visibility: hidden;}*/
#openClose {
  position: relative;
  top: 6px;
  width: 80px;
  height: 11px;
  padding: 2px;
  display: none;
}
#openClose:hover {
  cursor: pointer;
}
#openClose.close {
  background: url(/img/slider/close.png) top left no-repeat;
  display: inline-block;
}
#openClose.open {
  background: url(/img/slider/open.png) top left no-repeat;
  display: inline-block;
}
/* column container */
.colmask {
  position: relative;
  /* This fixes the IE7 overflow hidden bug */
  clear: both;
  float: left;
  width: 100%;
  /* width of whole page */
  overflow: hidden;
  /* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
  float: left;
  width: 100%;
  position: relative;
}
.col1,
.col2,
.col3 {
  float: left;
  position: relative;
  padding: 0 0 1em 0;
  overflow: hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
  background: #eee;
  /* right column background colour */
}
.rightmenu .colleft {
  right: 25%;
  /* right column width */
  /*background:#f9f9f9;		 left column background colour */
  background: url(/img/background/light.jpg) repeat #ededed;
}
.rightmenu .col1 {
  width: 73%;
  /* left column content width (left column width minus left and right padding) */
  left: 26%;
  /* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
  width: 21%;
  /* right column content width (right column width minus left and right padding) */
  left: 29%;
  /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
#network-location .rightmenu {
  background-color: #ededed;
}
#network-location .rightmenu .colleft {
  right: 35%;
  /* background-color: #f9f9f9 */
}
#network-location .rightmenu .col1 {
  width: 63%;
  left: 36%;
}
#network-location .rightmenu .col2 {
  width: 33%;
  left: 38%;
}
/* 2 Column (right menu) settings */
/*.rightmenu {
	/* background:#eee; */
/* right column background colour */
/*}
.rightmenu .colleft {
	right:30%;			/* right column width */
/* background:#fff; */
/* left column background colour */
/*}
.rightmenu .col1 {
	width:68%;			/* left column content width (left column width minus left and right padding) */
/*	left:31%;			/* (right column width) plus (left column left padding) */
/*}
.rightmenu .col2 {
	width:26%;			/* right column content width (right column width minus left and right padding) */
/*	left:34%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
/*}
*/
#recaptchaContainer {
  margin: 0 auto;
  width: 375px;
}
#recaptcha_area {
  float: left;
}
#contact #recaptcha_response_field {
  position: absolute;
  left: 0px;
  margin: 0 0 0 -50px;
}
.register #recaptcha_widget_div,
.update #recaptcha_widget_div {
  float: right;
  margin: 20px 30px 0 20px;
}
.register .submit,
.update .submit {
  clear: both;
  margin-bottom: 60px;
}
#userInformation img.virtualcard {
  margin-bottom: 5px;
}
.virtualcard-actions {
  text-align: center;
}
.virtualcard-actions li {
  display: inline;
  margin: 0 10px;
}
.virtualcard-actions li:hover {
  cursor: pointer;
}
.main .fundraising p {
  margin-bottom: 4px;
}
.main .fundraising input[type=checkbox],
.main .fundraising label {
  display: inline;
}
.main .fundraising select {
  display: block;
}
.main .fundraising label {
  margin-left: 3px;
  font-weight: normal;
}
