/* CSS Document */
/* DEFAULT TAGS */
body
{
    margin: 0;
    padding: 0;
    background: url('../img/bkgd_repeater.jpg') top left repeat-x;
    background-color: #680001;
    color: White;
    font-family: Helvetica;
    font-size: 9pt;
}
h1
{
    font-family: Helvetica;
    color: White;
}
h2
{
    font-size: 14pt;
    text-transform: uppercase;
    font-family: Helvetica;
    color: White;
}
h3
{
    font-family: Helvetica;
    color: White;
}
h4
{
    color: White;
    font-family: Helvetica;
}
p
{
    color: White;
    font-family: Helvetica;
    font-size: 9pt;
}
a
{
    color: #a87815;
    text-decoration: none;
}
img
{
    border: none;
    display: block;
}
table, tr, td
{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table
{
    width: 100%;
}
td
{
    vertical-align: top;
}
form
{
    margin: 0;
}

/*TAGS FOR HTML IN CONTENT WINDOW*/

.content_header
{
    padding: 0px 5px 0px 10px;
    margin-top: 0.2em;
    color: White;
    font-family: Helvetica;
    font-size: 9pt;
}

.content_header body
{
    margin: 0;
    padding: 0;
    background-color: Black;
}

.content_header h1
{
    line-height: 10px;
    margin-bottom: 0.2em;
    font-family: Helvetica;
    color: White;
}

.content_header h2
{
    margin-bottom: 0.2em;
    font-family: Helvetica;
    color: Red;
}

.content_header h3
{
    color: White;
}

.content_header h4
{
    line-height: 20px;
    margin-bottom: 0.2em;
    font-family: Helvetica;
    color: Red;
}

.content_header h5
{
    line-height: 20px;
    margin-bottom: 0.2em;
    font-family: Helvetica;
    color: Red;
}

.content_header p
{
    padding: 0px 5px 0px 10px;
    margin-top: 0.2em;
    color: White;
    font-family: Helvetica;
    font-size: 9pt;
}

.content_header a
{
    padding: 5px 5px 5px 10px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 9pt;
    text-decoration: none;
}

.content_area
{
    background-color: White;
}

.content_area h1, h2, h3, h4, h5
{
    padding: 5px 5px 5px 10px;
    margin-bottom: 0.2em;
    font-family: Helvetica;
    color: Red;
}

.content_area p
{
    padding: 0px 5px 0px 10px;
    margin-top: 0.2em;
    color: Black;
    font-family: Helvetica;
    font-size: 9pt;
}

.content_area li
{
    padding: 0px 5px 0px 10px;
    margin-top: 0.2em;
    color: Black;
    font-family: Helvetica;
    font-size: 9pt;
}

.content_area a
{
    padding: 5px 5px 5px 10px;
    color: #000000;
    font-family: Helvetica;
    font-size: 9pt;
    text-decoration: none;
}

.content_footer a
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: #f8971d;
    line-height: 8px;
    margin-bottom: 0.2em;
    text-align: center;
    font-weight: bold;
}

.content_footer
{
    position: relative;
    top: -128px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: #e03127;
    text-align: center;
}

