@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2010 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-screen.css 1600 2011-10-09 00:50:13Z matt.eagar $
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
cite,
table,
ul,
ol,
dt,
img {
    margin-top: 0.6em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
cite,
th,
td,
li,
dt,
dd {
    font-size: 1.4em;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    color: #333;
}
h4,
h5,
h6 {
    font-weight: bold;
}
h1,
h1 a,
h2,
h2 a {
    color: #0099CC;
    text-decoration: none;
}
pre {
    margin-top: 0.6em;
    line-height: 1.2;
    font-size: 1.2em;
    font-family: Courier, Monaco, monospace;
    background-color: #e5e5e5;
    border: 1px solid #7f7f7f;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus {
    color: #0099CC;
    text-decoration: underline;
}
h1 {
    font-size: 2.8em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
blockquote {
    position: relative;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    padding: 10px 25px 15px;
    border-top: 1px solid #DDD;
    background-color: #F5F5F5;
}
blockquote.has-image {
    padding-left: 155px;
}
blockquote img {
    display: none;
}
blockquote.has-image img {
    position: absolute;
    top: 10px;
    left: 10px;
    _left: -145px;
    display: block;
}
blockquote q,
blockquote cite {
    display: block;
}
blockquote q {
    font-size: 1.3em;
    line-height: 1.2;
    font-style: italic;
}
blockquote cite {
    margin-top: 0.2em;
    font-size: 1.2em;
    color: #444;
}
table {
    width: 100%;
}
table th,
table td {
    padding: 8px 10px;
    border: 1px solid white;
    border-top: none;
    border-left: none;
    vertical-align: top;
}
table th {
    background-color: #DDD;
    border-bottom: none;
    font-weight: bold;
}
table tbody th {
    padding: 4px 10px;
    background-color: #EEE;
}
table tbody td {
    border-top: 1px solid #EEE;
}
table tfoot td {
    text-align: right;
}
table tfoot td {
    padding-top: 10px;
    padding-bottom: 14px;
    background-color: #40B3D9;
    border-top: 2px solid white;
}
    table th.product,
    table td.product {
        width: 110px;
        text-align: center;
    }
    table td.product.meta {
        padding-top: 2px;
        padding-bottom: 2px;
        border-top: none;
    }
    table img.product {
        margin-left: auto;
        margin-right: auto;
    }
    table.list th {
        padding-top: 4px;
        padding-bottom: 2px;
        font-size: 1.1em;
    }
    table.list td {
        border-bottom: none;
    }
    table.list tr:nth-child(even) td {
        background-color: #EFEFEF;
    }
li,
dt,
dd {
    line-height: 1.2;
}
li {
    margin-top: 0.2em;
    margin-left: 2.0em;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}
ol ul li {
    list-style: disc;
}
ul ul {
    margin-top: 0;
}
li li,
li dt,
li dd {
    font-size: 1.0em;
}
body.get dt {
    font-size: 1.1em;
    color: #666;
}
img {
    clear: both;
    margin-right: 25px;
}
img.right {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}
label {
    font-size: 0.9em;
    color: #888;
}
#sidebar h3 label {
    font-size: 1.0em;
    color: #0099CC;
}
input,
select {
    margin-top: 0;
}
input.readonly {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
object {
    display: block;
    margin-bottom: 15px;
}
pre {
    margin: 0 -0.5em;
    padding: 0.5em;
    border: 1px solid #CCC;
    overflow: auto;
}
small {
    font-size: 80%;
    *font-size: 90%;
}
.hidden {
    display: none;
}

/* LINKS */
a,
a:visited {
    color: #444;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #666;
}

/* MISCELLANEOUS */
.lookup {
    display: none;
}
.center {
    text-align: center;
}
.true {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    zoom: 1;
    *display: block;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    background: transparent url('/media/check-0099CC-18x18.png') no-repeat 0 0;
    text-indent: -999em;
}
    .true, x:-moz-any-link {
        display: -moz-inline-box;
        float: none;
        clear: none;
        padding-left: 18px;
    }
    .true, x:-moz-any-link, x:default {
        display: inline-block;
        *display: block;
        float: none;
        clear: none;
        padding-left: 0;
    }
p.note {
    font-size: 1.1em;
    line-height: 1.2;
    color: #999;
}
p.error,
p.message {
    display: block;
    margin: 1.0em -1.0em 0;
    padding: 0.8em 1.0em;
    background-color: #8F0000;
    font-style: italic;
    color: white;
    line-height: 1.3;
}
p.message {
    background-color: #FDC742; /* 80% of #FDB913 */
    font-style: normal;
    color: black;
}
p.error a,
p.error a:hover,
p.error a:focus {
    color: white;
}
p.message a,
p.message a:hover,
p.message a:focus {
    color: black;
}
body.wordpress .entry-meta {
    margin-top: 25px;
}
body.wordpress h2.entry-title {
    margin-bottom: 0;
}
body.wordpress h2.entry-title,
body.wordpress h2.entry-title a {
    color: #0099CC;
}
body.wordpress .entry-date,
body.wordpress .entry-meta,
body.wordpress .entry-meta a {
    color: #808080;
}
body.wordpress .entry-date,
body.wordpress .entry-meta {
    font-size: 0.8em;
    line-height: 1.2;
}
body.wordpress #comments #comments-list,
body.wordpress #comments #respond {
    display: block;
    overflow: hidden;
    margin-left: -10px;
    _margin-left: 0;
    margin-right: -10px;
    _margin-right: 0;
    padding: 5px 10px 10px;
    background-color: black;
    font-size: 0.9em;
}
body.wordpress #comments #comments-list {
    margin-top: 25px;
    padding-bottom: 0;
}
body.wordpress #comments,
body.wordpress #comments h3,
body.wordpress #comments p,
body.wordpress #comments a {
    color: black;
}
body.wordpress #comments h3,
body.wordpress #comments p,
body.wordpress #comments label {
    margin-top: 5px;
    margin-bottom: 0;
}
body.wordpress #comments label {
    display: block;
}
body.wordpress .hentry,
body.wordpress #comments ol li.comment {
    margin-bottom: 30px;
}
body.wordpress .hentry.post {
    overflow: hidden;
    padding-bottom: 25px;
}

