/* online_mall.css */

@charset "UTF-8";

a {
  color: #000000;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

h4 {
  color: #fe0101;
  font-weight: bold;
  font-size: 100%;
  padding-left: 10px;
  text-align: center;
}

#online-mall-header {
  font-weight: bold;
  color: #303030;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 185%;
  border-bottom: 2px solid #d9d9d9;
}

#help-button {
  position: absolute;
  display: block;
  z-index: 6;
  right: 5px;
  top: 5px;
  border: none;
  cursor: pointer;
}

#click-here-to-sign-up {
  color: #0000a3;
  text-decoration: underline;
  cursor: pointer;
}

#online-mall-main-container {
  margin: 0;
  padding-top: 10px;
  /*border: 1px solid green;*/
}

#online-mall-content {
  margin: 0px 0px 0px 0px;
  /*padding-right: 10px;/*
  /*position: relative;*/
  /*border: 1px solid blue;*/
}

#online-mall-image {
  padding-left: 10px;
  height: 65px;
  border: none;
}
/*
#online-mall-logo {
  position: absolute;
  display: block;
  top: -10px;
  right: 0px;
  z-index: 5;
  height: 135px;
}
*/

/*
#merchant-category-container {
  width: 250px;
  background-color: #F2F2F2;
}

#merchant-category-container {
  position: relative;
  margin-left: -10px;
  width: 265px;
  border-right: 2px solid #FFCC02;
}
*/
#merchant-categories {
  float: left;
  background-color: #f3f3f3;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-right: 8px;
  margin-top: 10px;
  /*border: 1px solid yellow;*/
}


/*
#merchant-categories {
  float: left;
  width: 265px;
  margin-left: -10px;
  margin-right: 0px;
  padding-top: 10px;
  text-align: center;
  background-color: #F2F2F2;
  height: 100%;
  margin-bottom: -25px;
  /*position: absolute;*/
  /*overflow-y: scroll;*/
  /*z-index: 100;*/
}
*/
#merchant-categories-filler {
  width: 250px;
  background-color: #F2F2F2;
  height: 100%;
  position: relative;
  /*z-index: 1;*/
  /*opacity:0.1;
  filter:alpha(opacity=40); */
}

#merchant-category-header {
  font-size: 125%;
  font-weight: bold;
  color: #E21D02;
  text-decoration: underline;
}

#merchant-check-mark {
  vertical-align: bottom;
}
/*
#merchant-category-border {
  position: absolute;
  width: 258px;
  border-right: 2px solid red;
  overflow: hidden;
}
*/
#featured-merchants {
  /*float: right;*/
  float: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 0px;
  width: 870px;
  height: 160px;
  /*border-left: 2px solid #FFCC02;*/
  /*margin-left: 0px;*/
  padding-top: 20px;
  /*padding-left: 5px;*/
  padding-left: 0px;
  /*border-bottom: 4px solid #FFCC02;*/
  /*border: 1px solid green;*/
}
/*
#featured-merchant-header {
  margin-bottom: 0px;
  height: 25px;
}
*/
#featured-merchant-header {
  /*margin-top: -30px;*/
  margin-bottom: 0px;
  height: 18px;
  width: 160px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  color: #000000;
  background-color: #d7d7d7;
}

#no-featured-merchants {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

#featured-merchants-here {

}

#premium-merchants {
  /*float: right;*/
  float: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 0px;
  width: 870px;
  height: 160px;
  /*border-left: 2px solid #FFCC02;*/
  /*margin-left: 0px;*/
  padding-top: 20px;
  /*padding-left: 5px;*/
  padding-left: 0px;
  /*border-bottom: 4px solid #FFCC02;*/
  /*border: 1px solid green;*/
}

#premium-merchant-tab {
  /*margin-top: -30px;*/
  margin-bottom: 0px;
  height: 18px;
  width: 120px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  display: inline-block;
  color: #000000;
  background-color: #d7d7d7;
}


#premium-merchants-here {
  min-height: 165px;
  /*max-height: 320px;*/
  /*border: 1px solid pink;*/
  /*overflow-y: auto;*/
}

.premium-merchant-box {
  float: left;
  display: inline-block;
  /*margin-right: 40px;*/
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid gray;
  /*background: #eeeeee;*/
  background: #ffffff;
  width: 135px;
  height: 125px;
  cursor: pointer;
}

.premium-merchant-margin-right {
  margin-right: 40px;
}

