/* *********************************** */
.header {
      background-color: #ffffff;
      margin: 0 auto;
      padding: 0;
}
    .top_strip {
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 97.5em;
        z-index: 1;
    }
        .top_strip > div {
            float: left;
            margin: 0;
            padding: 0;
            width: 55em;
            overflow: hidden;
        }
            .top_strip > div > a > img {
                border: none;
                float: left;
                height: 3.7em;
                margin:  1.5em 0 0 0;
            }
            .top_strip > div > div.search_module {
                float: left;
                margin: 2.2em 0 0 2em;
            }
                .top_strip > div > div.search_module > * {
                    margin: 0;
                    padding: 0;
                }
                .top_strip > div > div.search_module > p.your_location {
                    color: #666;
                }
                .top_strip > div > div.search_module > div.change_location > a {
                    cursor: pointer;
                }
        .top_strip > p.customer_service {
            color: #666;
            float: right;
            margin: .3em -.8em 0 0;
        }
            .top_strip > p.customer_service > span {
                margin-right: 1.5em;
            }
            .top_strip > p.customer_service > a {
                color: #666;
                margin: 0 .8em;
            }
            .top_strip > p.customer_service > a.active {
                color: #e20f2f;
            }
        .top_strip > div#my_account_tooltip {
            background-color: #ffc;
            border: .1em solid #ccc;
            color: #333;
            display: none;
            overflow: visible;
            padding: .5em 1em;
            position: absolute;
            right: 3em;
            top: 3em;
            width: 15em;
            z-index: 99;
        }
            .top_strip > div#my_account_tooltip > .tooltip_pointer_up {
                position: absolute;
                left: 4em;
                top: -1em;
            }

        .top_strip > div#my_livenation_tooltip {
            background-color: #ffc;
            border: .1em solid #ccc;
            color: #333;
            display: none;
            overflow: visible;
            padding: .5em 1em;
            position: absolute;
            right: -1em;
            top: 3em;
            width: 15em;
            z-index: 99;
        }
            .top_strip > div#my_livenation_tooltip > .tooltip_pointer_up {
                position: absolute;
                left: 8em;
                top: -1em;
            }

        .top_strip > form {
            clear: right;
            float: right;
            margin: 2em 0 0 0;
            padding: 0;
            width: 39.2em; /* to keep IE7 from stretching out the width of the <form> */
        }
            .top_strip > form > * {
                margin: 0;
                padding: 0;
            }
            .top_strip > form > p.refine {
                color: #666;
                margin-left: 13.8em;
            }
            .top_strip > form > div.search { 
                color: #666;
                border: none;
            }
                .top_strip > form > div.search > * {
                    float: left;
                }
                .top_strip > form > div.search > select {
                    border: 1px solid #d4d0c8;
                    border-color: #808080 #d4d0c8 #d4d0c8 #808080;
                    color: #666;
                    font-size: 1.2em;
                    margin: 0 .5em 0 0;
                    padding: .1em;
                    width: 11em;
                }
                    .top_strip > form > div.search > select > option {
                    }
                .top_strip > form > div.search > div.search_input_container {
                }
                    .top_strip > form > div.search > div.search_input_container > input.search_input {
                        background-repeat: repeat-x;
                        border: 1px solid #d4d0c8;
                        border-color: #808080 #d4d0c8 #d4d0c8 #808080;
                        display: block;
                        font-size: 1.2em;
                        margin: 0 .5em 0 0;
                        padding: .2em;
                        width: 15em;
                    }
                    .header_predictive_text {
                        background: #ffffff;
                        display: none;
                        position: absolute;
                        width: 18.6em;
                        z-index: 1;
                    }
                    .header_predictive_text_show {
                        display: block;
                    }
                        .header_predictive_text_on_off {
                        }
                            .header_predictive_text_on_off > p {
                                border-left: .1em solid #999999;
                                border-right: .1em solid #999999;
                                border-top: .1em solid #999999;
                                cursor: pointer;
                                margin: 0;
                                padding: .2em .6em .1em 50%;
                                text-align: right;
                            }
                            .header_predictive_text_on_off > p.header_predictive_text_show_hide_show {
                                border-bottom: .1em solid #999999;
                                cursor: default;
                                padding: .3em .6em .3em .6em;
                            }
                                .header_predictive_text_on_off > p.header_predictive_text_show_hide_show > a {
                                    cursor: pointer;
                                }
                                .header_predictive_text_on_off > p > img {
                                    height: .4em;
                                    margin: -.2em .4em 0 0;
                                    width: .6em;
                                }
                        .header_predictive_text_results {
                        }
                            .header_predictive_text_results > ul {
                                border-left: .1em solid #999999;
                                border-right: .1em solid #999999;
                                display: block;
                                margin: 0;
                            }
                                .header_predictive_text_results > ul > li {
                                    border-bottom: .1em solid #cccccc;
                                    list-style-type: none;
                                }
                                li.header_predictive_text_suggestion_first {
                                    border-top: 0;
                                }
                                    .header_predictive_text_results > ul > li > a {
                                        display: block;
                                        overflow: auto;
                                        padding: .5em 1.5em .5em .6em;
                                    }
                                    .header_predictive_text_results > ul > li > a:hover {
                                        text-decoration: none;
                                    }
                                    .header_predictive_text_results > ul > li > a.header_predictive_text_suggestion_active  {
                                        background: #efefef;
                                        text-decoration: none;
                                    }
                                        .header_predictive_text_results > ul > li > a > img {
                                            float: left;
                                            height: 2.4em;
                                            margin-right: .4em;
                                            width: 3.4em;
                                        }
                                        .header_predictive_text_results > ul > li > a > span {
                                            display: block;
                                            float: left;
                                            width: 12.3em;
                                        }
                                            .header_predictive_text_results > ul > li > a > span > span {
                                                display: block;
                                                line-height: 1.1;
                                            }
                                            span.predictive_text_name {
                                                color: #000000;
                                                font-size: 1.2em;
                                            }
                                                span.predictive_text_name > em {
                                                    background: #cccccc;
                                                    font-weight: bold;
                                                    font-style: normal;
                                                }
                                            span.predictive_text_entity {
                                                color: #666666;
                                                margin-top: .1em;
                                            }
                            .header_predictive_text_expand_container {
                            }
                                .header_predictive_text_expand_container > a {
                                    background-color: #eaeaea;
                                    background: url(../../../../../../modules/header/default/images/predictive_text_expand_bg.png);
                                    cursor: pointer;
                                    display: block;
                                    padding: .3em 0;
                                }
                                    .header_predictive_text_expand_container > a > img {
                                        display: block;
                                        height: .4em;
                                        margin: 0 auto;
                                        width: .8em;
                                    }
                .top_strip > form > div.search > input.search_submit {
                    border: none;
                    height: 2em;
                }
        .set_location {
            display: none;
            width: 25em;
        }
        .set_location > .top_corners, 
        .set_location > .bottom_corners {
            background-color: #fff;
        }
            .set_location > .maps_popup_close_container {
                background-color: #fff;
                border: .1em solid #ccc;
                border-width: 0 .1em;
                height: 1.7em;
                padding-right: 1em;
            }
                .set_location > .maps_popup_close_container > img {
                    float: right;
                    cursor: pointer;
                }
            .set_location > div > form {
                background-color: #fff;
                border: .1em solid #ccc;
                border-width: 0 .1em;
                padding: 0 1em .5em 1em;
                margin: 0;
            }
            .set_location > div > form > h3 {
                margin: 0 0 1em 0;
                padding: 0;
            }
            .set_location > div > form > p.intro {
                margin: 0 0 1em 0;
                padding: 0;
            }
            .set_location > div > form > p {
                margin: 0;
                padding: 0;
            }
            .set_location > div > form > div.change_loc {
                margin: 0;
                padding: 0;
            }
                .set_location > div > form > div.change_loc > input {
                    display: block;
                    padding-left: .5em;
                }
                .set_location > div > form > div.change_loc > span {
                    color: #ccc;
                    display: block;
                    font-size: .9em;
                    font-style: italic;
                }
                .set_location > div > form > div.change_loc > div {
                    background-color: #fff;
                    border: 1px solid #ccc;
                    display: none;
                    position: relative;
                    top: -1em;
                    width: 12.5em;
                }
                .set_location > div > form > div.change_loc > div > ul {
                    margin: 0;
                    padding: 0;
                }
                .set_location > div > form > div.change_loc > div li {
                    list-style: none;
                    margin: 0;
                    padding-left: .5em;
                }
                .set_location > div > form > div.change_loc > div li a {
                    color: #666;
                }
                .set_location > div > form > div.change_loc > img {
                    cursor: pointer;
                    margin: 1em .5em 0 0;
                }
                .set_location > div > form > div.change_loc > input[type="image"] {
                    background: none;
                    border: none;
                    display: inline;
                    margin: 0;
                    outline: none;
                    padding: 0;
                }
    
    .top_strip .empty_searchstring_message_container,
    .empty_location_message_container {
        background-color: #ffffcc;
        border: 1px solid #ccc;
        display: none;
        padding: .5em;
        position: relative;
        width: 14em;
        z-index: 99;
    }
        .top_strip .empty_searchstring_message_container {
            left: 88em;
            top: 3.7em;
            position: absolute;
        }
            .top_strip .empty_searchstring_message_container > img.tooltip_pointer {
                cursor: default;
                float: none;
                left: -1em;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 1.5em;
            }
            .top_strip .empty_searchstring_message_container > div > img {
                cursor: pointer;
                float: right;
                margin-top: 1em;
            }
        .empty_location_message_container {
            left: 13em;
            top: 8em;
            position: absolute;
        }
            .empty_location_message_container > img.tooltip_pointer {
                cursor: default;
                float: none;
                left: -1em;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 1.5em;
            }
            .empty_location_message_container > div > img {
                cursor: pointer;
                float: right;
                margin-top: 1em;
            }
        .top_strip .empty_searchstring_message_container > p,
        .empty_location_message_container > p {
            border-right: .1em solid #ccc;
            margin: 0 2em 0 0;
            padding-right: .5em;
        }