object#video_player_object {
    position: relative;
    z-index: 5;
}
.video li {
    margin-left: 0;
    list-style: none;
}

/* IMAGES */
div.img,
div.wp-caption,
dl.wp-caption,
img.left,
img.right {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.0em;
}
div.img.left,
div.wp-caption.alignleft,
dl.wp-caption.alignleft,
img.left {
    float: left;
    margin-right: 25px;
    text-align: left;
}
div.img.right,
div.wp-caption.alignright,
dl.wp-caption.alignright,
img.right {
    float: right;
    margin-left: 25px;
    text-align: right;
}
div.wp-caption.aligncenter,
dl.wp-caption.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.img p.caption,
div.wp-caption p.wp-caption-text,
dl.wp-caption p.wp-caption-text {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 0.8em;
}
div.img p.caption,
div.wp-caption p.wp-caption-text,
dl.wp-caption p.wp-caption-text,
div.img p.caption a,
div.wp-caption p.wp-caption-text a,
dl.wp-caption p.wp-caption-text a {
    color: #808080;
}
div.img.left p.caption,
div.wp-caption.alignleft p.wp-caption-text,
dl.wp-caption.alignleft p.wp-caption-text {
    text-align: left;
}
div.img.right p.caption,
div.wp-caption.alignright p.wp-caption-text,
dl.wp-caption.alignright p.wp-caption-text {
    text-align: right;
}

