/**** global rules ****/

body {
    margin: 0;
    padding-top: 70px;
    background: #d9d9d9;
}

ol, ul {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.card {
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


/**** navigation bar ****/

.navbar {
    background-color: #273b52;
    border-radius: 0;
    border: unset;
}

.navbar-brand-img {
    height: 40px;
}

.navbar-nav > li > a {
    color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #203042;
    border: none;
}

.nav > li > a:hover {
    background-color: #203042;
}

#shopping-cart-widget {
    font-size: 10px;
    line-height: 1em;
}


/**** search filters ****/

#itemSearch {
    float: left;
    margin-left: 2%;
    padding: 0 10px 0 10px;
    width: 19%;
}

#itemSearch label {
    display: block;
    margin: 10px;
    font-weight: bold;
}

#itemSearch select {
    width: 100%;
}


/**** item list styles ****/

#itemList {
    float: right;
    margin-right: 10%;
    width: 57%;
}

.item {
    padding: 10px 0 20px 0;
    position: relative;
    min-height: 120px;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.adminBar {
    height: 20px;
    text-align: right;
}

.adminBar a {
    display: none;
    text-decoration: none;
    color: inherit;
}

/* updates the text when toggled */
.adminBar .toggleDepartment.city:after { content: "City"; }
.adminBar .toggleDepartment.police:after { content: "Police"; }
.adminBar .toggleDepartment.both:after { content: "Both"; }

.item:hover .adminBar a {
    display: inline;
    padding: 20px;
    width: 30px;
}

.itemLeftSide {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.itemLeftSide img {
    max-height: 120px;
}

.itemSku {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.itemMiddle {
    display: inline-block;
    width: 50%;
}

.itemTitle {
    margin-bottom: 0.5em;
    font-size: 1.25em;
    font-weight: bold;
    color: black;
    text-decoration: none;
    display: block;
}

.itemTitle:hover {
    color: blue;
}

.itemSpecList {
    line-height: 1.4em;
    margin-left: 20px;
    white-space: normal;
}

.itemRightSide {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: right;
}

.price {
    font-size: 48px;
}

.price sup {
    font-size: 17px;
    top: -20px;
    /* vertical-align: top; */
}


/**** buttons ****/

.btn {
    background-color: #4d90fe;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
}

.btn:hover {
    background-color: #357ae8;
    text-shadow: 0 1px rgba(0,0,0,0.3);
}


/**** tooltips ****/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/**** shopping cart ****/

.shopping-cart {
    padding: 0 2% 2% 2%;
}

.shopping-cart h1 {
    font-weight: 100;
}

.cart-item-image {
    float: left;
    width: 12%;
}

.cart-item.child .cart-item-image {
    text-align: right;
}

.cart-item-details {
    float: left;
    width: 37%;
}

.cart-item.child .cart-item-title {
    padding-left: 20px;
}

.cart-item.child .cart-item-description {
    padding-left: 20px;
}

.cart-item-price {
    float: left;
    width: 7%;
}

.cart-item.child:last-child .cart-item-price{
    padding-bottom:13px;
    border-bottom:1px solid #ccc;
    height:20px;
}

.cart-item.child:last-child{
    min-height:70px
}

.cart-item-qty {
    float: left;
    width: 7%;
}

.cart-item.child:last-child .cart-item-qty{
    padding-bottom:13px;
    border-bottom:1px solid #ccc;
    height:20px;
}

label {
    color: #777;
}

.cart-item-remove {
    float: left;
    width: 7%;
}

.cart-item.child:last-child .cart-item-remove{
    padding-bottom:13px;
    border-bottom:1px solid #ccc;
    height:20px;
}

.cart-item-price-ext {
    float: right;
    text-align: right;
}

.cart-item.child:last-child .cart-item-price-ext{
    padding-bottom:13px;
    padding-right:23%;
    border-bottom:1px solid #ccc;
    height:20px;
}

.cart-item.parent .cart-item-price-ext,.cart-item.child .cart-item-price-ext {
    float: left;
    width: 7%;
    text-align: right;
}

.group:before, .shopping-cart:before, .column-labels:before, .cart-item:before, .cart-totals-item:before, .group:after, .shopping-cart:after, .column-labels:after, .cart-item:after, .cart-totals-item:after {
    content: '';
    display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .cart-item:after, .cart-totals-item:after {
    clear: both;
}

.cart-item .cart-item-price:before, .cart-item .cart-item-price-ext:before, .totals-value:before, .cart-group-total:before,.cart-group-subtotal:before {
    content: '$';
}

/* Column headers */

.column-labels{
    border-bottom: 1px solid #bbb;
    padding-bottom:15px;
    margin-bottom:15px;
}

.column-labels .cart-item-image, .column-labels .cart-item-details, .column-labels .cart-item-remove {
    text-indent: -9999px;
}

/* Cart Items */

.cart-item {
    margin-bottom: 5px;
    margin-top:5px;
}

.cart-item-group {
    border-bottom: 1px solid #bbb;
    margin-bottom:20px;
}

.cart-item-group.parent {
    position:relative;
}

.cart-item .cart-item-image {
    text-align: center;
}

.cart-item .cart-item-image img {
    width: 100px;
}

.cart-item.child .cart-item-image img {
    width: 50px;
}

.cart-item .cart-item-details .cart-item-title {
    margin-right: 20px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.cart-item .cart-item-details .cart-item-description {
    margin: 5px 20px 5px 0;
    line-height: 1.2em;
    font-size: 0.8em;
}

.cart-item-group{
    position:relative;
}

.cart-item .cart-item-qty input {
    width: 40px;
}

.cart-item .cart-item-price input {
    width: 65px;
}

.parent .cart-item-price{
    margin-left:21%;
    text-align:right;
}

.parent .cart-item-price-ext{
    display:none;
}

.parent .cart-item-qty{
    position:absolute;
    left:80%;
    bottom:25px;
}

.parent .cart-item-remove{
    position:absolute;
    left:86%;
    bottom:25px;
}

.cart-item .remove-item {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
    font-size: 12px;
    border-radius: 3px;
}

.cart-item .remove-item:hover {
    background-color: #a44;
}

/* Totals section */
.cart-totals .cart-totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.cart-totals .cart-totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.cart-totals .cart-totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.totals .totals-item-total {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.cart-group-prices{
    height:20px;
}

.cart-group-prices div {
    margin-top:-25px;
}

.cart-group-subtotal{
    float:left;
    margin-left:68%;
    width:9%;
    text-align:right;
}

.cart-group-total {
    float:right;
    width: 10%;
    text-align:right;
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}


/**** login page ****/
#loginCard {
    width: 20%;
    padding: 1%;
    text-align: center;
}

#loginCard form input {
    width: 75%;
    margin-bottom: 8px;
}


/**** product tags ****/

#tagList {
    width: 25%;
}

.tag {
    width: 220px;
    margin: auto;
    position: relative;
    display: none;
    text-align: center;
}

.tag:first-child {
    display: block;
}

.quantity {
    position: absolute;
    left: -150px;
    top: 50%;
}

.quantity input {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
}

.tagImage img {
    max-height: 120px;
}

.tagImage img {
    max-height: 120px;
}

.tagDescription {
}

.tagTitle {
    color: black;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5em;
    text-decoration: none;
}

.tagTitle:hover {
    color: blue;
}

.tagSpecList {
    line-height: 1em;
    white-space: normal;
    text-align: left;
    margin-left: 5%;
}

.tagSpecList li {
    margin-bottom: 10px;
}


/*
 * PRODUCT SPECS
 */

#tabs {
    clear:both;
    margin-bottom: 50px;
}

h1.title {
    font-size: 30px;
    line-height: 2;
    text-align: center;
}

#productSpecs h1, .productSpecs h1, #productOptions h1 {
    display:inline-block;
    margin-bottom:10px;
    font-size:20px;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
    line-height: 2;
    width: 100%;
}

#productSpecs > ul > li, .productSpecs > ul > li, #productOptions > ul > li {
    display:block;
    margin-left: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#productSpecs ul ul > li, .productSpecs ul ul > li, #productOptions ul ul > li  {
    display:block;
    margin-left: 20px;
    line-height: 1;
    white-space: pre-line;
}

