* {
    margin: 0;
    padding: 0;
}

*, ::before, ::after {
    box-sizing: inherit;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    min-height: 100%;
    position: relative;
    background: #191919;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
}

li {
    font-size: 16px;
    margin-bottom: 0;
    }

h2 {
    font-size: 20px;
    color: #f9d342;
    margin: 10px 0;
    }

h3 {
    font-size: 18px;
    color: #f9d342;
    margin-bottom: 10px;
    }

h4 {
    font-size: 16px;
    color: #f9d342;
    margin-bottom: 5px;
    font-weight: bold;
    }

#main-content ul {
    margin-left: 25px;
    }

#content {
    padding: 5px 5px 5px 5px;
    min-height: 600px;
    }

img {
    border: none;
    }

#banner {
    background-color:#f9d342;
    overflow: auto;
    }

#banner h2 {
    color:#000;
    text-align:center;
    }

#header-top {
    background: #000;
    }

#header-top-center {
    padding: 0;
    float: left;
    }

#header-top-center h2 {
    color: #f9d342;
    }

#header-top-right {
    padding: 13px 0;
    float: right;
    }

#header-top-right ul {
    margin: 0 0 0 0;
    display: block;
    overflow: visible;
    list-style: none;
    }

#header-top-right li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#header-top-right li > a {
    padding: 0 0 0 3px;
    text-decoration: none;
    color: #fff;
    }

#header-top-right li a > img {
    height: 16px;
    vertical-align: middle;
    margin-bottom: 4px;
    }

#header-top-right li > img {
    height: 14px;
    }

#header-top-right li > a:visited {
    color: #fff;
    }

#header-top-right li > a:hover {
    color: #fff;
    }

#header-top-right i {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #f9d342;
    padding: 0 3px 0 3px;
    }

#header-top-right span {
    padding:0 3px 0 3px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #f9d342;
    }

#header-nav-container {
    background: #000;
    }

#header-nav {
    background-color: #000;
    height: 50px;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    }

#header-line {
    height: 10px;
    background-color: #f9d342;
    }

#header-container {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    padding:10px 0 5px 0;
    }

#logo {
    padding: 0;
    float: left;
    }

#logo a {
    display: block;
    width: 327px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
    border-right: 0;
    background: #000 url(/images/PPP_logo.png) 0 0 no-repeat;
    }

#search-container {
    display:none;
    }

#search-box {
    display:none;
    }

.searchbar {
    display: block;
    padding: 7px 0 7px 30px;
    }

.searchbar input[type=text] {
    padding: 8px 20px 8px 40px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 450px;
    background-image: url(/images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    }

.searchbar input[type=submit] {
    background-color: #666;
    padding: 9px 10px 9px 10px;
    border: none;
    color: #fff;
    text-decoration: none;
    margin: 0 0;
    cursor: pointer;
    font-size: 16px;
    }

#mobile-menu {
    display:none;
    }

#header-nav-left {
    width: 800px;
    float: left;
    padding: 5px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    }

#header-nav-right {
    float: right;
    }

nav ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    }

nav a:hover {
    text-decoration: none;
    border-bottom: 0 solid black;
    }

nav ul li {
    display: inline-block;
    position: relative;
    }

nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 14px 5px 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

nav ul li:hover {
    background: #000;
}

nav ul li a:hover {
    color: #f9d342;
}

nav ul li ul {
    display: none;
    position: absolute;
    width: 300px;
}

nav ul li ul li {
    border-top: 0 solid #fff;
    display: block;
}

nav ul li ul li:first-child {
    border-top: 0 solid black;
}

nav ul li ul li a {
    background: #848484;
    display: block;
    font-size: 16px;
    padding: 6px 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: initial;
    border-bottom: 1px solid #737373;
}

nav ul li ul li a:hover {
    background: #848484;
    font-weight: normal;
    border-bottom: 1px solid #737373;
}

nav ul li ul li a:visited {
    background: #848484;
    font-weight: normal;
    border-bottom: 1px solid #737373;
}

#carousel {
    max-width: 1220px;
    min-width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
    background: #000;
    position:relative;
    z-index:0;
}

#page-wrap {
    margin: auto;
    max-width: 1220px;
    min-width: 1024px;
}

#page-wrap #inside {
    background: #000;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#main-content {
    background: white;
    margin: 0 0 30px 0;
    height: auto;
    position: relative;
}

