﻿.giftMatch {
  font-size: 14px;
  padding: 20px 10px;
}
.giftMatch .giftMatchTop {
  display: block;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 3px #ddd;
  font-size: 32px;
  font-weight: bold;
}
.giftMatch .giftMatchTop img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
.giftMatch .giftMatchLeft {
  width: 590px;
  float: left;
}
.giftMatch .giftMatchLeft .imgCover {
  float: left;
  margin: 0 23px 0 0;
}
.giftMatch .giftMatchLeft .matchMagInfo {
  float: left;
  width: 390px;
}
.giftMatch .giftMatchLeft .matchMagInfo h4 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
.giftMatch .giftMatchLeft .matchMagInfo h3 {
  font-size: 26px;
  margin: 5px 0;
}
.giftMatch .giftMatchLeft .matchMagInfo ul {
  margin: 0 0 20px 0px;
}
.giftMatch .giftMatchLeft .matchMagInfo ul li {
  margin: 0 0 2px 0;
  padding: 0 0 8px 25px;
  background: url(/giftguide/images/ic_arrow_green.png) no-repeat 5px 2px;
  background-size: 16px 13px;
}
.giftMatch .giftMatchRight {
  float: right;
  width: 365px;
  padding: 10px 0 0 0;
}
.giftMatch .giftMatchRight ul li {
  display: block;
  margin: 0 0 25px 0;
}
.giftMatch .giftMatchRight ul li .offerText {
  width: 225px;
  float: right;
  margin: 0 0 10px 0;
  vertical-align: middle;
  height: 39px;
}
.giftMatch .giftMatchRight ul li .offerText p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.giftMatch .giftMatchRight ul li .offerText p b {
  display: block;
  font-size: 18px;
}
.giftMatch .giftMatchRight ul li .aGift {
  padding: 10px 20px 10px 15px;
}
.giftMatch .giftMatchRight ul li .aGift span {
  background: url("/giftguide/images/ic_btn_cart.png") no-repeat left 0px;
  padding: 0 0 0 32px;
}
.giftMatch .giftMatchRight ul li .aXmasGift {
  padding: 10px 10px 10px 5px;
  background-color: #b32017 !important;
  -webkit-box-shadow: 0 2px 0 0 #7a0001 !important;
  -moz-box-shadow: 0 2px 0 0 #7a0001 !important;
  box-shadow: 0 2px 0 0 #7a0001 !important;
  border: solid 1px #b32017 !important;
}
.giftMatch .giftMatchRight ul li .aXmasGift span {
  background: url("/giftguide/images/ic_xmas_tree.png") no-repeat left 1px;
  padding: 4px 5px 2px 31px;
}
.giftMatch .giftMatchRight ul li .aXmasGift :hover {
  background-color: #c4352d !important;
}
.giftMatch .giftMatchRight ul li .aXmasGift :active {
  background-color: #7a0001 !important;
  border: solid 1px #7a0001 !important;
}
.giftMatch .giftMatchRight .aGrey .arrow {
  background: url("/giftguide/images/ic_arrow_dark.png") no-repeat right 5px;
  padding: 0px 17px 0 0;
}
.giftMatchFb .imgCover {
  display: none;
}