.premium-merchant-image {
  width: 125px;
  height: 95px;
  padding-top: 5px;
  /*border: 1px solid purple;*/
}

.premium-merchant-more-info {
  text-align: left;
  font-weight: bold;
  font-size: 80%;
  padding-left: 5px;
  padding-bottom: 5px;
  /*padding-top: 15px;*/
  cursor: pointer;
  width: 70px;
  /*border: 1px solid blue;*/
}

.premium-merchant-coupons {
  margin-top: 0px;
  margin-bottom: 15px;
}
/*
#featured-merchant-header {
  margin-bottom: 0px;
  height: 25px;
}
*/
#merchant-header, #premium-merchant-header{
  /*margin-top: -30px;*/
  margin-bottom: 0px;
  height: 18px;
  width: 160px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  color: #000000;
  background-color: #d7d7d7;
}

#merchants {
  /*float: right;*/
  float: left;
  padding-top: 10px;
  /*margin-left: -4px;*/
  margin-right: 0px;
  padding-left: 5px;
  padding-bottom: 20px;
  margin-bottom: -25px;
  margin-left: -2px;
  /*width: 873px;*/
  width: 898px;
  /*border-left: 2px solid #FFCC02;*/
}
/*
#merchants-here {
  float: right;
  margin-top: 10px;
  width: 672px;
}
*/
/*
#merchant-header {
  margin-bottom: 0px;
  height: 25px;
}
*/


#merchants-image {
  padding-right: 5px;
}

#merchant-search {
  /*float: right;*/
  height: 25px;
  cursor: pointer;
}

#merchant-search-text {
  /*float: right;*/
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  background-color: #E21D02;
  color: #ffffff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#merchant-search-form {
  /*float: right;*/
  padding-right: 5px;
  height: 25px;
}

#sort-by-selection {
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#premium-merchants-per-page, #merchants-per-page {
  padding-top: 15px;
  /*padding-bottom: 10px;*/
  padding-left: 20px;
  float: left;
}

#no-merchants-selected {
  padding-top: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 130%;
  color: #a6a6a6;
}

#average-contribution {
  float: left;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  /* The 10px padding was used when the gift certificate tab was enabled.*/
  /*padding-left: 10px;*/ 
  padding-left: 50px;
  /*border: 1px solid red;*/
}

#contribution-header {
  padding-left: 300px;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  border-bottom: 2px solid #677184;
}

#merchants-here {

}

#merchant-header-section {
  background-color: #d7d7d7;
}

.merchant-header {
  display: inline-block;
  margin-top: 10px;
  background-color: #f0f0f0;
  /*background-color: pink;*/
  color: #000000;
  padding-top: 8px;
  /*padding-right: 5px;*/
  /*padding-left: 5px;*/
  text-align: center;
  height: 25px;
  overflow: hidden;
}

.merchant-name {
  border-top-left-radius: 5px;
  font-size: 90%;
  font-weight: bold;
  width: 250px;
  color: #000000;
}

.merchant-website {
  font-size: 90%;
  font-weight: bold;
  width: 250px;
}

.merchant-coupons {
  font-size: 90%;
  font-weight: bold;
  width: 250px;
}

.merchant-shop {
  border-top-right-radius: 5px;
  width:  148px;
}

.detail-merchant-name {
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 10px;
  width: 240px;
  cursor: pointer;
  color: #004b8e;
}

.detail-merchant-name:hover {
  text-decoration: underline;
}

.detail-merchant-website {
  display: inline-block;
  padding-bottom: 5px;
  width: 250px;
}

.detail-merchant-coupons {
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  width: 250px;
}

.detail-merchant-shop {
  display: inline-block;
  text-align: center;
  width:  140px;
}

.detail-merchant-shop-button {
  /*margin-top: 4px;
  margin-bottom: -4px;*/
  /*vertical-align: middle;*/
  cursor: pointer;
}

.detail-merchant-bold {
  font-size: 90%;
  font-weight: bold;
}

.detail-merchant-gray-background {
  background-color: #f0f0f0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.merchant-detail {
  color: #000000;
  height: 25px;
  /*padding-top: 6px;*/
  /*padding-left: 5px;*/
  text-align: left;
  overflow: hidden;
  /*border: 1px solid orange;*/

  /*padding-right: 5px;
  padding-left: 5px;*/
  /*width: 748px;*/
}
/*
.merchant-right-border {
  border-right: 1px solid lightgray;
}
*/
/*
.merchant-name {
  border-left: 1px solid lightgray;
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
  width: 59px;
  height: 14px;
}
*/
/*
#direct-donate {
  float: right;
  padding-top: 20px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 200%;
}

#direct-donation-button {
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 10px;
}
*/
#online-mall-logo-modal {
  float: left;
  margin-left: 10px;
  margin-top: 0px;
  width: 150px;
  padding-right: 10px;
}