#intro {
    padding: 0;
    background: #191919;
}

#news {
    float: left;
    position: relative;
    background: #fff;
    border-top: 0 solid #d8d8d8;
    padding: 0;
    width: 45%;
}

#news ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#news li {
    padding-left: .6em;
}

#featured {
    float: right;
    position: relative;
    background: #fff;
    border-top: 0 solid #d8d8d8;
    padding: 0;
    width: 45%
}

#top_header {
    background: #000;
    padding: 5px 0;
}

#top_header p {
    color: white;
}

#top_header_right {
    float: right;
    position: relative;
}

#top_header_left {
    margin: 0;
    padding: 0;
}

#top_header img {
    position: relative;
    bottom: -2px
}

#header {
    background: #808080;
    text-align: left;
    padding: 5px;
    border: 1px solid #848484;
}

#navbar {/* old styling */
    float: left;
    width: 100%;
    padding: 0;
    background: #000;
    position: relative;
}

#navbar p {/* old styling */
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 0;
}

.navbartabs {/* old styling */
    overflow: hidden;
    border-bottom: 0 solid black;
    /*bottom horizontal line that runs beneath tabs*/
}

.navbartabs ul {/* old styling */
    margin: 0;
    padding: 0;
    /*padding-left: 0; !*offset of tabs relative to browser left edge*!*/
    list-style-type: none;
}

.navbartabs li {/* old styling */
    display: inline;
    margin: 0;
}

.navbartabs li a {/* old styling */
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 7px 8px; /*padding inside each tab*/
    border-right: 1px solid white; /*right divider between tabs*/
    color: white;
    background: black; /*background of tabs (default state)*/
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.navbartabs li a:visited {/* old styling */
    color: white;
}

.navbartabs li a:hover, .navbartabs li.selected a {/* old styling */
    background: white;
    /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
    color: black;
}

#left-sidebar {/* old styling */
    background: #d8d8d8; /* 4/25/09 changed from #ffffff */
    width: 220px;
    float: left;
    padding: 0;
    position: relative;
}

div.search {
    background: #b0b0b0; /* 4/25/09 changed from #e6e6e6*/
    padding: 10px 0 15px 10px;
}

div.search a {
    font-weight: bold;
    color: #000;
    margin-left: 20px;
}

div.search a:hover {
    text-decoration: none;
}

.searchbox {
    border: 1px inset #e4e4e4;
    padding: 1px 6px;
    margin: 0 4px 0 -4px;
    -moz-border-radius: 15px;
}

#shop {
    background: #d8d8d8; /* changed from #e6e6e6 */
    padding: 0 0 0 0;
    /*top padding changed to 20 from 10 left padding changed from 8*/
    /*border:1px solid #bdbdbd;*/
}

#shop h2 {
    margin-left: 10px;
}

#leftnav {/* old styling */
    margin-bottom: 15px;
}

#leftnav ul {/* old styling */
    padding: 0;
    list-style-type: none;
    position: relative;
    margin: 0 4px 0 20px;
}

#leftnav li {/* old styling */
    display: block;
    width: 100%;
    padding: 4px 0;
    text-indent: -10px;
}

#leftnav li a {/* old styling */
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

#leftnav a:hover {/* old styling */
    background-color: #6e6e6e;
    color: #FFF;
}

#leftnav a.editlink, #main-content a.editlink, #shop a.editlink {/* old styling */
    color: gray;
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 0.25em;
}

#leftnav a.editlink:hover, #main-content a.editlink:hover, #shop a.editlink:hover {/* old styling */
    color: red;
    background-color: transparent;
    text-decoration: none;
}

.wireframemenu {
    border: 0 solid #C0C0C0; /* 4/25/09 border changed from 1px*/
    /*background-color: #848484;*/ /* 4/25/09 bgcolor removed*/
    /*border-bottom-width: 0;*/
    width: 100%; /* 4/25/09 changed from 180px */
}

* html .wireframemenu {
    /*IE only rule. Original menu width minus all left/right paddings */
    width: 164px;
}

.wireframemenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.wireframemenu li a {
    font: normal 12px Verdana;
    padding: 0 4px; /* changed 4/25/09 from 4px 4px */
    display: block;
    width: 100%; /*Define width for IE6's sake*/
    color: #000; /* 4/25/09 color changed from #FFFFFF */
    text-decoration: none;
    border-bottom: 0 solid #C0C0C0;
    /* 4/25/09 border changed from 1 */
    }