.availTable {
    margin:auto;
    width:50%;
    text-align: left;
}

.availTable th {
    border-bottom: 1px solid black;
}

#productTop {
    width:774px;
    margin: auto;
}

#productImages img {
    width:474px;
}

#productImages {
    width:474px;
    float:left;
}

#productImages ul {
    margin: 0 auto;
    text-align: center;
}

#productImages li {
    display: inline-block;
    margin-left: 10px;
}

#productImages li img {
    width:70px;
    height:70px;
    cursor: pointer;
}

#productPrice {
    float:left;
    width: 300px;
    height: 356px;
    text-align: center;
    padding-top:100px;
}

#productPrice span {
    display: block;
}

#productPrice span.price {
    font-size:50px;
}

#productPrice span.sku {
    font-size: 30px;
    margin-bottom: 20px;
}

#productPrice span.instock {
    font-size: 16px;
}

#productPrice span.promoEnd {
    font-size: 16px;
}

.strikePrice {
    position: relative;
    color:red;
    font-size:.8em;
}

.strikePrice span {
    color:black;
}

.strikePrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.promoPrice{
    color:red;
}

.error {
    color: red;
}

ul#optionList {
    line-height:1.2;
    margin: 20px 0 0 20px;
    white-space: pre;
    text-align: left;
}

