html, body {
    border: none;
    padding: 0;
    margin: 0;
    font-family: Verdana, Helvetica, sans-serif;
}
#page-logo {
}
.lmenu {
    position: relative;
    width: 145px;
    height: 550px;
    margin-top: -10px;
    float: left;
    border-right: solid 1px #8f99a3;
}
.lmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.lmenu li {
    padding: 0;
    margin: 0;
}
.content-container {
    position: relative;
    width: 655px;
    border-left: solid 1px #8f99a3;
}
.content {
    position: relative;
    width: 617px;   /* 655-4-34, padding below */
    padding: 0 0 20px 34px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    color: #123558;
    line-height: 150%;
}
.content .pullquote-large {
    color: #008353;
    font-size: 120%;
    font-style: italic;
    text-indent: -2em;
    padding-left: 3em;
}
.content .pullquote-large:first-line {
    font-weight: bold;
}
.content em {
    font-style: inherit;
    font-weight: bold;
}
.content h1 {
    font-size: 160%;
    color: #008353;
}
.content h2.features {
    font-style: italic;
    font-size: 140%;
    padding-right: 6px;
    float: left;
    background-color: #ffffff;
    color: #f2740a;
}
.content .features-line {
    height: 26px;
    margin-bottom: 26px;
    background-color: #ffffff;
    border-bottom: solid 1px #f2740a;
}
.content ul {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: solid 2px #f2740a;
    color: #f2740a;
}
.content ul li {
    margin: 0 0 10px 0;
    padding: 0;
}
.content ul li .item-text {
    color: #123558;
}
.content .callout {
    background-color: #e7eef3;
    padding: .5em 1.5em;
    margin-bottom: 2em;
}
.content h3 {
    font-size: 120%;
    font-weight: bold;
    color: #f2740a;
}
.bottom {
    width: 800px;
    border-top: solid 3px #123558;
    clear: left;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}

/******************
 * News Page
 ******************/
.news-item {
    margin-top: 16px;
}
.news-item .date {
    font-weight: bold;
}

/******************
 * Admin pages
 * ****************/
.html-example {
    font-family: monospace;
    background-color: #ff0;
    border: solid black 1px;
    margin: 3px;
}
    
/******************
 * All Cart Pages *
 ******************/
.cart-error {
    border: solid 1px #123558;
    background-color: #f2740a;
    padding: 8px;
    margin: 12px 4px 8px 4px;
}

/*****************
 * Products Page *
 *****************/

.product-list {
    margin-top: 9px;
}
.product-list .product {
    position: relative;
    height: 100px;
    margin-bottom: 20px;
}
.product-list .product .image {
    float: left;
    margin-right: 30px;
    height: 78px;
}
.product-list .product .copy {
    float: left;
    width: 280px;
}
.product-list .product .copy .code a {
    font-weight: bold;
    text-decoration: none;
    color: #123558;
}
.product-list .product .copy .more-info {
    position: relative;
    left: -16px;
    margin-top: 0.5em;
    font-weight: bold;
}
.product-list .product .copy .more-info a {
    color: #f2740a;
    text-decoration: none;
}
.product-list .product .controls {
    float: right;
    clear: left;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.product-list .product .controls .ltd-avail {
    color: #f2740a;
    font-weight: bold;
    padding-bottom: 8px;
}

.product-list .product .controls .ltd-avail-none {
    font-weight: bold;
}

.product-list .product .controls .price {
    font-size: smaller;
    padding-right: 20px;
	text-align: right;
}
.product-list .product .seperator {
    clear: both;
    padding-top: 10px;
}

.cart {
}

.cart table {
    margin: 20px 0 0 12px;
}

.cart table thead th {
    text-align: left;
    padding: 6px;
}

.cart table tfoot th {
    text-align: right;
    padding: 6px;
}

.cart table td {
    padding: 6px;
}

.cart td.price {
    /* TODO: make monospace? */
    text-align: right;
}


/* class "fieldError" same for all pages */
.fieldError {
    color: #CB351A;
    font-weight: bold;
}

/*********************
 * Confirmation page *
 *********************/
.confirm {
}
.confirm .address-box .header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

/***************************
 * Shipping & Billing page *
 ***************************/
.shipping {
}
.shipping table td {
    padding: 5px 8px;
}

/****************
 * Product page *
 ****************/
.product .img-control a {
    color: #f2740a;
    margin-left: -1em;
    text-decoration: none;
}
.product .description {
    padding-bottom: 10px;
}
.product .copy {
    padding-bottom: 10px;
}
.product .controls {
    padding-bottom: 10px;
}
.product .controls .ltd-avil {
    color: #f2740a;
    font-weight: bold;
    padding-bottom: 8px;
}
.product .controls .ltd-avail-none {
    font-weight: bold;
}
.product .downloads-seperator {
    padding-bottom: 12px;
}
.product .download-header {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 12px;
    color: #f2740a;
}
.product .download a {
    color: #008353;
}
.product .download-copy {
    padding-bottom: 6px;
}

/**********************
 * Product Image page *
 * ********************/
.product-image {
    margin-top: 20px;
}
.product-image .back {
    margin-bottom: 12px;
}
.product-image .image {
    margin-bottom: 12px;
}
.product-image .back a {
    color: #f2740a;
    font-weight: bold;
    text-decoration: none;    
}
.product-image .description {
    padding-bottom: 10px;
}
.product-image .copy {
    padding-bottom: 10px;
}
.product-image .controls {
    padding-bottom: 10px;
}

/******************************
 * Shopping Cart Confirm page *
 * ****************************/
.payment-box .label {
    font-weight: bold;
    padding-right: 6px;
    line-height: 160%;
}
