/*
Public stylesheet for screen sizes less than 1330px..
*/

@media (max-width: 1270px) {

#header {
    width: 950px;
}

 #content {
    position: relative;
    width: 950px;
}

#inner-links-container {
    width: 950px;
}

#information-bar {
    width: 955px;
}

/*..................................*/
/*shopping cart*/
#logged-basket-container {
    right: 15px;
}

 /*shopping cart Internet Explorer only div that contains shopping basket. */
#IE-logged-basket-container {
    right: 15px;
}

 /*shopping cart IE10/11+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    #logged-basket-container {
    right: 15px;
    } /* IE10/EI11 */
}

#close-cart {
    top: -13px; right: 21px;
}
/*..................................*/

.table-container {
    /*overrides php styles set in table_display_public.php for wide tables*/
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#complete-order-container {
}

.price-log-hide {
    display: none;
}

/*STOCK ADJUSTMENTS AREA*/
#s-header {
    width: 950px;
}

#sInterface {
    width: 950px;
}

.s-table-container {
    width: 690px !important;
}

.s-table-title {
     width: 700px;
}

#s-call-us-message {
    width: 695px;
}

#specials-table {
    width: 695px;
}

#s-interface-welcome-content {
    width: 695px;
}

#view-logs-welcome {
    width: 695px;
}

#view-logs-table {
    width: 690px;
}

#s-footer {
    width: 950px;
}



}