/* SLIDESHOWS */
.slideshow .frame {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.slideshow .frame a {
    display: block;
}
.slideshow .frame.current,
body.enhanced .slideshow .frame {
    display: block;
}
.slideshow .frame img {
    margin: 0;
}
.slideshow .controls {
    position: absolute;
    bottom: 6px;
    right: 10px;
    overflow: hidden;
}
.slideshow .controls .select-frame {
    width: 14px;
    height: 20px;
    display: block;
    float: left;
    clear: none;
    margin-left: 2px;
    background: transparent url('../images/icons.png') no-repeat -3px -120px;
    text-indent: -999em;
}
.slideshow .controls .select-frame.current {
    background-position: -3px -140px;
}

/* BUTTONS AND FORMS */
a.button,
a.button:link,
a.button:visited,
input.button {
    display: inline;
    margin-top: 3px;
    padding: 3px 5px;
    *padding-left: 1px;
    *padding-right: 1px;
    background: #0099CC url('/images/a-button.png') repeat-x 0 0;
    _background-image: none;
    border: 1px solid #0099CC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    color: black !important;
    text-align: center !important;
    text-decoration: none !important;
}
a.button:hover,
a.button:focus,
input.button:hover,
input.button:focus {
    background-color: #40B3D9;
    color: black !important;
    text-decoration: none !important;
    cursor: pointer;
}
a.button:active,
input.button:active {
    background-color: #66C2E0;
    color: black !important;
    text-decoration: none !important;
}
a.button.secondary,
a.button.secondary:link,
a.button.secondary:visited,
input.button.secondary {
    background-color: #CCC;
    border-color: #AAA;
    font-size: 0.8em;
}
a.button.secondary:hover,
a.button.secondary:focus,
input.button.secondary:hover,
input.button.secondary:focus {
    background-color: #BBB;
}
a.button.secondary:active,
input.button.secondary:active {
    background-color: #AAA;
}

a.button.deter,
input.button.deter {
    background-color: transparent !important;
    background: none !important;
    border: none;
    color: #444 !important;
}
a.button.deter:hover,
a.button.deter:focus,
input.button.deter:hover,
input.button.deter:focus {
    color: black !important;
}


label.required:after,
span.label.required:after,
label.requested:after,
span.label.requested:after,
body.checkout.shipping .fieldset.phone-number label:after {
    content: '*';
}
optgroup[disabled] {
    display: none;
}
ul.action {
    padding: 0.3em 0 0.6em;
}
ul.action li {
    display: inline;
    margin: 0 5px;
    font-size: 1.0em;
    list-style: none;
}
ul.action li a.button,
ul.action li input.button {
    font-size: 1.8em;
}
ul.action li a.button.secondary,
ul.action li input.button.secondary {
    font-size: 1.2em;
}
ul.hidden {
    position: relative;
    display: none;
}
form.delete {
    display: inline;
}

span.featured {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    margin-top: 12px;
    float: left;
}
span.featured li {
    list-style-type: none;
}

/* VIDEO */
span.video {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    margin-top: 12px;
}
    span.video, x:-moz-any-link {
        display: moz-inline-box;
        float: left;
        clear: none;
    }
    span.video, x:-moz-any-link, x:default {
        display: inline-block;
        *display: inline;
        float: none;
        clear: none;
    }

/* PAGINATOR AND FILTERS */
.paginator ul {
    margin-top: 0;
}
.paginator p,
.paginator li {
    font-size: 1.2em;
}
.paginator p,
.paginator a.current,
.filter-value a.current {
    font-weight: bold;
}
.paginator a.inactive,
.filter-value a.inactive {
    color: #AAA;
    text-decoration: none;
}
.paginator a.current,
.filter-value a.current {
    color: #0099CC;
}
.paginator li {
    display: inline;
    _float: left;
    margin-left: 0;
}
.paginator a,
.filter-value a {
    margin: 0 0.4em 0 0;
    padding: 0;
    text-decoration: underline;
}
.filters,
.filter-values {
    overflow: hidden;
}
.filters {
    margin-top: 0;
    margin-bottom: 1.2em;
}
.filter-values {
    font-weight: normal;
}
.filter,
.filter-value {
    float: left;
    margin-left: 0;
    margin-right: 1px;
    list-style: none;
}
.filter {
    padding: 0.4em 0.6em;
    background-color: #CCEBF5;
    font-size: 1.2em;
    font-weight: bold;
}
.filter-value {
    margin-right: 0.4em;
}
.filter-value:last-child {
    margin-right: 0;
}

/* COLUMNS */
.column-wrapper {
    overflow: hidden;
    clear: both;
}
.columns {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    margin-right: 22px;
    *margin-right: 25px;
}
    .columns, x:-moz-any-link {
        display: moz-inline-box;
        float: left;
        clear: none;
    }
    .columns, x:-moz-any-link, x:default {
        display: inline-block;
        *display: inline;
        float: none;
        clear: none;
    }
.columns-3 {
    width: 195px;
}
.columns-2 {
    width: 290px;
}
.columns li,
.columns p {
    line-height: 1.2;
}
.columns li {
    margin-left: 0;
    font-size: 1.3em;
    list-style: none;
}
.columns li li {
    margin-left: 1.0em;
    font-size: 1.0em;
}

/* TABBED CONTENT */
body.enhanced .tabbed-content {
    position: relative;
    width: 100%;
    display: none;
}
body.enhanced .tabbed-content.current {
    display: block;
}
#tabbed-content-nav {
    overflow: hidden;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #AAA;
}
#tabbed-content-nav li {
    float: left;
    margin: 0;
    font-size: 1.0em;
    list-style: none;
}
#tabbed-content-nav li a {
    display: block;
    padding: 0.3em 0.6em;
    background: #CCC url('/images/a-button.png') repeat-x 0 0;
    border: 1px solid #AAA;
    font-size: 1.2em;
    color: #000;
    text-decoration: none;
}
#tabbed-content-nav li a:hover,
#tabbed-content-nav li a:focus {
    background-color: #BBB;
}
#tabbed-content-nav li a:active,
#tabbed-content-nav li a.current {
    background-color: #AAA;
}
    #tabbed-content-nav li:first-child a {
        border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
    }
    #tabbed-content-nav li:last-child a {
        border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
    }

