#divStoreTabs {
  color: #fefefe;
  font: 15px/20px "GothamBold",sans-serif;
}

#divStoreTabs .store-tab.local {
  background-color: #003399;
}

#divStoreTabs .store-tab.online {
  background-color: #006600;
}

#divStoreTabs .store-tab > div {
  height: 60px;
  cursor: pointer;
}

#divStorePointerTabs .store-pointer {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f00;
  margin-bottom: 10px;
}

#divStorePointerTabs .local.store-pointer {
  border-top-color: #003399;
}

#divStorePointerTabs .online.store-pointer {
  border-top-color: #006600;
  visibility: hidden;
}

#divStoreCategories {
  margin: 0 auto;
  background-color: #fefefe;
}

#divStoreCategories .cat-container .icon {
  margin: 10px 0px;
  background-image: url("../../images/estatecard/store-cat-bg-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#divStoreCategories .cat-container .icon:hover {
  background-image: url("../../images/estatecard/store-cat-bg-blue.png");
}

#divStoreCategories .cat-container .text {
  margin: 10px 0px;
  text-align: center;
  font: 11px/15px "GothamBook",sans-serif;
  color: #0a0a0a;
}

#divStoreCategories .cat-container:hover .icon.local {
  background-image: url("../../images/estatecard/store-cat-bg-blue.png");
}

#divStoreCategories .cat-container:hover .icon.online {
  background-image: url("../../images/estatecard/store-cat-bg-green.png");
}

#divStoreCategories .cat-container.selected .icon.local {
  background-image: url("../../images/estatecard/store-cat-bg-blue.png");
}

#divStoreCategories .cat-container.selected .icon.online {
  background-image: url("../../images/estatecard/store-cat-bg-green.png");
}

#divSearchTop {
  margin-top: 10px;
}

#divSearchTop input[type=radio] {
  margin: 0px;
}

#divSearchTop .search-by {
  width: 100px;
  font: 13px/15px "GothamBook",sans-serif;
  vertical-align: top;
}

#divSearchTop #txtSearch {
  height: 50px;
  margin-bottom: 0px;
}

#divSearchTop #txtSearch.loading {
  background-image: url("../../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: 99%;
}

#divSearchTop #btnStartSearch {
  height: 50px;
  background-color: #0a0a0a;
}

ul#ulTopStoreSearch {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid 1px #8a8a8a;
}

ul#ulTopStoreSearch li.search-item {
  background-color: #fefefe;
  border-bottom: dotted 1px #8a8a8a;
  cursor: pointer;
  padding: 10px;
}

ul#ulTopStoreSearch li.search-item > div {
  float: left;
}

ul#ulTopStoreSearch li.search-item .store-logo img {
  margin-top: 5px;
  max-width: 50px;
  max-height: 50px;
}

ul#ulTopStoreSearch li.search-item .store-name {
  font-weight: bolder;
  margin-left: 15px;
}

ul#ulTopStoreSearch li.search-item .store-cb {
  color: #006600;
  margin-left: 15px;
}

ul#ulTopStoreSearch li.search-item:hover,
ul#ulTopStoreSearch li.search-item.hover {
  background-color: #e6e6e6;
}

#divStoresAlphaSearch {
  margin: 0 auto;
}

#divStoresAlphaSearch .alpha-char {
  padding: 5px 0px 5px 0px;
  border: solid 1px #e6e6e6;
  border-radius: 8px;
  margin: 10px 0px 10px 0px;
  box-shadow: 1px;
  font: 15px/15px "GothamBold",sans-serif;
  text-align: center;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#divStoresAlphaSearch .alpha-char:hover,
#divStoresAlphaSearch .alpha-char.selected {
  color: #006600;
  border-color: #006600;
}

#divStoresAlphaSearch .alpha-char.disabled {
  color: #8a8a8a;
  cursor: default;
}

#divStoresAlphaSearch .alpha-char.disabled:hover {
  color: #8a8a8a;
  border-color: #e6e6e6;
}

#divStoresContainer {
  /* .share-fb {
		border: solid 1px #3B5998;
	}
	.share-gp {
	    border: solid 1px #DD4D42;
	}
	.share-tw {
	    border: solid 1px #00ACED;
	}
	.share-pn {
	    border: solid 1px #CC3333;
	} */
}

#divStoresContainer .store-data {
  border-bottom: solid 1px #cacaca;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
}

#divStoresContainer .store-loading {
  background-position: left;
  background-repeat: no-repeat;
  height: 100px;
  background-image: url("../../images/progress.gif");
}

#divStoresContainer .store-logo {
  padding-left: 5%;
  padding-right: 5%;
  text-align:center;
}

#divStoresContainer .store-logo img {
  max-height:180px;
}

#divStoresContainer .store-logo.cursor-pointer img {
  cursor: pointer;
}

#divStoresContainer .store-cb {
  color: #006600;
  margin-top: 10px;
}

.cashback-big {
  font-size: 25px; 
  font-weight: bold;
}

.cashback-small {
  font-size: 14px; 
  font-weight: lighter; 
}


#divStoresContainer .store-cb.cursor-pointer span {
  cursor: pointer;
}

#divStoresContainer .store-name {
  font: 21px/36px "GothamBold",sans-serif;
  text-decoration: underline;
}

#divStoresContainer .store-name a {
  color: #0a0a0a;
}

#divStoresContainer .store-name span {
  cursor: pointer;
}

