body {
    background-color: #fff;
    background-image: url(../../images/header_line.jpg);
    background-position: 0 130px;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
}

div.row {
    min-height: 25px;
}

form {
    margin: 0;
    padding: 0;
}

#body_wrapper {
    width: 990px;
    _width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 10px;
    background-color: white;
    overflow: hidden;
}

table#manage_items {
    position: relative;
    width: 100%;
}

table#manage_items tr td {
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

table#manage_items tr th {
    margin: 0;
    padding: 0;
    height: 24px;
}

table#manage_items tr.table_header {
    border-bottom: 1px solid #aaa;
    background-image: url(../../images/table_header_bg.jpg);
    background-repeat: repeat-x;
}

.red {
    color: red;
}

.red1 {
    color: #D00043;
}

div.paginate { text-align: left; }
div.paginate a { text-decoration: none; font-size: 1.3em; }
div.paginate a:hover { text-decoration: underline; color:red; }

/*------------------ [ SITE SPECIFIC STYLES] ---------------------*/
a {
    color: #d00043;
}

div#header {
    height: 150px;
    position: relative;
    text-align: center;
    background-image: url(../../images/header_line.jpg);
    background-position: 0 130px;
    background-repeat: repeat-x;
}

div#header div {
    text-align: left;
    position: absolute;
}

div#content_wrapper {
    padding-left: 8px;
    min-height: 270px;
    margin-top: 0px;
    width: 780px;
    margin-left: 200px;
}
div#content_wrapper.home_hack {
    margin-left: 100px;
}
.page_hack {
    margin-left: 0px !important;
} 
#body_admin div#content_wrapper, #body_user div#content_wrapper {
    margin-left: 0;
}

div#header_logo {
    left: 0px;
    top: 2px;
}

div#header_title {
    left: 235px;
    top: 42px;
}

div#header_links {
    right: 0;
    top: 11px;
    color: #bfbfbf;
    font-size: 16px;
}

div#header_links a {
    text-decoration: none;
}

div#header_links a:hover {
    text-decoration: underline;
}

div#footer a {
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

ul.links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.links li {
    display: inline;
}

ul.links li a {
    color: #E11F53
}

div#footer {
    width: 100%;
    text-align: center;
    color: #bfbfbf;
    font-size: 13px;
    padding: 20px 0;
    position: relative;
    margin-top: 10px;
    clear: both;
}

div#footer_separator {
    height: 19px;
    background-image: url(../../images/header_line.jpg);
    background-repeat: repeat-x;
}

div#footer p {
    margin: 0;
    padding: 0;
    color: #666666;
}

div#sidebar {
    width: 130px;
    float: right;
    color: #666666;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

#body_user div#sidebar, #body_admin div#sidebar {
    width: 180px;
}
#body_user div#content_wrapper, #body_admin div#content_wrapper {
    width: 720px;
}

div#sidebar p {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    font-size: 15px;
    padding-left: 0px;
    padding-top: 12px;
    color: #d00043;
    font-weight: bold;
    text-align: center;
}

div#welcome_text {
    color: #676767;
    margin-bottom: 5px;
    font-size: 19px;
}

.offer {
    width: 120px;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 2px;
    text-align: center;
    float: right;
}

.offer .link {
    line-height: 14px;
    font-size: 14px;
}

.offer .img_container {
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    padding: 2px 0;
    margin: 3px 0 0;
}

.offer .img_container img {
    padding: 1px;
    border: 1px solid gray;
    max-height: 130px;
    max-width: 95px;
}

div.clearfix {
    clear: left;
}

/*--------------------------- [ FORM STYLES ] -------------------------------*/
ul.form_item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #676767;
    margin-top: 20px;
}

ul.form_item li {
    margin-bottom: 20px;
    background-image: url(../../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 70px;
    position: relative;
}
ul.form_item.email_register li {
    padding-left: 70px;
}
ul.form_item.email_register li p {
    margin-bottom: 10px;
}
ul.form_item.email_register li input {
    width: 220px;
    display: inline;
    margin: 0;
    margin-top: 4px;
}


ul.form_item li div.arrowtext {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding-left: 5px;
    padding-top: 3px;
    font-family: Times;
    font-weight: bold;
    font-size: 18px;
}

p.item_title {
    font-size: 22px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    float: left;
    min-width: 500px;;
}

p.item_title.separator {
    background-position: 200px 5px;
    background-image: url(../../images/separator_item.jpg);
}

div.row,div.row_left {
    clear: left;
}

div.row_left {
    margin-left: -70px;
    margin-top: 10px;
}

ul.form_item input.field {
    color: #676767;
    display: block;
    font-size: 120%;
    margin: 5px 0;
    padding: 3px 3px 5px;
    width: 250px;
}

.friend_field {
    float: left;
    width: 235px !important;
    margin-right: 7px !important;
}

ul.form_item textarea.field {
    color: #676767;
    font-size: 120%;
    margin: 5px 0;
    padding: 3px 3px 5px;
}

ul.form_item input.field_over,ul.form_item textarea.field_over,form input.field_over,form textarea.field_over
{
    color: #E11F53;
}

#form_submit {
    color: white;
    width: 100px;
    height: 34px;
    cursor: pointer;
    font-size: 18px;
    margin: 10px 0 0 40px;
    padding: 0;
    position: relative;
}