.txtLightBlue {
  color: #0078c1;
}
.searchFbInput {
  width: 375px;
  border: solid 1px #c3c3c3;
  margin: 0 0 30px 0;
  height: 38px;
  padding: 10px 10px 10px 40px;
  background: url('/giftguide/images/ic_search.png') no-repeat 2% center;
}
.noMatchText {
  display: block;
}
.noMatchText h1,
.noMatchText h2 {
  font-size: 26px;
  margin: 0 0 10px 0;
}
.noMatchText p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
.giftGuideListHolder .aGrey,
.giftGuideListHolder .aGrey:hover,
.giftGuideListHolder .aGrey:active {
  color: #000;
  background: #e6e6e6;
  border: none;
  -webkit-box-shadow: 0 2px 0px 0px #acb2b9;
  -moz-box-shadow: 0 2px 0px 0px #acb2b9;
  box-shadow: 0 2px 0px 0px #acb2b9;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  padding: 10px 20px 10px 20px;
}
.giftGuideListHolder .aGrey :hover,
.giftGuideListHolder .aGrey:hover :hover,
.giftGuideListHolder .aGrey:active :hover {
  background: #f5f5f5;
}
.giftGuideListHolder .aGrey :active,
.giftGuideListHolder .aGrey:hover :active,
.giftGuideListHolder .aGrey:active :active {
  background: #acb2b9;
}
.giftGuideList .coverBanner {
  position: absolute;
  font-size: 13.5px;
  text-align: center;
  margin: 170px 0 0 -11px;
  width: 187px;
  display: block;
  min-height: 38px;
  background: red;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0px 0 2px 0;
}
.giftGuideList .coverBanner span {
  margin: 0px auto;
  display: inline-block;
}
.giftGuideList .liXmas .coverBanner {
  background: #b32017;
}
.giftGuideList .liXmas .coverBanner span {
  background: url("/giftguide/images/ic_badgessprite.png") no-repeat 0 -130px;
  padding: 12px 8px 10px 37px;
}
.giftGuideList .liGift .coverBanner {
  background: #b32017;
}
.giftGuideList .liGift .coverBanner span {
  background: url("/giftguide/images/ic_badgessprite.png") no-repeat 0 -468px;
  padding: 12px 14px 10px 45px;
}
.giftGuideList .divPremie {
  z-index: 1;
}
.giftGuideList .liToplist .coverBanner {
  background: #ffde00;
  color: #000;
}
.giftGuideList .liToplist .coverBanner span {
  padding: 12px 0 0 0;
}
.giftGuideList .liDeal .coverBanner {
  background: #0078c1;
}
.giftGuideList .liDeal .coverBanner span {
  background: transparent url("/giftguide/images/ic_badgessprite.png") no-repeat -3px -353px;
  padding: 13px 6px 11px 36px;
}
.giftGuideList .liSave .coverBanner {
  background: #0078c1;
}
.giftGuideList .liSave .coverBanner span {
  background: transparent url("/giftguide/images/ic_badgessprite.png") no-repeat -2px 0px;
  padding: 13px 11px 11px 42px;
}
.giftGuideList h3 {
  height: 16px;
}
.giftGuideList .divOffers {
  height: 30px;
  margin: 4px 0px -1px 0px;
}
.giftGuideList .divOffers p {
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0;
  color: #b32017;
}
.giftGuideList .aReadMore {
  font-weight: bold;
  font-size: 14px;
  padding: 3px 15px 3px 17px;
}
.giftGuideList .aReadMore span {
  padding: 0 15px 0 0;
  background: url('/giftguide/images/ic_arrow.png') no-repeat right 5px;
}
/* -- DROP DOWNS*/
.dropDown {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  display: inline-block;
}
.dropDown > a {
  display: block;
  padding: 10px 15px 10px 10px;
  border: solid 1px #8c8c8c;
  background: url('/giftguide/images/ic_dropdown.png') no-repeat 95% center;
}
.dropDown ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  border-left: solid 1px #dbdbdb;
}
.dropDown ul li a {
  display: block;
  font-size: 14px;
  padding: 6px 0;
}
.dropDown .aGiftDropdown {
  padding: 7px 15px 6px 5px;
}
.dropDown .aGiftDropdown img {
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
/* -- BANNERS*/
.giftGuideBox .aShowlist {
  text-decoration: underline;
  font-weight: bold;
}
.giftGuideTopBanner {
  padding: 2px 0 17px 0;
  display: block;
}
.giftGuideTopBanner .dropDown {
  margin: 0 10px 0 0;
  width: 180px;
}
.giftGuideTopBanner .dropDown ul {
  width: 180px;
}
.giftGuideTopBanner .bannerText {
  background: url('/giftguide/images/bg_topbar.png') no-repeat left center;
  padding: 10px 10px 10px 75px;
  font-size: 14px;
}
.giftGuideTopBanner .aShowlist {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.giftGuideTopBanner .aCloseGuide {
  float: right;
  font-weight: bold;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.giftGuidePuffContent .dropDown {
  width: 100%;
  margin: 12px 0 0 0;
}
.giftGuidePuffContent .dropDown > a {
  padding: 8px 15px 8px 10px;
}
.giftGuidePuffContent .pPuffTop {
  background: url('/giftguide/images/bg_leftpuff.png') no-repeat right top;
  padding: 2px 45px 17px 0;
  line-height: 17px;
}
.giftGuidePuffContent .aShowlist {
  display: block;
  margin: 10px 0 0 5px;
}
.giftGuideMiddleBanner {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  min-height: 135px;
}

.giftGuideMiddleBanner .bannerTopText p {
  margin: 8px 0 0 0;
  font-size: 14px;
}
.giftGuideMiddleBanner .bannerTopText .headerText {
  font-size: 22px;
  font-weight: bold;
}
.giftGuideMiddleBanner .whoDrop {
  width: 305px;
  margin: 0 10px 0 0;
}
.giftGuideMiddleBanner .ageDrop {
  width: 235px;
}
.giftGuideMiddleBanner .aShowlist {
  display: block;
  margin: 10px 0 -10px 0;
}
/*# sourceMappingURL=giftguide.css.map */