#online-mall-merchant-content {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#shop-at-merchant-modal {
  margin-top: 20px;
  margin-left: 90px;
  height: 30px;
  width: 300px;
  text-align: center;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding-top: 15px;
  cursor: pointer;
}

#pagination-here, #premium-pagination-here {
  margin-top: 15px;
}

#previous-page, #premium-previous-page {
  vertical-align: middle;
  cursor: pointer;
}

#next-page , #premium-next-page {
  vertical-align: middle;
  cursor: pointer;
}

.featured-merchant {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 0px;
  /*width: 117px;*/
  width: 140px;
  height: 130px;
  /*border: 1px dashed blue;*/
}

.featured-merchant-image {
  border: 0;
  width: 125px;
  height: 95px;
  /*border: 1px solid black;*/
}

.featured-shopping-image {
  position: relative;
  top: -29px;
  right: -69px;
  cursor: pointer;
}

.merchant-image {
  width: 125px;
  height: 40px;
}

.featured-merchant-contribution {
  margin-top: -30px;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  width: 125px;
  /*border: 1px solid yellow;*/
}

.merchant-category {
  padding-top: 2px;
  padding-left: 5px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.merchant-background-1 {
  background-image: url(/images/merchant_background_1.png);
  background-repeat: no-repeat;
  background-size: 160px 118px;
}

.merchant-background-2 {
  background-image: url(/images/merchant_background_2.png);
  background-repeat: no-repeat;
  background-size: 160px 118px;
}

.merchant-background-3 {
  background-image: url(/images/merchant_background_3.png);
  background-repeat: no-repeat;
  background-size: 160px 118px;
}

.merchant-background-4 {
  background-image: url(/images/merchant_background_4.png);
  background-repeat: no-repeat;
  background-size: 160px 118px;
}
/*
.merchant-coupons {
  margin-top: -25px;
  margin-bottom: 15px;
}
*/
.merchant-coupon-text {
  color: #fe0101;
  font-size: 70%;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 2px;
}

.merchant-coupon-image {
  margin-top: 2px;
  vertical-align: top;
}

.category-checked {
  display: inline-block;
  width: 15px;
  color: #fe0101;
  text-align: center;
  font-weight: bold;
  font-size: 80%;
}

.checked-class {
  color: #fe0101;
  text-decoration: underline;
}

.merchant-category {
  display: inline-block;
  font-weight: bold;
  font-size: 70%;
  cursor: pointer;
}

.merchant-category:hover {
  text-decoration: underline;
}
/*
.merchant-detail {
  float: left;
  display: inline-block;
  height: 118px;
  width: 160px;
  margin-right: 8px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
*/
.merchant-more-info {
  text-align: left;
  font-weight: bold;
  font-size: 80%;
  padding-left: 10px;
  padding-top: 15px;
  cursor: pointer;
  width: 70px;
  /*border: 1px solid blue;*/
}

.merchant-more-info:hover {
  text-decoration: underline;
}

.shopping-image {
  position: relative;
  top: -28px;
  right: -9px;
  margin-left: 80px;
  /*border: 1px solid green;*/
}

.merchant-image-div {
}

.merchant-image {
  margin-top: 10px;
  width: 125px;
  height: 40px;
  /*border: 1px solid green;*/
  /*width: 140px;
  height: 90px;*/
}

.gift-card {
  margin-top: 10px;
  float: left;
  width: 140px;
  padding-right: 25px;
  position: relative;
  text-align: center;
  font-size: 90%;
}

.merchant-contribution {
  padding-top: 5px;
  font-size: 80%;
  font-weight: bold;
}

.red {
  color: #f30101;
}

.online-mall-pagination {
  display: inline-block;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: 2px;
}

.white-background, .premium-white-background {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}

.black-background , .premium-black-background {
  background-color: #000000;
  color: #FFFFFF;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clear {
  clear: both;
}



.merchant-category:hover {
  color: #E21D02;
  cursor: pointer;
}

.merchant-sub-category {
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.merchant-sub-category:hover {
  color: #E21D02;
  cursor: pointer;
}

.contribution { /* Not used*/
  padding-top: 5px;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
  width: 100px;
}

.online-mall-merchant {
  border-bottom: 2px solid #677184;
  height: 110px;
}

.online-mall-merchant-logo {
  float: left;
  cursor: pointer;
  width: 130px;
  padding-top: 5px;
  vertical-align: middle;
}

.online-mall-merchant-name {
  font-weight: bold;
  cursor: pointer;
}

.online-mall-merchant-description {
  float: left;
  width: 300px;
  font-size: 90%;
  padding-top: 5px;
}

.online-mall-merchant-contribution {
  float: left;
  width: 100px;
  padding-top: 5px;
  padding-left: 50px;
  /* The 10px padding was used when to gift certificate tab was enabled.*/
  /*padding-left: 10px;*/
  font-weight: bold;
}

.online-mall-merchant-background {
  background-color: #F2F2F2;
}
  
.online-mall-more-description {
  font-weight: bold;
  cursor: pointer;
} 

.view-merchant-coupons {
  text-decoration: underline;
  cursor: pointer;
}

.merchant-pagination, .premium-merchant-pagination {
  display: inline-block;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: 2px;
}

.red-text {
  color: #E21D02;
}


/* May be needed for gift certificates
#shopping-cart {
  float: right;
  height: 35px;
  width: 100px;
  margin-top: -10px;
  background: url(/images/shopping_cart.png) #ffffff;
  cursor: pointer;
}
*/
/*
#shopping-cart-qty {
  color: #E0884D;
  font-weight: bold;
  padding-left: 12px;
}
*/

/*
#check-out {
  padding-top: 20px;
  text-align: center;
}

#checkout-button {
  cursor: pointer;
}
*/
/*
.featured-merchant {
  margin-top: 10px;
  float: left;
  width: 140px;
  padding-right: 25px;
  position: relative;
}
*/
/*
.shopping-image {
  position: absolute;
  top: 62px;
  right: 21px;
}

.merchant-gift-image {
  width: 140px;
  height: 90px;
}

.gift-card {
  margin-top: 10px;
  float: left;
  width: 140px;
  padding-right: 25px;
  position: relative;
}
*/
.featured-merchants-border {
  /*border-left: 2px solid;*/
  border-bottom: 4px solid;
}
/*
.merchants-rule-thick {
  border-left: 2px solid;
}

.category-border-right {
  border-right: 2px solid;
}
*/

.page-text {
  margin-top: 0px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 130%;
}

.rule-thin {
  border-width: 1px;
  border-style:  solid;
  border-color: #d9d9d9;
}

.rule-thick {
  border-width: 2px;
  border-style: solid;
}

.yellow-rule-thin {
  border: 1px solid #FFCC02;
}

.yellow-rule-thick {
  border: 2px solid #FFCC02;
}

.red {
  color: red;
}

/* Start Online Mall Modal 1 */

#online-mall-modal-1-header {
  float: left;
  display: inline-block;
  width: 450px;
  margin-top: 10px;
  /*border-bottom: 2px solid #727272;*/
}

#online-mall-modal-1-title {
  /*display: inline-block;*/
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#online-mall-modal-1-content {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

#online-mall-modal-1-first-section {

}

#online-mall-modal-1-first-title {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 4px solid #727272;
}

#online-mall-modal-1-member {
  margin-top: 10px;
}

#online-mall-modal-1-footer-section {
  margin-top: 100px;
}

#online-mall-modal-1-digicert {
  float: left;
}

#online-mall-modal-1-buttons {
  float: right;
  margin-bottom: 20px;
}

#online-mall-modal-1-continue-button {
  float: right;
  border-radius: 6px;
  display: inline-block;
  width: 150px;
  height: 35px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 150%;
  padding-top: 6px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}

#online-mall-modal-1-back-button {
  float: right;
  border-radius: 6px;
  display: inline-block;
  width: 80px;
  height: 35px;
  font-weight: bold;
  font-size: 150%;
  padding-top: 6px;
  text-align: center;
  cursor: pointer;
}

.online-mall-modal-1-text {
  display: inline-block;
  font-weight: bold;
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.online-mall-modal-logo {
  float: left;
  display: inline-block;
}

.online-mall-modal-image {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  height: 45px;
}

.online-mall-modal-exit-button  {
  float: right;
  margin-top: -25px;
  cursor: pointer;
}

/* End Online Mall Modal 1 */