#form_submit span {
    position: absolute;
    left: 25px;
    top: 7px;
}

#privacy {
    margin-left: 40px;
}

div.label,div.label_row {
    width: 175px;
    float: left;
    padding-right: 5px;
    color: #d00043;
}

#tabs div.label {
    color: black !important;
    height: 20px; overflow: hidden;
}

div.label_row {
    font-weight: bold;
    margin-right: 3px;
    _width: 175px;
}

div.label {
    font-weight: normal;
    _width: 183px;
}

div.label_row div.label {
    _width: 155px;
}


.gray1 {
    color: #a9a9a9;
}

.black1 {
    color: #000000;
}


div#page_title {
    font-size: 20px;
    color: #E11F53;
    margin-bottom: 10px;
}

form#frm_contact_us textarea {
    width: 500px;
    height: 200px;
}

p.admin_title {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 22px;
    color: #667;
}

ul#admin_options {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

ul#admin_options li {
    display: block;
    margin: 0;
    padding: 0;
}

input#send_newsletter {
    margin: 10px 0;
    display: block;
}

input.button1 {
    background-color: #aaa;
    padding: 4px 30px;
    display: inline-block;
    color: white;
    border: 1px solid gray;
    cursor: pointer;
    font-size: 14px;
}

div#send_emails {
    margin-top: 5px;
}

.row p {
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    color: gray;
    height: 29px;
}

table#manage_items a img {
    border: none;
}

#frm_add_offer input.field {
    width: 300px;
}

#frm_add_offer textarea.field {
    width: 300px;
    height: 75px;
    margin-bottom: 5px;
}

#frm_email_template textarea.field {
    width: 600px;
}

.table_header_right,.table_header_left {
    height: 24px;
    min-width: 9px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.table_header_left {
    background-image: url(../../images/table_header_left.jpg);
    left: 0;
}

.table_header_right {
    background-image: url(../../images/table_header_right.jpg);
    background-position: right;
    right: 0;
}

.but_submit {
    margin: 15px 0 10px 70px;
}

.coupon {
    border: 1px solid gray;
    padding: 5px;
    width: 700px;
    margin-top: 5px;
    background-color: #f8f8f8;
    position: relative;
}

.coupon img {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.coupon_label {
    float: left;
    width: 200px;
    margin: 1px 0;
    height: 25px;
    clear: left;
}

#dashboard_report {
    font-size:14px;
}

#filter {
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.steps_container {
    width: 100%;
}

.step_container {
    width: 900px;
    margin-top: 10px;
}

.row_left_register .label_row {
    min-width: 100%;
}

.row_left_register .label_row .label {
    color: black;
    font-size: 0.9em;
}

.row_left_register .category_box {
    width: 575px;
    float: left;
    clear: none;
    border: 1px dotted #ccc;
    border-top: none;
    background-color: #fafafa;
}

.category_box {
    padding: 2px 0 2px 20px;
    margin-bottom: 10px;
    display: block;
    clear: left;
    width: 150px;
}

.row_left_register {
    padding: 5px;
    width: 600px;
}

.category_title {
    width: 150px;
    color: black;
    font-weight: normal;
}

.sale_alerts {
    font-variant:small-caps;
    font-size: 32px;
    padding: 0;
    margin: 0;
    color: #D00043;
}

.step_content_container {
    padding: 0;
    float: left;
    border: 1px solid #aaa;
    width: 610px;
}

.step_content_container input.field {
    color:#676767;
    display:block;
    font-size:120%;
    margin:5px 0;
    padding:3px 3px 5px;
    width:250px;
}

.step_container .arrowtext {
    width: 60px;
    height: 30px;
    background-image:url(../../images/arrow.png);
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding-left:10px;
    padding-top: 2px;
    position:relative;
    color: white;
    font-weight: bold;
    float: left;
}

.step_container_left {
    width:260px; float: left;
    min-height: 545px;
}

.step_img {
    float: right;
    margin-right: 10px; margin-top: 20px;
}

#tabs .label {
    margin:0; padding:0;
}

.step_container .ui-dialog {
    width: 100%;
}




.gray {
    color: #555;
}

#email_message {
    color: red;
    padding-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
}

.explanation_text {
    float: left; font-size:12px; color: gray
}

