/**STICKY FOOTER taken from http://www.cssstickyfooter.com**/
html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto; 
    min-height: 100%;
}

#main {
    padding-bottom: 50px;
}

#footer {
    position: relative;
	margin-top: -50px; 
	height: 50px;
	clear:both;
	color: #fff;
	line-height: 50px;
	background-color: #434343;
	overflow: hidden;
} 
    #footer .content{
        position: relative;
    }
        #footer .content .right{
            position: absolute;
            top: 0px;
            right: 10px;
            height: 50px;
            margin: 0px !important;
            width: auto !important;
        }
            #footer .content .right img{
                vertical-align: middle;
            }
        #footer .content a{
            color: #fff;
        }
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/**END STICKY FOOTER**/

html, body{
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.top_left{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 500;
}

.bottom_left{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 500;
}

/**layout**/
.dealer_day{
    display: block;
    float: left;
    width: 35px;
    font-weight: bold;
}
.full_width{
    width: 950px;
}

.center{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.column{
    
}
    .column ul{
        list-style: none;
        border-top: 1px solid #e8e8e8;
        margin: 0px;
    }
        .column ul li{
            display: block;
            border-bottom: 1px solid #e8e8e8;
        }    
            .column ul li a{
                display: block;
                line-height: 25px;
                margin: 1px 0;
                padding-left: 20px;
                font-size: 10px;
                text-align: left;
                background-image: url('/mcl_assets/images/components/icons/menu.png');
                background-repeat: no-repeat;
            }
            .column ul li a:hover, .column ul li a.selected{
                background-color: #e8e8e8;
                color: #434343;
            }
                .column ul li a.vehicle_details{
                    background-position: 3px -24px;
                }
                .column ul li a.vehicle_details:hover, .column ul li a.vehicle_details.selected{
                    background-position: 3px 6px;
                }
                
                .column ul li a.dealer_info{
                    background-position: 3px -144px;
                }
                .column ul li a.dealer_info:hover, .column ul li a.dealer_info.selected{
                    background-position: 3px -114px;
                }
                
                .column ul li a.service_history{
                    background-position: 3px -324px;
                }
                .column ul li a.service_history:hover, .column ul li a.service_history.selected{
                    background-position: 3px -294px;
                }
                
                .column ul li a.warrany_info{
                    background-position: 3px -84px;
                }
                .column ul li a.warrany_info:hover, .column ul li a.warrany_info.selected{
                    background-position: 3px -54px;
                }
                
                .column ul li a.dealer_coupon{
                    background-position: 3px -204px;
                }
                .column ul li a.dealer_coupon:hover, .column ul li a.dealer_coupon.selected{
                    background-position: 3px -174px;
                }
                
                .column ul li a.schedule_service{
                    background-position: 3px -264px;
                }
                .column ul li a.schedule_service:hover, .column ul li a.schedule_service.selected{
                    background-position: 3px -234px;
                }
                
            
    .column dl{
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #e8e8e8;
    }
        .column dl dt{
            font-size: 11px;
            color: #888;
            font-weight: normal;
            padding: 5px 0px 0px 0px;
        }
        .column dl dd{
            font-size: 10px;
            color: #434343;
            padding: 0 0 5px 0;
            margin: 0px;
            border-bottom: 1px solid #e8e8e8;
        }

.left{
    float: left;
    width: 110px;
    margin: 0 20px 0 0;
    text-align: center;
}

.middle{
    float: left;
    width: 690px;
}

.middle_full{
    float: left;
    width: 820px;
}

.right{
    float: right;
    width: 110px;
    margin: 0px;
}

.col_left{
    float: left;
    margin: 0 30px 0 10px;
    width: 85px;
}
    .col_left .button, .col_left .button_red, .col_left .button_green, .col_left .button_blue{
        display: block;
        text-align: center;
        margin: 0px 0px 10px;
    }
    
    .col_left ul{
        list-style: none;
        border-top: 1px solid #e8e8e8;
    }
        .col_left ul li{
            display: block;
            height: 31px;
            border-bottom: 1px solid #e8e8e8;
        }    
            .col_left ul li a{
                display: block;
                line-height: 29px;
                height: 29px;
                margin: 1px 0;
                padding-left: 5px;
                color: #434343;
            }
            .col_left ul li a:hover, .col_left ul li a.selected{
                background-color: #e8e8e8;
            }
.relative{
    position: relative;
}
.col_center{
    width: 500px;
    float: left;
    overflow: hidden;
}
    .col_center .vehicle_title{
        height: 20px;
        margin-bottom: 3px;
        position: relative;
        text-align: left;
    }
        .col_center .vehicle_title .vehicle_name{
            font-weight: bold;
            font-size: 12px;
            color: #434343;
        }
.col_right{
    float: right;
    width: 300px;
    margin: 0px 10px;
}

.vehicle_block{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px 0;
    font-size: 11px;
    color: #434343;
}
    .vehicle_block:hover{
        background-color: #edf3fe;
    }
    .vehicle_block .dealer_logo{
        height: 30px;
        margin: 0 0 3px;
        overflow: hidden;
    }
    .vehicle_block ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.head_spacer{
    height: 18px;
}

#header, #header_content ul.menu, #header_content ul.menu li, #header_content ul.menu li.selected, #header_content ul.menu li.selected a{
    background-image: url('/mcl_assets/images/patterns/header.png');
}

#header{
    height: 50px;
    background-color: #c6c6c6;
    background-position: 0 0;
    background-repeat: repeat-x;
    position: relative;
}
    #header #header_content{
        height: 50px;
        position: relative;
    }
        #header #header_content .right_side{
            float: right;
        }
            #header #header_content .right_side label{
                float: left;
                height: 50px;
                line-height: 50px;
            }
                #header #header_content .right_side label #login_btn{
                    width: 50px;
                    margin-top: 15px;
                }
            #header #header_content .right_side input{
                float: left;
                margin: 12px 17px 0 5px;
                width: 175px;
            }
        #header #header_content .header_logo{
            position: absolute;
            top: 13px;
            left: 0px;
        }
        #header #header_content ul.menu{
            float: right;
            margin: 0px;
            padding: 0px;
            background-image: none;
        }
            #header #header_content ul.menu li{
                display: block;
                float: left;
                height: 50px;
                background-position:0 -50px;
                background-repeat:no-repeat;
                list-style-image:none;
                list-style-position:outside;
                list-style-type:none;
                margin:0;
                padding:0;
                text-decoration:none;
                position: relative;
            }
            #header #header_content ul.menu li.selected{
                background-position: 0 -100px;
                background-repeat: no-repeat;
            }
                #header #header_content ul.menu li.selected a{
                    background-position: 100% -150px;
                }
            #header #header_content ul.menu li.blank{
                width: 2px;
                overflow: hidden;
            }
                #header #header_content ul.menu li a{
                    display: block;
                    height: 50px;
                    line-height: 50px;
                    padding: 0 20px;
                    color: #434343;
                }
                    #header #header_content ul.menu li a:hover{
                        text-decoration: underline;
                    }
