/* Custom Styles for Mobile Layout */

html { 
    height: 100%;
}

body  {
    margin: 0;
    padding: 0;
    min-height: 100%; 
}

/* Mobile PageFlip */

#content {
    padding: 0;
    background: #F3F3F3;
}

#header {
    position: relative;
    min-height: 34px;
    padding: 0;
    z-index: 300;
    border: 0 none;
    width: 100%;
}

#drag_bar {
    position: relative;
    height: 34px;
    padding: 0;
    z-index: 300;
    border: 0 none;
    width: 100%;
    font-family: Helvetica,Arial,sans-serif;
    background-color: #d2d2d2; /* fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#d2d2d2));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #d2d2d2);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #d2d2d2);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #d2d2d2);
    background-image:      -o-linear-gradient(top, #f5f5f5, #d2d2d2);
    background-image:         linear-gradient(to bottom, #f5f5f5, #d2d2d2);
}

#drag_bar #ww_logo {
    position: absolute;
    right: 40px;
    top: 50%; 
    margin-top: -17px; 
    width: 195px;
    height: 34px;
    cursor: pointer;
}

#drag_bar #back_btn {
    position: absolute;
    right: 12px;
    top: 50%; 
    margin-top: -10px; 
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('/images/pf-close-btn.png') no-repeat;
}

#drag_bar #ad_title {
    position: absolute;
    top: 0;
    left: 12px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 0;
    text-shadow: none;
    color: #4b4a4d;
    font-weight: 400;
    font-family: Helvetica,Arial,sans-serif;
}

#drag_bar #ad_title strong {
    font-weight: 700;
    color: #eb6909;
}

#drag_arrow {
    position: absolute;
    top: 21px;
    z-index: 299;
    left: 48%;
    height: 30px;
    width: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #8a8b8b;
    background: #d2d2d2 url('/images/pf-drag-arrow.png') no-repeat bottom center;
}

.line {
    position: absolute;
    z-index: 298;
    height: 1px;
    width: 100%;
    background: #8a8b8b;
}

#line_top {
    top: 34px;
}

#line_bottom {
    position: fixed;
    bottom: 34px;
    z-index: 1500;
}

#controls_bar {
    position: fixed;
    bottom: 0;
    height: 34px;
    padding: 0;
    z-index: 1500;
    width: 100%;
    display: none;
    background-color: #d2d2d2; /* fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#d2d2d2));
    background-image: -webkit-linear-gradient(top, #eeeeee, #d2d2d2);
    background-image:    -moz-linear-gradient(top, #eeeeee, #d2d2d2);
    background-image:     -ms-linear-gradient(top, #eeeeee, #d2d2d2);
    background-image:      -o-linear-gradient(top, #eeeeee, #d2d2d2);
    background-image:         linear-gradient(to bottom, #eeeeee, #d2d2d2);
}

#pagination_next {
    float: right;
    height: 34px;
    width: 36%;
}

#pf_next {
    float: left;
    display: block;
    height: 34px;
    width: 99%;
    text-decoration: none;
    background: url('/images/pf-arrow-right.png') no-repeat center center;
}

#pagination_prev {
    float: left;
    height: 34px;
    width: 36%;
}

#pf_prev {
    float: left;
    display: block;
    height: 34px;
    width: 99%;
    text-decoration: none;
    background: url('/images/pf-arrow-left.png') no-repeat center center;
}

.delimitor  {
    float: left;
    height: 34px;
    width: 1px;
    background: #ffffff;
    border-right: 1px solid #8a8b8b;
}

.rounded_top_corners {
    border-radius: 3px 3px 0 0;
}

.cleardiv {
    clear: both;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: none;
    background: transparent url('/images/pf-overlay.png') repeat top left;
}

#loading_images {
    position: absolute;
    top: 30%;
    left: 36.5%;
    height: 256px;
    width: 256px;
}

#pagination {
    position: relative;
    float: left;
    width: 28%;
    height: 26px;
    padding: 4px 0;
}

#page_no {
    display: block;
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    color: #4b4a4d;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    background: #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px 0px #8a8b8b inset;
    -moz-box-shadow: 1px 1px 2px 0px #8a8b8b inset;
    box-shadow: 1px 1px 2px 0px #8a8b8b inset;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #8a8b8b;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}

#current_page_no{
    background-image: none;
    display: block;
    font-size: 16px;
    /*line-height: 1;*/
     /*line-height: 70%;*/
    outline: 0 none;
    padding: 0.2em;
    width: 20%;
    float: right;
    text-align: center;
}

#full_pageflip {
    display: none;
}

#first_page {
    background: #FFFFFF;
}

#shop_info {
    background: #f5f5f5;
    display: none;
}

#shop_info_left {
    float: left;
    color: #4b4a4d;
    width: 32%;
    font-family: Helvetica,Arial,sans-serif;
}

#shop_info_right {
    float: left;
    color: #4b4a4d;
    width: 68%;
    font-family: Helvetica,Arial,sans-serif;
}

#shop_name {
    font-size: 20px;
    font-weight: 700;
    color: #eb6909;
    margin: 20px 0;
    padding-left: 12px;
}

#shop_data {
    height: 182px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    margin-left: 12px;
}

#shop_address {
    font-size: 12px;
    margin-bottom: 10px;
}

#shop_schedule {
    font-size: 12px;
    margin-bottom: 10px;
}

#shop_schedule_label {
    float: left;
    height: 21px;
    line-height: 21px;
}

#shop_schedule_hours {
    float: right;
    color: #4b4a4d;
    font-size: 12px;
    font-weight: 700;
}

#shop_schedule_hours  td {
    padding-left: 15px;
}

#shop_description {
    font-size: 10px;
    margin-bottom: 20px;
    text-align: justify;
}