/* BUY */
.add-to-cart {
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    font-size: 1.3em;
}
.add-to-cart input.quantity {
    width: 2.0em;
    font-size: 1.0em;
}
table.products a.button {
    display: block;
    margin: 3px 0;
}
table.products .overview {
    padding-top: 35px;
    padding-right: 50px;
}

/* CHECKOUT AND DEALER MODULES */
.coupon {
    margin-top: 1.4em;
    font-size: 1.1em;
    line-height: 1.4;
    color: #0099CC;
}
.cart .cart-items,
.order .order-items,
.catalog .catalog-items {
    border-top: 1px solid #CCC;
}
.cart .cart-items .cart-item,
.order .order-items .order-item,
.catalog .catalog-items .catalog-item {
    position: relative;
    overflow: hidden;
    padding: 5px 0 20px 100px;
    border-bottom: 1px solid #CCC;
}
.cart .cart-items .cart-item img.product,
.order .order-items .order-item img.product,
.catalog .catalog-items .catalog-item img.product {
    position: absolute;
    top: 0;
    left: 0;
    _left: -100px;
    margin: 0;
}
.cart .cart-items .cart-item label,
.order .order-items .order-item label,
.catalog .catalog-items .catalog-item label {
    color: #888;
}
.cart .cart-items .cart-item .properties,
.order .order-items .order-item .properties,
.catalog .catalog-items .catalog-item .properties {
    overflow: hidden;
}
.cart .cart-items .cart-item .property,
.order .order-items .order-item .property,
.catalog .catalog-items .catalog-item .property {
    position: relative;
    display: block;
    float: left;
    clear: none;
    margin-right: 2.0em;
}
.cart .cart-items .cart-item input.price,
.cart .cart-items .cart-item input.total,
.dealer .cart .summary input#subtotal,
.dealer .cart .summary input#cart_total,
.order .order-items .order-item input.price,
.order .order-items .order-item input.total,
.catalog .catalog-items .catalog-item input.price,
.catalog .catalog-items .catalog-item input.total {
    width: 90px;
}
.checkout .cart .summary input#subtotal,
.checkout .cart .summary input#cart_total {
    width: 200px;
}
.cart .cart-items .cart-item input.quantity,
.order .order-items .order-item input.quantity,
.catalog .catalog-items .catalog-item input.quantity {
    width: 30px;
}
.cart .cart-items .cart-item .property.total,
.order .order-items .order-item .property.total,
.catalog .catalog-items .catalog-item .property.total {
    margin-right: 20px;
    float: right;
}
.cart .cart-items .cart-item .property.total input.total,
.order .order-items .order-item .property.total input.total,
.catalog .catalog-items .catalog-item .property.total input.total {
    text-align: right;
}
ul.cart.action,
ul.catalog.action,
.order ul.action {
    margin-top: 0;
    padding-right: 10px;
    text-align: right;
}
    body.auth ul.action {
        _padding-right: inherit;
        _text-align: left;
    }
ul.cart.action,
ul.catalog.action {
    background-color: #EFEFEF;
}
    body.auth ul.action {
        _background-color: transparent;
    }
h2.cart-summary,
h2.order-summary {
    position: relative;
    height: 0;
    margin: 0;
    visibility: hidden;
}
.cart.summary,
.order.summary {
    margin-top: 0;
    padding: 10px 20px 5px 0;
    border-top: 1px solid #BBB;
}
.cart.summary,
.order.summary,
.order ul.action {
    background-color: #DDD;
}
.cart.summary dt,
.cart.summary dd,
.cart.summary input,
.order.summary dt,
.order.summary dd,
.order.summary input {
    text-align: right;
}
.cart.summary dt,
.order.summary dt {
    margin-top: 0.3em;
}
.cart.summary label,
.order.summary label {
    padding-right: 4px;
    color: #888;
}
.cart.summary input.cart-total,
.order.summary input.order-total {
    font-weight: bold;
    font-size: 1.4em;
}
.order ul.action {
    padding-bottom: 15px;
}
.order-summary p {
    margin-top: 0;
}
p.admin {
    color: #00A8DF;
}