/**SUBMENU**/
.top_sub_menu{
    position: absolute;
    z-index: 2000;
    width: 194px;
    left: 50%;
    margin-left: -97px;
}
    .top_sub_menu .top{
        margin-top: 3px;
        padding-top: 20px;
        background: transparent url('/mcl_assets/images/patterns/dropdown.png') top center no-repeat;
    }
        .top_sub_menu .top ul{
            list-style: none;
            margin: 0px;
            padding: 0px;
        }
            .top_sub_menu .top ul li{
                height: 25px !important;
                float: none !important;
                background-image: none !important;
            }
                .top_sub_menu .top ul li a{
                    background-position: none !important;
                    font-size: 11px !important;
                    color: #256dad !important;
                    line-height: 25px !important;
                    display: block !important;
                    height: 25px !important;
                    background-image: none !important;
                    background-color: transparent !important;
                    float: left;
                }
    .top_sub_menu .bottom{
        height: 20px;
        background: transparent url('/mcl_assets/images/patterns/dropdown.png') bottom center no-repeat;
    }
#header_status{
    height: 18px;
    line-height: 18px;
    left: 0px;
    margin-bottom: 15px;
    position: relative;
    z-index: 350;
}
    #header_status img{
        margin-left: 15px;
        vertical-align: middle;
    }
    #header_status .left_set{
        position: absolute;
        left: 160px;
        top: -2px;
        z-index: 300;
    }
    #header_status .right_set{
        position: absolute;
        right: 0px;
        top: 2px;
    }
    
        #header_status .right_set a{
            display: block;
            float: left;
            margin: 0px 0px 0px 20px;
            padding: 0px 5px;
            border-bottom: 1px solid transparent;
            border-right: 1px solid transparent;
        }
            #header_status .right_set a:hover, #header_status .right_set a.selected{
                background-color: #fff;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-bottom: 1px solid #888;
                border-right: 1px solid #888;
            }
    
    #header_status a{
        color: #323334;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
    }