.wireframemenu a:visited {
    color: #000; /* 4/25/09 changed from #FFFFFF */
    }

html > body .wireframemenu a { /*Non IE rule*/
    width: auto;
    }

.wireframemenu a:hover {
    background-color: #6e6e6e;
    color: white;
    }

#footer {
    background: #000;
    }

#footer ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    }

#footer li {
    font-size:13px;
    margin:0px;
    }

#footer li::before {
    
    }

#footer a {
    color: #f9d342;
    font-size:13px;
    }

#footer p {
    margin: 10px 0px;
    padding: 0;
    line-height:1.2em;
    }

#footer-bar {
    height:50px;
    background-color:#f9d342;
    }

#footer-content {
    margin: 0 auto;
    max-width: 1224px;
    min-width: 1024px;
    color: #fff;
    }

#footer-columns {
    padding: 20px 0 0 0;
    }

#footer-columns h4 {
    font-size:26px;
    color:#f9d342;
    }

#footer-column-left {
    float: left;
    width: 33.3%;
    font-size:16px;
}

#footer-column-center {
    float:left;
    width:33.3%;
    font-size:16px;
    }

#footer-column-right {
    float: right;
    width: 33.3%;
    font-size:16px;
}

#footer-nav {
    border-top: 1px solid #848484;
    padding: 10px 0 10px 0;
    margin-top:10px;
}

.copyright {
    text-align:center;
    padding:12px;
    color:#fff;
    }

.copyright a {

}

/*<!-- End of Main Page Styling-->*/

#main-content table {
    width: 100%;
}

#main-content th {
    text-align: left;
    font-size: 14px;
}

#main-content td {
    padding-top: 3px;
    padding-bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#main-content a.cart {
    font-size: 14px;
}

/*catalog styling - this is for all the products*/

#catalog {
    padding: 5px 5px 5px 5px;
    margin: 0;
}

#catalog h1 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

#catalog span {
    border-bottom: 3px solid #f9d342;
}

#catalog p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight:600;
}

#catalog table {
    border: 1px solid #a4a4a4;
    border-collapse: collapse;
}

#catalog th {
    text-align: left;
    font-size: 14px;
    background: #bdbdbd;
    padding: 3px;
    color: #585858;
}

#catalog td {
    font-size: 14px;
    padding: 3px;
    border-bottom: 1px solid #a4a4a4;
    height: 2.0em;
    font-weight:600;
}

#catalog-container {
    padding: 5px 0;
}

#catalog-container table {
    border: 1px solid #a4a4a4;
    border-spacing: 1em;
}

#catalog-container th, #catalog-container td:first-child {
    white-space: nowrap;
}

a.catpn {
    color: #000;
    font-size: 14px;
    font-weight:600;
}

a.catpn:hover {
    text-decoration: none;
    color: #191919;
}

a.catbutton {
    display: block;
    padding: 5px 5px 5px 5px;
    background-color: #3c2ffb;
    color: #fff;
    font-size: 14px;
    font-weight:600;
    width: 100px;
}

a.catbutton:hover {
    background-color: #000;
    color: #737373;
}

#location {
    padding: 0;
    margin: 0;
}

.about-box {
    max-width: 1220px;
    min-width: 1024px;
    margin: 10px 0 10px 0;
    padding: 10px 10px;
    background: #000;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #000;
}

.about-title h2 {
    color: #f9d342;
    text-transform: uppercase;
}

.about {
    color: #fff;
    font-size: 16px;
    font-weight:600;
    }

.product-feature-container {
    float:left;
    max-width: 1220px;
    min-width: 1024px;
    margin: 15px 0 15px 0;
    padding: 0px;
    background: #000;
    box-shadow: 0 0 5px #ccc;
    width:1220px;
    }

.product-feature-left {
    float: left;
    width: 745px;
    background-color:#fff;
    height: 275px;
    }
.product-feature-left img {
    margin-top:10px;
    margin-left:10px;
    }

.product-feature-right {
    float: right;
    width: 455px;
    background-color:#848484;
    padding:10px;
    height: 275px;
    }

.product-feature-left-alt {
    float: left;
    width: 455px;
    background-color:#848484;
    padding:10px;
    height: 275px;
    }