body.checkout ul.form,
body.dealer ul.form {
    overflow: hidden;
}
body.checkout li.sub-form,
body.dealer li.sub-form {
    display: block;
    margin: 1.5em 0 0;
    padding: 0 1.0em;
    list-style: none;
    vertical-align: top;
}
body.checkout ul.form dl,
body.dealer ul.form dl {
    margin: 0;
    padding: 0;
}
body.checkout ul.form dt,
body.checkout ul.form dd,
body.dealer ul.form dt,
body.dealer ul.form dd {
    margin: 0 -14px;
    padding: 0 14px;
    font-size: 1.0em;
}
body.checkout ul.form dt,
body.dealer ul.form dt {
    position: relative;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #DDD;
    border-bottom: 1px solid white;
}
body.checkout ul.form dd ol,
body.dealer ul.form dd ol {
    margin-top: 0;
}
body.checkout ul.form li.fieldset,
body.dealer ul.form li.fieldset {
    position: relative;
    margin: 0 -1.0em;
    padding: 8px 1.0em 12px;
    *padding-top: 0;
    background-color: #EEE;
    border-bottom: 1px solid white;
    list-style: none;
    vertical-align: top;
}
body.checkout ul.form li.fieldset.error-message,
body.checkout ul.form li.fieldset.error-message li.fieldset {
    padding-top: 10px;
    background-color: #8F0000;
}
body.checkout ul.form li.fieldset.error-message {
    margin-top: 0.6em;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 1.0em 10px;
}
body.checkout ul.form li.fieldset.error-message,
body.checkout ul.form li.fieldset.error-message label {
    color: white;
}
body.checkout ul.form li.fieldset.error-message label {
    font-size: 0.9em;
}
.remove-restricted-items-message ul.action li input.button.secondary {
    font-size: 0.9em;
}
body.checkout ul.form li.fieldset.freight {
    position: relative;
    height: 0;
    margin: 0;
    visibility: hidden;
}
body.checkout ul.form li.address li.address-verified,
body.dealer ul.form li.address li.address-verified {
    padding: 3px !important;
    background-color: #8F0000;
}
body.checkout ul.form li.address li.address-verified label,
body.dealer ul.form li.address li.address-verified label {
    color: white;
}
body.checkout ul.form li.fieldset.shipping-address-to-billing-address-copy,
body.dealer ul.form li.fieldset.shipping-address-to-billing-address-copy {
    *padding-top: 8px;
}
body.checkout ul.form li.fieldset li.fieldset,
body.dealer ul.form li.fieldset li.fieldset {
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
body.checkout ul.form li.address li.company-name,
body.checkout ul.form li.address li.address-line-one,
body.checkout ul.form li.address li.address-line-two,
body.checkout ul.form li.contact-information li.phone-number,
body.checkout ul.form li.contact-information li.email-address,
body.checkout ul.form li.credit-card li.name,
body.checkout ul.form li.credit-card li.number,
body.checkout ul.form li.credit-card li.expiration,
body.checkout ul.form li.credit-card li.ccv,
body.dealer ul.form li.address li.company-name,
body.dealer ul.form li.address li.address-line-one,
body.dealer ul.form li.address li.address-line-two,
body.dealer ul.form li.contact-information li.phone-number,
body.dealer ul.form li.contact-information li.email-address,
body.dealer ul.form li.invoice li.invoice-number,
body.dealer ul.form li.credit-card li.name,
body.dealer ul.form li.credit-card li.number,
body.dealer ul.form li.credit-card li.expiration,
body.dealer ul.form li.credit-card li.ccv {
    display: block;
}

body.checkout li.fieldset label,
body.checkout li.fieldset span.label,
body.checkout li.fieldset input,
body.checkout li.fieldset select,
body.dealer li.fieldset label,
body.dealer li.fieldset span.label,
body.dealer li.fieldset input,
body.dealer li.fieldset select {
    margin-top: 0;
    margin-right: 1.0em;
}
body.checkout li.fieldset label,
body.checkout li.fieldset span.label,
body.dealer li.fieldset label,
body.dealer li.fieldset span.label {
    display: block;
    padding-top: 0.3em;
    font-size: 0.8em;
    font-weight: bold;
    color: black;
}
body.checkout li.fieldset.remove-restricted-items-message input#remove_restricted_items,
body.dealer li.fieldset.tax-exempt input#tax_exempt,
body.dealer li.fieldset.shipped-manually input#shipped_manually,
body.dealer li.fieldset.bill-to-invoice input#payment-bill_to_invoice {
    margin-right: 0;
}
body.checkout li.fieldset.remove-restricted-items-message label,
body.dealer li.fieldset.tax-exempt label,
body.dealer li.fieldset.shipped-manually label,
body.dealer li.fieldset.bill-to-invoice label {
    display: inline;
}
.sub-form input[type=text] {
    width: 200px;
}
body.checkout input#company,
body.checkout input#address_line_one,
body.checkout input#address_line_two,
body.checkout input#address_line_three,
body.checkout input#email_address,
body.checkout input#billing_address-company,
body.checkout input#billing_address-address_line_one,
body.checkout input#billing_address-address_line_two,
body.dealer input#company,
body.dealer input#address_line_one,
body.dealer input#address_line_two,
body.dealer input#address_line_three,
body.dealer input#email_address,
body.dealer input#billing_address-company,
body.dealer input#billing_address-address_line_one,
body.dealer input#billing_address-address_line_two {
    width: 400px;
}
body.checkout input#payment-full_name,
body.dealer input#payment-full_name {
    width: 350px;
}
body.checkout input#last_name,
body.checkout input#city,
body.checkout input#billing_address-last_name,
body.checkout input#billing_address-city,
body.checkout input#payment-credit_card_number,
body.dealer input#last_name,
body.dealer input#city,
body.dealer input#billing_address-last_name,
body.dealer input#billing_address-city,
body.dealer input#payment-credit_card_number {
    width: 250px;
}
body.checkout input#first_name,
body.checkout input#region,
body.checkout input#phone_number,
body.checkout input#billing_address-first_name,
body.checkout input#billing_address-phone_number,
body.dealer input#first_name,
body.dealer input#region,
body.dealer input#phone_number,
body.dealer input#billing_address-first_name,
body.dealer input#billing_address-phone_number {
    width: 200px;
}
body.checkout input#postal_code,
body.checkout input#billing_address-postal_code,
body.dealer input#postal_code,
body.dealer input#billing_address-postal_code {
    width: 100px;
}
body.checkout input#region.state-province,
body.checkout input#billing_address-region,
body.checkout input#payment-ccv,
body.dealer input#region.state-province,
body.dealer input#billing_address-region,
body.dealer input#payment-ccv {
    width: 50px;
}
body.checkout select,
body.dealer select {
    margin-right: 1.0em;
    font-size: 1.0em;
}
ul.action.order-process {
    font-size: 1.4em;
    background-color: #40B3D9;
}
ul.action.order-process small {
    color: white;
    font-size: 90%;
}
body.checkout ul.action li,
body.dealer ul.action li {
    color: #DDD;
}
body.checkout ul.action li input.button.secondary,
body.dealer ul.action li input.button.secondary {
    border-color: #CCC;
}
body.checkout ul.action li .note,
body.dealer ul.action li .note {
    padding-left: 0.4em;
    font-size: 0.75em;
    color: white;
}
body.checkout ul.errors,
body.dealer ul.errors {
    margin: 1px 1.1em 0 0;
    padding: 2px 2px 0;
    background-color: #8F0000;
}
body.checkout ul.errors li,
body.dealer ul.errors li {
    height: 20px;
    _display: inline;
    margin: 0;
    padding: 4px 5px 0 20px;
    _padding-left: 5px;
    background: transparent url('../images/icons.png') no-repeat 0 -20px;
    _background-image: none;
    font-size: 0.8em;
    color: white;
    list-style: none;
}
body.checkout .badge,
body.dealer .badge {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    text-indent: -999em;
}
body.checkout .badge.ups,
body.dealer .badge.ups {
    width: 30px;
    height: 36px;
    background: transparent url('../media/ups-30x36.png') no-repeat 0 0;
}
    body.checkout .badge.ups, x:-moz-any-link,
    body.dealer .badge.ups, x:-moz-any-link {
        display: block;
        margin-top: 5px;
    }
    body.checkout .badge.ups, x:-moz-any-link, x:default,
    body.dealer .badge.ups, x:-moz-any-link, x:default {
        display: inline-block;
        *display: inline;
        margin-top: 0;
    }