.header{
    height: 123px;
    position: relative;
    color: #888;
    font-size: 10px;
}
    /**VEHICLE SLIDER**/
    .vehicle_top_container{
        position: relative;
        height: 122px;
        overflow: hidden;
    }
        .vehicle_page_head{
            position: absolute;
        }
            .header .vehicle{
               height: 120px;
            }
                .header .vehicle .vehicle_menu{
                    z-index: 200;
                    height: 30px;
                    border-radius: 4px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-bottom: 1px solid #888;
                    border-right: 1px solid #888;
                    background-color: #fff;
                    margin-bottom: 10px;
                }
                    .header .vehicle .vehicle_menu a{
                        text-transform: uppercase;
                        font-size: 12px;
                        color: #323334;
                        text-decoration: none;
                    }
                    .header .vehicle .vehicle_menu .vehicle_definition{
                        display: block;
                        float: left;
                        height: 30px;
                        line-height: 30px;
                        margin: 0 15px;
                        font-size: 11px;
                        color: #2069b2;
                        font-style: italic;
                        width: 85px;
                        overflow: hidden;
                        white-space: nowrap;
                    }
                    .header .vehicle .vehicle_menu ul{
                        list-style: none;
                        margin: 0px;
                        padding: 0px;
                    }
                        .header .vehicle .vehicle_menu ul li, .header .vehicle .vehicle_menu ul li a{
                            float: left;
                            height: 30px;
                            line-height: 30px;
                            padding: 0 8px;
                        }
                            .header .vehicle .vehicle_menu ul li a.selected{
                                font-weight: bold;
                                color: #c75010;
                            }

.stage{
    margin: 30px auto;
}
    .stage .main_content{
        margin: 10px 15px;
    }
    
.dealer_details{
    font-size: 10px;
    color: #434343;
}

/** mcl_assets **/
a{
    text-decoration: none;
    color: #256dad;
    outline: none;
}
.zero_opacity{
    opacity: 0;
    display:none;
    opacity:0;
    visibility:hidden;
}
a:hover{
}

label{
    display: block;
    position: relative;
    font-size: 10px;
    color: #888;
}
.vehicle_title{
    font-size: 12px;
    font-weight: bold;
    color: #434343;
    padding: 12px 0;
    text-align: left;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.light_grey{
    background-color: #f9f9f9;
}
.white{
    background-color: #fff;
}
.light_blue{
    background-color: #edf3fe;
}
.center_text{
    text-align: center;
}
.clearer{
    clear: both;
}
.h1_title{
    font-size: 24px;
    text-transform: uppercase;
    color: #c75010;
    padding-bottom: 6px;
    border-bottom: 1px solid #aaa9a9;
    margin-bottom: 15px;
}

    .h1_caption{
        font-size: 10px;
        font-style: italic;
        color: #6e6e6e;
        margin: 0 15px 25px;
    }

h2{
    font-size: 18px;
    color: #2069b2;
    margin: 5px 0;
}
    h2 img{
        vertical-align: middle;
        margin-right: 20px;
    }

hr{
    background-color: #e8e8e8;
    margin: 10px 0px;
}
.unverified{
    background-color: #C75010 !important;
    color: #fff !important;
}
.display_none{
    display: none;
}
.padding_10{
    padding: 10px;
}
.margin_5{
    margin: 5px;
}
.margin_20{
    margin: 20px;
}
.width_100px{
    width: 100px;
}
.width_50{
    width: 50%;
}
.spacer_10{
    height: 10px;
}
.spacer_20{
    height: 20px;
}
.spacer_100{
    height: 100px;
}
.spacer_170{
    height: 170px;
}
.right_text{
    text-align: right;
}
.image_left{
    float: left;
    margin: 0 10px;
}
.preview_100{
    height: 105px;
    width: 105px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    overflow: hidden;
    background-color: #fff;
}
.preview_75{
    height: 75px;
    width: 75px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    overflow: hidden;
    background-color: #fff;
}
.add_vehicle_image{
    background: #fff url('/mcl_assets/images/components/add_vehicle.png') center center no-repeat;
}

#hidden_forms{
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: -999999px;
    left: -999999px;
}
/**BUTTONS**/
.button, .button_red, .button_blue, .button_green, .button_grey{
    padding: 3px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    text-decoration: none;
    color: #434343;
    font-size: 10px;
    font-weight: normal;
    background-color: #e8e8e8;
}
    .button_red{
        background-color: #c75010;
        color: #fff;
    }
    .button_blue{
        background-color: #2069b2;
        color: #fff;
    }
    .button_green{
        background-color: #7a8865;
        color: #fff;
    }
    .button_grey{
        color: #fff;
        background-color: #888;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }
    #login_btn{
        width: 50px;
    }