#header_search {
    left: 270px;
    top: 20px;
    background-image: url(../../images/bg_search.png);
    background-repeat: repeat-x;
    height: 36px;
    vertical-align: middle;
    border: 1px solid #ecebeb;
    _border: none;
    width: 445px;
}

#header_search input {
    margin: 5px;
    border: 1px solid #969696;
    height: 20px;
    padding: 3px 0 0 3px;
    color: gray;
    width: 350px;
    float: left;
}

#header_search button {
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 5px;
}

#header_search_text {
    left: 270px;
    top: 63px;
    color: black;
}


#content_left {
    width: 200px;
    border-right: 1px solid #9f9f9f;
    float: left;
    min-height: 250px;
}
#content_left.home_hack {
    display: none;
}


#breadcrumb {
    color: #E11F53;
    font-size: 1.2em;
}

.leftbox .leftbox_expandable {
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    /*padding: 10px 5px;*/
    padding: 3px 5px;
    background-color: #f9f9f9;
}

.leftbox {
    width: 195px;
    color: black;
    margin-top: -4px;
    color: #333;
    font-size: 14px;
}

.leftbox .leftbox_title {
    margin-top: 8px;
    background-color: #ddd;
    clear: both;
    padding: 3px;
    font-variant: small-caps;
    font-size: 15px;
    padding-left: 7px;
    border: 1px solid white;
}

div.expand_box, div.collapse_box {
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 3px;
    cursor: pointer;

}
div.expand_box { background-image: url(../../images/ico_plus.png); }
div.collapse_box { background-image: url(../../images/ico_minus.png); }

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.left_store_item {
    border-bottom: 1px dotted #ddd;
    line-height: 16px;
    font-size: 0.9em;
}

#register_body button, #browse_body button {
    width: 85px; 
}
#register_body button, #browse_body button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }

#browsing_items .offer {
    margin-right: 5px;
    float: left;
    width: 100px;
    height: 260px;
    _height: 270px;
    font-size: 12px;
    overflow: hidden;
}


/* tooltip styling. uses a background image (the yellow arrow) */
div.tooltip {
    background:transparent url(images/yellow-full.png) repeat scroll 0;
    display:none;
    height:107px;
    padding:15px;
    width:178px;
    font-size:14px;
}

/* tooltip title element (h3) */
div.tooltip h3 {
    margin:0 0 -10px 0;
    font-size:16px;
}


div.loading_offers {
    width: 100%;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

div.loading_offers_inside {
    margin-top: 100px;
    font-size: 1.4em;
    color: #D00043;
}

.offer_merchant_logo {
    width: 300px; margin-left:-100px;
    height: 35px;
}

.offer_merchant_logo img {
    display:block; margin: 0 auto;
    height: 35px;
}

.offer_merchant_logo p {
    width: 100px;
    margin: 0 auto;
}

.offer_merchant_logo a img{
    border: none;
}

.browse_message {
    width: 600px;
    height: 72px;
    overflow: hidden;
}

.browse_message p.down_text {
    font-size: 0.8em; margin:0; padding:0
}

.pagination_wrapper {
    float: right;
    color: black;
    font-size: 12px;
    width: 780px;
}

#browsing_items .offer .link {
    height: 30px;
    overflow: hidden;
}

.box_footer {
    padding: 2px;
    border-top: 1px solid #ccc;
    font-size: 11px;
}
.box_footer a {
    text-decoration: none;
}
.box_footer a:hover {
    text-decoration: underline;
}

#breadcrumb {
    min-height: 20px;
    height: 20px;
}

.home_box {
    background-image: url('../../images/browse_home_bg.png');
    padding: 20px;
    background-repeat: no-repeat;
    width: 270px;
    height: 136px;
    margin-right: 10px;
    font-size: 1.3em;
    float: left;
    color: black;
    position: relative;
}
.home_box .box_click {
    font-size: 0.7em;
    position:absolute;
    bottom: 13px;
    right: 18px;
    color: gray;
    cursor: pointer;
    width: 270px;
    text-align:right;
}

p.explain_filters {
    color:#bbb; font-size: 0.8em; padding-right: 7px;
}

a img {
    border: none;
}


.label_row .ui-tabs {
    width: 595px;
}

.img_top_bags {
    position: absolute; right: 0; top: 42px;
}

.select_categories {
    font-size:0.8em; font-weight:normal;color: gray; margin-left:10px;
    margin-top: 5px;
}

.selected_categ_tab  {
    padding-right:10px !important;
    height: 23px; 
    background-color: white; font-size: 1.1em;
    color: #D00043
}

#retailers .label {
    height: 20px;
    overflow: hidden;
}

.sort_paginate {
    float: left; color: gray;
    font-size: 0.9em;
}

.sort_paginate a {
    color: gray;
}

.hidden {
    display: none !important;
}