.product-feature-right-alt {
    float: right;
    width: 745px;
    background-color:#000;
    height: 275px;
    }

.product-feature-text {
    color: #fff;
    font-size: 16px;
    margin-bottom:20px;
    }

.product-feature-text h2 {
    color: #f9d342;
    text-transform: uppercase;
    font-size:35px;
    }

.product-feature-text p {
    
    }

.product-feature-button {
    display: inline-block;
    background: #f9d342;
    }

.product-feature-button a {
    display: inline-block;
    padding: 10px;
    color: #191919;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    }

.product-feature-button a:hover {
    background: #f9d342;
    text-decoration: none;
    }

.feature-container {
    float:left;
    max-width: 1220px;
    min-width: 1024px;
    margin: 15px 0 15px 0;
    padding: 10px 10px;
    background: #000;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #000;
    width:100%;
    }

.feature-title h2 {
    color: #f9d342;
    text-transform: uppercase;
    font-size: 35px;
    }

.feature-content {
    padding: 0;
    }

.feature-left {
    float: left;
    width: 35%;
}

.feature-right {
    float: right;
    width: 65%;
    padding:0px 20px;
}

.feature-text {
    color: #fff;
    font-size: 16px;
    font-weight:600;
}

.feature-left-b {
    float: left;
    width: 745px;
    padding:20px;
    }

.feature-right-b {
    float: right;
    width: 405px;
    }

a.feature-text {
    text-decoration: underline;
    color: #f9d342;
    }

.feature-image-left img {
    border: 2px solid #f9d342;
    }

.feature-button-container {
    padding: 10px 0 10px 0;
    }

.feature-button {
    display: inline-block;
    background: #666;
    color: #fff;
    }

.feature-button a {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    }

.feature-button a:hover {
    background: #595959;
    text-decoration: none;
    }

.main1 {
    padding: 5px 0;
}

.fieldbox {
    padding: 3px 0;
    margin: 0;
}

.fieldbox label {
    float: left;
    display: block;
    width: 75px;
    padding: 0 0 0 5px;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: left;
}

.fieldbox input {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.fieldbox_join {
    padding: 4px 0;
    margin: 0;
}

.fieldbox_join label {
    float: left;
    display: block;
    width: 150px;
    padding: 12px 0 0 0;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: left;
}

.fieldbox_join input {
    padding: 8px 8px;
    margin: 0;
    font-size: 16px;
    width: 300px
}

.fieldbox_join select {
    width: 220px;
    font-size: 16px;
    height: 38px;
}

.fieldbox_checkbox {
    padding: 5px;
    font-family: arial, sans-serif;
    font-size: 15px;
}

.fieldbox_checkbox input {
    margin: 0 5px;
}

.fieldbox_phone {
    padding: 3px 0;
    margin: 0;
}

.fieldbox_phone label {
    float: left;
    display: block;
    width: 150px;
    padding: 0 0 0 5px;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal
}

.fieldbox_phone input {
    padding: 0;
    margin: 0;
    width: 30px;
    font-size: 13px;
}

.join {
    padding: 5px 5px 5px 5px;
    min-height: 600px;
}

.join-title span {
    border-bottom: 3px solid #f9d342;
}

.join h1 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.joincontainer {
    padding: 5px;
}

.joinbox {
    padding: 0 0 0 0;
    margin: 10px 0;
    background: white;
    border: 1px solid #d8d8d8;
}

form {
    padding: 0;
    margin: 0;
}

.joinhdr {
    padding: 0 0 0 0;
    margin: 0 0;
    background: #f2f2f2;
    border-bottom: 0 solid #d8d8d8;
}

.joinhdr p {
    padding: 5px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #585858
}

.join-button {
    padding: 3px 0;
    margin-left: 150px;
}

.join-button input[type="submit"] {
    background-color: #666;
    color: #fff;
    padding: 8px 8px;
    font-weight: 700;
    font-size: 16px;
}

.status.error {
    color: #911;
    border-color: red;
    background-color: pink;
}

.status {
    padding: 1em;
    margin: 10px 0 0;
    text-align: center;
    color: #17D;
    border: solid 1px #17D;
    background-color: #def;
    font-size: large;
    font-weight: bold;
}

.required {
    font-size: 12px;
    color: red
}

.login {
    padding: 5px 5px 5px 5px;
    min-height: 600px;
}

.login h1 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.login span {
    border-bottom: 3px solid #f9d342;
}

.loginbox {
    padding: 10px;
    margin: 10px 0;
    background: white;
    border: 1px solid #d8d8d8;
}

.loginbox form {
    padding: 0;
    margin: 0;
}

p.loginbox-text {
   margin:12px 0px 12px 0px;
   line-height:1.2;
   font-size:14px;
}

.loginhdr {
    padding: 0 0;
    margin: 0 0;
    background: #f2f2f2;
    border-bottom: 0 solid #d8d8d8;
}

.loginhdr p {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #585858
}

.login label {
    float: left;
    display: block;
    width: 100px;
    padding: 12px 0 0 0;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: left;
}

.login input[type=text] {
    padding: 8px 8px;
    margin: 0;
    font-size: 16px;
    width: 300px;
}

.login input[type="password"] {
    padding: 8px 8px;
    margin: 0;
    font-size: 16px;
    width: 300px;
}

.login-email {
    padding: 3px 0;
    margin: 0;
}

.login-password {
    padding: 3px 0;
    margin: 0;
}

.login-new {
    padding: 3px 0;
    margin-left: 100px;
}

.login-text {
    padding: 10px 0;
    font-size: 16px;
}

.login-new a {
    font-size: 14px;
}

.login-forgot {
    padding: 3px 0;
    margin: 0;
    margin-left: 100px;
}

.login-forgot {
    font-size: 14px;
}

.login-button {
    padding: 3px 0;
    margin-left: 100px;
}

.login-button input[type="submit"] {
    background-color: #666;
    color: #fff;
    padding: 8px 8px;
    font-weight: 700;
    font-size: 16px;
    -webKit-appearance:none;
    -webkit-border-radius:0;
    border-radius:0;
}

.catalog {
    padding: 5px 5px 5px 5px;
    min-height: 600px;
}

.catalog h1 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.catalog span {
    border-bottom: 3px solid #f9d342;
}


.quote {
    padding: 5px 5px 5px 5px;
    min-height: 600px;
    }

.quote h1 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    }

.quote h2 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    }