.availTable {
    border: 1px solid black;
    line-height: 2em;
    text-align: center;
}

.availTable tr:nth-child(even) {
    background: #CCC;
}

.availTable th {
    font-weight: bold;
}

.noAvail {
    text-align: center;
    font-size: 14px;
}



/*
 * OPTION WIDTH STYLES
 */

#productOptions span {
    display:inline-block;
    vertical-align: top;
}

#productOptions span.specs {
    font-size: .8em;
    padding-left: 20px;
    display:block;
    white-space: pre-line;
}

.optionDescription {
    width:60%;
}

.optionPrice {
    width: 15%;
    float: right;
    text-align: right;
}

.costBox {
    position: absolute;
    right: -130px;
    display:none;
}

.costTable td:last-child {
    text-align:right;
}



/*
 * ORDER HISTORY
 */

#order_filters {
    width: 100%;
    text-align: center;
    padding-bottom: 3em;
}

#order_filters form li div {
    display: inline-block;
    vertical-align: middle;
    margin: auto 10px;
    float: left;
}

#order_filters form li div label {
    display: block;
    margin-bottom: 5px;
}

#order_filters form li div input {
    display: block;
    width: 100%;
    margin: 5px auto;
}

#order_filters form li div select {
    display: block;
    width: 100%;
    margin: 5px auto;
}

.order{
    border: solid 1px #E0F2F7;
    margin:20px
}
.order:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}
.order-top{
    background-color: #E0F2F7;
    padding:20px 10px;
}
.order-top li{
    display:inline-block;
}
.order-top .order-expand{
    width:3%;
}
.order-top .order-date{
    width:20%;
}
.order-top .order-number{
    width: 20%;
}
.order-top .order-total{
    width:20%;

}
.order-top .order-status {
    width:30%;

}
.order-top .order-expand i{
    width:28px;
    color:#273b52;
    font-size:25px;
    text-align:center;
    line-height:28px;
    cursor:pointer;
}

/*
 * ORDER STYLES
 */

.order-item-image {
    float: left;
    width: 6%;
}

.order-item.child .order-item-image{
    /* width:10%; */
    /* padding-left:10%; */
    text-align: right;
}