/**TABLES**/
table.vehicle_details{
    width: 500px;
    margin: 0px;
}
    table.vehicle_details td{
        padding: 0px;
        margin: 0px;
    }
    table.vehicle_details .title, table.vehicle_details .title_top{
        font-size: 10px;
        font-style: italic;
        color: #888;
        width: 75px;
    }
    table.vehicle_details .title_top{
        vertical-align: top;
    }
    table.vehicle_details .description, table.vehicle_details .description_top{
        width: 195px;
        font-size: 11px;
        color: #434343;
    }
        table.vehicle_details .description span{
            display: block;
            width: 155px;
            overflow: hidden;
            white-space: nowrap;
        }
    table.vehicle_details .description_top{
        width: auto;
        vertical-align: top;
    }
    
table.details{
    width: 100%;
}
    table.details tr > th:first-child, table.details tr > td:first-child{
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
    }
    
    table.details tr > th:last-child, table.details tr > td:last-child{
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
    }
    
    table.details th, table.details td{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    table.details th{
        height: 30px;
        color: #fff;
        background-color: #888;
        font-size: 10px;
        font-style: italic;
        font-weight: normal;
        padding-left: 10px;
    }
    
    table.details td{
        color: #434343;
        font-size: 12px;
        padding-left: 10px;
    }
    
        table.details tr.white td{
            background-color: #fff;
        }
    
        table.details tr.grey td{
            background-color: #efefef;
        }
        
        table.details td.title{
            font-size: 10px;
            font-style: italic;
            color: #888;
            vertical-align: top;
        }
        table.details td.description{
            font-size: 11px;
            color: #434343;
            vertical-align: top;
        }

table.right_details{
    width: 100%;
}
    table.right_details td.title{
        text-align: right;
        font-weight: bold;
        font-size: 11px;
        color: #434343;
        width: 100px;
    }

.page_hidden{
    display: none;
}

.pointer{
    cursor: pointer;
}

.section_heading, .section_heading_selected{
    height: 30px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #efefef;
    color: #434343;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    padding-left: 10px;
    line-height: 30px;
}
.section_heading_selected{
    color: #fff;
    background-color: #888;
}
    .section_heading .title, .section_heading_selected .title{
        font-weight: normal;
    }
    .section_heading .state, .section_heading_selected .state{
        position: absolute;
        top: 0px;
        right: 10px;
        font-weight: normal;
        font-style: italic;
    }
.schedule_footer{
    text-align: right;
}

/**PROFILE**/
.profile_section{
    margin: 5px 0 15px;
}
    .profile_section ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
        .profile_section ul li{
            float: left;
            display: block;
            width: 220px;
            margin: 5px;
        }
            .profile_section ul li label{
                display: block;
                font-style: italic;
                color: #434343;
                font-size: 12px;
                font-weight: normal;
            }
            .profile_section ul li input{
                width: 182px;
            }
            .profile_section ul li select{
                width: 190px;
                height: 26px;
                padding: 4px;
            }
    .profile_section .buttons{
        text-align: right;
        margin: 10px;
    }
    .profile_section .profile_content{
        
    }
        .profile_section .profile_content .profile_stage{
        }
                .profile_section .profile_content .profile_stage .instructions{
                    font-size: 11px;
                    margin: 10px;
                }
    
/**COUPON**/
.coupon_list_item{
    background-color: #efefef;
    border-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;    
    margin: 5px 0 20px;
    height: 277px;
}
    .coupon_list_item .coupon_list_image{
        float: left;
        width: 415px;
    }
    .coupon_list_item .coupon_list_details{
        position: relative;
        width: 375px;
        float: left;
        height: 277px;
    }
        .coupon_list_item .coupon_list_details span.heading{
            margin: 0 20px;
            font-size: 10px;
            font-style: italic;
            color: #6e6e6e;
        }
            .coupon_list_item .coupon_list_details span.heading strong{
                font-weight: normal;
                font-size: 12px;
                color: #434343;
                font-style: normal;
                text-transform: none;
            }
        
        .coupon_list_item .coupon_list_details .details_content{
            color: #6E6E6E;
            font-size: 11px;
            height: 200px;
            margin: 10px;
            overflow: auto;
        }
        
        .coupon_list_item .coupon_list_details .coupon_print{
            position: absolute;
            bottom: 10px;
            right: 10px;
        }
    
.coupon_outline{
    border: 3px dashed #000;
    width: 450px;
    margin: 20px auto;
    padding: 15px;
}

    .coupon_outline .buttons{
        margin: 20px 0 0 0;
        float: right;
    }

.coupon_container{
    width: 414px;
    height: 275px;
    border: 1px solid #000;
    margin: 0 auto;
}

    .coupon_header{
        height: 50px;
        background-color: #000;
        text-align: center;
        line-height: 50px;
        color: #fff;
        position: relative;
    }
    .coupon_body{
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .coupon_title{
        font-size: 30px;
        text-align: center;
        margin: 10px auto;
        width: 90%;
        z-index: 10;
        position: relative;
    }
    .coupon_description{
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        z-index: 10;
        position: relative;
    }
    .coupon_footer{
        border-top: 1px solid;
        overflow: hidden;
    }

    .coupon_footer p{
        margin: 3px 10px;
        text-align: right;
    }

    .coupon_carousel{
        height: 80px;
        border: 1px solid #ddd;
        overflow: hidden;
        overflow-x: scroll;
    }

    .coupon_carousel_stage{
        width: 1000px;
    }

    .coupon_carousel_stage img{
        display: block;
        float: left;
        margin: 5px 10px;
        height: 50px;
    }

    .coupon_bkg_image{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .moo_editable{
        border: 1px dashed red !important;
        cursor: pointer;
    }
    .rainbow_color_chooser{
        cursor: pointer;
    }
    input.coupon_input_field, textarea.coupon_input_field{
        width: 100%;
        border: 1px dashed red !important;
        background: transparent;
    }

    textarea.coupon_input_field{
        width: 360px;
        height: 105px !important;
    }

    .coupon_textareas{
        width: 350px;
        float: left;
        height: 300px;
        overflow: hidden;
        margin-right: 20px;
    }

/****POPUP****/

#pop_cover{
    top: 0px;
    left: 0px;
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

#pop_window_container{
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 100001;
    top: -500px;
}
    #pop_window{
        width: 510px;
        background-color: #ccc;
        position: relative;
        margin: 0 auto;
        border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
        border-bottom: 1px solid #888;
        border-right: 1px solid #888;
    }
        #pop_window .buttons{
            text-align: right;
            margin: 10px 0px;
        }
        #pop_window #pop_window_cover{
            position: absolute;
            background-color: #fff;
            height: 0px;
            width: 0px;
            top: 0px;
            left: 0px;
            z-index: 100009;
            border-radius: 4px !important;
            -moz-border-radius: 4px !important;
            -webkit-border-radius: 4px !important;
            text-align: center;
            font-weight: bold;
        }
            #pop_window #pop_window_cover table{
                height: 100%;
            }
                #pop_window #pop_window_cover table td{
                    vertical-align: middle;
                    text-align: center;
                    font-weight: bold;
                }
                    #pop_window #pop_window_cover table td ul{
                        list-style: none;
                    }
        #pop_title{
            height: 20px;
            line-height: 20px;
            margin: 0 10px 10px;
            color: #000;
            font-size: 11px;
            font-style: italic;
            font-weight: bold;
        }
        #pop_stage{
            margin: 0 10px;
            background-color: #fff;
            position: relative;
            overflow: hidden;
            border-radius: 4px !important;
            -moz-border-radius: 4px !important;
            -webkit-border-radius: 4px !important;
        }
            #pop_stage .content{
                margin: 15px 10px;
            }
                #pop_stage .content form{
                    margin: 0 auto;
                    width: 310px;
                }
    #pop_buttons{
        margin: 15px 10px;
        float: none;
    }
    #pop_close_link{
        display: block;
        top: 10px;
        right: 10px;
        position: absolute;
    }
        #pop_close_link:hover{
            
        }
        