.quote span {
    border-bottom: 3px solid #f9d342;
    }

.quote-button {
    float:left;
    padding: 3px 0;
    }

.quote-button button {
    background-color: #666;
    color: #fff;
    padding: 8px 8px;
    font-weight: 700;
    font-size: 16px;
    }

.container {
    padding: 5px;
    }

.submit_login {
    padding: 0;
    margin-left: 80px;
    }

.submit_login input {
    padding: 0;
    }

.submit_join {
    margin-left: 150px;
    }

.cart {
    padding: 0;
    margin: 0 5px 0 0;
    background: #FFF;
    color: #000;
    }

table.tblbrdr {
    border: 1px solid #a4a4a4;
    border-collapse: collapse;
    float: left;
    }

p.cart {
    text-align: left;
    border-bottom:4px solid #000;
    }

th.cart {
    background: #bdbdbd;
    padding: 3px;
    color: #585858;
    font-size: 14px;
    }

td.cart {
    padding: 3px;
    border-bottom: 1px solid #a4a4a4;
    height: 2.0em;
    }

div.cat { /* creates a grey box for the catalog download page */
    background: #e6e6e6;
    padding: 10px;
    border: 1px solid #a4a4a4;
    margin-top:10px;
    }

img.cat {
    border: 1px solid #bdbdbd;
    margin: 3px 0;
}

.formbutton {
    padding: 3px;
    margin: 5px;
}

tr.clickable_row:hover {
    background: #d0d0ff;
}

tr.clickable_row {
    cursor: pointer;
}

table.sale_items, table.sales {
    background-color: #f0f0ff;
    border-collapse: collapse;
    border: 1px solid gray;
}

table.sale_items td, table.sales td, table.sale_items th, table.sales th {
    border-bottom: 1px solid gray;
    padding: 4px;
}

div#print_notes {
    border: #aaa 1px solid;
    margin: 1em 0;
    padding: 0 0.5em 0.5em;
    border-radius: 5px;
    background-color: #efe;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-height: 8.5em;
}

div#print_notes .title {
    margin-left: 4px;
}

div#print_notes > div#input_notes {
    width: 50%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

div#print_notes > form {
    width: 40%;
    position: absolute;
    right: 1em;
    top: 0;
    display: block;
}