.order-item-details {
    float: left;
    width: 37%;
}

.order-item.child .order-item-title  {
    padding-left:20px;
}

.order-item.child .order-item-description  {
    padding-left:20px;
}

.order-item-price {
    float: left;
    width: 7%;
}

.order-item.child:last-child .order-item-price{
    padding-bottom:13px;
    border-bottom:1px solid #ccc;
    height:20px;
}

.order-item.child:last-child{
    min-height:70px
}

.order-item-invoice {
    float:left;
    width:7%;
}
.order-item-serials {
    float:left;
    width: 18%;
}
.order-item-status{
    float:left;
    width:10%
}

.order-item-qty {
    float: left;
    width: 7%;
}

.order-item.child:last-child .order-item-qty{
    padding-bottom:13px;
    border-bottom:1px solid #ccc;
    height:20px;
}

label {
    color: #777;
}

.order-item-remove {
    float: left;
    width: 7%;
}

.order-item.child:last-child .order-item-remove{
    padding-bottom:13px;
    border-bottom:1px solid #ccc;
    height:20px;
}

.order-item-price-ext {
    float: right;
    text-align: right;
}

.order-item.child:last-child .order-item-price-ext{
    padding-bottom:13px;
    padding-right:23%;
    border-bottom:1px solid #ccc;
    height:20px;
}

.order-item.parent .order-item-price-ext,.order-item.child .order-item-price-ext {
    float: left;
    width: 7%;
    text-align: right;
}

.group:before, .shopping-order:before, .column-labels:before, .order-item:before, .order-totals-item:before, .group:after, .shopping-order:after, .column-labels:after, .order-item:after, .order-totals-item:after {
    content: '';
    display: table;
}

.group:after, .shopping-order:after, .column-labels:after, .order-item:after, .order-totals-item:after {
    clear: both;
}

.order-item .order-item-price:before, .order-item .order-item-price-ext:before, .totals-value:before, .order-group-total:before,.order-group-subtotal:before {
    content: '$';
}

/*
 * COLUMN HEADERS 
 */

.column-labels{
    border-bottom: 1px solid #bbb;
    padding-bottom:15px;
    margin-bottom:15px;
}

.column-labels .order-item-image, .column-labels .order-item-details, .column-labels .order-item-remove {
    text-indent: -9999px;
}

/* order Items */
.order-item {
    margin-bottom: 5px;
    margin-top:5px;

}

.order-item input {
    width:90%;
}

.order-item div {
    min-height: 1px; /* in case empty div */
}

.order-item span{
    display:inline-block;
    width:100%;
    min-height:20px;
}

.edit-mode span:hover {
    background-color:#E0F2F7;
}

.order-item div a {
    color: blue;
}

.order-item-group {
    border-bottom: 1px solid #bbb;
    margin-bottom:20px;
}

.order-item-group.parent {
    position:relative;
}

.order-item .order-item-image {
    text-align: center;
}

.order-item .order-item-image img {
    width: 50px;
}

.order-item.child .order-item-image img {
    width: 50px;
}

.order-item .order-item-details .order-item-title {
    margin-right: 20px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.order-item .order-item-details .order-item-description {
    margin: 5px 20px 5px 0;
    line-height: 1.2em;
    font-size: 0.8em;
}

.order-item-group{
    position:relative;
}

.order-item .order-item-qty input {
    width: 40px;
}

.parent .order-item-price{
    margin-left:21%;
    text-align:right;
}

.parent .order-item-price-ext{
    display:none;
}

.parent .order-item-qty{
    position:absolute;
    left:80%;
    bottom:25px;
}

.parent .order-item-remove{
    position:absolute;
    left:86%;
    bottom:25px;
}

.order-item .remove-item {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
    font-size: 12px;
    border-radius: 3px;
}

.order-item .remove-item:hover {
    background-color: #a44;
}

/* Totals section */
.order-totals .order-totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.order-totals .order-totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.order-totals .order-totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.totals .totals-item-total {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.order-group-prices{
    height:20px;
}

.order-group-prices div {
    margin-top:-25px;
}

.order-group-subtotal{
    float:left;
    margin-left:68%;
    width:9%;
    text-align:right;
}

.order-group-total {
    float:right;
    width: 10%;
    text-align:right;
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}

/*
 * ATTRIBUTES PAGE
 */

#newAttributeButton {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    /* float: left; */
    left: 70px;
    top: 150px;
    color: white;
    font-size: 30px;
    line-height: 30px;
    background-color: #273B52;
    text-align: center;
    cursor: pointer;
}

/*
 * FORM STYLES
 */

#reset_form {
    width: 300px;
    margin: 20px auto 20px;
}