#divStoresContainer .serviceable-areas {
  font: 14px/20px "GothamBook",sans-serif;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
}

#divStoresContainer .serviceable-areas img {
  margin-left: 5px;
}

#divStoresContainer .serviceable-areas span.last-item > span {
  display: none;
}

#divStoresContainer .store-desc {
  font: 14px/22px "GothamBook",sans-serif;
}

#divStoresContainer .store-address {
  padding-left: 20px;
  font-family: "GothamBold",sans-serif;
}

#divStoresContainer .store-address .store-domain {
  cursor: pointer;
  text-decoration: underline;
}

#divStoresContainer .store-shopnow .button.shopnow {
  color: #fefefe;
  background-color: #006600;
  font-weight: bold;
  width: 135px;
  margin: 0;
}

#divStoresContainer .store-shopnow .favorite-icon {
  height: 25px;
  width: 25px;
  cursor: pointer;
}

#divStoresContainer .store-shopnow .fav-gray-ico:hover,
#divStoresContainer .store-shopnow .fav-live-ico {
  background-image: url("../../images/ico_favorite.png");
}

#divStoresContainer .store-shopnow .fav-gray-ico {
  background-image: url("../../images/ico_favorite_gray.png");
}

#divStoresContainer .store-shopnow .fav-loading-ico {
  background-image: url("../../images/ico_favorite_loading.gif");
}

#divStoresContainer .store-share {
  margin-top: 10px;
}

#divStoresContainer .store-share img {
  width: 28px;
  cursor: pointer;
}

#divStoresContainer .store-share .share-text {
  margin-top: -5px;
  font: 15px/15px "GothamBold",sans-serif;
}

#divStoresContainer .offer-type-buttons {
  margin-top: 20px;
  font: 13px/17px "GothamBold",sans-serif;
}

#divStoresContainer .offer-type-buttons > div {
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  float: left;
  margin-left: 20px;
}

#divStoresContainer .offer-type-buttons > div a {
  font-weight: bold;
  text-decoration: underline;
}

#divStoresContainer .offer-type-buttons .hot-deals {
  background-image: url("../../images/ico_hotdeal_offer.png");
  background-size: contain;
}

#divStoresContainer .offer-type-buttons .coupons {
  background-image: url("../../images/ico_coupon_offer.png");
  background-size: contain;
}

#divStoresContainer .offer-type-buttons .free-shipping {
  background-image: url("../../images/ico_ship_offer.png");
  background-size: contain;
}

#divStoresContainer .offer-data {
  margin-bottom: 100px;
}

#divStoresContainer .offer-data .offer-title {
  border-bottom: dotted 1px #8a8a8a;
  margin-top: 50px;
  font-weight: bold;
  font: 18px/25px "GothamBold",sans-serif;
}

#divStoresContainer .offer-data .offer-title .exp-text {
  color: #8a8a8a;
}

#divStoresContainer .offer-data .offer-body {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 30px;
  font: 14px/25px "GothamBook",sans-serif;
}

#divStoresContainer .offer-data .offer-body .offer-desc > a {
  text-decoration: underline;
}

#divStoresContainer .offer-data .offer-body .coupon-code {
  font-weight: bold;
}

#divStoresContainer .offer-share-text {
  height: 20px;
  margin-top: -2px;
}

#divStoresContainer .offer-share {
  width: 25px;
  /* border-radius: 2px;
	    background-color: #FFFFFF;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 16px; */
  cursor: pointer;
}

#divStoresContainer.store-details .store-data {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.click-win .title {
  color: #006600;
}

.click-win .para-title {
  margin-top: 20px;
}

.callout.prdImg {
  border: 0px;
}

#divSearchBody {
  font: 14px/22px "GothamBook",sans-serif;
}

#divSearchBody p {
  padding-bottom: 0px;
}

#divSearchBody #prdFilter ul.no-bullet {
  margin-top: 5px;
  margin-bottom: 0px;
}

#divSearchBody .search-result .title {
  height: 0px;
  padding: 0px;
}

#divSearchBody .loading {
  background-position: center center;
}

#divSearchBody .product-name {
  font: 21px/50px "GothamBold",sans-serif;
  text-decoration: underline;
}

#divSearchBody .store-loading {
  margin-top: -13px;
  margin-left: 10px;
}

#divSearchBody .stores-table img.store-logo {
  max-width: 140px;
  max-height: 80px;
}

#divSearchBody .stores-table th, #divSearchBody .stores-table td {
  border-right: solid 1px #e6e6e6;
}

#divSearchBody .stores-table .button.shopnow {
  color: #fefefe;
  background-color: #006600;
  font-weight: bold;
  margin: 0;
}

#divSearchBody .stores-table #share-icons {
  min-width: 104px;
  margin: 0 auto;
}

#divSearchBody .stores-table #share-icons .share-icon {
  cursor: pointer;
  margin-left: 5px;
}

#divSearchBody .stores-table #share-icons .share-icon img {
  height: 20px;
  width: 20px;
}

#divSearchBody .stores-table #share-icons .share-icon:first {
  margin-left: 0px;
}

.tblLmOption{
	margin-top:8px;
	margin-bottom:0px;
}
.tblLmOption * {
	border:none;
}

.tblLmOption tbody th,
.tblLmOption tbody td {
  padding: 0px;
}

.tblLmOption tbody tr:nth-child(even) {
  background-color: transparent;
}