#iframe_pop{
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000;
    display: none;
    top: -9000;
    left: -9000;
}
    #iframe_pop #iframe_pop_controls{
        height: 20px;
        margin: 20px;
    }
    #iframe_pop #iframe_pop_window{
        margin: 20px 30px;
        background-color: #fff;
    }

/**VEHICLE CHOOSER**/
#choose_vehicle{
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 300;
}
    #choose_vehicle .hover{
        background: #fff;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-right: 1px solid #888;
    }
        #choose_vehicle a.chooser_button{
            padding: 5px 10px 0px;
            display: block;
            z-index: 300;
        }
        ul.vehicle_chooser{
            list-style: none;
            margin: 0px;
            padding: 0px;
            position: absolute;
            left: -999px;
            border-bottom: 1px solid #888;
            border-right: 1px solid #888;
            border-left: 1px solid #888;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            z-index: 300;
        }
            .vehicle_chooser li{
                display: block;
                background-color: #fff;
                height: auto !important;
                width: 100% !important;
            }
                .vehicle_chooser li a{
                    color: #323334;
                    text-decoration: none;
                    display: block;
                    position: relative;
                    padding: 5px 10px !important;
                    background-color: #fff;
                    overflow: hidden;
                    height: auto !important;
                    line-height: 16px !important;
                    white-space: nowrap;
                    font-size: 10px;
                    background-image: none !important;
                }
                .vehicle_chooser li a:hover{
                    background-color: #e8f5ff;
                }
                    .vehicle_chooser li a .thumb{
                        vertical-align: middle;
                        top: 6px;
                        left: 0px;
                        width: 20px;
                        border-bottom: 1px solid #888;
                        border-right: 1px solid #888;
                    }