#reset_form input {
    display: block;
    width: 300px;
    height: 25px;
    margin-bottom: 20px;
    font-size:25px
}

#reset_form button {
    width: 100px;
    height: 35px;
}

#saveButton {
    position: absolute;
    right: 20px;
    top: 15px;
}

#productSpecs.edit li, .productSpecs.edit li {
    margin-top:5px;
}

span.attribute-name + input {
    width: 400px;
}

span.attribute-name {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    position:relative;
}

span.attribute-name + input[type="radio"]{
    width: auto;
}

span.attribute-name + input[type="number"], span.attribute-name + input[type="date"]{
    width: auto;
}

span.attribute-prefix {
    right: 5px;
    top: 2px;
    position: absolute;
    vertical-align: middle;
}

.scroll-box {

    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
}

#imageSetSelector, #categorySelector {
    position: relative;
    height: 650px;
    border: 1px solid black;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width:300px
}

#imageSetSelector li, #categorySelector li {
    display: block;
    cursor: pointer;
    height:40px;
    padding-left:20px;
    border:1px solid #596D83;
    line-height:40px;
}

#imageSetSelector li span, #categorySelector li span {
    vertical-align:middle;
}

#imageSetSelector li:hover, #categorySelector li:hover {
    background-color: #596D83;
    color: white;
}

#imageSetSelector li.active, #categorySelector li.active{
    background-color: #596D83;
    color: white;
}

#imageWindow, #categoryWindow {
    border: 1px solid black;
    height: 650px;
    margin-left: 300px;
    overflow-y: scroll;
}

#imageWindow img {
    display:block;
    margin: auto;
    max-width:100%;
}

#image-buttons {
    text-align: right;
    height:50px;
    background-color: #778799;
    margin-bottom:20px;
}

#image-buttons li {
    display:inline-block;
    color: white;
    height:50px;
    line-height: 50px;
    padding: 0 20px;
    cursor:pointer;
}

#image-buttons li:hover {
    background-color: #596D83;
}

#image-buttons li.active {
    background-color: #596D83;
}

#imageWindow > div {
    position:relative;
}

#imageWindow > div:hover .delete-image-button {
    display:block;
}

.delete-image-button {
    display:none;
    height:40px;
    width: 60px;
    text-align: center;
    line-height:40px;
    background-color: #778799;
    color: white;
    position:absolute;
    top:50px;
    right: 0px;
    cursor:pointer;
}

.delete-image-button:hover {
    background-color: #596D83;
}

#upload-field-box {
    float:left;
    z-index:1;
    vertical-align:middle;
    line-height:50px;
    padding-left:20px;
}

#upload-field-box input {
    height:20px;
    width:250px;
}

#upload-field-box button  {
    margin-left: 20px;
}

.form-message {
    color:red;
    font-size:1em;
    margin-left:20px;
}

/* tables */
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

table.tablesorter tr {
    height: 30px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 0 4px;
    line-height:30px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr:nth-child(even) td {
    background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

table.tablesorter tbody tr:hover td{
    background: #ccf;
}

.attr-view {
    display: inline-block;
    width: 100%;
    min-height:20px;
    line-height: 30px;
}

input.attr-edit {
    height: 20px;
}

div#modalMessageBox {
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -25px;
    width: 400px;
    background: beige;
    height: 50px;
    border: 1px solid grey;
    text-align: center;
    line-height: 50px;
}

#filterList li div {
    height: auto;
    display: inline-block;
    margin: 0 10px;
    vertical-align:middle;
}

