/* Logos */

.fw-logo-sm { display: block; background-image: url('../../static/images/logos/fw-logo-sm.gif'); width: 74px; height: 47px; }
.fw-logo-default { display: block; background-image: url('../../static/images/logos/fw-logo-default.jpg'); width: 120px; height: 74px; }

img.storeLogoSmall {width: 88px; height:31px; border: 0;}

/* Links */
a{color: #234E08;text-decoration:none;}
a.internal,a.lnk-internal { color: #234e08; }
a.external,a.lnk-external { color: #1067aa; }

/* Buttons */
.bethButton {
    background-color: #5da100;
    margin-left: 28px;
    color: white;
    padding: 4px 17px;
    line-height: 25px;
    font:14px arial;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor:pointer;
    border:0;
}
.btn {
    border: 1px solid #999;
    background: #808080; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccccc 0%, #808080 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#808080)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccccc 0%,#808080 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccccc 0%,#808080 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccccc 0%,#808080 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccccc 0%,#808080 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#808080',GradientType=0 ); /* IE6-9 */

    zoom: 100%;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    *display: inline;
    color: white !important;
    padding: 4px 8px;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    cursor: pointer;
    text-decoration: none;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.btn.btn-more{
    border-color: #4d4d4d;
    background:#fff;
    background:-moz-linear-gradient(top,#fff 47%,#d7d7d7 78%,#d7d7d7 92%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(47%,#fff),color-stop(78%,#d7d7d7),color-stop(92%,#d7d7d7));
    background:-webkit-linear-gradient(top,#fff 47%,#d7d7d7 78%,#d7d7d7 92%);
    background:-o-linear-gradient(top,#fff 47%,#d7d7d7 78%,#d7d7d7 92%);
    background:-ms-linear-gradient(top,#fff 47%,#d7d7d7 78%,#d7d7d7 92%);
    background:linear-gradient(top,#fff 47%,#d7d7d7 78%,#d7d7d7 92%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d7d7d7',GradientType=0);

    font-weight:bold;
    color:#0e67aa!important;
    padding:4px 6px;
    font-size:12px;
    line-height:14px;

    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
}

.btn.btn-more:hover{
    background:-moz-linear-gradient(top,#fff 47%,#c4c4c4 78%,#d7d7d7 92%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(47%,#fff),color-stop(78%,#c4c4c4),color-stop(92%,#d7d7d7));
    background:-webkit-linear-gradient(top,#fff 47%,#c4c4c4 78%,#d7d7d7 92%);
    background:-o-linear-gradient(top,#fff 47%,#c4c4c4 78%,#d7d7d7 92%);
    background:-ms-linear-gradient(top,#fff 47%,#c4c4c4 78%,#d7d7d7 92%);
    background:linear-gradient(top,#fff 47%,#c4c4c4 78%,#d7d7d7 92%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d7d7d7',GradientType=0);
}

.btn.external, .btn.lnk-external {
    background: #003556; /* Old browsers */
    background: -moz-linear-gradient(top,  #003556 0%, #5595c3 3%, #5595c3 15%, #1067aa 26%, #003556 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003556), color-stop(3%,#5595c3), color-stop(15%,#5595c3), color-stop(26%,#1067aa), color-stop(91%,#003556)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #003556 0%,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #003556 0%,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #003556 0%,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%); /* IE10+ */
    background: linear-gradient(top,  #003556 0%,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003556', endColorstr='#1067aa',GradientType=0 ); /* IE6-9 */
}

.btn.external:hover, .btn.external.hovered {
    background:#004a78;
    background:-moz-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#004a78),color-stop(3%,#64afe5),color-stop(15%,#64afe5),color-stop(26%,#147ccc),color-stop(91%,#004a78));
    background:-webkit-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);
    background:-o-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);
    background:-ms-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);
    background:linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004A78',endColorstr='#147CCC',GradientType=0)
}


.btn.internal, .btn.lnk-internal {
    border: 1px solid #234E08;
    background: #234E08; /* Old browsers */
    background: -moz-linear-gradient(top,  #234E08 0%, #7B994E 3%, #7B994E 15%, #487407 26%, #234E08 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#234E08), color-stop(3%,#7B994E), color-stop(15%,#7B994E), color-stop(26%,#487407), color-stop(91%,#234E08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #234E08 0%,#7B994E 3%,#7B994E 15%,#487407 26%,#234E08 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #234E08 0%,#7B994E 3%,#7B994E 15%,#487407 26%,#234E08 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #234E08 0%,#7B994E 3%,#7B994E 15%,#487407 26%,#234E08 91%); /* IE10+ */
    background: linear-gradient(top,  #234E08 0%,#7B994E 3%,#7B994E 15%,#487407 26%,#234E08 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234E08', endColorstr='#487407',GradientType=0 ); /* IE6-9 */
}

.btn.btn-xs
{
    margin-top:3px;
    padding: 2px 6px !important;
    font-size: 11px;
}
.btn.btn-sm
{
    /* default */
}
.btn.btn-lg
{
    font-size: 18px !important;
    padding: 8px 16px;
}
.btn.btn-xl
{
    font-size: 24px !important;
    padding: 14px 22px;
}

.btn.btn-right-arrow span
{
    display:inline-block;
    margin-left:4px;
    height:10px;
    width:6px;
    background:url('../../static/images/spritesheets/sp-homepage-trans.png') no-repeat 0 -19px;
}

/* Loading Icons */

.loading-solid-lg { display: inline-block; background-image: url('../../static/images/icons/loading/spin-solid.gif'); width: 41px; height: 41px; }

/* Cash Back Icons */

.icon-cash-back-xs { display: inline-block; background-image: url('../../static/images/icons/cash_back/icon_cash_back.gif'); width: 17px; height: 17px; }
.icon-cash-back-xl { display: inline-block; background-image: url('../../static/images/icons/cash_back/dollar-sign-xl.jpg'); width: 141px; height: 142px; }

/* Layout */
#pageFrame{background-color:#e6e6e6; }
.standardPageSection h2 { color: #666; }
.standardPage { padding: 0; -float: left; }
.standardPageHeaderSection { margin-top: 7px; }

.standardPageTitle { display:inline; font-weight: bold; font-size: 30px; margin: 0; padding: 0; }
.standardPageTitle .subtitle{ color:#808080; font-size:20px; font-weight:normal}
.standardPageTitleCashbackIndicator { font-size:11px; }
.standardPageDescription { margin: 0; padding: 0; }

.standardPageHeaderPadding { padding: 0 20px; }
.standardPageSection { padding:0; margin:6px 20px 20px; }
.standardPageSectionTitle { padding-left: 20px; font-size: 20px; font-weight: 700; margin: 0; color: #666;}
.standardPageSectionCashbackIndicator { white-space: nowrap; font-size:11px; padding-right: 23px; }

.standardPageSubSectionHeader { background-color: #e6e6e6; }
.standardPageSubSectionTitle { line-height: 34px; padding-left: 23px; font-size: 18px; font-weight: bold; margin: 0;}

.standardPageSubSubSectionHeader { }
.standardPageSubSubSectionTitle { padding-left: 23px; font-size: 15px; font-weight: bold; margin: 10px 0 0 0;}

.standardPageUpdatedOn { font-size: 11px; color: #919191; padding-left: 13px; }

.mainPageColumn.whiteBackground { background-color: #ffffff; }

/* ORIGINAL SOURCE FILE: "static/css/general.css" */

.bkamai{border:0}
INPUT.ftsubbut{color:#FFF;font-family:Arial,Helvetica,Sans-Serif;font-size:9pt;font-weight:700;text-decoration:none}
.menuitem{text-decoration:none;color:#FFF}
TD.raised{border-top:solid #FFF 1px;border-left:solid #FFF 1px;border-right:solid #584300 1px;border-bottom:solid #584300 1px}
TD.raised2{border-color:#eaeaea #434343 #000 #eaeaea;border-style:solid solid none;border-width:1px 1px 0;font-size:8pt;color:#1f6ea3;padding:2px 4px}
TD.raised2 A{color:#1f6ea3}
a.link{font-size:10px;color:blue;letter-spacing:0;text-decoration:none;font-family:verdana}
.alert{font-family:Arial,Helvetica,sans-serif;color:Red;font-size:9pt}
.error{font-family:Arial,Helvetica,sans-serif;color:Red;font-size:12pt;font-weight:700}
.highlight,.test{background-color:#ff0}
a.link:hover,a.profile:hover{text-decoration:underline}
a.nound,a.profile{text-decoration:none}
.copy{font-family:Arial,Helvetica,sans-serif;color:#000;font-size:9pt}
.smallCopy{font-family:Arial,Helvetica,sans-serif;color:#000;font-size:8pt}
.copyReverse{font-family:Arial,Helvetica,sans-serif;color:#FFF;font-size:9pt}
.copyReverse A:link,.copyReverse A:visited{color:#FFF}

/* ORIGINAL SOURCE FILE: "static/css/site_head_greenbar.css" */
body{background:#fff;font:.8em Arial,Verdana,sans-serif;margin:0}
#headMenu{position:relative;top:1px}
#headMenu{font-size:14px;font-weight:bold}
#headMenu .tabcontainer{float:left;margin-right:9px}
#headMenu a{font-weight:bold;text-decoration:none;line-height:30px;display:block}
#headMenu div{height:30px;cursor:pointer;font-size:14px}
#headMenu .tabstart{float:left;padding-left:6px;text-align:center;white-space:nowrap;overflow:hidden}
#headMenu .tabend{float:left;width:6px;height:30px;display:inline}
#headMenu .inactive a{color:#fff}
#headMenu .active a{color:#5e5e5e}
#headMenu .active .tabstart{background:url(../../static/images/spritesheets/head_sprites2.png) -258px -136px no-repeat}
#headMenu .active .tabend{background:url(../../static/images/spritesheets/head_sprites2.png) -509px -136px no-repeat}
#headMenu .inactive .tabstart{background:url(../../static/images/spritesheets/head_sprites2.png) no-repeat}
#headMenu .inactive .tabend{background:url(../../static/images/spritesheets/head_sprites2.png) no-repeat}
.themeContentHeader{height:24px;line-height:24px;font-size:15px;color:#fff;font-weight:bold;padding:0 10px;-moz-border-radius:4px 4px 0 0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-radius:4px 4px 0 0}
body.themedefault{background-color:#333}
body.themedefault #headMenu .inactive .tabstart{background-position:-36px -167px}
body.themedefault #headMenu .inactive .tabend{background-position:-287px -167px}
body.themedefault .themeContentHeader{background-color:#5da106}
#auto-complete .selected{background-color:#c8e1a8}
#auto-complete ul{margin:0;padding:0}
#auto-complete ul li{padding:4px 6px 4px 6px;margin:0;list-style-type:none;cursor:default;color:#234e08;border-top:1px dotted #b3b3b3;position:relative}
#auto-complete ul li:nth-child(1){border-top:0}
#auto-complete ul li span.matched{font-weight:bold}
#auto-complete{background-color:#fff;font-family:arial;font-size:18px;font-weight:normal;border:1px solid #777;color:#1067aa;z-index:10000}
#auto-complete ul li .autocompleteLabel{float:left;width:70px;line-height:22px;font-size:13px;color:#545454}
#auto-complete ul li .autocompleteCashback{position:absolute;top:.3em;right:0;width:144px;line-height:22px;font-size:13px;color:#545454}
#auto-complete ul li .cashback-icon{display:inline-block;vertical-align:middle;margin-right:4px;margin-top:-4px;height:16px;width:16px;background:transparent url(../../static/images/spritesheets/sp-homepage-trans.png) no-repeat -22px -51px}
#auto-complete ul li .cashback-icon-none{display:inline-block;vertical-align:middle;margin-right:4px;margin-top:-4px;height:16px;width:16px}
#auto-complete ul li .cashback-text{font-family:arial;font-size:12px;font-weight:bold;color:#000}
#auto-complete ul li .cashback-text-sale{font-family:arial;font-size:12px;font-weight:bold;color:#9e0000}
#auto-complete ul li .cashback-text-none{font-family:arial;font-size:12px;color:#a5a5a5}
#forumSubNav{background-image:url(../../static/images/bg_sub_nav.jpg);height:26px;background-repeat:repeat-x;padding-left:10px}
#forumSubNavLinks{list-style-type:none;margin:0;padding:0;overflow:hidden;float:left;white-space:nowrap}
#forumSubNavLinks LI{display:inline;margin:0;z-index:1000;padding:0 13px 0 0}
a.subNavEdit{font-size:11px;color:#000;text-decoration:none;z-index:1000;line-height:12px}
.siteBreadcrumbs{font:normal normal normal 11px arial;color:black;margin:0px 0 10px}
div.siteBreadcrumbs{margin: 0;}
#footContent{height:225px;padding:20px;background-color:#dadada;border-top:3px solid #838383;color:#000;font-size:11px;text-align:left}
#footContentLinks{border-top:dotted 1px #000;border-bottom:dotted 1px #000;padding:7px 0;width:100%}
#footContentLinks a{color:#000;text-decoration:none}
#footContentLinks span{padding:0 5px}
#footLeft{float:left}
#footSocial{float:left;margin-top:27px}
#footSocial a{text-decoration:none;float:left;border-left:0;padding-left:0;color:#000;font-size:11px}
#footSocial a span{position:relative;top:5px}
#footSocial .rssIcon{float:left;background:url(../../static/images/spritesheets/site_sprite_8.png) -16px -97px no-repeat;width:27px;height:27px;margin-right:8px}
#footSocial .facebookIcon{float:left;background:url(../../static/images/spritesheets/site_sprite_8.png) -44px -97px no-repeat;width:27px;height:27px;margin-left:23px;margin-right:8px}
#footSocial .twitterIcon{float:left;background:url(../../static/images/spritesheets/site_sprite_8.png) -71px -97px no-repeat;width:27px;height:27px;margin-left:23px;margin-right:8px}
#footSocial .googlePlusIcon{float:left;background:url(../images/spritesheets/sp-homepage.png) -301px -88px no-repeat;width:26px;height:27px;margin-left:23px;margin-right:8px}
#footDisclaim{clear:both;padding-top:10px}
#footImage{float:right;margin-top:27px;height:110px;width:412px}
#as-seen-on{float:left; width: 194px; height: 85px; background:transparent url(../../static/images/spritesheets/sp-homepage-2.png) -373px -13px}
#truste-bbb-container { float: right; }
#bbb-link {float:right; width: 140px; height: 75px; background:transparent url(../images/spritesheets/sp-homepage-2.png) -612px 0; margin-top: 10px;}
.pageContainer{margin:0 auto;min-width:986px;max-width:1441px;width:95%}
#pageFrame{margin:0 auto}
.pageHeader{position:relative;-zoom:100%;height:96px;overflow:hidden}
.pageHeader:after{clear:both}
.pageHeaderLogo{display:block;overflow:hidden;position:absolute;height:85px;width:140px}
.pageHeaderLogo img{border:0;position:absolute;left:19px;top:11px}
.pageHeaderForumsLogo{display:block;overflow:hidden;position:absolute;width:245px;height:77px;left:11px}
.pageHeaderForumsLogo img{position:absolute;left:-122px;top:14px}
.pageHeaderContent{margin:10px 0 13px 0;float:right;padding:0 20px 10px 0;width:80%}
.pageHeaderForumsContent{margin:10px 0 13px 263px;float:right;padding:0 20px 10px 0;width:70%}
.pageHeaderSearch table{width:100%;vertical-align:middle}
#pageHeaderSearchContainer{position:relative;-zoom:100%;width:612px;float:right}
.pageHeaderSearch td.expandableTableCol{padding:0 35px}
#pageHeaderSearchImage{position:absolute;left:5px;top:50%;margin-top:-11px;width:22px;height:22px;background:white url(../../static/images/spritesheets/site_sprite_8.png) no-repeat -115px -97px}
#pageHeaderSearchBar{width:100%;height:32px;font-size:18px;border:1px solid black;line-height:32px;padding-left:32px}
.headerDropdown{line-height:normal;font-size:12px;position:absolute;background-color:#deedcb;padding:15px 20px 20px 20px;z-index:2000;box-shadow:0 5px 4px 3px rgba(0,0,0,0.25);-moz-box-shadow:0 5px 4px 3px rgba(0,0,0,0.25)}
.headerDropdown .clearfix,#menuLocalDeals .clearfix{clear:both}
.headerDropdown ul{list-style-type:none;padding:0;margin:0;line-height:22px}
.headerDropdown li{line-height:22px;height:22px}
.headerDropdown ul li a{text-decoration:none;padding:0;line-height:normal}
.headerDropdown ul li a:hover{text-decoration:underline}
#siteSectionbf .headerDropdown ul{margin:-5px 0}
#siteSectioncashback .headerDropdown{width:565px}
#siteSectioncashback .headerDropdown ul{width:140px}
.headerDropdown .letterBox a{text-align:right;padding:0 0 15px 10px}
.headerDropdown .letterBox a:hover{text-decoration:underline}
.headerDropdown .storeLogos{max-width:420px;padding:10px;background-color:white;float:right;-moz-border-radius:15px;border-radius:15px}
.headerDropdown .storeLogos a{padding:10px 15px;width:90px}
.headerSectionTitle{padding:0;display:inline-block;margin-bottom:5px;font-size:12px;font-style:italic;font-weight:700;color:#1a1a1a}
#menuLocalDeals ul{float:left;list-style-type:none;padding:0;margin:0}
#menuLocalDeals ul li{float:left}
#menuLocalDeals .sep{color:#b3b3b3;padding:0 8px;font-size:12px}
#menuLocalDeals .headerList{margin:0 22px 15px 0}
#menuLocalDeals .popularLocs li{width:125px;float:none;padding:0;line-height:22px;height:22px}
#menuLocalDeals .headerList a{font-size:12px;line-height:normal;padding:0}
#menuLocalDeals{display:none;position:absolute;left:-1000px;top:-1000px;width:312px;min-height:195px;max-height:250px;padding:15px 20px 20px 20px;background-color:#deedcb;border:solid 1px #234e08;border-top:0;z-index:10000;box-shadow:0 5px 4px 3px rgba(0,0,0,0.25);-moz-box-shadow:0 5px 4px 3px rgba(0,0,0,0.25);line-height:normal}
#menuLocalDeals a.listCity:hover{font-weight:normal;text-decoration:underline}
#headerButton{padding:3px 8px;color:white !important;margin-top:-8px}
#dialogAllCities{padding:15px 15px 25px 15px}
#dialogAllCities a{font-size:12px}
#dialogAllCities a:hover{text-decoration:underline}
.locationList{float:left;font-size:12px;line-height:16px;margin:0 10px 0 0;padding:0;width:170px}
.locationList a:hover{text-decoration:underline}
.extrasColumnTD{background-color:#b4b4b4}
.extrasColumn{width:195px}
.extrasColumnWide{width:360px}
.extrasBarContent{margin:0 20px 20px;padding-top:13px;font:13px arial}
.extrasBarHeader{color:white;background-color:#666;height:23px;line-height:23px;padding:0 20px;font-size:13px;font-weight:bold}
#pageHeaderTabSubNav{background-color:white;border-bottom:1px solid #000;height:23px;list-style:none;margin:0;padding:6px 0 0 10px}
#pageHeaderTabSubNav li{border-left:1px solid #cdcdce;float:left;padding:0 10px}
#pageHeaderTabSubNav li:first-child{border-left:0}
#pageHeaderTabSubNav li a{display:block}
#pageHeaderTabSubNav li a:hover{text-decoration:underline}
.expandableTableCol{width:100%}
.pageHeaderTabSubNavLinks{line-height:26px;margin:0;padding:0 0 0 2px;white-space:nowrap}
.pageHeaderTabSubNavLinks span{padding:0 8px;font-size:12px}
.pageHeaderTabSubNavLinks a:hover{text-decoration:underline}
.pageHeaderTabSubNavLinks .selectedSubNavLink{font-weight:bold;color:black}
.pageHeaderTabSubNavLinks .selectedSubNavLink a{color:black}
.pageHeaderTabSubNavLinks .sep{color:#cdcdce;padding:0}
.styledButtonUnder{background:#003556;background:-moz-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#003556),color-stop(3%,#5595c3),color-stop(15%,#5595c3),color-stop(26%,#1067aa),color-stop(91%,#003556));background:-webkit-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:-o-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:-ms-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003556',endColorstr='#1067aa',GradientType=0);zoom:100%;font-size:11px;line-height:11px;display:block;text-align:center;color:white !important;padding:2px 0 4px 0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-moz-border-bottom-left-radius:8px;-moz-border-bottom-right-radius:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;border:1px solid #0e67aa;text-shadow:1px 1px 2px rgba(0,0,0,0.35);-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.35);-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.35);-o-text-shadow:1px 1px 2px rgba(0,0,0,0.35);-ms-text-shadow:1px 1px 2px rgba(0,0,0,0.35)}
.styledButton{background:#003556;background:-moz-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#003556),color-stop(3%,#5595c3),color-stop(15%,#5595c3),color-stop(26%,#1067aa),color-stop(91%,#003556));background:-webkit-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:-o-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:-ms-linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);background:linear-gradient(top,#003556 0,#5595c3 3%,#5595c3 15%,#1067aa 26%,#003556 91%);*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003556',endColorstr='#1067aa',GradientType=0);zoom:100%;font-size:13px;line-height:11px;display:inline-block;*display:inline;color:white !important;padding:4px 8px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;cursor:pointer;text-decoration:none;styledButtonGreen border:1px solid #0e67aa;text-shadow:1px 1px 1px rgba(0,0,0,0.35);-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.35)}
.styledButtonGreen{border:1px solid #234e08;background:#234e08;background:-moz-linear-gradient(top,#234e08 0,#7b994e 3%,#7b994e 15%,#487407 26%,#234e08 91%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#234e08),color-stop(3%,#7b994e),color-stop(15%,#7b994e),color-stop(26%,#487407),color-stop(91%,#234e08));background:-webkit-linear-gradient(top,#234e08 0,#7b994e 3%,#7b994e 15%,#487407 26%,#234e08 91%);background:-o-linear-gradient(top,#234e08 0,#7b994e 3%,#7b994e 15%,#487407 26%,#234e08 91%);background:-ms-linear-gradient(top,#234e08 0,#7b994e 3%,#7b994e 15%,#487407 26%,#234e08 91%);background:linear-gradient(top,#234e08 0,#7b994e 3%,#7b994e 15%,#487407 26%,#234e08 91%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#234E08',endColorstr='#487407',GradientType=0);zoom:100%;font-size:13px;line-height:11px;display:inline-block;*display:inline;color:white !important;padding:4px 8px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;cursor:pointer;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,0.35);-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.35)}
.styledButtonSlim{font-size:12px;padding:4px 8px}
.styledButtonUnder:hover,.styledButton:hover{background:#004a78;background:-moz-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#004a78),color-stop(3%,#64afe5),color-stop(15%,#64afe5),color-stop(26%,#147ccc),color-stop(91%,#004a78));background:-webkit-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);background:-o-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);background:-ms-linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);background:linear-gradient(top,#004a78 0,#64afe5 3%,#64afe5 15%,#147ccc 26%,#004a78 91%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004A78',endColorstr='#147CCC',GradientType=0)}
.styledMoreButton.styledMoreButtonFlatTop{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-moz-border-bottom-left-radius:8px;-moz-border-bottom-right-radius:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px}
.styledMoreButtonFlatTop .styledMoreButtonDownArrow{color:#b1b1b1;display:inline-block;padding:0 17px}
.styledButtonBigFont{font-size:18px !important;padding:8px 16px}
.styledButtonHugeFont{font-size:24px !important;padding:14px 22px}
.styledButtonGreen:hover{border:1px solid #447028;background:#447028;background:-moz-linear-gradient(top,#447028 0,#b9cc9d 3%,#b9cc9d 15%,#79a736 26%,#447028 91%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#447028),color-stop(3%,#b9cc9d),color-stop(15%,#b9cc9d),color-stop(26%,#79a736),color-stop(91%,#447028));background:-webkit-linear-gradient(top,#447028 0,#b9cc9d 3%,#b9cc9d 15%,#79a736 26%,#447028 91%);background:-o-linear-gradient(top,#447028 0,#b9cc9d 3%,#b9cc9d 15%,#79a736 26%,#447028 91%);background:-ms-linear-gradient(top,#447028 0,#b9cc9d 3%,#b9cc9d 15%,#79a736 26%,#447028 91%);background:linear-gradient(top,#447028 0,#b9cc9d 3%,#b9cc9d 15%,#79a736 26%,#447028 91%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#447028',endColorstr='#79A736',GradientType=0)}
.littleGreenButton{background:#719a35;background:-moz-linear-gradient(top,#719a35 0,#234e08 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#719a35),color-stop(100%,#234e08));background:-webkit-linear-gradient(top,#719a35 0,#234e08 100%);background:-o-linear-gradient(top,#719a35 0,#234e08 100%);background:-ms-linear-gradient(top,#719a35 0,#234e08 100%);background:linear-gradient(to bottom,#719a35 0,#234e08 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#719a35',endColorstr='#234e08',GradientType=0);color:white !important;padding:2px 6px;font-size:11px;line-height:12px;border:1px solid #234e08;text-decoration:none;display:inline-block;*display:inline;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,0.75);zoom:1;*border:1px outset #234e08;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;cursor:pointer;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,0.35);-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.35)}
.littleGrayButton{background:gray;background:-moz-linear-gradient(top,#ccc 0,#808080 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ccc),color-stop(100%,#808080));background:-webkit-linear-gradient(top,#ccc 0,#808080 100%);background:-o-linear-gradient(top,#ccc 0,#808080 100%);background:-ms-linear-gradient(top,#ccc 0,#808080 100%);background:linear-gradient(to bottom,#ccc 0,#808080 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#808080',GradientType=0);color:white !important;padding:2px 6px;font-size:11px;line-height:12px;border:1px solid gray;text-decoration:none;font-weight:bold;display:inline-block;*display:inline;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,0.75);zoom:1;*border:1px outset gray;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;cursor:pointer;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,0.35);-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.35)}
.styledGreenButton{background:#7b994e;background:-moz-linear-gradient(top,#7b994e 0,#7b994e 10%,#446f07 21%,#1d4006 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#7b994e),color-stop(10%,#7b994e),color-stop(21%,#446f07),color-stop(100%,#1d4006));background:-webkit-linear-gradient(top,#7b994e 0,#7b994e 10%,#446f07 21%,#1d4006 100%);background:-o-linear-gradient(top,#7b994e 0,#7b994e 10%,#446f07 21%,#1d4006 100%);background:-ms-linear-gradient(top,#7b994e 0,#7b994e 10%,#446f07 21%,#1d4006 100%);background:linear-gradient(to bottom,#7b994e 0,#7b994e 10%,#446f07 21%,#1d4006 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b994e',endColorstr='#1d4006',GradientType=0);color:white !important;padding:5px 8px;font-size:13px;line-height:13px;border:1px solid #234e08;text-decoration:none;display:inline-block;*display:inline;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,0.75);zoom:1;*border:1px outset #234e08;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;cursor:pointer;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,0.35);-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.35);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.35)}
.mobileButton{font:13px/13px arial;padding:5px 10px;vertical-align:middle}
.mobileButtonLeftArrow{display:inline-block;width:8px;height:15px;vertical-align:middle;background:url('../../static/images/spritesheets/sp-mobile.png') -17px -78px no-repeat}
.mobileButtonRightArrow{display:inline-block;width:8px;height:15px;vertical-align:middle;margin-left:7px;background:url('../../static/images/spritesheets/sp-mobile.png') -5px -78px no-repeat}
#modMenu .modItem{margin-bottom:3px}
.bestDealsSort{font-size:12px;margin-top:12px}
.bestDealsSort span{color:#666}
.bestdealDetailsStoreDisclaimer { font-size: 20px; color: #333333; }
.mir {margin-top: 30px;min-width:200px;max-width:300px;background-color:#f0f0f0;color: #666;float:left;padding:10px;border:1px dashed #969696;}
.mir:hover {border-style:solid;}
.mir a{color:#234e08;font:bold 16px arial;text-decoration:none;}
.mir img{border:0;vertical-align:middle;padding-left:5px;}
.mir .rebate_desc{font-size:11px;}
#opinion { font:13px arial; margin-top:20px; }
#opinion a { color: blue; text-decoration: underline; }
#opinion a:visited { color: navy; }
#opinion ul { padding-left:15px; }
.extrasItem:after{clear:both}
.extrasItem{padding:4px 6px}
.extrasTitle{font-weight:bold}
.extrasItem:after{clear:both}
.extrasItem{padding:4px 6px}
.merchantName{color:#666}
.extrasTitle{font-weight:bold}
.extrasItem:after{clear:both}
.extrasItem{padding:4px 0}
.merchantName{color:#666}
.extrasTitle{font-weight:bold}
.fwCheckoutOnlyTable{border-right:2px solid #a6a6a6;margin-right:8px}
.fwCheckoutOnlyTable .rightRow{padding-right:12px}
.fwCheckoutOnlyTable input{margin-top:6px}
.interstitialDialog{border-color:#666 !important;border-width:8px !important;border-radius:12px !important;-moz-border-radius:12px !important;-webkit-border-radius:12px !important;-moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.4);box-shadow:0 0 10px 5px rgba(0,0,0,0.4)}
.extrasColumnTestimonial{font-size:13px;font-style:italic}
.extrasColumnMoreTestimonialsLink{font-size:11px;color:#003556 !important}
.extrasColumnPromo{margin-bottom: 10px;}
.homepageStat{color:#4d4d4d;font-weight:bold;font-size:13px}
.homepageStat .statLabel{}
.homepageStat strong{color:#000;font-size:16px}
.bfPromoContainer{background-color:#000;padding:8px;text-align:center;padding-bottom:20px}
.bfPromoContainer .titleSmall{font-size:24px;font-weight:bold}
.bfPromoContainer .titleSmall span sup{font-size:12px}
.bfPromoContainer .titleLarge{font-size:43px;font-weight:bold;text-decoration:none}
.bfPromoContainer .linkContainer{padding:3px;border-radius:7px;background-color:#fff}
.bfPromoContainer .linkContainer .title{background-color:#333;color:#fff;font-size:17px;border-top-left-radius:7px;border-top-right-radius:7px;padding:3px;width:138px;margin-bottom:13px}
.homepagedesc{text-decoration:underline}
.under-border-offer-list-title{border-color:#ccc;border-width:0 0 2px;border-style:solid;padding:0 0 7px;margin-bottom:12px}
.under-border-offer-list-title .standardPageSectionTitle{padding-left:0}
.under-border-offer-list-title .titleRight{padding-right:0 !important}
.homepage-bottom-banner{text-align:center}
.homepage-bottom-banner .standardPageSectionTitle{font-size:10px;font-weight:normal;padding:2.5em 0 1em;color:#aaa;border-top:1px solid #ccc}
.hotDealsList td,.hotDealsList th{padding:4px 6px}
.hotDealsList th{text-align:left}
.hotDealsList tr.even{background-color:#e6e6e6}
.hotDealsList tr.odd{background-color:#d5d5d5}
.storeName{color:#666}
.threadTitle{font-weight:bold}
.hotDealsList .rating .link{font-size:7px;text-decoration:none;text-indent:-10000px;cursor:pointer;margin-top:1px}
.hotDealsList .rating #zero{border-left:1px solid #666;float:left;height:12px;padding-right:10px}
.hotDealsList .rating #value{float:left;white-space:nowrap}
.hotDealsList .rating #label{float:left;font-weight:700;padding-right:4px}
.hotDealsList .rating .grn{background:#00a300;float:left;height:8px;width:50px;margin:2px 0 0 -10px}
.hotDealsList .rating .red{background:#e43;float:left;height:8px;width:50px;margin:2px 0}
.standardPage{padding:0;-float:left}
.standardPageHeaderPadding{padding:0 20px;margin-bottom: 7px;margin-top:-3px;}
.standardPageSectionTitle{padding-left:20px;font-size:20px;font-weight:700;margin:0;color:#666}
.standardPageSectionCashbackIndicator{white-space:nowrap;font-size:11px;padding-right:23px}
.standardPageSubSectionHeader{background-color:#e6e6e6}
.standardPageSubSectionTitle{line-height:34px;padding-left:23px;font-size:18px;font-weight:bold;margin:0}
.standardPageSubSubSectionTitle{padding-left:23px;font-size:15px;font-weight:bold;margin:10px 0 0 0}
.standardPageUpdatedOn{font-size:11px;color:#919191;padding-left:13px}
#dailyEmailAddress{width:137px;height:21px;color:#b3b3b3;font-size:13px;text-align:center;border:1px solid black}
.dailyEmailSubscribe{cursor:pointer}
.dailyEmailDialog{display:none;padding:12px}
.dailyEmailDialogHidden{display:none}
.dailyEmailDialogContentArea{background-color:#e9f0e0;border-top:1px solid #9fb36b;border-bottom:1px solid #9fb36b;padding:22px;margin:16px 0}
.dailyEmailDialogTitle{color:#666;font-size:18px;font-weight:bold}
.dailyEmailDialogTitleDetails{color:#666;font-size:13px;margin:6px 0}
.dailyEmailErrorSignInForm{padding-left:38px;margin:12px 0;font-size:13px}
.dailyEmailErrorSignInForm td{padding-right:10px}
.dailyEmailErrorEmail{font-size:19px;color:#528508;font-weight:bold}
.dailyEmailErrorSignIn{font-size:13px;color:#666}
.dailyEmailErrorSignIn strong{color:black}
.dailyEmailDoneEmail{font-size:19px;color:#528508;font-weight:bold;margin:12px 0}
.dailyEmailSendToThis{font-size:18px;color:black;font-weight:bold;padding:0 12px 0 50px}
#dailyEmailErrorEmail{font-size:14px;border:1px solid #a6a6a6;width:225px}
.dailyEmailIcon{padding-left:20px;background:url(../../static/images/icons/daily-email-icon.jpg) no-repeat left center}
.pageHeader{position:relative;-zoom:100%;height:96px;overflow:visible}
.pageHeaderContent{margin:10px 0 10px 0;float:right;padding:0 20px 10px 0;width:80%}
.pageHeaderSearch table{width:100%;vertical-align:middle;clear:both}
.pageHeaderSearch .pageHeaderSearchLabel{text-align:right;font-weight:700;font-size:1em;padding-right:10px !important}
#pageHeaderSearchContainer{width:612px}
#pageHeaderSearchContainer .searchBarGeneral{height:32px;border:1px solid black;line-height:32px;outline:0}
#pageHeaderSearchSelect{white-space:nowrap}
#pageHeaderSearchSelect SELECT{cursor:pointer;position:absolute;opacity:0;filter:alpha(opacity=0);height:32px;border:0;top:0;left:0}
#pageHeaderSearchSelect DIV{background-image:linear-gradient(bottom,#dedede 14%,#fff 62%);background-image:-o-linear-gradient(bottom,#dedede 14%,#fff 62%);background-image:-moz-linear-gradient(bottom,#dedede 14%,#fff 62%);background-image:-webkit-linear-gradient(bottom,#dedede 14%,#fff 62%);background-image:-ms-linear-gradient(bottom,#dedede 14%,#fff 62%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.14,#dedede),color-stop(0.62,#fff));border-right-width:0 !important;padding:0 .5em 0 .7em;color:#535353;font-size:14px;position:relative;overflow:hidden;background-color:#fff}
#pageHeaderSearchSelect DIV .label{font-size:12px}
#pageHeaderSearchInput{width:100%}
.pageHeaderSearch td.expandableTableCol{width:100%}
#pageHeaderSearchBar{width:98%;font-size:18px;padding:0 0 0 .5em}
#pageHeaderSearchOptionsClose{background-color:rgba(0,0,0,0);width:100%;height:100%;position:absolute;top:0;background-image:none;z-index:100}
.extrasColumnWide .extrasBarContent:first-child{margin:0;padding:0}
#promoAdBar{height:525px;padding:5px 20px 0 20px}
#promoAdBar .content{min-height:305px}
#promoAdBar .promoAdTitle{height:85px;line-height:30px;font-family:arial;font-size:22px;color:white}
#promoAdBar .promoAdTitle a{display:block;height:85px;width:320px}
#promoAdBar .promoStoreIcons{margin-top:-5px;margin-bottom:11px;height:246px}
#promoAdBar .storeIcon{height:72px;width:150px;margin:7px 5px 3px 5px;float:left;text-align:center}
#promoAdBar .storeIcon a{display:block;height:72px;width:150px}
#promoAdBar .promoOffers{height:170px}
#promoAdBar .promoOffer{height:160px;width:152px;padding-top:7px;float:left}
#promoAdBar .promoOffer a{display:block}
#promoAdBar .promoOfferContent{height:170px}
#promoAdBar .promoOffer:first-child{margin-right:16px}
#promoAdBar .promoOffer{text-align:center}
#promoAdBar .storeLogo{margin-bottom:5px;height:31px}
#promoAdBar .offerImage{height:60px}
#promoAdBar .cashback{line-height:20px;position:relative;display:inline-block;white-space:nowrap}
#promoAdBar .cashbackText{margin-left:22px;font-weight:bold;font-size:12px;line-height:20px;color:#000}
#promoAdBar .originalCb{font-size:11px;line-height:15px;height:15px;color:#535353;margin-bottom:3px}
.promoStoreIcons .cashback{margin-top:2px}
#promoAdBar .cashbackIcon{background-position:0 -28px;height:20px;width:20px;position:absolute;float:left}
#promoAdBar .dollarLogoList{background:url(../../static/images/spritesheets/sp-homepage-trans.png) no-repeat;display:block}
.roundedCorners{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}

#doubleCbExtrasBar{background:url(../../static/images/2x-back.gif) center no-repeat;width:320px;height:70px}
#doubleCbExtrasBar .dbBannerContent{width:238px;float:right;display:inline-block;height:56px;padding:9px 4px 4px 4px}
#doubleCbExtrasBar .dbBanLeft,#doubleCbExtrasBar .dbBanRight{text-align:center;vertical-align:middle;float:left;height:inherit}
#doubleCbExtrasBar .dbBanLeft{width:110px}
#doubleCbExtrasBar .dbBanRight{max-width:130px;min-width:120px;width:auto;margin-left:5px}
#doubleCbExtrasBar .see-offers{margin-top:2px}
#doubleCbExtrasBar .cashback{margin:-8px 0 0 -2px;background-position:0 -28px;height:20px;width:20px}
#doubleCbExtrasBar .dollarLogoList{background:url(../../static/images/spritesheets/sp-homepage-trans.png) no-repeat;display:block}
#doubleCbExtrasBar .double-cb{font-family:Arial;font-size:14px}
#doubleCbExtrasBar .original-cb{color:#535353;font-family:Arial}
#doubleCbExtrasBar .store-logo{height:31px}
#doubleCbExtrasBar .cbtext{line-height:20px;font-weight:bold;height:20px;font-size:14px;font-family:arial}
#promoAdsExtrasBar{margin-bottom:10px;width:320px}
#promoAdsExtrasBar .promoAdRow{margin-bottom:10px;min-height:50px;clear:both}
#promoAdsExtrasBar .right-ad-col{width:160px;float:right;text-align:right}
#promoAdsExtrasBar .left-ad-col{width:160px;float:left;text-align:left}


.couponCodeExpires { font-size: 11px; color: #919191; }
#couponListCouponCb{position:absolute;left:-1000px;top:-1000px;z-index:200;overflow:hidden;cursor:pointer}
.clearfix:before,.clearfix:after{content:" ";display:none;}
.clearfix:after{clear:both}

.twitterFollow { width: 750px; margin: 20px auto; }
.twitterFollowContent { padding: 20px; background-color: #ffffff; }

/* STORE LIST */
.storeListContainer{padding:0 20px 20px;}
.storePromotionContent{padding-top: 20px;}
.storeList,.storeListLteIE8{border-bottom:1px solid #999;width:100%}
.storeListRow{background-color:#fff}
.storeListRow.even{background-color:#f4f4f4}
.storeListCashBackHeaderSub{background:url(../images/icons/cash_back/xs_cashback_on_transparent.png) no-repeat scroll 0 0 rgba(0,0,0,0);color:#000;display:inline-block;font-size:12px;padding-left:22px;padding-top:4px}
.storeListSubHeader{background-color:#e6e6e6 !important;color:#666;font-size:17px;font-weight:bold;white-space:nowrap}
.storeList td,.storeListLteIE8 td{padding:6px 8px}
.storeListRow td{border-bottom:1px dotted #999}
td.storeName{height:50px;padding:0 0 0 15px}
td.storeNameWithoutLogo{border-left:1px solid #999}
td.storeLogo{border-left:1px solid #999}
td.storeListShopNowButton{border-right:1px solid #999}
.storeListRow td.storeName a{text-decoration:none}
.storeListRow td.storeName a span.storeListCouponsText{color:#b3b3b3;font-weight:normal}
.storeListRow td .storeListStoreName{color:#234e08;font-size:12px;font-weight:bold}
.storeListRow td.storeName:hover .storeListCouponsText{color:#234e08;font-weight:bold;text-decoration:underline}
.storeListCashbackColumn div,.storeListCashbackColumn span.storeListNoCashback{padding-left:22px;padding-top:4px;text-align:left}
.storeListCashbackSaleText{color:#b30000;font-size:13px;font-weight:bold;white-space:nowrap}
.storeListCashbackText{color:#000;font-size:13px;font-weight:bold;white-space:nowrap}
.storeListCashbackText.promotion {color:#b30;}
.storeListOldCashback,.storeListNoCashback{color:gray;font-size:11px;white-space:nowrap}
.storeListNoCashback{line-height:13px}
.storeListOldCashback{margin-top:4px}
.storeListShopNowButton{white-space:nowrap}
.storeListCBText{visibility:hidden}
.storeListSubHeader th{border-bottom:1px solid #999;border-top:1px solid #999;padding:17px 0 7px;text-align:left;vertical-align:bottom}
.storeListSubHeader:first-child{height:2px;vertical-align:top}
.storeListSubHeader:first-child th{border-top:0 none;padding-top:0}
.storeListRow .last td{border-bottom-color:rgba(0,0,0,0)}
.storeList .storeListRow:hover{cursor:pointer}
.storeList .storeListRow td.storeLogo:hover ~ td.storeName .storeListCouponsText{color:#234e08;font-weight:bold;text-decoration:underline}
.storeList .storeListCBIcon .storeListCBText,.storeList .storeListRow:hover td.storeListCashbackColumn div span.storeListCBText{visibility:visible}
.storeList .storeListRow:hover td.storeLogo:hover ~ td.storeListCashbackColumn div .storeListCBText,.storeList .storeListRow:hover td.storeName:hover ~ td.storeListCashbackColumn div .storeListCBText{visibility:hidden}
.storeList .storeListRow:hover td.storeLogo:hover ~ td.storeListCashbackColumn .storeListCBIcon .storeListCBText,.storeList .storeListRow:hover td.storeName:hover ~ td.storeListCashbackColumn .storeListCBIcon .storeListCBText{visibility:visible}
.storeList .storeListCBIcon,.storeList .storeListRow:hover td.storeListCashbackColumn div{background:url(../images/icons/cash_back/xs_cashback_on_transparent.png) no-repeat}
.storeList .storeListRow:hover td.storeLogo:hover ~ td.storeListCashbackColumn div,.storeList .storeListRow:hover td.storeName:hover ~ td.storeListCashbackColumn div{background:transparent}
.storeList .storeListRow:hover td.storeLogo:hover ~ td.storeListCashbackColumn .storeListCBIcon,.storeList .storeListRow:hover td.storeName:hover ~ td.storeListCashbackColumn .storeListCBIcon{background:url(../images/icons/cash_back/xs_cashback_on_transparent.png) no-repeat}
.storeList .storeListRow:hover td{padding:3px 8px 4px 8px}
.storeList .storeListRow:hover td.storeLogo{padding-left:6px;border-left:3px solid #1067aa}
.storeList .storeListRow:hover td.storeListShopNowButton{padding-right:6px;border-right:3px solid #1067aa}
.storeList .storeListRow:hover td.storeName{height:45px;padding:0 0 0 15px}
.storeList .storeListRow:hover td{border-top:3px solid #1067aa;border-bottom:3px solid #1067aa}
.empty-storelist {margin: 6px 20px 30px;}

/* 404 Error Page */
#error404page { margin: 60px auto; }
#error404page .errorText { font-size: 14px; margin: 0; margin-top: 5px; }
#error404page h1 { margin: 0; padding: 0; }
#error404page #searchBoxContainer { position: relative; -zoom: 100%; }
#error404page #searchBoxIcon { position: absolute; left: 5px; top: 50%; margin-top: -11px; width: 22px; height: 22px; background-position: -115px -97px; background-image: url(../images/spritesheets/site_sprite_8.png); }
#error404page #page404Search { display: inline; }
#error404page #page404SearchBar { width: 400px; height: 32px; font-size: 18px; border: solid 1px #666; line-height: 32px; padding-left: 32px; margin-right:10px; }

/* searchContainer CSS from FW site. needs revisting when search suggest is working - JIRA: FEFW-575
#error404page .searchContainer { margin-top: 15px; padding: 7px; border: solid 1px #808080; background: url('<?= STATIC_ROOT; ?>i/head/searchmag.png'); background-repeat: no-repeat; background-position: 7px center;}
#error404page .searchContainer input.inputQuery { margin-left: 22px; border: solid 1px #fff; color: #777; font-size: 13px; height: 21px; width: 241px; }
#error404page .searchContainer .queryAreaContainer { float: right; display: inline; padding-top: 1px; margin-left: 7px; }
#error404page .searchContainer div.searchButton { width: 42px; height: 21px; background: url('<?= STATIC_ROOT; ?>i/btn_find.png'); float: right; position: relative; top: 1px; margin-left: 5px; display: inline; }
#error404page .searchContainer select { width: 184px; }
*/

.resetPasswordFormLabel { font-weight: bold; margin-bottom: 10px; }
.resetPasswordField { margin-bottom: 16px; display: inline-block; }
.resetPasswordField input { width: 243px; height: 28px; }
.resetPasswordError { display:inline-block; color: #ef3b3b; font-size: 12px; margin-left: 8px; }

.resetPasswordEmail { margin-bottom: 16px; }
.resetPasswordEmail input { width: 243px; height: 28px; }
.resetPasswordDisclaimer { margin-top: 20px; font-size: 12px; }
.forgottenPasswordForm .resetPasswordError{ color: #ff0000; font-size: 12px; margin: 4px 0;}
.resetPasswordButton {font-weight: bold; border: none;}
.resetPasswordHeading { font-size: 18px; color: #666666; font-weight: bold; margin: 0 0 13px 0; }
.resetPasswordSuccess { font-size: 14px; }

.offer-list-cashback .cashback-icon{
    display: inline-block;
    vertical-align:middle;
    margin-right: 4px;
    margin-top: -4px;
    height: 20px;
    width: 20px;
    background: transparent url(../images/spritesheets/sp-homepage-trans.png) no-repeat 0 -29px;
}

#forumHoldMessage {font-size:1.5em;color:#425158;font-weight:bold;margin-bottom: 20px;}
.greenHighlightedText {color: #7BC91D;}

/* generic paging */
.generic-paging{float:right;font-size:11px;margin:10px}
.generic-paging A.pageLink{color:#273F8E;border:1px solid #CCC;background:#FFF;text-decoration:none;border-right-color:#999;border-bottom-color:#999;padding:2px 4px}
.generic-paging A.pageLink:hover{color:#333;border:1px solid #999;background:#d9d9d9;border-right-color:#ccc;border-bottom-color:#ccc}
.generic-paging .page-select{border-left:1px solid #AAA;border-right:1px solid #AAA;margin:0 7px;padding:0 7px}
.generic-paging .page-select SELECT{margin-top:-3px;font-size:11px;border:1px solid #BBB}
.generic-paging A,.generic-paging STRONG{margin:0 2px}

.socialIcons img {
    margin-left:8px;
    cursor: pointer;
}
.more-cash-back{background-color:#fff}
.more-cash-back.even{background-color:#f1f8e9}

#taf {
    font:18px arial;
}
#taf img {
    border:0;
}
#taf .heading {
    font:24px arial;
    margin-bottom:20px;
}
#taf .heading .cheese {
    color:#82c539;
}
#taf .howto {
    width:500px;
}
#taf .howto .images td {
    text-align:center;
    vertical-align:bottom;
}
#taf .steps {
    font:16px arial;
    color:#050708;
}
#taf .steps td {
    text-align:center;
    vertical-align:top;
}
#taf .howto .condition {
    color:#999;
}
#taf .hr {
    width:555px;
    margin:40px 0 28px 0;
    border:0;
    border-top:1px dotted #666;
}
#taf .smallheading {
    color:#669900;
    margin-bottom:24px;
}
#taf .signinsignup {
    margin:22px 0 65px 0;
}
#taf .signinsignup .separator {
    height:50px;
    padding-right:23px;
    margin-right:16px;
    border-right:1px solid #ccc;
}
#taf .signinsignup .signup {
    color:#7f7f7f;
}
#taf .disclaimer {
    font:11px arial;
    color:#bbb;
    border-top:1px solid #9fb36b;
    padding:20px 0 40px 0;
}
#taf .button {
    font:18px arial;
    color:white;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color:#669900;
    padding:7px 32px;
}
.dialog-text-left{
float:left;color: #666;
}
.dialog-text-left > ul{
 margin: 0 0 0 -23px;
}
.dialog-text-right{
float:right
}
.successDialogTitle { 
color: #528508; 
font-weight: bold;
font-size: 30px;
margin-bottom: 22px;
}
.success-body{
display:none;
}

.ui-widget-white-overlay { background: repeat-x scroll 50% 50% #ffffff !important; }
.ui-dialog .gray-title { background: #999999; border: none; }

.offer-paging{
    float:right;
    margin:10px;
    font-size:11px;
}
.offer-paging A {
    margin:0 2px;
}
.offer-paging A.pageLink{
    color:#273F8E;
    padding:2px 4px;
    border:1px solid #CCC;
    background:#FFF;
    text-decoration:none;
    border-right-color:#999;
    border-bottom-color:#999;
}
.offer-paging A.pageLink:hover{
    color:#333;
    border:1px solid #999;
    background:#d9d9d9;
    border-right-color:#ccc;
    border-bottom-color:#ccc;
}
.offer-paging STRONG{
    margin:0 2px 0;
}
.offer-paging .page-select{
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
    padding:0 7px;
    margin:0 7px;
}
.offer-paging .page-select SELECT{
    margin-top:-3px;
    font-size:11px;
    border:1px solid #BBB;
}