.coupons_listheader .pagenav_box,
#coupons_storelist .pagenav_box {
    font-size: 0.65em;
}

#coupons_storelist {
    padding-bottom: 10px;
}

#storelist label {
    color: black;
}

.coupons_listheader .pagenav_box {
    margin-bottom: 7px;
    padding-right: 0;
}

.coupons_listheader .search_pagenav_menu {
    margin-right: 7px;
}

.coupon_details_row table {
    height: 52px;
}

.coupon_details_row td {
    vertical-align: top;
}

.coupon_details_row td.coupon_store_image {
    background-color: white;
    border: 1px solid #E0EDDA;
    border-right: 1px dotted #A8C897;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.coupon_details_row td.coupon_store_image a {
    display: block;
    width: 100px;
    text-align: center;
}

#coupon_wrap {
    min-width: 630px;
    font-size: 1.35em;
}

#coupons_header {
    background-color: #F1F1F1;
    margin-bottom: 14px;
    padding: 8px;

    border-radius:         6px;
}

#coupons_header h1 {
    color: #33608B;
    font-size: 1.3em;
    font-weight: normal;
    margin-left: 12px;
    position: relative;
}

#coupons_header h1 a {
    color: #33608B;
    text-decoration: none;
}

#coupons_header h1 a:hover {
    color: #193C6F;
}

#coupons_featured h3 {
    background-color: #E0E3D9;
    color: #A0410D;
    cursor: auto;
    font-size: 0.9em;
    padding: 4px 14px 5px;
    width: 130px;

    border-radius:         8px;
}

#coupons_header h4 {
    background-color: #ddd;
    float: left;
    font-size: 0.6em;
    font-weight: normal;
    padding: 3px 10px;
    margin-bottom: 10px;
    margin-left: 10px;

    border-radius:         10px;
}

#coupons_browser {
    clear: left;

    box-shadow:         0 0 6px rgba(0, 0, 0, 0.3);
}

#coupons_search_tabs {
    clear: left;
    list-style-type: none;
    margin: 0 0 0 8px;
    padding: 0;
}

#coupons_search_tabs li {
    background-color: #537B9F;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 0.7em;
    margin: 0 2px;
    padding: 4px 10px;
    position: relative;
    white-space: nowrap;

    border-radius:         5px 5px 0 0;
}

#coupons_search_tabs li.active {
    background-color: #A0C8E1;
    color: #023565;
    cursor: default;
    font-weight: bold;
}

#coupons_tab_category {
    display: none;
}

#coupons_browser .coupons_tab_contents {
    background: #A0C8E1 url("http://static.slickdealscdn.com/images/coupons/sawtooth.png") repeat-x bottom left;
    clear: left;
    display: none;
    min-height: 112px;
    padding-bottom: 8px;
}

#coupons_browser.hide_featured .coupons_tab_contents {
    padding-bottom: 0px;
}

#coupons_browser .coupons_tab_contents.active {
    display: block;
}

.coupons_tab_contents div {
    padding: 10px;
}

.coupons_tab_contents span.hr {
    border-top: 1px solid #0072BC;
    clear: both;
    display: block;
}

#coupons_tab_browse_contents div {
    padding-top: 2px;
    width: 600px;
}

#coupons_tab_browse_contents a {
    display: block;
    float: left;
    font-size: 0.85em;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 8px 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    background-color: #537B9F;
    border: 2px solid #537B9F;
    color: white;

    box-shadow:            0 0 4px rgba(0, 0, 0, 0.2);

    border-radius:         6px;
}

#coupons_tab_browse_contents a.active {
    background-color: #D8E8F6;
    border: 2px solid #D8E8F6;
    color: #537B9F;
}

#coupons_tab_browse_contents a:hover {
    border: 2px solid #D8E8F6;
}

#coupons_tab_type_contents ul {
    float: left;
    list-style-type: none;
    margin: 0 0 0 4px;
    padding: 0;
}

#coupons_tab_type_contents ul li {
    font-size: 0.7em;
    padding-right: 36px;
}