/* FIND A STORE */
ul.stores li {
    float: none;
    overflow: hidden;
    margin-top: 1.4em;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid #EEE;
    line-height: 1.2;
    list-style: none;
}
ul.stores li div {
    margin-top: 0;
}
ul.stores li .org {
    font-size: 1.4em;
    font-weight: bold;
}
ul.stores li .name {
    font-size: 0.9em;
    color: #888;
}
ul.stores li .adr {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
ul.stores li img.logo {
    float: right;
    margin-bottom: 25px;
    margin-left: 50px;
}

/* AUTH */
body.login .register {
    float: right;
    *float: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.0em;
    background-color: #EEE;
    border: 1px solid #EEE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
body.auth ol,
body.login ol {
    margin-top: 1.0em;
}
body.auth li.fieldset,
body.login li.fieldset {
    margin: 0;
    padding: 2px 0;
    *padding-top: 0;
    list-style: none;
    vertical-align: top;
}
body.login .register li.fieldset.login-name,
body.login .register li.fieldset.password,
body.login .register li.fieldset.item-serial-number {
    padding-top: 12px;
}
body.auth li.fieldset label,
body.auth li.fieldset span.label,
body.auth li.fieldset input,
body.auth li.fieldset select,
body.login li.fieldset label,
body.login li.fieldset span.label,
body.login li.fieldset input,
body.login li.fieldset select {
    margin-top: 0;
    margin-right: 1.0em;
}
body.auth li.fieldset label,
body.auth li.fieldset span.label,
body.login li.fieldset label,
body.login li.fieldset span.label {
    display: block;
    padding-top: 0.3em;
    font-size: 0.8em;
    font-weight: bold;
    color: black;
}
body.auth input[type=text],
body.login input[type=text] {
    width: 250px;
    font-size: 1.1em;
}
body.auth ul.errors,
body.login ul.errors {
    margin: 1px 1.1em 0 0;
    padding: 2px 2px 0;
    background-color: #8F0000;
}
body.auth ul.errors li,
body.login ul.errors li {
    height: 20px;
    _display: inline;
    margin: 0;
    padding: 2px 5px 0 20px;
    _padding-left: 5px;
    background: transparent url('../images/icons.png') no-repeat 0 -20px;
    _background-image: none;
    font-size: 0.8em;
    color: white;
    list-style: none;
}

/* SUPPORT */
form#searchform input#s {
    width: 170px;
}
form#searchform input.button {
    margin-top: 3px;
}

