/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    position: relative;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

* {
    margin: 0;
}

html, body {
    background-color: #f2f0ea;
    margin: 0px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
    height: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.supercontainer {
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px;
}

.footer, .push {
    height: 250px;
}

.search_box {
    position: absolute;
    width: 590px;
    height: 64px;
    top: 31px;
    left: 396px;
    background-color: #FFF;
    border: #bfbfbf 2px solid;
    border-radius: 4px;
}

.search_box:hover {
    border: #fdd259 2px solid;
    -moz-box-shadow: 0px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #ccc;
}

.search_form {
    position: absolute;
    width: 445px;
    height: 62px;
    line-height: 62px;
    top: 0px;
    left: 0px;
    font-size: 32px;
    font-style: italic;
    color: #a0a0a0;
    padding: 0 0 0 9px;
    -webkit-appearance: none;
    border-width: 0px;
    border-radius: 4px;
}

.search_form:focus {
    outline-width: 0;
}

.search_suggest {
    position: absolute;
    width: 345px;
    top: 45px;
    background-color: #FFF;
    border: #bfbfbf 2px solid;
    z-index: 10000;
    margin: 0px;
    padding: 0px;
    float: right;
    border-radius: 4px;
    color: #6e6e6e;
    text-align: left;
}

.search_suggest table td {
    vertical-align: top;
}

.search_suggest table td.name {
    padding-left: 10px
}

.search_suggest.hide {
    display: none;
    z-index: 10000;
}

.suggest_left {
    float: left;
    width: 340px;
    padding: 0px;
    margin: 5px 5px 5px 5px;
    z-index: 10000;
}

.suggest_store {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #FFF;
}

.suggest_store:hover, .suggest_store.selected {
    background: #ffefaf;
    cursor: pointer;
}

.suggest_logo {
    background-color: #FFF;
    width: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border: #cccccc 2px solid;
    border-radius: 4px;
    margin-left: 5px;
}

.suggest_logo:hover {
    border: #b1b1b1 2px solid;
}

.suggest_logo > a {
    display: block;
    width: 100px;
    height: 27px;
    margin-left: 10px;
    margin-right: 10px;
}

.suggest_store_name {
    /*	position:absolute;
        top:5px;
        left:137px; */
    font-size: 13px;
}

.suggest_store_name a {
    font-size: 18px;
    color: #00b1d2;
    text-decoration: none;
}

.suggest_store_name a:hover {
    color: #009dba;
    text-decoration: underline;
}

.suggest_right {
    float: right;
    /*	left:365px;*/
    top: 0px;
    width: 215px;
    padding: 0px;
    margin: 5px 5px 5px 0px;
}

.suggest_category {
    background-color: #fff;
    padding: 4px;
}

.suggest_category:hover {
    background-color: #fff9d6;
}

.suggest_icon {
    background-color: #FFF;
    width: 47px;
    border: #cccccc 2px solid;
}

.suggest_icon > a {
    height: 47px;
    display: block;
}

.shipping_icon {
    background: url("../images/truck.png") no-repeat center;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.suggest_category_name {
    /*position:absolute;
    top:5px;
    left:64px; */
    font-size: 13px;
}

.suggest_category_name a {
    font-size: 16px;
    color: #00b1d2;
}

.suggest_category_name a:hover {
    color: #009dba;
    text-decoration: underline;
}

.main_content {
    position: relative;
    width: 990px;
    top: -25px;
    margin: 0 auto;
    z-index: 1;
    padding-top: 140px;
}

.content_left {
    position: relative;
    float: left;
    width: 660px;
    margin-bottom: 40px;
}

.content_right {
    position: relative;
    float: right;
    width: 302px;
    top: 0px;
    margin-bottom: 40px;
}

.content_left_about {
    position: relative;
    float: left;
    width: 300px;
    margin-bottom: 40px;
}

.content_right_about {
    position: relative;
    float: right;
    width: 660px;
    top: 0px;
    margin-bottom: 40px;
}

.box_home_logos {
    background-color: #d0cec8;
    width: 990px;
    height: 295px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.box_home_logos ul {
    clear: both;
    padding: 0px;
    float: left;
    text-align: left;
    width: 990px;
    margin-top: 1px;
}

.box_home_logos ul li {
    list-style: none outside none;
    float: left;
    display: block;
    margin: 0px 0px 1px 1px;
    height: 97px;
    overflow-y: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.home_logos {
    width: 150px;
    padding: 35px 0px 35px 0px;
    text-align: center;
    background-color: #FFF;
    line-height: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.home_logos:hover {
    box-shadow: 0px 0px 1px 1px #ccc inset;
}

.home_logos_middle {
    width: 142px;
}

.home_logos_count {
    width: 424px;
    padding: 38px 0px 37px 0px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    background-color: #d0cec8;
}

.box_top {
    background-color: #fff;
    width: 620px;
    border: #b3b3b3 1px solid;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.blog_post p,
.box_top p {
    margin-bottom: 20px;
}

.blog_post img {
    padding: 10px;
    border: 1px solid #AAA;
}

.box_top a {
    color: #6e6e6e;
}

.box_top a:hover {
    color: #111111;
}

.box {
    background-color: #FFF;
    width: 100%;
    border: #b3b3b3 1px solid;
    margin-bottom: 20px;
    border-radius: 4px;
}

.content_right > .wrapper > .box {
    margin: 0 auto 20px;
    width: 300px;
}

.box_newsletter {
    background-color: #d0cec8;
    width: 100%;
    height: 155px;
    border: #d0cec8 1px solid;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
}

.newsletter_title {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
}

.newsletter_bottom_box {
    top: 10px;
    left: -50px;
}

.newsletter_bottom_button {
    position: absolute;
    left: 444px;
    top: 86px;
}

.newsletter_bottom_form {
    width: 250px;
    height: 40px;
    line-height: 28px;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    color: #000;
    background-color: #FFF;
    border-radius: 4px 0px 0px 4px;
    border: none;
}

.header_yellow {
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: #B3B3B3 1px solid;
    background-color: #ffe276;
    border-radius: 4px 4px 0px 0px;
}

.header_yellow .sort-dropdown {
    float: right;
    line-height: 40px;
    right: 17px;
    position: relative;
}

.header_green {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: #B3B3B3 1px solid;
    background-color: #9ade68;
    border-radius: 4px 4px 0px 0px;
}

.header_green a {
    color: #385d1b;
}

.header_green a:hover {
    color: #385d1b;
}

.header_grey {
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: #B3B3B3 1px solid;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#cdcdcd));
    background: -webkit-linear-gradient(top, #fafafa, #cdcdcd);
    background: -moz-linear-gradient(top, #fafafa, #cdcdcd);
    background: -o-linear-gradient(top, #fafafa, #cdcdcd);
    background: -ms-linear-gradient(top, #fafafa, #cdcdcd);
    background: linear-gradient(top, #fafafa, #cdcdcd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#cdcdcd', GradientType=0);
    border-radius: 4px 4px 0px 0px;
}

.header_grey a {
    color: #4e4e4e;
}

.header_grey a:hover {
    color: #000;
}

.header_blue {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px 4px 0px 0px;
    background-color: #fff;
}

.header_purple {
    width: 100%;
    height: 41px;
    margin-bottom: 20px;
    background-color: #cdacff;
    border-radius: 4px 4px 0px 0px;
    border-bottom: #B3B3B3 1px solid;
}

.sort {
    position: absolute;
    top: 10px;
    left: 470px;
    font-size: 13px;
    float: right;
}

.backtotop {
    position: absolute;
    top: 10px;
    left: 560px;
    font-size: 13px;
    float: right;
}

.button {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding: 0px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.button.small {
    font-size: 18px;
    line-height: 26px;
    width: 160px;
}

.ie7 .button {
    padding: 0px;
}

.yellow {
    background: #ee2e24;
    color: #fff;
}

.yellow:hover {
    background: #dc2a20;
}

.blue {
    background: #00b1d2;
    color: #FFF;
    padding: 5px 10px;
}

.blue:hover {
    background: #009dba;
}

.blue a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.blue a:hover {
    color: #fff;
}

a#ebook_download {
    color: #fff;
    font-size: 24px;
    padding: 10px 20px 10px 20px
}

.search_button {
    position: absolute;
    top: 8px;
    right: 8px;
}

.search_button .button {
    width: 100px;
    line-height: 48px;
    color: #866700;
    border: 1px solid #d3a953;
    background: url(../images/search.png) no-repeat center center;
    background: url(../images/magnify.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffe169), to(#ffae01));
    background: url(../images/magnify.png), -webkit-linear-gradient(top, #ffe169, #ffae01);
    background: url(../images/magnify.png), -moz-linear-gradient(top, #ffe169, #ffae01);
    background: url(../images/magnify.png), -o-linear-gradient(top, #ffe169, #ffae01);
    background: url(../images/magnify.png), -ms-linear-gradient(top, #ffe169, #ffae01);
    background: url(../images/magnify.png), linear-gradient(top, #ffe169, #ffae01);
    background-repeat: no-repeat;
    background-position: center center;
}

.ie7 .search_button .button, .ie8 .search_button .button {
    background: url(../images/search.png) no-repeat center center;
    /*width: 100px;*/
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.search_button .button:hover {
    background-image: url(../images/magnify.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffeea3), to(#ffae01));
    background-image: url(../images/magnify.png), -webkit-linear-gradient(top, #ffeea3, #ffae01);
    background-image: url(../images/magnify.png), -moz-linear-gradient(top, #ffeea3, #ffae01);
    background-image: url(../images/magnify.png), -o-linear-gradient(top, #ffeea3, #ffae01);
    background-image: url(../images/magnify.png), -ms-linear-gradient(top, #ffeea3, #ffae01);
    background-image: url(../images/magnify.png), linear-gradient(top, #ffeea3, #ffae01);
}

.ie7 .search_button .button:hover, .ie8 .search_button .button:hover {
    background: url(../images/search.png) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.disabled {
    color: #AAA;
    border: 1px solid #777;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
    background: -moz-linear-gradient(top, #999, #999);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#999, endColorStr=#666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#999, endColorStr=#666);
    cursor: default;
}

.disabled:hover {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    padding-bottom: 8px;
    line-height: 32px;
}

.header_yellow .subtitle {
    font-size: 22px;
    padding-left: 20px;
    line-height: 38px;
    color: #866700;
    font-weight: bold;
    display: inline;
}

.header_green .subtitle {
    font-size: 22px;
    padding-left: 20px;
    line-height: 42px;
    color: #3e6027;
    font-weight: bold;
    display: inline;
}

.header_grey .subtitle {
    font-size: 22px;
    padding-left: 20px;
    line-height: 38px;
    color: #4e4e4e;
    font-weight: bold;
    display: inline;
}

.header_purple .subtitle {
    font-size: 22px;
    padding-left: 20px;
    line-height: 38px;
    color: #582c86;
    font-weight: bold;
    display: inline;
}

.header_blue .subtitle {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 15px;
    color: #000;
    font-weight: bold;
}

.header_purple .caption {
    font-size: 13px;
    font-style: italic;
    padding-left: 10px;
    color: #460093;
    display: inline;
}

.box_offer {
    background-color: #f6f4ee;
    width: 620px;
    border: #dbd4bc 1px solid;
    margin: 0px auto;
    margin-bottom: 20px;
    min-height: 85px;
    border-radius: 4px;
}

.box_offer_alternate.category_listing {
    overflow: auto;
}

.box_offer_alternate.category_listing li {
    padding: 0;
    width: 155px;
    height: auto;
}

.box_offer_alternate.category_listing img {
    border: 2px solid #CCC;
    padding: 15px 5px;
}

.logo_category {
    position: absolute;
    top: 0px;
    margin: 15px;
    background-color: #FFF;
    width: 120px;
    padding: 15px 0px;
    text-align: center;
    border: #cccccc 2px solid;
    line-height: 0;
    border-radius: 4px;
}

.logo_category:hover {
    border: #b1b1b1 2px solid;
}

.comment_details {
    width: 475px;
    margin: 15px;
    left: 65px;
}

.commenter {
    font-size: 12px;
    color: #b1b1b1;
}

.comment_icon {
    position: absolute;
    border: #cccccc 1px solid;
    background: #FFF;
    background-image: url("../images/icons/user.png");
    background-repeat: repeat-x;
    width: 36px;
    height: 36px;
    left: 20px;
    top: 15px;
}

.comment_questions {
    position: relative;
    width: 150px;
    left: 22px;
}

.contact_questions {
    position: relative;
    width: 150px;
    left: 22px;
}

.post_comment_btn {
    margin-bottom: 15px;
    text-align: right;
}

.comment_answers {
    width: 400px;
    left: 115px;
    top: 62px;
    top: -110px;
    margin-bottom: -85px;
}

.contact_answers {
    width: 400px;
    left: 115px;
    top: -150px;
    margin-bottom: -125px;
}

.comment_form {
    width: 400px;
    background-color: #fff;
    border: #bfbfbf 1px solid;
    margin: 0px 0px 15px 0px;
    padding: 5px;
    font-size: 13px;
}

.comment_form:hover {
    border: #aaaaaa 1px solid;
    -moz-box-shadow: 0px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #ccc;
}

.comment_form_coupon {
    width: 100%;
    background-color: #fff;
    border: #bfbfbf 1px solid;
    margin: 5px 0px 10px 0px;
    padding: 10px;
    -moz-box-shadow: 0px 3px 7px #ccc;
    -webkit-box-shadow: 0px 3px 7px #ccc;
    box-shadow: 0px 3px 7px #ccc;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comment_form_coupon:hover {
    border: #888888 1px solid;
}

.coupon {
    width: 100%;
    padding-bottom: 10px;
}

.coupon > .details {
    left: 154px;
    margin: 15px 15px 0 0;
    width: 320px;
}

.coupon > .details.nocode {
    width: 450px;
}

.coupon_details_category {
    width: 315px;
    left: 155px;
    margin: 15px 0px 15px 0px;
}

.coupon_details_category.nocode {
    width: 450px;
    margin: 15px 0px 15px 0px;
    left: 155px;
}

.comment_arrow, .share_arrow {
    background-image: url("../images/icons/arrowUp.png");
    background-repeat: no-repeat;
    z-index: 101;
    position: absolute;
    bottom: -1px;
    width: 16px;
    height: 8px;
}

.comment_arrow {
    left: 190px;
}

.share_arrow {
    left: 277px;
}

.comment_display_area {
    border-top: 1px solid #CCC;
    background-color: #e6e6e6;
    width: 590px;
    padding: 15px 15px 5px 15px;
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.comment_display_box {
    background-color: #fff;
    border: #bfbfbf 1px solid;
    margin: 0;
    padding: 5px;
    -moz-box-shadow: 0px 3px 7px #ccc;
    -webkit-box-shadow: 0px 3px 7px #ccc;
    box-shadow: 0px 3px 7px #ccc;
    margin-bottom: 15px;
    min-height: 48px;
}

.comment_display_box:hover {
    border: #888888 1px solid;
}

.comment_text {
    left: 65px;
    width: 500px;
    font-size: 12px;
}

.comment_icon_coupon {
    position: absolute;
    border: #cccccc 1px solid;
    background: #FFF;
    background-image: url("../images/icons/user.png");
    background-repeat: repeat-x;
    width: 36px;
    height: 36px;
    left: 15px;
    top: 10px;
}

.share_display_area {
    border-top: 1px solid #CCC;
    background-color: #e6e6e6;
    padding: 15px 15px 5px 15px;
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 75px;
}

.share_form {
    font-size: 18px;
    width: 300px;
    margin-top: 7px;
    background-color: #fff;
    border: #bfbfbf 1px solid;
    padding: 5px 0px 5px 5px;
    font-size: 16px;
}

.share_form:hover {
    border: #888888 1px solid;
    -moz-box-shadow: 0px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #ccc;
}

.share_title {
    font-size: 16px;
    font-weight: bold;
}

.share_link {
    width: 300px;
}

.share_social {
    position: absolute;
    width: 240px;
    left: 360px;
    top: 15px;
}

.share_social table {
    margin-top: 7px;
}

.box_GAD {
    background-color: #f6f4ef;
    width: 620px;
    border: #dcd4bd 1px solid;
    margin: 20px auto;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 2px 4px #e6e6e6;
    -webkit-box-shadow: 0px 2px 4px #e6e6e6;
    box-shadow: 0px 2px 4px #e6e6e6;
    min-height: 100px;
    text-align: center;
}

.box_offer a {
    color: #3d3938;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    font-weight: bold;
}

.comment_details a {
    color: #6E6E6E;
    font-size: 14px;
}

.box_offer ul a {
    font-size: 13px;
    font-weight: normal;
    color: #00b1d2;
    line-height: 18px;
}

.box_offer ul a:hover {
    color: #00b1d2;
}

.box_offer ul a.logo {
    text-decoration: none;
}

.box_offer a:hover {
    color: #3d3938;
    text-decoration: underline;
}

.box_offer a.button {
    color: #FFF;
    text-decoration: none;
}

.coupon_social {
    margin-top: 5px;
}

.coupon_social ul {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

.coupon_social ul li {
    display: inline-block;
    padding-right: 25px;
}

.coupon_social div {
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}

.coupon_social ul li a {
    color: #000;
    text-decoration: underline;
}

.coupon_social ul li a:hover {
    color: #000;
    text-decoration: none;
}

.coupon_social div:hover {
    text-decoration: none;
}

.coupon_social a, .coupon_social ul a {
    text-decoration: none;
    color: #000;
}

.coupon_social a:hover, .coupon_social ul a:hover {
    text-decoration: none;
}

.bg_balloon {
    background-image: url("../images/icons/balloon.png");
    background-repeat: no-repeat;
}

.bg_balloon_plus {
    background-image: url("../images/icons/balloon-pencil.png");
    background-repeat: no-repeat;
}

.bg_facebook {
    background-image: url("../images/icons/facebook.png");
    background-repeat: no-repeat;
}

.bg_pricetag {
    background-image: url("../images/icons/price-tag.png");
    background-repeat: no-repeat;
}

.bg_pricetag a, .bg_pricetag a:hover {
    color: #6E6E6E;
}

.bg_balloon > div:hover {
    text-decoration: none;
}

.code_container {
    position: relative;
    right: 0px;
    margin: 15px 0px;
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.code_container_category {
    position: absolute;
    right: 5px;
    top: 10px;
    text-align: center;
    width: 140px;
}

.coupon_code {
    background-color: #e0f4ff;
    border: 2px dashed #00b1d2;
    text-align: center;
    padding: 5px 8px;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-radius: 4px;
    width: 180px;
    display: inline;
    margin-left: 4px;
}

.coupon_code:hover {
    background-color: #fff;
}

.code_label {
    font-size: 11px;
    line-height: 30px;
    text-align: center;
}

.question {
    margin-bottom: 10px;
    padding-right: 22px;
}

.question div {
    font-size: 13px;
    font-weight: bold;
    color: #00b1d2;
    text-decoration: none;
    line-height: 18px;
}

.open {
    margin-left: 20px;
}

.answer {
    background-color: #f0ede6;
    margin: 10px 20px 20px 20px;
    padding: 10px;
    font-size: 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 20px;
}

.savings_tip {
    background-color: #f0ede6;
    margin: 10px 20px 20px 20px;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url("../images/icons/tick.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.savings_tip_intro {
    margin: 0 auto;
    width: 260px;
    font-size: 13px;
}

hr {
    height: 0px;
    border-width: 0px;
    border-bottom: dashed 1px #808080;
    margin: 10px 20px 10px 20px;
}

.code_placement {
    margin: 0px auto;
    width: 260px;
    margin-bottom: 15px;
}

.code_placement img {
    border: 2px solid #ccc;
    margin-bottom: 7px;
    padding: 5px;
}

.code_placement img:hover {
    border: 2px solid #656565;
}

.view_larger {
    margin: 0px auto;
    width: 260px;
    text-align: center;
}

.view_larger a {
    color: #00b1d2;
    text-decoration: underline;
    background-image: url("../images/icons/magnifier.png");
    background-repeat: no-repeat;
    padding-left: 22px;
}

.view_larger a:hover {
    text-decoration: none;
    color: #009dba;
}

.related_stores ul,
.popular_stores ul {
    clear: both;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.related_stores ul li,
.popular_stores ul li {
    float: left;
    display: block;
    padding-left: 19px;
    width: 120px;
    text-align: center;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}

.related_stores img,
.popular_stores img {
    border: 2px #ccc solid;
    padding: 15px 5px;
    border-radius: 4px;
}

.related_stores img:hover,
.popular_stores img:hover {
    border: 2px #aaa solid;
}

.related_stores a,
.popular_stores a {
    color: #00b1d2;
    text-decoration: none;
}

.related_stores a.logo,
.popular_stores a.logo {
    text-decoration: none;
}

.related_stores a:hover,
.popular_stores a:hover {
    color: #009dba;
    text-decoration: underline;
}

.best_blog_posts {
    padding: 0 20px 20px 20px;
    font-size: 13px;
    color: #6e6e6e;
    line-height: 22px;
}

.best_blog_posts ul {
    margin-top: 10px;
    border-top: 1px dashed #CCC;
}

.best_blog_posts li {
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
}

.best_blog_posts img {
    float: left;
    margin-right: 10px;
    border: 2px #ccc solid;
    padding: 5px;
}

.best_blog_posts img:hover {
    border-color: #aaa;
}

.best_blog_posts a {
    font-size: 16px;
    color: #00b1d2;
    text-align: left;
}

.best_blog_posts a:hover {
    color: #009dba;
}

.related_categories ul {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.related_categories ul li {
    float: left;
    display: block;
    padding-left: 19px;
    width: 75px;
    text-align: center;
    margin-bottom: 20px;
    height: 110px;
}

.related_categories img {
    border: 2px #ccc solid;
    padding: 5px;
    border-radius: 4px;
}

.related_categories img:hover {
    border: 2px #aaa solid;
}

.related_categories a {
    color: #00b1d2;
    text-decoration: none;
}

.related_categories a.logo {
    text-decoration: none;
}

.related_categories a:hover {
    color: #009dba;
    text-decoration: underline;
}

.a-z ul {
    clear: both;
    margin-left: 20px;
    text-align: left;
    margin-top: 10px;
}

.a-z ul li {
    float: left;
    display: block;
    padding-right: 14px;
    text-align: left;
}

.a-z a {
    font-size: 14px;
    font-weight: bold;
    color: #6e6e6e;
    text-decoration: none;
}

.a-z a:hover {
    text-decoration: underline;
    color: #000;
}

.box_a-z {
    background-color: #f6f4ef;
    width: 620px;
    border: #dbd3bc 1px solid;
    margin: 0px auto;
    margin-bottom: 20px;
    height: 45px;
    border-radius: 4px;
}

.store_listing_letter {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
    line-height: 32px;
}

.store_listing ul {
    clear: both;
    padding-bottom: 20px;
    margin-left: 20px;
    text-align: left;
}

.store_listing ul li {
    float: left;
    display: block;
    padding-right: 5px;
    width: 190px;
    text-align: left;
    font-size: 12px;
}

.store_listing ul li a {
    line-height: 22px;
    color: #00b1d2;
    text-decoration: none;
}

.store_listing ul li a:hover {
    color: #009dba;
    text-decoration: underline;
}

.store_listing ul li a.top200 {
    font-weight: 700;
}

.backtotop_listing {
    left: 550px;
    font-size: 13px;
    padding: 10px 0px;
    margin-top: -20px;
    width: 100px;
}

.backtotop_listing a {
    color: #6e6e6e;
}

.backtotop_listing a:hover {
    color: #111111;
}

.category_listing ul {
    clear: both;
    margin-top: 20px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}

.category_listing ul li {
    float: left;
    display: block;
    padding: 0px 14px;
    width: 75px;
    text-align: center;
    margin-bottom: 20px;
}

.category_listing img {
    border: 2px #ccc solid;
    margin-bottom: 7px;
    background: #FFF;
    padding: 5px;
    border-radius: 4px;
}

.category_listing img:hover {
    border: 2px #b1b1b1 solid;
    margin-bottom: 7px;
}

.category_listing a {
    color: #00b1d2;
}

.category_listing a:hover {
    color: #009dba;
}

.category_image {
    padding: 5px;
    border: 2px solid #CCC;
    margin-left: 10px;
    border-radius: 4px;
}

.newsletter, .blog_search {
    width: 260px;
    margin: 0px auto;
    font-size: 13px;
    margin-bottom: 20px;
    height: 100px;
}

.newsletter_box, .blog_search_box {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 55px;
}

.box_merchant_alerts {
    background-color: #d0cec8;
    border-radius: 4px;
}

.newsletter_form_sidebar, .blog_search_form_sidebar {
    width: 160px;
    height: 34px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    background-color: #FFF;
    border: #bfbfbf 2px solid;
    padding-left: 5px;
    border-radius: 4px 0px 0px 4px;
}

.newsletter_form_sidebar:hover, .blog_search_form_sidebar:hover {
    border: #aaa 2px solid;
    -moz-box-shadow: 0px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #ccc;
}

.newsletter_button, .blog_search_button {
    position: absolute;
    left: 170px;
    top: 55px;
}

.newsletter_button > .button {
    height: 40px;
    border-radius: 0px 4px 4px 0px;
}

.blog_search_button > .button {
    height: 40px;
    border-radius: 0px 4px 4px 0px;
}

.newsletter_button .search {
    width: 70px;
    height: 22px;
    line-height: 22px;
    background: url(../images/search.png) no-repeat center center;
    background-image: url(../images/magnify.png), -moz-linear-gradient(top, #fdd250 0%, #fec752 49%, #ffb020 51%, #fda424 100%);
    background-image: url(../images/magnify.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd250), color-stop(49%, #fec752), color-stop(51%, #ffb020), color-stop(100%, #fda424));
    background-image: url(../images/magnify.png), -webkit-linear-gradient(top, #fdd250 0%, #fec752 49%, #ffb020 51%, #fda424 100%);
    background-image: url(../images/magnify.png), -o-linear-gradient(top, #fdd250 0%, #fec752 49%, #ffb020 51%, #fda424 100%);
    background-image: url(../images/magnify.png), -ms-linear-gradient(top, #fdd250 0%, #fec752 49%, #ffb020 51%, #fda424 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px, 100% 100%;
}

.ie7 .newsletter_button .search, .ie8 .newsletter_button .search {
    background: url(../images/search.png) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.newsletter_button .search:hover {
    background-image: url(../images/magnify.png), -moz-linear-gradient(top, #fdd250 0%, #FED06C 49%, #FFBB3D 51%, #FDB249 100%);
    background-image: url(../images/magnify.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd250), color-stop(49%, #FED06C), color-stop(51%, #FFBB3D), color-stop(100%, #FDB249));
    background-image: url(../images/magnify.png), -webkit-linear-gradient(top, #fdd250 0%, #FED06C 49%, #FFBB3D 51%, #FDB249 100%);
    background-image: url(../images/magnify.png), -o-linear-gradient(top, #fdd250 0%, #FED06C 49%, #FFBB3D 51%, #FDB249 100%);
    background-image: url(../images/magnify.png), -ms-linear-gradient(top, #fdd250 0%, #FED06C 49%, #FFBB3D 51%, #FDB249 100%);
}

.ie7 .newsletter_button .search:hover, .ie8 .newsletter_button .search:hover {
    background: url(../images/search.png) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.footer {
    position: relative;
    background-color: #2a2820;
    width: 100%;
    z-index: 2;
}

.footer_content {
    width: 990px;
    margin: 0px auto;
    top: 30px;
    height: 190px;
}

.footer .copyright {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
}

.footer a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer a.logo:hover {
    text-decoration: none;
}

.footer .subtitle {
    color: #999;
    margin-bottom: 5px;
    font-weight: bold;
}

.footer .white {
    color: #FFF;
    font-size: 12px;
}

.footer .company {
    position: absolute;
    left: 0px;
    width: 270px;
}

.footer .stores {
    position: absolute;
    left: 270px;
    width: 270px;
}

.footer .categories {
    position: absolute;
    left: 540px;
    width: 270px;
}

.footer .social {
    position: absolute;
    left: 810px;
    height: 100%;
    width: 270px;
}

.footer .buttons img {
    margin-right: 10px;
}

.clear {
    clear: both;
}

.red {
    color: #F00;
}

.GAD {
    height: 250px;
}

.content_text {
    margin: 20px;
}

.box_navigation {
    background-color: #fafafa;
    width: 260px;
    border: #ccc 1px solid;
    margin: 0px auto;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 2px 4px #e6e6e6;
    -webkit-box-shadow: 0px 2px 4px #e6e6e6;
    box-shadow: 0px 2px 4px #e6e6e6;
}

.box_navigation:hover {
    background-color: #fff9d9;
    border: #656565 1px solid;
}

.side_navigation ul {
    clear: both;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    font-size: 18px;
}

.side_navigation ul li {
    float: left;
    display: block;
}

.side_navigation a {
    color: #00b1d2;
    font-weight: bold;
    text-decoration: none;
}

.side_nav_item {
    padding: 10px;
    width: 240px;
    text-align: left;
    margin: 0px 20px 15px 20px;
    background-color: #fafafa;
    border: #ccc 1px solid;
    border-radius: 4px;
}

.side_nav_item:hover {
    background-color: #fff9d7;
    border: #ffc543 1px solid;
    text-decoration: underline;
    color: #009dba;
}

.blog img, .blog .button {
    margin: 10px 0px;
}

.box_blog {
    background-color: #f6f4ef;
    width: 620px;
    border: #dbd4bc 1px solid;
    margin: 0px auto;
    margin-bottom: 20px;
    min-height: 100px;
    border-radius: 4px;
}

.blog_best_posts {
    margin: 0 20px 20px 20px;
}

.cat_blog_title a {
    color: #00b1d2;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.cat_blog_title a:hover {
    color: #009dba;
    text-decoration: underline;
}

.read_more {
    margin-top: 10px;
}

.read_more a {
    color: #00b1d2;
    text-decoration: none;
}

.read_more a:hover {
    color: #009dba;
    text-decoration: underline;
}

.box_blog_pagination {
    background-color: #f6f4ef;
    width: 620px;
    border: #dcd4bd 1px solid;
    margin: 0px auto;
    margin-bottom: 20px;
}

.box_blog_pagination a {
    color: #00b1d2;
}

.box_blog_pagination a:hover {
    color: #009dba;
    text-decoration: none;
}

.older_posts {
    float: right;
    margin: 10px 20px;
}

.newer_posts {
    float: left;
    margin: 10px 20px;
}

.tracker_box {
    width: 618px;
    height: 64px;
    top: 25px;
    margin-bottom: 40px;
    background-color: #FFF;
    border: #bfbfbf 2px solid;
}

.tracker_box:hover {
    border: #aaa 2px solid;
    -moz-box-shadow: 0px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #ccc;
}

.tracker_form {
    position: absolute;
    width: 455px;
    height: 61px;
    line-height: 61px;
    top: 0px;
    left: 0px;
    font-size: 32px;
    font-style: italic;
    color: #a0a0a0;
    padding: 0 0 0 10px;
    border-width: 0px;
    -webkit-appearance: none;
}

.tracker_form:focus {
    outline-width: 0;
}

.tracker_button {
    position: absolute;
    width: 113px;
    top: 6px;
    right: 8px;
    line-height: 50px;
    font-size: 24px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe169), to(#ffae01));
    background: -webkit-linear-gradient(top, #ffe169, #ffae01);
    background: -moz-linear-gradient(top, #ffe169, #ffae01);
    background: -o-linear-gradient(top, #ffe169, #ffae01);
    background: -ms-linear-gradient(top, #ffe169, #ffae01);
    background: linear-gradient(top, #ffe169, #ffae01);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffe169, endColorStr=#ffae01);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffe169, endColorStr=#ffae01);
}

.tracker_button:hover {
    border: 1px solid #b79247;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffeea3), to(#ffae01));
    background: -webkit-linear-gradient(top, #ffeea3, #ffae01);
    background: -moz-linear-gradient(top, #ffeea3, #ffae01);
    background: -o-linear-gradient(top, #ffeea3, #ffae01);
    background: -ms-linear-gradient(top, #ffeea3, #ffae01);
    background: linear-gradient(top, #ffeea3, #ffae01);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffeea3, endColorStr=#ffae01);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffeea3, endColorStr=#ffae01);
}

hr.tracker_bar {
    height: 2px;
    background-color: #e0e0e0;
    border-width: 0px;
    margin: 10px 0px;
}

.sample_tracking {
    font-size: 12px;
}

.box_top .sample_tracking ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    text-indent: 0
}

.sample_tracking ul li {
    padding-left: 25px;
}

.promo {
    width: 300px;
    height: 270px;
}

.promo_follow {
    width: 300px;
    height: 270px;
}

.follow {
}

.promo_follow > div > div {
    width: 300px;
    height: 250px;
}

.promo_follow img,
.promo img,
#fsd-sidebar img {
    border: #b3b3b3 1px solid;
}

.promo_follow img:hover,
.promo img:hover,
#fsd-sidebar img:hover {
    border-color: #000;
}

.fb_fans {
    height: 241px;
}

.home_view_all {
    margin: 20px auto;
    text-align: center;
    left: 0px;
}

.home_view_all a {
    font-size: 16px;
    color: #4e4e4e;
}

.home_view_all a:hover {
    color: #000;
    text-decoration: underline;
}

.social_buttons {
    margin: 20px 0 20px 20px;
    overflow: hidden;
    height: 20px;
}

.content_left .social_buttons {
    margin-left: 0;
}

.social_buttons > div {
    float: left;
}

.social_buttons > .facebook {
    width: 67px;
}

.social_buttons > .twitter {
    width: 84px;
}

.social_buttons > .googleplusone {
    width: 56px;
}

.social_buttons > .pinterest {
}

.social_buttons > .facebook > div {
    overflow: hidden;
    width: 48px;
    height: 40px;
}

.alerts_content {
    padding: 15px 15px 20px 15px;
}

.alerts_content > .copy {
    color: #000;
}

.alerts_content div.form {
    top: 10px;
    float: left;
}

.title_yellow {
    color: #ee2e24;
}

.newsletter_form input, .merchant_alert_form input {
    width: 330px;
    height: 40px;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    color: #000;
    background-color: #FFF;
    border: none;
    border-radius: 4px 0px 0px 4px;
}

.alerts_form {
    position: absolute;
    width: 150px;
    height: 28px;
    left: 7px;
    border: none;
    font-size: 12px;
    font-style: italic;
    color: #a0a0a0;
}

.alerts_button, .signup_button {
    float: left;
    margin-top: 10px;
    height: 35px;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    padding-top: 5px;
}

.alerts_content .feedback {
    width: 400px;
    text-align: center;
    margin-top: 10px;
}

.feedback.success {
    color: #8dcc5a;
}

.feedback.error {
    color: #cf0b0d;
}

.country_icon {
    background-image: url("../images/countries.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.country_icon.usa {
    background-position: 0 0px;
}

.country_icon.can {
    background-position: 0 -24px;
}

.country_icon.uk {
    background-position: 0 -48px;
}

.country_icon div {
    position: relative;
    vertical-align: top;
}

/* Holiday Sidebar Module */
.holiday {
    text-align: center;
    border: #b3b3b3 1px solid;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.holiday:hover {
    border: #000 1px solid;
}

.holiday_text {
    width: 225px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 10px;
}

.holiday a {
    color: #FFF;
    text-decoration: none;
}

.holiday a:hover {
    color: #FFF;
    text-decoration: underline;
}

.holiday_icon_left {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 19px;
    left: 14px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.holiday_icon_right {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 19px;
    left: 260px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

/* Valentines Day */
.holiday.valentines {
    background-color: #c50c00;
    color: #FFF;
}

.valentines .holiday_icon_left,
.valentines .holiday_icon_right {
    background-image: url("../images/holidays/valentines.png");
}

/* Saint Patricks */
.holiday.saintpatricks {
    color: #FFF;
}

/* Black Friday */
.holiday.blackfriday {
    color: #FFF;
}

/* Cyber Monday */
.holiday.cybermonday {
    color: #FFF;
}

/* Halloween */
.holiday.halloween {
    color: #FFF;
}

/* Back to School */
.holiday.backtoschool {
    color: #FFF;
}

/* Laborday */
.holiday.laborday {
    color: #FFF;
}

/* July4 */
.holiday.july4 {
    color: #FFF;
}

/* Fathers day */
.holiday.fathersday {
    color: #FFF;
}

/* Easter */
.holiday.easter {
    color: #FFF;
}

.bold {
    font-weight: 700;
}

.photo_incontent {
    padding: 10px;
    margin: 0px 0px 10px 10px;
    border: 2px solid #CCC;
}

.box_top ul {
    text-align: left;
    clear: both;
    list-style-position: inside;
    list-style-type: circle;
    margin-left: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

/* Modal Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Modal Container */

#simplemodal-container {
    height: 50px;
    width: 300px;
    color: #333;
    background-color: #FFF;
    border: 4px solid #333;
    padding: 20px;
    line-height: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#simplemodal-container .simplemodal-data {
    padding: 8px
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #999
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/close.png) no-repeat;
    width: 30px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container a.modalCloseImg:active {
    top: -13px;
    right: -17px;
}

#simplemodal-container h3 {
    color: #84b8d9
}

.alert_modal {
    display: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.offer_modal {
    display: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
}

.offer_modal_container {
    text-align: center;
}

.offer_modal_container a {
    color: #866700;
}

.offer_modal_container > .code {
    font-size: 28px;
    background-color: #e0f4ff;
    padding: 5px 15px;
    border: 2px dashed #00b1d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer_modal_container > .step2 {
    margin-top: 20px;
}

.offer_modal_container > .step2 .button {
    height: 40px;
    line-height: 40px;
}

.clipped a:active {
    border: 3px solid #345;
}

.comment_modal {
    text-align: center;
    margin: 0 40px 0 40px;
    display: none;
}

.comment_modal > h2 {
    color: #235F8F;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.comment_modal textarea {
    border: 2px solid #CCC;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FAFAFA;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.comment_modal textarea:focus {
    border-color: #AAA;
    outline: none;
}

.comment_modal > button {
    margin-right: 20px;
}

.boxy {
    position: absolute;
    width: 225px;
    height: 154px;
    top: 65px;
    right: 10px;
}

.boxy_container {
    width: 960px;
    margin: 0 auto;
}

.admin {
    margin: 15px;
}

.admin button {
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    padding: 0px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px #CCC;
    -webkit-box-shadow: 0px 1px 3px #CCC;
    box-shadow: 0px 1px 3px #CCC;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2),
    inset 0px 0px 3px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2),
    inset 0px 0px 3px rgba(255, 255, 255, 0.6);
}

.admin .affiliate_link, .admin .offers {
    margin-top: 10px;
    border: 1px solid #CCC;
    padding: 5px;
}

.admin .affiliate_link:hover {
    -moz-box-shadow: 0px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #ccc;
}

.admin .affiliate_link a {
    font-family: Courier, "Courier New";
    font-size: 12px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.admin ul hr {
    margin: 0 0 10px;
    border-bottom: 2px solid #CCC;
}

.admin ul li {
    list-style: disc;
    margin-left: 30px;
}

.exclusive_offer,
.big_deal {
    z-index: 9999;
    position: absolute;
    left: -4px;
    top: -20px;
}

.exclusive_offer.basic,
.big_deal.basic {
    left: -4px;
    top: -4px;
}

.box_home_media {
    background-color: #b3b3b3;
    -moz-box-shadow: 0px 3px 7px #ccc;
    -webkit-box-shadow: 0px 3px 7px #ccc;
    box-shadow: 0px 3px 7px #ccc;
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    height: 60px;
    border-radius: 4px;
}

.home_media {
    left: 125px;
    top: -6px;
    width: 840px;
}

.home_media ul {
    clear: both;
    float: left;
}

.home_media ul li {
    float: left;
    list-style: none outside none;
    display: block;
    margin: 0px 16px;
}

.heralded {
    color: #fff;
    left: 20px;
    top: 19px;
    width: 200px;
}

/* Star Ratings */

.star_rating_container {
    position: relative
}

.star_rating_container > .star_rating {
    position: relative;
    top: 0px;
    left: 0px;
    width: 115px;
    height: 23px;
    overflow: hidden;
}

#body .star_rating_container > .star_rating {
    cursor: pointer
}

.star_rating_container > .star_rating > div {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/images/star-ratings.png);
    background-repeat: no-repeat;
    width: 115px;
    height: 23px;
}

.star_rating_container > .star_rating > .base {
    background-position: 0px 0px
}

.star_rating_container > .star_rating > .rating {
    background-position: -115px 0px
}

.star_rating_container > .star_rating > .stars {
    background-position: 0px -23px;
    width: 230px;
    left: -115px;
}

#body .add_comment .star_rating_container {
    margin-top: 3px
}

#overlay .add_comment .star_rating_container {
    font-size: 1.167em;
    line-height: 1em;
    margin-bottom: 0px;
    margin-top: 3px;
}

.star_rating_container > .display {
    position: absolute;
    top: 26px;
    left: 117px;
    line-height: 14px;
    height: 14px;
}

.star_rating_container > .display > .average {
    background-color: #353535;
    padding: 2px;
    height: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
}

.star_rating_container .stars {
    cursor: pointer;
}

div#fsd-sidebar img {
    display: block;
}

.banner_728 {
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
    height: 90px;
    width: 660px;
    background-color: #FFF;
}

.adslot_1 {
    width: 468px;
    height: 60px;
    display: inline-block;
    padding: 15px 96px;
    background-color: #FFF;
}

/*@media all and (min-width: 1074px) {*/

.main_content {
    width: 1058px;
}

.content_left {
    width: 728px;
}

.box_top {
    width: 688px;
}

.box_merchant_alerts {
    width: 688px;
}

.newsletter_form input, .merchant_alert_form input {
}

.box_offer {
    width: 688px;
}

.coupon > .details {
    width: 488px;
}

.coupon > .details.nocode {
    width: 518px;
}

.coupon_details_category {
    width: 383px;
}

.coupon_details_category.nocode {
    width: 518px;
}

.comment_display_area {
    width: 658px;
}

.box_home_logos {
    width: 1058px;
}

.box_home_logos ul {
    width: 1058px;
}

.home_logos {
    width: 150px;
}

.home_logos_count {
    width: 452px;
}

.category_listing ul li {
    padding: 0px 19px;
}

.box_blog {
    width: 688px;
}

.box_blog_pagination {
    width: 688px;
}

.search_box {
    width: 658px;
}

.search_form {
    width: 500px;
}

.content_right_about {
    width: 728px;
}

.box_top {
    width: 688px;
}

.container_nav {
    width: 1058px;
}

.footer_content {
    width: 1058px;
}

.box_GAD {
    width: 688px;
}

.box_a-z {
    width: 688px;
}

.backtotop_listing {
    left: 620px;
}

.banner_728 {
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
    height: 90px;
    width: 728px;
}

.banner_728:hover {
    border: 1px solid #000;
}

.adslot_1 {
    width: 728px;
    height: 90px;
    padding: 0px;
}

/*}*/

.content_text > .blog_left {
    float: left;
}

.content_text > .blog_left img {
    width: 258px;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #b3b3b3;
    margin: 0px;
    border-radius: 4px;
}

.content_text > .blog_right {
    float: right;
    width: 345px;
}

.blog_google_ad {
    float: right;
    margin: 0px 0px 15px 15px;
}

.offer_type {
    font-size: 11px;
    background-color: #999;
    color: #fff;
    padding: 3px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.offer_top {
    margin-bottom: 8px;
}

.offer_end {
    font-size: 12px;
}

.offer_extra {
    font-size: 12px;
    margin: 5px 0px 20px 0px;
}

/* ABC Header Container */

.ABC_header_container {
    width: 100%;
    background-color: #2a2820;
    position: fixed;
    z-index: 10000;
    height: 70px;
}

.ABC_header {
    width: 1058px;
    height: 70px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    position: relative;
    text-align: center;
}

.logo_header {
    text-align: center;
}

.ABC_header > .nav {
    float: left;
    padding: 0px;
    color: fff;
    top: -80px;
    z-index: 1000;
}

.ABC_header > .nav > ul {
    clear: both;
}

.ABC_header > .nav > ul li {
    list-style: none outside none;
    display: inline;
    float: left;
    display: block;
    margin: 5px 30px 0px 0px;
}

.ABC_header > .nav > ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.ABC_header > .nav > ul li a:hover {
    color: #FFE271;
    text-decoration: underline;
}

.ABC_header > .search {
    float: right;
    text-align: right;
    padding: 0px;
    color: #fff;
    top: -84px;
    z-index: 1001;
}

.ABC_search_box {
    width: 300px;
    height: 40px;
    font-size: 16px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    border: 0px;
    padding: 0px 0px 0px 10px;
    -webkit-appearance: none;
}

.ABC_search_button {
    float: right;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    border: 0px;
    -webkit-appearance: none;
    background-color: #ee2e24;
    cursor: pointer;
}

.ABC_search_button:hover {
    background: #dc2a20;
}

.newsletter_bottom_button .signup_button {
    height: 40px;
    margin-top: 0px;
    padding-top: 0px;
}

#sidebar {
    border-radius: 0;
    height: 600px;
}