/**VEHICLE LIST**/
.vehicle_details{
    margin-top: 15px;
}
    .vehicle_details .image{
        width: 100px;
        margin: 0px 10px;
        float: left;
    }
    .vehicle_details .details{
        margin-left: 10px;
        width: 410px;
        float: left;
    }
    
    .vehicle_details label{
        display: block;
        font-size: 10px;
        color: #888;
        font-weight: normal;
    }
    .vehicle_details .buttons{
        float: right;
        width: 110px;
        text-align: center;
    }
        .vehicle_details .buttons .button, .vehicle_details .buttons .button_green, .vehicle_details .buttons .button_red, .vehicle_details .buttons .button_blue{
            display: block;
            margin: 5px auto;
            padding: 3px 0;
            width: 90%;
        }

/**CALENDAR SCROLLER**/
.calendar_scroller{
    
}
    .calendar_scroller .header{
        height: 20px;
        position: relative;
        line-height: 20px;
    }
        .calendar_scroller .header .left_arrow{
            position: absolute;
            display: block;
            height: 20px;
            width: 10px;
            background: transparent url('/mcl_assets/images/components/arrow_left_black.png') center center no-repeat;
            vertical-align: middle;
            top: 0px;
            right: 30px;
        }
        .calendar_scroller .header .right_arrow{
            position: absolute;
            display: block;
            height: 20px;
            width: 10px;
            background: transparent url('/mcl_assets/images/components/arrow_right_black.png') center center no-repeat;
            vertical-align: middle;
            top: 0px;
            right: 0px;
        }
    .calendar_scroller .stage{
        position: relative;
        height: 243px;
        width: 319px;
        overflow: hidden;
        margin: 0px;
    }
        .calendar_scroller .stage .page{
            height: 280px;
            width: 319px;
            position: absolute;
        }

/**SCHEDULE SERVICE**/
.schedule_service{
    text-align: left;
}
    .schedule_service label{
        font-size: 10px;
        color: #888;
        font-weight: normal;
        text-align: left;
    }
    .schedule_service .section_heading_selected {
        margin-bottom: 20px;
    }
    .schedule_service .left{
        float: left;
        width: 465px;
        margin: 0px !important;
    }
        .schedule_service .left .prefs{
            margin: 0px 0px 29px;
            text-align: left;
        }
    .schedule_service .right{
        float: right;
        width: 318px;
        height: 300px;
    }
    .schedule_service .column_left{
        width: 225px;
        margin: 0px 5px 0 0 !important;
        float: left;
    }
        .schedule_service .column_left select{
            width: 100%;
            height: 168px;
        }
    .schedule_service .column_right{
        width: 140px;
        margin: 0px 0 0 5px !important;
        float: left;
    }
        .schedule_service .column_right textarea{
            width: 206px;
            height: 154px;
            margin: 0.5em 0;
            float: left;
        } 