/* SOCIAL MEDIA SPRITES */
.sprite {
    position: relative;
    display: block;
    margin-top: 1.0em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -999em;
}
.sprite.facebook {
    width: 100px;
    height: 31px;
    background-image: url('/media/facebook-badge-sprite.png');
    margin-left: auto;
}
    .sprite.facebook:hover,
    .sprite.facebook:focus {
        background-position: 0 -31px;
    }
.sprite.more-control {
    width: 100px;
    height: 31px;
    background-image: url('/media/more-control-badge-sprite.png');
    margin-left: auto;
}
    .sprite.more-control:hover,
    .sprite.more-control:focus {
        background-position: 0 -31px;
    }
.sprite.youtube {
    width: 100px;
    height: 31px;
    background-image: url('/media/youtube-badge-sprite.png');
    margin-left: auto;
}
    .sprite.youtube:hover,
    .sprite.youtube:focus {
        background-position: 0 -31px;
    }
    
.sprite.sound-vision {
    width: 80px;
    height:79px;
    background-image: url('/media/logos/sound-vision-2010-awards-sprite.png');
    margin-left: auto;
}
    .sprite.sound-vision:hover,
    .sprite.sound-vision:focus {
        background-position: 0 -79px;
    }

.sprite.stuff-tv {
    width: 80px;
    height:71px;
    background-image: url('/media/logos/stuff-tv-2010-awards-sprite.png');
    margin-left: auto;
}
    .sprite.stuff-tv:hover,
    .sprite.stuff-tv:focus {
        background-position: 0 -71px;
    }

.sprite.tone-audio {
    width: 80px;
    height:57px;
    background-image: url('/media/logos/tone-audio-2009-awards-sprite.png');
    margin-left: auto;
}
    .sprite.tone-audio:hover,
    .sprite.tone-audio:focus {
        background-position: 0 -57px;
    }