#coupons_tab_type_contents ul li.active a {
    font-weight: bold;
    text-decoration: underline;
}

#coupons_tab_type_contents h5 {
    font-size: 0.95em;
}

#coupons_tab_type_contents a {
    text-decoration: none;
}

#coupons_main_search {
    float: left;
    width: 270px;
    padding: 10px;
}

#coupons_main_search p {
    color: #464646;
    clear: left;
    font-size: 0.6em;
    margin: 2px 0 0 3px;
}

#coupons_main_search form div {
    background: #E9E9E9 url("http://static.slickdealscdn.com/images/coupons/coupon_search_input_bg.png") repeat-x scroll 0 0;
    border: 1px solid #8D9CA9;
    border-right: none;
    display: block;
    float: left;
    font-size: 1em;
    height: 34px;
    margin: 0;
    padding: 0;
}

* html #coupons_main_search input,
#coupons_main_search input[type="text"] {
    background-color: transparent;
    border: none;
    float: none;
    margin: 7px 5px 0 5px;
    width: 194px;
}

#coupons_main_search input[type="submit"] {
    background: transparent url("http://static.slickdealscdn.com/images/coupons/coupon_search.png") no-repeat scroll 0 0;
    border: none;
    cursor: pointer;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 63px;
}

#coupons_main_search input[type="submit"]:hover {
    background: transparent url("http://static.slickdealscdn.com/images/coupons/coupon_search.png") no-repeat scroll -63px 0;
}

#coupons_mostpopular {
    border-left: 1px solid #7291A4;
    float: left;
    margin: 0;
    padding: 0;
}

#coupons_mostpopular p {
    line-height: 16px;
    margin: 10px 0;
    max-width: 300px;
    min-height: 60px;
    padding: 8px 12px 10px 12px;
    background-color: #2E465C;
    color: white;

    box-shadow:            1px 0 6px rgba(0, 0, 0, 0.5);

    border-radius:         0 6px 6px 0;
}

#coupons_mostpopular p strong {
    color: #61A6E9;
    display: block;
    font-size: 0.7em;
    margin-bottom: 3px;
}

#coupons_mostpopular p a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

#coupons_mostpopular p a:hover {
    text-decoration: underline;
}

#coupons_mostpopular p a.store1 {
    font-size: 0.6em;
}

#coupons_mostpopular p a.store2 {
    font-size: 0.7em;
    font-weight: bold;
}

#coupons_mostpopular p a.store3 {
    font-size: 0.75em;
    font-weight: bold;
}

#coupons_featured {
    background-color: #EEF0EB;
    padding: 10px;
}

#coupons_browser.hide_featured #coupons_featured {
    display: none;
}

#coupons_featured_stores {
    margin: 6px 8px 14px;
}

#coupons_featured .store {
    background-position: center 5px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 100px;
    margin: 4px 4px 16px 4px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 115px;
    z-index: 1;
    background-color: white;
    background-position: center 5px;
    background-repeat: no-repeat;
    border: 1px solid #B0B1AF;
    color: black;

    box-shadow:         0 0 6px rgba(0, 0, 0, 0.2);
}

#coupons_featured .store:hover {
    border: 1px solid #70AEED;

    box-shadow:         0 0 6px rgba(69, 162, 255, 0.8);
}

#coupons_featured .store * {
    cursor: pointer;
}

#coupons_featured .store .name {
    background-color: #E7F5FF;
    border-left: 5px solid #E7F5FF;
    border-right: 5px solid #E7F5FF;
    bottom: 0;
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 105px;
}

#coupons_featured a .numcoupons {
    bottom: -10px;
    font-size: 0.6em;
    height: 20px;
    left: 10px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    width: 95px;
    z-index: 2;
    background-color: #2B3F51;
    color: white;

    box-shadow:         0 0 6px rgba(0, 0, 0, 0.4);

    border-radius:         10px;
}

.coupon_votepopup h5 {
    color: #DAFEA2;
    font-weight: bold;
}

