/* gift_card.css */

@charset "UTF-8";

#gift-card-main-container {
  margin: 0;
  padding-top: 10px;
  /*border: 1px solid red;*/
}

#gift-card-header {
  font-weight: bold;
  color: #303030;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 185%;
  border-bottom: 2px solid #d9d9d9;
}
/*
#page-header-text {
  height: 70px;
}

#page-header-text h1 {
  display: inline;
  font-size: 400%;
  padding-left: 10px;
  color: #444444;
}
*/
#gift-card-content {
  margin: 30px 10px 50px 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
/*
#gift-card-image {
  padding-left: 10px;
  border: none;
}
*/
/*
#gift-card-logo {
  position: absolute;
  display: block;
  top: -10px;
  right: 0px;
  z-index: 5;
}
*/

#help-button {
  position: absolute;
  display: block;
  z-index: 6;
  right: 5px;
  top: 5px;
  border: none;
  cursor: pointer;
}

#gift-card-featured-merchants-container {
  text-align: center;
  margin-bottom: 25px;
}

#gift-card-featured-merchants {
  display: inline-block;
}

#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;
  background-color: #d7d7d7;
  /*border-bottom: 2px solid #d7d7d7;*/
}

#gift-card-detail-header {
  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;
  /*margin-top: 25px;*/
  background-color: #d7d7d7;
}
/*
#gift-card-header {
  margin-top: 20px;
  margin-bottom: 0px;
  height: 18px;
}

#gift-card-header-image {
  float: left;
  margin: 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;
  display:inline-block;
}
*/
#shopping-cart {
  float: right;
  height: 35px;
  width: 100px;
  margin-top: -40px;
  /*margin-right: 30px;*/
  background: url(/images/shopping_cart.png) #ffffff;
  cursor: pointer;
  /*border: 1px solid blue;*/
}

#shopping-cart-qty {
  color: #E0884D;
  font-weight: bold;
  font-size: 120%;
  padding-left: 9px;
}

#merchant-search {
  float: right;
  margin-right: 120px;
  margin-top: -30px;
  height: 25px;
  cursor: pointer;
  /*border: 1px solid red;*/
}

#merchant-search-text {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  background-color: #E21D02;
  color: #ffffff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 18px;
}

#merchant-search-form {
  float: right;
  padding-right: 10px;
  height: 25px;
}

#gift-card-selection {
  padding-top: 20px;
  float: left;
  /*border: 1px solid green;*/
}

#merchants-per-page {
  padding-top: 20px;
  padding-left: 20px;
  float: left;
}

#check-out {
  padding-top: 20px;
  text-align: center;
}

#checkout-button {
  /*display: inline-block;*/
  display: none;
  font-weight: bold;
  font-size: 170%;
  text-align: center;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

#previous-page {
  vertical-align: middle;
  cursor: pointer;
}

#next-page {
  vertical-align: middle;
  cursor: pointer;
}

#merchant-gift-cards-container {
  text-align: center;
}

#merchant-gift-cards {
  display: inline-block;
}

#no-gift-cards {
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 130%;
  color: #a6a6a6;
}

.featured-merchant {
  margin-top: 10px;
  float: left;
  width: 140px;
  /*padding-right: 25px;*/
  position: relative;
  text-align: center;
}

.merchant-gift-image {
  width: 140px;
  height: 90px;
}

.shopping-image {
  position: absolute;
  top: 79px;
  right: 21px;
}

.merchant-image {
  width: 140px;
  height: 90px;
  cursor: pointer;
}

.gift-card {
  margin-top: 10px;
  float: left;
  width: 140px;
  /*padding-right: 25px;*/
  position: relative;
  text-align: center;
}

.gift-card-padding {
  padding-right: 25px;
}

.gift-card-merchant {
  display: inline-block;
  font-size: 85%;
  text-align: center;
  /*border: 1px dashed green;*/
  margin-bottom: -4px;
  width: 140px;
}

.gift-card-pagination {
  display: inline-block;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: 2px;
}

.white-background {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}

.black-background {
  background-color: #000000;
  color: #FFFFFF;
}

.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;
}
/*
.shop-image {

}
*/
.contribution {
  padding-top: 5px;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}

.red {
  color: red;
}
