﻿
/*
*, .panel .header.dark, .panel .footer.dark, .section, .panel, .panel .panel {
    background: #FFF !important;
    color: #000 !important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
*/

body.vendorPage {
    margin: 0.5in 0.75in;
}

body.vendorPage a {
    color: #00F !important;
    text-decoration: underline !important;
}

body.vendorPage #header, body.vendorPage #footer, body.vendorPage .tabs, body.vendorPage .section, body.vendorPage .sidebar .section, body.vendorPage .glyph {
    display: none !important;
}

body.vendorPage .sidebar .section .printable, body.vendorPage .printable, body.vendorPage #SectionGoogleMaps {
    display: block !important;
}

body.vendorPage #SectionGoogleMaps {
    float: right !important;
}

body.vendorPage ul {
    overflow: hidden !important;
}

body.vendorPage ul li {
    display: block !important;
    float: left !important;
}

/*
.wrapper, .panel.withSidebar, .panel.withSidebar .content .section{
    width: 100%;
}
*/