.coupon_votepopup p {
    background-color: #474747;
    color: white;
    font-weight: bold;
    margin: 3px 0 0 0;
    font-size: 0.8em;
}

.coupon_votecontrol {
    bottom: 9px;
    position: absolute;
    right: 9px;
    font-size: 0.8em;
}

.coupon_votecontrol a {
    cursor: pointer;
    text-decoration: none;
}

.coupon_votecontrol .votethumbup {
    background: url("http://static.slickdealscdn.com/images/slickdeals/tick_fade.png") no-repeat scroll 0 0;
    color: #DAFEA2;
    padding-left: 20px;
}

.pos .coupon_votecontrol .votethumbup {
    background: url("http://static.slickdealscdn.com/images/slickdeals/tick.png") no-repeat scroll 0 0;
    text-decoration: underline;
}

.coupon_votecontrol .votethumbdown {
    background: url("http://static.slickdealscdn.com/images/slickdeals/cross_fade.png") no-repeat scroll 0 0;
    color: #F7AD7F;
    padding-left: 20px;
}

.neg .coupon_votecontrol .votethumbdown {
    background: url("http://static.slickdealscdn.com/images/slickdeals/cross.png") no-repeat scroll 0 0;
    text-decoration: underline;
}

.coupon_popup {
    display: none;
}

.coupon_votepopup .coupon_popup {
    display: block;
}

a.coupon_tab {
    background-color: #A8C699;
    color: #1c3a00;
    float: left;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.8em;
    margin-left: 7px;
    padding: 0px 8px;
    text-decoration: none;

    border-radius:         3px 3px 0px 0px;
}

.bt-content {
    font-size: 1.2em;
}

#storelist tr.private,
#storelist tr.private td {
    background-color: #eee;
}

.successgreen {
    background-color: #BFDE99;
    color: #005E26;
}

.successorange {
    background-color: #FBE3D3;
    color: #F06826;
}

.successred {
    color: #9C1A15;
    background-color: #FACDD2;
}

.coupon_buttons {
    background-color: #F7FFED;
    border: 1px solid #A8C897;
    border-left-width: 0px;
    border-left-width: 0px;
    float: right;
    height: 71px;
    padding: 4px;
    width: 16px;
}

.coupon_buttons img {
    cursor: pointer;
    height: 16px;
    margin-bottom: 2px;
    width: 16px;
}

.coupon_fulldesc {
    background-color: #FBFDFF;
    border: 1px solid #D7DFE8;
    display: none;
    font-size: 1em;
    padding: 4px;
}

.coupon_row {
    clear: left;
    font-family: sans-serif;
    font-size: 0.7em;
    margin-bottom: 10px;
    min-width: 540px;
    zoom: 1;
    color: black;
}

.coupon_row.private {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/gradients/white_large_down.png");
    background-repeat: repeat-x;
}

.coupon_info {
    background-color: white;
    min-width: 250px;
    margin-right: 25px;
}

.coupon_meta {
    background-color: #D4E2CF;
    border: 1px solid #A8C897;
    display: none;
    float: right;
    height: 79px;
    overflow: hidden;
    width: 0px;
}

.coupon_details_row {
    background: #E0EDDA;
    border: 1px solid #A8C897;
    min-height: 52px;
}

* html .coupon_details_row {
    height: 52px;
}

.coupon_code_row_wrapper {
    position: relative;
}