.nav_bar {
    clear: left;
    float: left;
    line-height: 3.4em;
    margin: 0;
    padding: 0;
    overflow: auto;
    min-width: 55em;
/*    width: 100%; IE ONLY RULE */
}
    .nav_bar > ul {
        display: inline;
        line-height: 3.4em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
        .nav_bar > ul > li {
            display: inline;
            height: 3.4em;
            line-height: 3.4em;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
            .nav_bar > ul > li > a {
                color: #000;
                font-size: 1.2em; 
                line-height: 2em;
                font-weight: bold;
                margin: 0;
                padding: .5em 2em .5em 0;
                text-decoration: none;
            }
            .nav_bar > ul > li > a.active, 
            .nav_bar > ul > li > a:hover {
                color: #e20f2f;
            }
            
p.seo_bar {
    background-color: #f5e9eb;
    background-image: url(../../../../../../sites/site/default/images/pink_wash_gradient.png);
    background-repeat: repeat-x;
    border: 1px solid #e2d6d8;
    border-width: 1px 0;
    clear: both;
    color: #666;
    height: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}
p.about_livenation {
    height: 2em;
    line-height: 2em;
    text-align: center;
}
p.about_livenation > em {
    border-bottom: 1px dotted #999;
    font-style: normal; /* turn off italics which is default for em */
    font-weight: normal;
}