#filterList li div.dd-handle {
    height:30px
}

.dd-list .hidden {
    opacity: .5;
}

#filterList li div input, #filterList li div select{
    display:block;
}

#filterList input.small, #filterList select.small {
    width:50px;
}

/* style for unlisted item on product listing page */
.delisted {
    opacity: .3;
}

div.notification {
    background-color: pink;    margin: 20px auto;
    position:relative;
}

li.notification{
    width:80%;
    margin:auto;
    position:relative;
}

li.notification .timestamp {
    position:absolute;
    right:0;
    bottom:0;
}

.notification p {
    font-size: 1.2em;
    margin-bottom:10px;
}

.notification.caution{
    background-color:beige;
}

.notification.resolved{
    background-color:lightgreen;
}

.notification li {
    margin-left:20px;
}

.notification button{
    position:absolute;
    right:5px;
    top:5px;
}

.item.print {
    padding: 10px;
    margin:0;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    min-height: 120px;
    page-break-inside: avoid;
}

.item.print li{
    line-height:1;
    margin:0 0 10px 0;
    font-size: 14px;
}

.print .itemImage {
    display:inline-block;
    width:200px;
    text-align:center;
    vertical-align: top;
}

.print .item-right-side {
    display: inline-block;
}

.print .item-right-side {
    display: inline-block;
    text-align: left;
}

.skus-and-prices {
    display: inline-block;
}

.print .itemSku {
    display: inline-block;
    width:100%;
    text-align:center;
    padding-top: 0;
}

.print .itemImage img {
    max-height: 120px;
}

.itemPrice {
    font-size:52px;
    text-align:right;
    position:absolute;
    bottom:10px;
    right:0px;
}

.print .itemPrice {

    font-size:52px;
    display:inline-block;
    position: inherit;
    width:100%;
}



/*
 * CHECKOUT PAGE
 */

.checkout-table {
    width:70%;
    margin:auto;
}

.checkout-table thead{
    border-bottom: 1px solid #bbb;
}

.checkout-table tr:nth-last-child(4){
    border-bottom: 1px solid #bbb;
}

.checkout-table td {
    padding:5px;
}

.checkout-table td:nth-last-child(3), .checkout-table td:nth-last-child(2), .checkout-table td:last-child{
    text-align:right;
}

/************** QUOTE PAGE ************************/
.quote-selector .quote-description {
    text-align: center;
    font-weight: bold;
}
.tablesorter.quote-selector .quote-selector-row td{
    background-color:white;
}
table.tablesorter tbody tr.quote-selector-row:nth-child(6n+5) td, table.tablesorter tbody tr.quote-selector-row:nth-child(6n+6) td {
    background-color:#F0F0F6;
}

.tablesorter.quote-selector tbody tr.quote-selector-row.hover td{
    background: #ccf;
}



/* style for unlisted item on product listing page */
.delisted {
    opacity: .3;
}

div.notification {
    background-color: pink;
    margin: 20px auto;
    position:relative;
}

li.notification{
    width:80%;
    margin:auto;
    position:relative;
}

li.notification .timestamp {
    position:absolute;
    right:0;
    bottom:0;
}

.notification p {
    font-size: 1.2em;
    margin-bottom:10px;
}

.notification.caution{
    background-color:beige;
}

.notification.resolved {
    background-color:lightgreen;
}

.notification li {
    margin-left:20px;
}

.notification button{
    position:absolute;
    right:5px;
    top:5px;
}

.item.print {
    padding: 10px;
    margin:0;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    min-height: 120px;
    page-break-inside: avoid;
}

.item.print li{
    line-height:1;
    margin:0 0 10px 0;
    font-size: 14px;
}