.coupon_code_row {
    border: 1px solid #A8C897;
    border-top: none;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.coupon_code_row:hover,
.coupon_code_row.hover {
    background-color: #F7FFED;
}

.coupon_code_row label {
    background-color: #4C7A35;
    color: #fff;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
    width: 114px;
}

.coupon_details {
    padding: 5px 8px;
}

.votecontrol_wrap {
    border: 1px solid white;
    cursor: pointer;
    float: right;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    width: 42px;
}

.coupon_clipboard {
    display: none;
    float: right;
    height: 16px;
    margin-right: 3px;
    margin-top: 5px;
    width: 16px;
}

.coupon_clipboard img {
    border: none;
    height: 16px;
    width: 16px;
}

.coupon_code a {
    line-height: 26px;
    padding: 4px 4px 4px 0px;
    text-decoration: none;
}

.coupon_code.print {
    background: url("http://static.slickdealscdn.com/images/slickdeals/printer.png") no-repeat scroll 5px 5px;
    color: #AD5610;
    line-height: 26px;
    padding: 0 0 0 25px;
    text-decoration: none;
}

.coupon_code.discount {
    background: none;
    color: #AD5610;
    line-height: 26px;
    padding: 0 0 0 6px;
    text-decoration: none;
}

.coupon_code {
    color: #004CAB;
    background: url("http://static.slickdealscdn.com/images/iconrepo/money.png") no-repeat scroll 5px 5px;
    display: block;
    margin-left: 114px;
    margin-right: 42px;
    font-size: 14px;

    line-height: 26px;
    padding: 0 0 0 17px;
}

.coupon_code.print,
.coupon_code.discount {
    padding-left: 24px;
}

.coupon_meta_wrap {
    margin-top: 3px;
    width: 200px;
}

.coupon_details strong,
.coupon_meta a,
.coupon_meta a strong {
    font-size: 1.1em;
    color: #000;
}

.coupon_poster a {
    text-decoration: none;
}

.coupon_meta label {
    color: #363636;
    clear: left;
    display: block;
    float: left;
    padding-right: 6px;
    text-align: right;
    width: 73px;
}

.coupon_meta span {
    color: #707070;
    display: block;
    float: left;
    width: 115px;
}

.coupon_meta strong {
    color: #363636;
}

.coupon_row .coupon_meta * {
    font-size: 1em;
}

.coupon_meta_wrap .socialicon {
    float: left;
    margin: 8px 0 0 8px;
}

#coupons_list {
    margin-top: 10px;
}

#coupons_storelist,
.coupons_listheader {
    margin: 6px 3px;
    padding-bottom: 8px;
    background: #FBFBFB;
    border: 1px solid #ccc;

    box-shadow:         0px 0px 3px #ccc;
}

#coupons_storelist {
    margin-bottom: 14px;
}

#coupons_couponlist_mostpopular,
#coupons_couponlist {
    margin-top: 20px;
}

.coupons_listheader .coupon_list {
    margin-left: 12px;
    margin-right: 12px;
}

.coupons_subheader {
    border-bottom: 1px dotted #DFDFDF;
    background: #F5F1DF;
    color: #000;
    clear: both;
    margin-bottom: 8px;

    border-radius:         3px 3px 0px 0px;
}

.coupons_subheader div {
    font-family: arial,sans-serif;
    font-size: 0.7em;
    padding: 10px;
}

.coupons_subheader strong {
    font-size: 1.3em;
}

.storefilter {
    float: right;
    font-family: arial,sans-serif;
    font-weight: bold;
    margin: 8px;
    padding: 0 !important;
    text-align: right;
}

.storefilter span {
    color: #666;
    font-size: 0.9em;
    font-weight: bold;
}

.storefilter input {
    border: 1px solid #909090;
    font-size: 1em;
    margin-left: 5px;
    vertical-align: middle;
    width: 140px;
}

#storelist {
    font-size: 0.7em;
    list-style-type: none;
    margin: 0 12px;
    padding: 0;
}

#storelist li {
    color: #363636;
    display: block;
    line-height: 19px;
    margin: 6px 0 0 0;
    white-space: nowrap;
}

li .fcl,
li .fcr,
.storelist_bit div.ncl,
.storelist_bit div.ncr {
    display: none;
}

#storelist .storelist_bit {
    background-color: #EBEBEB;
    float: left;
    padding: 3px 12px 3px 3px;

    border-radius:         6px;
}

#storelist .featured .storelist_bit {
    background-color: #DFF2FF;
}

#storelist a {
    color: black;
    font-size: 0.95em;
    text-decoration: none;
}

#storelist a strong {
    font-size: 1.2em;
}