#shop_options {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#shopsubscribePF {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    height: 21px;
    line-height: 21px;
    text-shadow: none;
    width: 100%;
}

.orange_button {
    color: #ffffff;    
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6732b; /* fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e85200), to(#f6732b));
    background-image: -webkit-linear-gradient(top, #e85200, #f6732b);
    background-image:    -moz-linear-gradient(top, #e85200, #f6732b);
    background-image:     -ms-linear-gradient(top, #e85200, #f6732b);
    background-image:      -o-linear-gradient(top, #e85200, #f6732b);
    background-image:         linear-gradient(to bottom, #e85200, #f6732b);
}

.gray_button {
    color: #ffffff;    
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d2d2d2; /* fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#AAAAAA));
    background-image: -webkit-linear-gradient(top, #d2d2d2, #AAAAAA);
    background-image:    -moz-linear-gradient(top, #d2d2d2, #AAAAAA);
    background-image:     -ms-linear-gradient(top, #d2d2d2, #AAAAAA);
    background-image:      -o-linear-gradient(top, #d2d2d2, #AAAAAA);
    background-image:         linear-gradient(to bottom, #d2d2d2, #AAAAAA);
}

#shop_subscribe_logo {
    position: absolute;
    top: 2px;
    left: 12px;
}

#shop_distance {
    float: right;
    font-size: 12px;
    margin: 20px 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    background: url('/images/pf-map-marker-icon.png') no-repeat center left;
}

.shop_map {
    float: right;
    height: 180px;
    width: 480px;
    padding: 0 12px 20px 0;
}

.shop_map_data {
    border: 1px solid #7a7b7b;    
    height: 180px; 
    width: 478px;
}

#loading-circle-shop {
    display: block;
    width: 66px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    color: #FF9900;
    padding-top: 48px;
}

/* Subscribe Box */

#overlay-background {
    background: url("/images/dim.png") repeat scroll 0 0 transparent;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-align: justify;
    top: 0;
    width: 100%;
    z-index: 1501;
}

#overlay-foreground {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1502;
}

#fe-subscribe-title {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

#fe-login-title {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

#fe-login-content {
    background-color: #FFFFFF;
    height: 316px;
    padding: 12px;
    width: 260px;
}

#fe-subscribe-content {
    background-color: #FFFFFF;
    height: 316px;
    padding: 12px;
    width: 260px;
}

#fe-login-message-top {
    font-size: 10px;
    height: 25px;
}

#fe-login-no-account, #fe-login-checkbox {
    font-size: 10px;
    height: 40px;
    margin-top: 15px;
}

#fe-login {
    margin: 0;
    padding: 0;
}

.not_selected_login {
    background-color: #E85200;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 12px 0;
}

.selected_login {
    background-color: #FFFFFF;
    color: #E85200;
    font-size: 14px;
    padding: 6px 12px 4px;
}

.zend_form {
    float: right;
    margin-bottom: 10px;
    width: 100%;
}

.input-check-form {
    float: left;
    height: 30px;
    width: 100%;
}

.label-form {
    float: left;
    height: 30px;
    width: 25%;
}

.input-form {
    float: left;
    height: 30px;
    width: 74%;
}

input.check {
    margin: 0;
}

input, select, textarea {
    font-size: 11px;
}

p {
    margin: 0;
}

.required-input {
    color: #FF8C00;
}

.ww-btn-grey-2 {
    background: url("/images/sprite_main.png") no-repeat scroll 0 -749px transparent;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    width: 74px;
}

a {
    color: #FF6600;
    text-decoration: none;
}

#shop_div, #branch_div1, #branch_div2, #branch_div3 {
    height: 38px;
}

#email {
    border: 1px solid #9C9EA0;
    border-radius: 2px 2px 2px 2px;
    font-size: 11px;
    width: 190px;
}

#fe-subscribe-message-top {
    height: 25px;
    font-size: 10px;
}

#fe-subscribe-message {
    color: #FF0000;
    font-size: 10px;
    height: 70px;
    margin-top: 160px;
    vertical-align: bottom;
}

.shopsubscribedPFclass {
    cursor: default;
}

#fe-save-button, #fe-cancel-button, #fe-login-submit, #fe-login-cancel, #delete-button {
    cursor: pointer;
}

#fe-login-checkbox-right {
    margin-left: 45px;
}


#fe-login-submit-buttons {
    position: absolute;
    bottom: 0;
}

#page_no_message {
    display: none;
    position: absolute;
    bottom: 50px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
}

.arrow_box, .arrow_box_error { 
    position: relative; 
    background: #666; 
    padding: 10px;
    border-radius: 5px;
} 

.arrow_box_error {
    display: none;
    background: #ff0000;     
}

.arrow_box:after, .arrow_box_error:after { 
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(102, 102, 102, 0); 
    border-top-color: #666; 
    border-width: 10px; 
    margin-left: -10px; 
}

.arrow_box_error:after { 
    border-top-color: #ff0000;
}

@media screen and (orientation:portrait) { 

    #header {
        min-height: 50px;
    }

    #drag_bar {
        height: 50px;
    }

    #drag_bar #ad_title {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    #drag_arrow {
        top: 37px;
    }

    #line_top {
        top: 50px;
    }

    #line_bottom {
        bottom: 50px;
    }

    #controls_bar {
        height: 50px;
        border-top: 1px solid #8A8B8B;
    }

    #pagination {
        height: 26px;
        padding: 12px 0;
    }

    #pagination_next {
        height: 50px;
    }

    #pf_next {
        height: 50px;
    }

    #pagination_prev {
        height: 50px;
    }

    #pf_prev {
        height: 50px;
    }

    .delimitor  {
        height: 50px;
    }

}