.hidden{display:none !important}

/**CONTROL PANEL**/
.control_panel_button_actions{
    margin: 10px 0 0;
}
.control_panel_button_actions button, .control_panel_button_actions input{
    cursor: pointer;
}
.control_panel_button_actions button{
    margin: 0 10px
}

.webcode_section{
}

.webcode_description{
    width: 500px;
    margin: 10px 0;
}
.webcode_description_textarea{
    width: 490px;
    height: 100px;
}

.webcode_headbar{
    position: relative;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.webcode_headbar *{
    cursor: pointer;
}
.webcode_headbar .handle{
    position: absolute;
    top: 2px;
    right: 5px;
}

#cookie_trail{
    font-family: "times New Roman";
    font-size:16px;
}


textarea.coupon_input_field{
    width: 360px;
    height: 105px !important;
}
.coupon_textareas{
    width: 490px;
    float: left;
    height: 300px;
    overflow: hidden;
    margin-right: 18px;
}

#text_areas{
    position: relative;
    overflow: hidden;
    height: 300px;
}

.text_area_page{
    position: absolute;
    width: 490px;
    overflow: hidden;
}

.coupon_textareas .area_menu{
    height: 20px;
    border: 1px solid #cdcdcd;
    margin: 0 0 15px;
}
.coupon_textareas .area_menu ul{
    margin: 0px !important;
    padding: 0px !important;
}
.coupon_textareas .area_menu ul li{
    line-height: 20px;
    display: block;
    float: left;
    height: 20px;
    cursor: pointer;
    padding: 0px 15px;
    border-right: 1px solid #cdcdcd;
}

.coupon_textareas .area_menu ul li.selected{
    background-color: #cecece;
}

.coupon_wrapper{
    width: 414px;
    margin: 0 auto;
    position: relative;
}

.coupon_wrapper_stage{
    float: left;
    width: 414px;
}

.coupon_wrapper_controls{
    float: right;
    width: 210px;
    background: #D6EBFF;
    height: 275px;
    position: relative;
}

.coupon_header_color_chooser{
    position: absolute;
    top: 10px;
    left: 15px;
}

.coupon_body_color_chooser{
    position: absolute;
    top: 100px;
    left: 15px;
}

#coupon_image_carousel{
    position: absolute;
    width: 420px;
    height: 130px;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #cecece;
    z-index: 10000;
}

#coupon_image_carousel .right_arrow{
    display: block;
    background: transparent url('/mcl_assets/images/components/yellow_button_right_25.png') top left no-repeat;
    position: absolute;
    top: 48px;
    right: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

#coupon_image_carousel .left_arrow{
    display: block;
    background: transparent url('/mcl_assets/images/components/yellow_button_left_25.png') top left no-repeat;
    position: absolute;
    top: 48px;
    left: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}


#coupon_image_carousel_stage{
    width: 500px;
}

#coupon_image_carousel_stage .image_thumb{
    height: 50px;
    margin: 10px 10px;
    cursor: pointer;
}

#coupon_image_carousel_stage_visible{
    margin: 20px auto 10px;
    border: 1px solid;
    width: 340px;
    overflow: hidden;
    height: 70px;
}

#coupon_image_carousel_controls{
    float: right;
    margin: 0px 38px;
}

.color_chooser{
    border: 1px solid #ddd;
    height: 60px;
    overflow: hidden;
    overflow-x: auto;
}

.color_chooser .box{
    height: 25px;
    width: 25px;
    margin: 10px;
    float: left;
    border: 2px solid #ddd;
}

.color_chooser .box_selected{
    border: 2px solid #000;
}

.vin_instructions{
    text-align: left !important;
    font-weight: normal !important;
}

.map_container{
    width: 310px;
    height: 310px;
}

.preview_color_block{
    
}
    .preview_color_block .preview_color{
        width: 35px;
        height: 20px;
        float: left;
        margin: 0 15px 0 0;
        border: 1px solid #eee;
    }
    .preview_color_block .rainbow_color_chooser{
        float: left;
        cursor: pointer;
    }