#storelist .numcoupons {
    background-color: white;
    color: black;
    float: left;
    font-weight: bold;
    margin-right: 6px;
    min-height: 20px;
    min-width: 22px;
    padding: 0 10px;
    text-align: center;

    border-radius:         10px;
}

#storelist .featured_coupon {
    background: white url("http://static.slickdealscdn.com/images/coupons/featured_coupon_bg.png") no-repeat scroll left center;
    border: 1px solid #E0E0E0;
    border-left: none;
    color: #7D7D7D;
    font-size: 0.9em;
    overflow-x: hidden;
    padding: 2px 12px 3px 11px;

    border-radius:         0px 6px 6px 0px;
}

#storelist .featured_coupon a {
    color: #BD3D00;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

#storelist li.has_fc .storelist_bit {
    border-radius:         6px 0px 0px 6px;
}

.contextMenu {
    font-size: 11px;
}

.contextMenu li.cmexpire a {
    background-image: url("http://static.slickdealscdn.com/images/iconrepo/clock_delete.png");
}

.contextMenu li.cmapprove a {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/accept.png");
}

.contextMenu li.cmdelete a {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/delete.png");
}

.contextMenu li.cmmodalert a {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/error.png");
}

.contextMenu li.cmsendfriend a {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/group.png");
}

.contextMenu li.cmfeature a {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/star.png");
}

.contextMenu li.cmunfeature a {
    background-image: url("http://static.slickdealscdn.com/images/slickdeals/star_grey.png");
}

.storeinfo {
    color: #004A80;
    font-size: 0.8em;
    margin: 10px;
}

.storeinfo .logo {
    float: right;
    height: 100px;
    width: 100px;
    background-color: white;
    background-position: center center;

    box-shadow:         0 0 6px rgba(0, 0, 0, 0.2);
}

.storeinfo p {
    color: #000;
    font-size: 0.8em;
}

.storeinfo a {
    color: #004A80;
    text-decoration: none;
}

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

.storeinfo dt {
    font-size: 1.3em;
    font-weight: bold;
}

.storeinfo dd {
    font-size: 1em;
    margin-left: 0px;
}

#storeform .form_row,
#storeform .form_row2 {
    padding-bottom: 5px;
}

.coupon_tooltip {
    background-color: #FBF79C;
    background-image: url("http://static.slickdealscdn.com/images/coupons/tooltip_bg.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-top: none;
    border: 1px solid transparent;
    display: none;
    font-weight: normal;
    left: 126px;
    line-height: 14px;
    padding: 2px 7px 3px;
    position: absolute;
    top: 27px;
    z-index: 2;

    border-radius: 0px 0px 6px 6px;
}

.coupon_tooltip .tooltip_after {
    display: none;
}

#couponform_percent_off_row,
#couponform_dollars_off_row {
    display: none;
}

#couponform_amount_off_msg {
    display: none;
    font-size: 12px;
    margin: 10px 10px 2px;
}

#couponform_amount_off_msg small {
    font-size: 11px;
}

#coupon_list_featured .coupon_row {
    background: #F0F3F2;
    border-color: #C9D9DE;
}

#coupon_list_featured .coupon_tab {
    background: #C9D9DE;
    color: #000;
}

#coupon_list_featured .coupon_meta {
    background: #EAEFF0;
    border-color: #C9D9DE;
}

#coupon_list_featured .coupon_buttons {
    background: #DAE4E4;
    border-color: #C9D9DE;
}

#coupon_list_featured .coupon_details_row {
    background: #E1E9EB;
    border-color: #C9D9DE;
}

#coupon_list_featured .coupon_code {
    border-color: #C9D9DE;
}

#coupon_list_featured .coupon_code_row {
    border-color: #C9D9DE;
}

#coupon_list_featured .coupon_code_row label {
    background-color: #93B2BF;
}.ac_results,
ul.ui-autocomplete {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    width: 100px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0 20px 0 0;
}

.ac_results li,
ul.ui-autocomplete li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
     */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
     */
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.ac_loading {
    background: white url('http://static.slickdealscdn.com/images/slickdeals/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}