textarea.add_note_content {
    width: 100%;
    height: 5em;
    margin: 0.25em 0;
    right: 0;
    position: relative;
    border-color: #aaa;
}

div#print_notes > form > input[type=submit] {
    width: 100%;
    margin: 0.25em 0;
    right: 0;
    position: relative;
    background-color: #bbf;
    border: blue 1px solid;
    border-radius: 5px;
    padding: 2px;
    font-weight: bold;
    font-size: small;
}

div#print_notes > form > input[type=submit]:hover {
    background-color: #ccf;
    cursor: pointer;
}

div.display_note {
    margin: 0.25em 0;
    border: #bbe 1px solid;
    border-radius: 3px;
    background-color: white;
    padding: 0.25em;
}

div.display_note.other_sale {
    background-color: #ffc;
}

div.display_note > span.empty {
    font-weight: normal;
    font-style: italic;
    color: #aaa;
}

div.display_note > span.content {
    font-weight: bold;
}

a.origin_sale_id {
    float: right;
}

div.single_note_heading > label, #main-content div.single_note_heading > a {
    font-size: x-small;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 2px;
    position: relative;
    top: -3px;
}

h3.time_of_sale {
    position: absolute;
    top: 0;
    right: 0;
}

h3 > span.sub {
    text-decoration: underline;
}

h3 > span.part {
    text-decoration: underline;
}

div.user_block {
    position: relative;
}

div.user_name {
    font-weight: bold;
    font-size: medium;
    margin-bottom: 0.25em;
}

div.user_address_formatted {
    font-weight: normal;
    font-size: small;
}

div.other_user_stuff {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 55%;
}

div.other_user_stuff > div {
    margin-bottom: 0.25em;
    width: 100%;
    }

div.other_user_stuff > div > span {
    width: 80%;
    display: inline-block;
    float: right;
    padding-left: 0.5em;
    min-height: 1px; /* this is necessary for formatting data with blank values!!  otherwise block becomes hidden. */
    text-align: left;
    font-weight: normal;
    font-size: small;
    }

.boomquotebox {
    padding:5px;
    }

.boomquote {
    padding: 5px 5px 5px 5px;
    min-height: 600px;
    }

.boomquote h1 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    display:inline;
    border-bottom: 3px solid #f9d342;
    }

.boomquote-form {/*styling for boom quote span only*/
    color:red;
    border-bottom:none;
    }

.boomquote label {
    display: block;
    width: 300px;
    padding: 12px 0 0 0;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: left;
    text-transform:uppercase;
    font-weight:bold;
    }

.boomquote input[type=text] {
    padding: 15px 15px;
    margin: 0;
    font-size: 16px;
    width: 350px;
    }

.boomquote input[type=email] {
    padding: 15px 15px;
    margin: 0;
    font-size: 16px;
    width: 350px;
    }

.boomquote input[type=tel] {
    padding: 15px 15px;
    margin: 0;
    font-size: 16px;
    width: 350px;
    }

.boomquote input[type=file] {
    padding:15px 15px;
    margin:0;
    font-size:16px;
    width: 350px;
    }

.boomquote input[type=submit] {
    background-color: #666;
    color: #fff;
    padding: 8px 8px;
    font-weight: 700;
    font-size: 16px;
    }

 .boomquote textarea {
    resize: none;
    width: 350px;
    height: 50px;
    padding:15px 15px;
    }
    
.boomquotebox {
    padding: 10px;
    margin: 10px 0;
    background: white;
    border: 1px solid #d8d8d8;
    }

.boomquotebox form {
    padding: 0;
    margin: 0;
    }

.bq-first {
    float:left;
    }

.bq-last {
    float:left;
    margin-left:10px;
    }

.bq-company {
    float:left;
    }

.bq-phone {
    float:left;
    margin-left:10px;
    }

.bq-pumpmake {
    float:left;
    }

.bq-pumpmodel {
    float:left;
    margin-left:10px;
    }

.bq-serialnbr {
    float:left;
    margin-left:10px;
    }

.bq-pipe-select {
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
    font-size:16px;
    }

.bq-pipe-select label {
    font-weight:normal;
    }

.bq-boompipe {
    float:left;
    }

.bq-deckpipe {
    float:left;
    margin-left:10px;
    }

.bq-backend {
    float:left;
    }

.bq-file-upload {
    float:left;
    margin-left:10px;
    }

.slide-menu {
    display:none;
    }