/* NEWSLETTERS */
.newsletter-issue div, .newsletter-issue span, .newsletter-issue applet, .newsletter-issue object, .newsletter-issue iframe,
.newsletter-issue h1, .newsletter-issue h2, .newsletter-issue h3, .newsletter-issue h4, .newsletter-issue h5, .newsletter-issue h6, .newsletter-issue p, .newsletter-issue blockquote, .newsletter-issue pre,
.newsletter-issue a, .newsletter-issue abbr, .newsletter-issue acronym, .newsletter-issue address, .newsletter-issue big, .newsletter-issue cite, .newsletter-issue code,
.newsletter-issue del, .newsletter-issue dfn, .newsletter-issue em, .newsletter-issue font, .newsletter-issue img, .newsletter-issue ins, .newsletter-issue kbd, .newsletter-issue q, .newsletter-issue s, .newsletter-issue samp,
.newsletter-issue small, .newsletter-issue strike, .newsletter-issue strong, .newsletter-issue sub, .newsletter-issue sup, .newsletter-issue tt, .newsletter-issue var,
.newsletter-issue dl, .newsletter-issue dt, .newsletter-issue dd, .newsletter-issue ol, .newsletter-issue ul, .newsletter-issue li,
.newsletter-issue fieldset, .newsletter-issue form, .newsletter-issue label, .newsletter-issue legend,
.newsletter-issue table, .newsletter-issue caption, .newsletter-issue tbody, .newsletter-issue tfoot, .newsletter-issue thead, .newsletter-issue tr, .newsletter-issue th, .newsletter-issue td {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
.newsletter-issue :focus {
	outline: 0;
}
.newsletter-issue ol, .newsletter-issue ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
.newsletter-issue table {
	border-collapse: separate;
	border-spacing: 0;
}
.newsletter-issue caption, .newsletter-issue th, .newsletter-issue td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.newsletter-issue blockquote:before, .newsletter-issue blockquote:after,
.newsletter-issue q:before, .newsletter-issue q:after {
	content: "";
}
.newsletter-issue blockquote, q {
	quotes: "" "";
}
.newsletter-issue input, .newsletter-issue textarea {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.newsletter-issue h1,
.newsletter-issue h2,
.newsletter-issue h3,
.newsletter-issue h4,
.newsletter-issue h5,
.newsletter-issue h6,
.newsletter-issue p,
.newsletter-issue ul,
.newsletter-issue img {
    margin-top: 6px;
}
.newsletter-issue li {
    margin-top: 2px;
    margin-left: 20px;
}
.newsletter-issue a,
.newsletter-issue a:visited {
    color: #444;
    text-decoration: underline;
}
.newsletter-issue a:hover,
.newsletter-issue a:focus {
    color: #666;
}
.newsletter-issue strong {
    font-weight: bold;
}
.newsletter-issue em {
    font-style: italic;
}
.newsletter-issue.template-1 a,
.newsletter-issue.template-1 a:visited,
.newsletter-issue.template-2 a,
.newsletter-issue.template-2 a:visited {
    color: #0099CC;
    text-decoration: underline;
}
.newsletter-issue.template-1 a:hover,
.newsletter-issue.template-1 a:focus,
.newsletter-issue.template-2 a:hover,
.newsletter-issue.template-2 a:focus {
    color: #0099CC;
}
.newsletter-issue .newsletter-issue {
    position: relative;
}
.newsletter-issue.template-1 {
    width: 600px;
    padding: 10px 30px;
    background-color: black;
}
.newsletter-issue.template-2 {
    width: 600px;
    padding: 20px 0 0 0;
}
.newsletter-issue.template-2 h1,
.newsletter-issue.template-2 h2,
.newsletter-issue.template-2 h3,
.newsletter-issue.template-2 h4,
.newsletter-issue.template-2 h5,
.newsletter-issue.template-2 h6 {
    font-weight: bold;
}
.newsletter-issue.template-2 li {
    margin-left: 25px;
}
.newsletter-issue.template-2 li li {
    list-style: circle;
}


/* REFER-A-FRIEND */
p#refer-a-friend-coupon {
    font-size: 0.9em;
    font-weight: bold;
}

/* DASHBOARD */
.dashboard-item ul.action {
    _margin-top: 0.8em;
    _font-size: 0.9em;
}
.dashboard-item {
    height: 105px;
    overflow: hidden;
    margin: 1.0em -10px 0;
    padding: 1px 155px 0 10px;
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: right top;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.dashboard-admin {
    _width: 700px;
    margin: 0 -16px;
    overflow: hidden;
}
.dashboard-admin .dashboard-item {
    width: 140px;
    height: 65px;
    float: left;
    clear: none;
    margin-left: 6px;
    margin-right: 6px;
    padding-right: 10px;
    background-image: url('/images/admin-35x25.png');
}
.dashboard-item.support {
    background-image: url('/images/dashboard-support-140x125.jpg');
}
.dashboard-item ul.action li {
    margin-left: 0;
    margin-right: 10px;
}
.dashboard-item.support p {
    margin-top: 0.4em;
}
.dashboard-admin .dashboard-item h2 {
    margin-right: 15px;
    font-size: 1.6em;
}

/* ADMIN */
table.list .status,
table.list .action {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}
td.status .icon {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url('/images/icons.png') no-repeat 0 20px;
    text-indent: -999em;
}
td.status .icon.pending {
    background-position: 0 -80px;
}
body.auth_user_edit li.fieldset,
body.auth_user_put li.fieldset {
    padding-top: 5px;
    padding-bottom: 5px;
}
body.auth.user li.fieldset.zoho-user input#zoho_user {
    margin-right: 0;
}
body.auth.user li.fieldset.zoho-user label {
    display: inline;
}