.right_sub_menu
{
    background-image: url('/App_Themes/QMenu/Menu/SubMenuBakRight.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 95px;
}

.basic_sub_menu
{
    background-image: url('/App_Themes/QMenu/Menu/SubMenuBak.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 80px;
}

.right_sub_menu_selected
{
    background-image: url('/App_Themes/QMenu/Menu/SubMenuSelectedRight.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 95px;
}

.basic_sub_menu_selected
{
    background-image: url('/App_Themes/QMenu/Menu/SubMenuSelected.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 80px;
}

.content_video a
{
    padding: 5px 5px 5px 10px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 8pt;
    text-decoration: none;
}

.sub_title
{
    color: #EEEEEE;
    text-transform: none;
    font-family: Helvetica;
    font-size: 11pt;
    font-weight: 500;
    line-height: 20px;
}

.err_msg
{
    width: 400px;
    height: 200px;
    background-image: url('/App_Themes/QuiznosWeb/img/ErrMsgBak.jpg');
    background-repeat: no-repeat;
}

.form_field
{
    color: #222222;
    font-family: Helvetica, Arial;
    font-size: 9pt;
    float: none;
    padding-right: 4px;
    padding-bottom: 8px;
    vertical-align: top;
}

.form_input
{
    border-width: 2px;
    border-style: inset;
    height: 19px;
    font-family: Helvetica, Arial;
    font-size: 9pt;
    background-image: url('/App_Themes/QuiznosWeb/img/textBoxBak.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

.form_dropdown
{
    background-image: url('/App_Themes/QuiznosWeb/img/ddlBak.gif');
    background-repeat: no-repeat;
}

.ddl
{
    padding-top: 0px;
    vertical-align: bottom;
    border-color: #d2d0d0;
    border-style: inset;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-right-width: 2px;
    font-size: 9pt;
    font-family: Helvetica;
    background-color: White;
}

.error_message
{
    border: solid 2pt white;
    color: Red;
    position: relative;
}

.popup
{
    position: relative;
    top: 0;
    left: 0;
}

/* BEGIN Breadcrumb */
#breadcrumb-wrapper
{
    position: relative;
    height: 25px;
    width: 500px;
    margin: 10px 0px 0px 37px;
    padding: 0px 0px 0px 0px;
}

#bce-Breadcrumbs
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#bce-Breadcrumbs li
{
    list-style-type: none;
    color: rgb(153,153,153);
    text-decoration: none;
    padding: 0px 20px 0px 5px;
    float: left;
    background: transparent url("/App_Themes/QuiznosWeb/img/breadcrumb-bullet.gif") no-repeat center right;
    font: 12px "Times New Roman" , serif;
}

#bce-Breadcrumbs li#bce-LastItem
{
    background: none;
    padding: 0px 5px 0px 10px;
    color: rgb(81,81,81);
    text-decoration: none;
}
/* END Breadcrumb */

#main_container
{
    position: relative;
    display: block;
    width: 650px;
    margin: 0 auto;
    padding: 0;
    background: URL('../img/grad_main.png') top left repeat-y;
}
#left_content
{
    float: left;
    width: 304px;
}
#right_content
{
    float: left;
    width: 304px;
}
#content_container
{
    position: relative;
    width: 708px;
    margin: 0 0 0 50px;
    background: URL('../img/grad_content.png') top left no-repeat;
}
#main_logo
{
    position: relative;
    display: block;
    width: 115px;
    margin: 0 auto;
}
#logo_container
{
    padding: 0px 0px 10px 0px;
}
#main_footer
{
    position: relative;
    padding: 10px 0px 30px 30px;
}
#main_footer_nav
{
    width: 320px;
    position: relative;
    margin: 25px auto 0;
}
#main_footer_nav img
{
    display: inline;
}
#main_nav_bar
{
    position: absolute;
    margin: 5px 0px 10px 30px;
    z-index: 100;
}
#general_content
{
    position: relative;
    margin: 0 30px;
}
.offer_highlight, .offer_highlight
{
    padding: 20px;
}
#main_content
{
    position: relative;
    margin: 0 30px;
}
.main_highlight, .sub_highlight
{
    padding: 20px;
    width: 749px;
}
.sub_highlight
{
    background: URL('../img/sub_highlight_bg.png') top left no-repeat;
    padding: 20px;
}
.main_highlight img
{
    z-index: 100;
}

/* ADDED BY MJH BEGIN */

.section_header
{
    font-family: helvetica;
    font-size: 9pt;
    font-weight: 600;
    color: White;
}

.section_subheader
{
    font-family: helvetica;
    font-size: 8pt;
    font-weight: 500;
    color: White;
}

.section_subheader a
{
    font-family: helvetica;
    font-size: 8pt;
    font-weight: 500;
    color: White;
}


.main_content
{
    width: 1065px;
}
.main_highlight_item, .sub_highlight_item
{
    background: URL('../App_Themes/QuiznosWeb/img/highlight_bg.png') top left no-repeat;
    padding: 20px 0px 0px 0px;
}
.sub_highlight_item
{
    background: URL('../App_Themes/QuiznosWeb/img/sub_highlight_bg.png') top left no-repeat;
    padding: 10px 0px 10px 10px;
}
.main_highlight_item img
{
    z-index: 100;
}

.sub_highlight_items
{
    background: URL('../App_Themes/QuiznosWeb/img/sub_highlight_bg.png') top left repeat-x;
    padding: 20px;
}

/* ADDED BY MJH */

.GroupHeaderBak
{
    background-color: Red;
}

#main_promo_area
{
    position: relative;
    margin: 15px 0 0;
}
#main_promo_area img
{
    position: relative;
    margin: 0 1px;
    display: inline;
}
#main_footer_nav img
{
    border: none;
}
#main_content p
{
    font: 400 12px Helvetica, Arial, Helvetica, sans-serif;
    color: #8a6931;
    line-height: 1.7em;
    margin-top: 0px;
}
#main_content p.caption
{
    line-height: 1.6em;
    color: #999966;
    margin-top: 1em;
}
#main_content .secondary_text
{
    line-height: 1.6em;
    font-size: 9pt;
    color: #999966;
}
#main_content h1
{
    font: 900 20px Helvetica, Arial, Helvetica, sans-serif;
    color: #4b711c;
    margin-bottom: 7px;
}
#main_content h2
{
    font: 900 14pt Helvetica, Arial, Helvetica, sans-serif;
    color: #89ac5d;
    margin-bottom: 7px;
}
#main_content h3
{
    font: 400 14px Helvetica, Arial, Helvetica, sans-serif;
    color: #679964;
    margin: 0;
}
#main_content h3 strong
{
    color: #4d7222;
}

#main_content .datestamp
{
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
}
#main_content ul
{
    margin: 1em 0;
    padding: 0 1.5em;
    color: #8a6931;
    font: 400 12px Helvetica, Arial, Helvetica, sans-serif;
    list-style-position: outside;
}
#main_content ul li
{
    margin: 0 0 1.5em;
    list-style: url(../img/arrow.png);
}
.tv_spot_container
{
    float: left;
    margin-bottom: 40px;
}
#main_content .tv_spot_container ul li
{
    margin: 0 0 1em;
    font-size: 11px;
}
#main_content .tv_spot_container ul li a
{
    color: #5a7b44;
}
#sign_in_form_div
{
    background: url(../img/sign_in_box.png) top left no-repeat;
    width: 304px;
    height: 202px;
    margin-top: 20px;
}
#sign_in_form_div p
{
    font-size: 11px;
    line-height: 13px;
}
#sign_in_form
{
    margin: 5px 10px 0 20px;
    padding: 60px 0 0;
}
.box_list
{
    background: url(../img/list_bg.png) top left no-repeat;
    width: 171px;
    height: 193px;
}
.box_list_wide
{
    background: url(../img/list_bg_lg.png) top left no-repeat;
    width: 325px;
    height: 193px;
}
#main_content .box_list ul, #main_content .box_list_wide ul
{
    margin: 17px 0 0px 20px;
    font-size: 10px;
}
#main_content .box_list ul li
{
    margin: 0 0 1.25em;
}
#main_content .box_list ul li a
{
    color: #6a5600;
}
.basic_divider
{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.basic_divider_padded
{
    margin-bottom: 10px;
}
.sub_divider
{
    position: relative;
    margin: 0;
    padding: 0;
    clear: both;
}
.clearFloats
{
    clear: both;
    line-height: 1px;
    font-size: 1px;
}
.nav_item
{
    position: relative;
    display: inline;
    margin: 7px 14px 5px 13px;
    vertical-align: top;
    border: none;
}
.first_nav_item
{
    margin-left: 0;
}
#flashcontent
{
    margin-top: 0;
    z-index: 100;
}
.last_nav_item
{
    margin-right: 0;
}
.main_highlight .basic_divider
{
    margin-left: -20px;
}
#main_content .required
{
    color: #e41b23;
    font-weight: 900;
    font-size: 11px;
}
.result_bar
{
    font: 400 9px Helvetica, Arial, Helvetica, sans-serif;
    background-color: #f1ecd3;
    width: 649px;
    height: 22px;
}
.result_bar .first_result_item
{
    color: #ffffff;
    background-color: #000000;
    float: left;
    padding: 5px 10px;
    font-weight: 900;
}
.result_bar div
{
    float: left;
    padding: 5px 10px;
}
.result_nav
{
    font: 400 9px Helvetica, Arial, Helvetica, sans-serif;
    float: left;
}
.result_nav p
{
    margin: 0;
    padding: 5px 10px;
    float: left;
}
.result_nav div
{
    float: right;
    width: 400px;
    padding: 5px 0;
    width: 649px;
}
.result_nav div span
{
    float: right;
}
.result_nav span a
{
    color: #999999;
    font-weight: 900;
    text-decoration: none;
}

.results_container
{
    width: 649px;
}

.results_left_content
{
    width: 190px;
    vertical-align: top;
}
.results_right_content
{
    width: 659px;
    vertical-align: top;
}
.results_left_content div
{
    padding: 20px 0px 20px 10px;
}

.results_left_content form
{
    font: 400 9px Helvetica, Arial, Helvetica, sans-serif;
    margin: 15px 0;
    vertical-align: top;
}
.results_left_content select, .results_left_content input
{
    font: 400 9px Helvetica, Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    vertical-align: top;
}

/* ET */

.search_listing td
{
    vertical-align: top;
    line-height: 16px;
    font: 400 10px Helvetica, Arial, Helvetica, sans-serif;
}
.search_listing td.store_result strong
{
    color: #b47e22;
}
.search_listing td.address_result strong
{
    color: #b47e22;
    padding: 0px 5px 0px 0px;
}
.search_listing td.phone_result strong
{
    color: #000000;
}
.search_listing td.phone_result a
{
    color: #4c721d;
    font-weight: 900;
}
.search_listing td.map_result
{
    color: #4c721d;
    font-weight: 900;
    text-align: right;
}


.sign_up_table_top
{
    background-color: #e5db98;
    font: 400 10px Helvetica, Arial, Helvetica, sans-serif;
}
.sign_up_table_top td
{
    padding: 0 25px 10px;
    width: 33%;
    vertical-align: top;
}
.sign_up_table_bottom
{
    font: 400 10px Helvetica, Arial, Helvetica, sans-serif;
    background-color: #efe9c1;
}
.sign_up_table_bottom td
{
    padding: 10px 0 10px;
    vertical-align: top;
}
.sign_up_table_bottom input
{
    font-size: 10px;
}
.sub_list_divider
{
    position: relative;
    margin: 10px 0 0;
    padding: 0;
}
.sub_listing
{
    display: block;
    color: #999999;
    font: 400 10px Helvetica, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    cursor: pointer;
}
.sub_listing strong
{
    color: #b67e21;
}
.sub_listing a
{
    text-decoration: none;
}

/*--------------------------------------------*/
#general_content
{
    position: relative;
    margin: 0 0px;
}

#general_content p
{
    font: 400 12px Helvetica, Arial, Helvetica, sans-serif;
    color: #8a6931;
    line-height: 1.5em;
    margin-top: 0px;
}
#general_content p.caption
{
    line-height: 1.5em;
    color: #999966;
    margin-top: 1em;
}
#general_content .secondary_text
{
    color: #999966;
}
#general_content h1
{
    font: 900 19px Helvetica, Arial, Helvetica, sans-serif;
    color: #4b711c;
    margin-bottom: 7px;
}
#general_content h2
{
    font: 900 16pt Helvetica, Arial, Helvetica, sans-serif;
    color: #89ac5d;
    margin-bottom: 7px;
}
#general_content h3
{
    font: 400 14px Helvetica, Arial, Helvetica, sans-serif;
    color: #679964;
    margin: 0;
}
#general_content h3 strong
{
    color: #4d7222;
}

#general_content .datestamp
{
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
}
#general_content ul
{
    margin: 1em 0;
    padding: 0 1.5em;
    color: #8a6931;
    font: 400 12px Helvetica, Arial, Helvetica, sans-serif;
    list-style-position: outside;
}
#general_content ul li
{
    margin: 0 0 1.5em;
    list-style: url(../img/arrow.png);
}
#general_content .box_list ul, #general_content .box_list_wide ul
{
    margin: 17px 0 0px 20px;
    font-size: 10px;
}
#general_content .box_list ul li
{
    margin: 0 0 1.25em;
}
#general_content .box_list ul li a
{
    color: #6a5600;
}

#general_content .required
{
    color: #e41b23;
    font-weight: 900;
    font-size: 11px;
}

/* MJH */
.txt-formfields
{
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 135px;
}
.ddl-formfields
{
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 140px;
}
.ddl-formfields-month
{
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 90px;
}
.ddl-formfields-day
{
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 40px;
}
td
{
    font-size: 11px;
    color: #693D00;
}
.required
{
    font: 800 11px Helvetica, Arial, Helvetica, sans-serif;
    color: #F90000;
}
.notrequired
{
    font: 600 11px Helvetica, Arial, Helvetica, sans-serif;
    color: #000000;
}
table#loyalty td
{
    padding: 5px 5px 10px 5px;
}
table#loyalty input
{
    color: #000000;
    font-size: 11px !important;
}
table#subloyalty input, table#existingusers input
{
    color: #000000;
    font-size: 11px !important;
}
input#SignUpForm_MobilePhone
{
    font-size: 11px !important;
}
#DeliveryPanel
{
    color: #F90000;
    font-size: larger !important;
    font-weight: bolder;
}

table#giftcard td
{
    padding: 0px;
    font-family: arial;
    color: rgb(255,255,255);
    font-size: 11.5px;
}

table#giftcard
{
    width: 95%;
}

.modalBackground
{
    background-color: #CCCCCC;
}
.NutritionalMenuHeader
{
    font-weight: bold;
    color: #550000;
}
.NutritionalMenuTotal
{
    font-weight: bold;
}
.NutritionalMenuTitle
{
    font-weight: bold;
}

.accordionHeader
{
    border: 1px solid #b99c6b;
    color: black;
    padding-left: 3px;
    background-color: #838751;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color: black;
    padding-left: 3px;
    background-color: #b99c6b;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.accordionContent
{
    border: 0px solid #2F4F4F;
    background-color: #d8c199;
    border-top: none;
}