.print .itemImage {
    display:inline-block;
    width:200px;
    text-align:center;
    vertical-align: top;
}

.print .item-right-side {
    display: inline-block;
}

.print .item-right-side {
    display: inline-block;
    text-align: left;
}

.skus-and-prices {
    display: inline-block;
}

.print .itemSku {
    display: inline-block;
    width:100%;
    text-align:center;
    padding-top: 0;
}

.print .itemImage img {
    max-height: 120px;
}

.itemPriceAndStock {
    text-align:right;
    position:absolute;
    bottom:10px;
    right:0px;
}

.itemPriceAndStock .price{
    font-size:52px;
}
.print .itemPriceAndStock {
    display:inline-block;
    position: inherit;
    width:100%;
}

/*
 * STOCK-MANAGEMENT
 */

#stock-management {
    margin: 5%;
}

#stock-management h1 {
    font-size: 36pt;
    text-align: center;
}

#stock-management h2 {
    font-size: 24pt;
}

#stock-management table {
    font-size: 16pt;
}

#stock-management th {
    font-weight: bold;
}

@media print {

    @page {

        margin-left: 20px;
        margin-top: 10px;
    }

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {

        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {

        display: block;
    }

    body {

        line-height: 1;
        font-family: "Arial";
    }

    ol, ul {

        list-style: none;
    }

    blockquote, q {

        quotes: none;
    }

    blockquote:before, blockquote:after,
    q:before, q:after {

        content: '';
        content: none;
    }

    table {

        border-collapse: collapse;
        border-spacing: 0;
    }

    #mainContainer {

        width:80%;
        min-width:800px;
        margin: auto;
    }

    /*********** header *********************/
    #header {

        display:none;
    }

    #headerWrapper {

        width: 80%;
        min-width:800px;
        margin:0 auto;
    }

    #logo {

        display:inline-block;
    }

    #mainNav {

        display:inline-block;
        margin-left: 50px;
        font-size: 25px;
        color:white;
    }

    #mainNav a:link {

        color: white;
        text-decoration: none;
    }

    #mainNav a:visited {

        color: white;
        text-decoration: none;
    }

    #mainNav a:hover {

        text-decoration: underline;
    }

    #mainNav li {

        display: inline-block;
        padding: 0 20px;
        border-right: 1px solid white;
    }

    #mainNav li:last-child {

        border:none;
    }

    /*********** search side bar ************/
    #itemSearch {

        display:none;
    }

    #itemSearch label {

        display:block;
        line-height:2;
    }

    #itemSearch select {

        width: 100%;
    }

    #itemSearch button {

        display: block;
        margin-top:30px
    }

    /*********** Item List Styles ***********/
    #itemList {

        width:100%;
    }

    .item {

        clear: none;
        margin: 10px 0px ;
        padding: 10px 0px;
        border-bottom: 1px solid #ccc;
        position: relative;
        min-height: 120px;
        page-break-inside: avoid;
    }

    .item.print {

        padding:0;
        margin:0;
        text-align: center;
        border: 1px solid #ccc;
        position: relative;
        min-height: 120px;
        page-break-inside: avoid;
        display:inline-block;
    }

    .item.print li {

        line-height:1;
        margin-bottom:10px;
        font-size: 14px;
    }

    .itemImage {

        display:inline-block;
        width:200px;
        text-align: center;
    }

    .print .itemImage {

        display:inline-block;
        width:200px;
        text-align:center;
        vertical-align: top;
    }

    .print .item-right-side {

        display: inline-block;
    }

    .print .item-right-side {

        display: inline-block;
        text-align: left;
    }

    .skus-and-prices {

        display: inline-block;
    }

    .print .itemSku {

        display: inline-block;
        width:100%;
        text-align:center;
        padding-top: 0;
    }

    .print .itemImage img {

        max-height: 120px;
    }

    .itemPriceAndStock {

        font-size:52px;
        text-align:center;
    }

    .print .itemPriceAndStock {

        font-size:52px;
        display:inline-block;
        position: inherit;
        width:100%;
    }

    .itemDescription {

        display: block;
        margin-bottom: .5em;
        line-height:1.25;
        font-size: 1.25em;
        font-weight: bold;
        color: black;
        text-decoration: none;
    }

    .itemDescription:hover {

        color: blue;
    }

    .itemSpecList {

        line-height: 1.4;
        margin-left: 20px;
    }

    .instock {

        font-size: 12px;
    }

    sup {

        font-size: 10px;
        vertical-align: super;
    }

    .price sup {

        font-size:34px;
        vertical-align: top;
    }


    /**** product tags ****/


    #tagList {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .itemGroup{
        float:left;
    }
    .tag {
        display: inline-block;
        float:left;
        width:31%;
        height:50%;
        border: 1px dotted black;
        margin: 0;
        padding: 0;

    }
    .tag div{
        margin:auto;
    }
    .tagImage img{
        display: block;
        margin:0 auto;
    }
    .tagSpecList {
        line-height: 1.25em;
        white-space: normal;
        text-align: middle;
        margin:0 auto;
        padding:0;
    }
    .tagSpecList li {
        display:inline-block;
        padding:5px;
    }

    .tagDescription {
        width:90%;
    }

    .tag div{
        text-align: middle;
    }

    .quantity {
        display: none;
    }


    /************ product specs ***************/
    h1.title {

        font-size: 30px;
        line-height: 2;
        text-align: center;
    }

    #productSpecs h1, .productSpecs h1 {

        display:inline-block;
        font-size:20px;
        font-weight:bold;
        border-bottom: 1px solid #ccc;
        width: 50%;
    }

    #productSpecs > ul > li, .productSpecs > ul > li {

        display:block;
        margin-left: 10px;
        line-height: 1.5;
    }

    #productSpecs ul ul > li, .productSpecs ul ul > li {

        display:block;
        margin-left: 20px;
        line-height: 1;
    }



    #productTop {

        width:774px;
        margin: auto;
    }



    #productImages img {

        width:474px;
    }

    #productImages {

        width:474px;
        float:left;
    }

    #productImages ul {

        display:none;
        margin: 0 auto;
        text-align: center;
    }

    #productImages li {

        display: none;
        margin-left: 10px;
    }

    #productImages li img {

        display:none;
        width:70px;
        height:70px;
        cursor: pointer;
    }

    #productPrice {

        float:left;
        width: 300px;
        text-align: center;
        padding-top:100px;
    }

    #productPrice span {

        display: block;
    }

    #productPrice span.price {

        font-size:100px;
    }

    #productPrice span.sku {

        font-size: 30px;
        margin-bottom: 20px;
    }

    #productPrice span.instock {

        display:none;
        font-size: 16px;
    }

    #productSpecs, .productSpecs {

        float:left;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    .strikePrice {

        position: relative;
        color:red;
        font-size:.8em;
    }

    .strikePrice span {

        color:black;

    }

    .strikePrice:before {

        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform:rotate(-5deg);
        -moz-transform:rotate(-5deg);
        -ms-transform:rotate(-5deg);
        -o-transform:rotate(-5deg);
        transform:rotate(-5deg);
    }

    .promoPrice{

        color:red;
    }

    #tabs > ul {

        display:none;
        border:none;
    }

    #tabs {

        border: none;
    }

    .noprint{

        display:none !important;
    }
}

.attribute_tabs {
    width: 65%;
    /* float: right; */
    display: inline-block;
    vertical-align: top;
}

.attribute_tabs .dd {

    width:100%;
}

.two-columns{

    -webkit-column-count: 2;
}

.three-columns{

    -webkit-column-count: 3;
}

.split-list ol{

    float: left;
    margin-left: 1em;
}

.split-list li{

    padding-right: 2em;
    line-height: 1.5em;
@include font-size(12px);
}



