/* Layout ================================================================================= */
.page {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.page-popup {
    padding: 20px;
    text-align: left;
}
.main {
    margin: 0;
    text-align: left;
}

/* Base Columns */
.col-left {
    float: left;
    width: 225px;
    padding: 5px 30px 0 10px;
}
.col-main {
    float: left;
    width: 580px;
}
.col-right {
    float: right;
    width: 280px;
    border: none;
    padding: 0px;
    background: #BEBEBE;
    overflow: visible;
	zoom: 1;
}

.col-right:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.one_third {
    width: 32%;
    float: left;
}

.pad {
    padding-right: 10px;
}

.cms-about .col-main .std,
.cms-contact .col-main .std,
.cms-home .col-main .std,
.cms-shop .col-main .std,
.cms-products .col-main .std,
.cms-retailers .col-main .std {
    padding: 0;
}

.checkout-onepage-success .col-main,
.catalog-seo-sitemap-product .col-main,
.catalog-seo-sitemap-category .col-main {
    padding: 20px;
    width: 580px !important;
}

.cms-about .col-main,
.contacts-index-index .col-main,
.review-product-list .col-main,
.catalog-category-view .col-main,
.cms-shop .col-main,
.checkout-onepage-index .col-main,
.blog-cat-view .col-main,
.blog-post-view .col-main,
.blog-index-index .col-main,
.catalog-product-view .col-main,
.support-index-index .col-main,
.cms-vizio-tools .col-main,
.cms-retailers .col-main,
.cms-hd-media .col-main {
    overflow: hidden;
    padding: 0 !important;
    width: 620px !important;
}


.catalogsearch-result-index .col-main {
    padding: 15px;
    width: 580px !important;
    zoom: 1;
}

.pad_wrap {
    padding: 20px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
    background: #E9E9E9;
}

.cms-home .col1-layout .col-main {
    background: transparent;
}

/* 2 Columns Layout */
.col2-left-layout {
    background: #E9E9E9;
    padding-bottom: 30px;
}
.col2-left-layout .col-main {
    float: left;
}
.col2-right-layout .col-main {
    width: 580px;
    padding: 20px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 445px;
    margin-left: 10px;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 43%;
}
.col2-set .col-2 {
    float: right;
    width: 43%;
}
.col2-set .narrow {
    width: 33%;
}
.col2-set .wide {
    width: 65%;
}

#checkout-step-login .col2-set .col-2 {
    width: 47%;
}
#checkout-step-login #login-form {
    width: auto !important;
}
.col3-set .col-1 {
    float: left;
    width: 32%;
}
.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.col3-set .col-3 {
    float: right;
    width: 32%;
}
.col4-set .col-1 {
    float: left;
    width: 23.5%;
}
.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}
.col4-set .col-3 {
    float: left;
    width: 23.5%;
}
.col4-set .col-4 {
    float: right;
    width: 23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}
input.input-text,select,textarea {
    background: #fff;
    border: 1px solid #ddd;
}
input.input-text,textarea {
    padding: 2px;
}
select {
    padding: 1px;
}
select option {
    padding-right: 10px;
}
select.multiselect option {
}
textarea {
    overflow: auto;
}
input.radio {
    margin-right: 3px;
}
input.checkbox {
    margin-right: 3px;
}
input.qty {
    width: 2.5em !important;
}
button.button:-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0 0 0 0px;
    cursor: pointer;
    -webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
}
button.button span {
    float: left;
    display: block;
    width: 32px;
    padding: 0 20px 0 0;
    font: bold 12px/21px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
}

/* Input & Textarea stretched for 100% */
.field-100 {
    border: 1px solid #888;
    padding: 2px;
    overflow: hidden;
}
.field-100 input.input-text,
.field-100 textarea {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}


/* Form lists */
.form-list li {
    margin: 0 0 5px;
}
.form-list label {
    font-weight: bold;
}
.form-list .input-box {
    float: left;
    width: 260px;
}
.form-list input.input-text,
.form-list textarea {
    padding: 4px;
    width: 250px;
    border: 1px solid #969696;
}
.form-list select {
    width: 256px;
}
.form-list li.add-row {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.form-list li.add-row .btn-remove {
    font-size: 0;
    line-height: 0;
    padding: 5px 5px 0 0;
    text-align: right;
}
.form-list .range input.input-text {
    width: 96px;
}

.input-box {
    padding-bottom: 5px;
}

.group-select {
}
.group-select li {
    margin: 0 0 5px;
}
.group-select .input-box {
    float: left;
    width: 260px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.group-select input.input-text,
.group-select textarea {
    width: 510px;
}
.group-select select {
    width: 516px;
}
.group-select .input-box input.input-text,
.group-select .input-box textarea {
    width: 250px;
}
.group-select .input-box select {
    width: 256px;
    padding: 4px 0 4px;
    border: 1px solid #969696;
}
.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
}
.buttons-set .back-link {
    float: left;
}
.buttons-set button.button {
    float: right;
}
.buttons-set2 {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: right;
}
/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
    color: #f00;
}
.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}
.required {
    color: #e12e2e;
}
p.required {
    font-size: 11px;
    text-align: right;
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages */
.success {
    color: #3d6611;
    font-weight: bold;
}
.error {
    color: #f00;
    font-weight: bold;
}
.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    width: 100%;
    overflow: hidden;
}
.messages li {
    margin: 0 0 0px;
}
.messages li li {
    margin: 0 0 3px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 10px !important;
    font-weight: bold !important;
}
.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/error_msg_icon.gif);
    color: #df280a;
}
.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/success_msg_icon.gif);
    color: #3d6611;
}
.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/note_msg_icon.gif);
    color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
    padding: 10px;
    margin: 0;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
}
.breadcrumbs li {
    display: inline;
}

/* Page Heading */
.page-title {
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.title-buttons {
}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

/* Pager */
.pager {
    padding: 5px 0 10px;
    margin: 5px 0 20px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D0D0D0;
    clear: both;
}

.category-products-single-column .pager .pages,
.category-products-single-column .pager .amount {
    float: left;
    position: absolute;
    top: 40px;
}

.pager .pages {
    right: 0px;
}

.pager .limiter {
    float: right;
}
.pager .pages {
    margin: 0 0 0 30px ;
    float: left;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline;
}
.pager .pages .current {
}
.pager .v-middle {
    padding-top: 0px;
}

.category-products-single-column .lower_toolbar .pages,
.category-products-single-column .lower_toolbar .amount {
    position: static;
}

.lower_toolbar .pager {
    border-bottom: none;
    border-top: 1px solid #D0D0D0;
    margin: 20px 0 20px;
    padding-top: 15px;
}

/* Sorter */
.sorter {
    float: right;
}
.sorter .view-mode {
    display: none;
}
.sorter .sort-by {
    float: right;
}


/* Data Table */
.data-table {
    width: 100%;
    margin-bottom: 30px;
}
.data-table th {
    padding: 7px;
    font-weight: bold;
    white-space: nowrap;
    color: #FFF;
    background: #333333 url(../im/hdrbar_bkgd.gif) repeat-x scroll 0 0;
}
.data-table td {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fcfcfc;
}
.data-table thead {
    background-color: #f2f2f2;
}

.data-table tr.even {
    background-color: #f6f6f6;
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
    border-width: 0 1px;
}
.data-table tbody.even {
    background-color: #f6f6f6;
}
.data-table tbody.even td {
    border-width: 0 1px;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}
.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}
.data-table td.label,
.data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}


/* Product listing data tables */
.product .data-table th {
    padding: 5px;
    font-weight: normal !important;
    white-space: nowrap;
    color: #7F7F7F;
    background: none;
}
.product .data-table tr {
    border-bottom: 1px solid #DBDBDB;
}
.product .data-table tr.even {
    background: none;
}
.product .data-table td {
    padding: 5px;
    border: none;
    background: none;
}
.product .data-table h4 {
    margin-top: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

/* Tax Details Row */
tr.tax-total {
    cursor: pointer;
}

tr.tax-total .tax-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}
tr.show-details .tax-collapse {
    background-position: 0 -53px;
}

tr.tax-details td {
    background-color: #f6f6f6;
}


/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    cursor: pointer;
}
.cart-tax-total {
    padding-right: 20px;
    background: url(../images/bg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}
.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Lists Decoration */

dt.even,
dd.even {
    background-color: #f6f6f6;
}

/* Class: std - styles for admin-controlled content */

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}
.std ul {
    list-style: disc inside;
    padding-left: 1.5em;
}
.std ol {
    list-style: decimal inside;
    padding-left: 1.5em;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}
.std dt {
    font-weight: bold;
}
.std dd {
    padding: 0 0 0 1.5em;
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}
.std address {
    font-style: normal;
}
.std b,
.std strong {
    font-weight: bold;
}
.std i,
.std em {
    font-style: italic;
}

/* Misc */
.link-rss {
    background: url(../images/icon_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}
.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
    float: left;
    width: 200px;
    height: 63px;
    overflow: hidden;
}
.header-container {
}
.header {
    padding: 10px;
    border: 1px solid #ddd;
}
.header .logo {
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
}
.header .logo a {
    display: block;
    width: 200px;
    height: 63px;
}
.header .welcome-msg {
    font-weight: bold;
    text-align: right;
}
.header .links {
    float: right;
}
.header .form-search {
    text-align: center;
}
.header .form-search .search-autocomplete {
    z-index: 999;
}
.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}
.header .form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
.header .form-search .search-autocomplete li.selected {
}
.header .form-language {
    text-align: center;
}

/* 2nd Level */
#nav ul {
    position: absolute;
    width: 15em;
    top: 25px;
    left: -10000px;
    border: 1px solid #ddd;
    background: #fafafa;
}
#nav ul li {
    float: none;
    border-bottom: 1px solid #ddd;
}
#nav ul li.last {
    border-bottom: 0;
}
#nav ul li a {
    float: none;
    padding: 3px 9px;
    font-weight: normal;
    color: #888 !important;
}
#nav ul li a:hover {
    color: #000 !important;
}
#nav ul li.active > a,
#nav ul li.over > a {
    font-weight: bold;
    color: #000 !important;
}

/* 3rd+ leven */
#nav ul ul {
    top: 7px;
}

/* Show Menu */
#nav li.over > ul {
    left: 0;
}
#nav li.over > ul li.over > ul {
    left: 100px;
}
#nav li.over ul ul {
    left: -10000px;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
    border: none;
    margin: 0 0 20px;
    z-index: 0;
    position: relative;
}
.block .block-title {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.block-account .block-title {
    border: none;
}
.block .block-title h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.block h3 {
    font-size: 14px;
    line-height: 1.5;
}
.block .block-content {
    padding: 10px 10px 0;
    clear: both;
}
.block .actions {
    text-align: right;
}
.block .actions a {
    float: left;
}

/* Block: Account */
.block-account {
}

/* Block: Currency Switcher */
.block-currency {
}
.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

/* Block: Layered Navigation */

.block-layered-nav dt {
    display: none;
}
.block-layered-nav .currently {
}

/* Block: Cart */

.block-cart .subtotal {
    text-align: center;
}

.mini-products-list li {
    padding: 5px 0;
}
.mini-products-list .product-image {
    float: left;
    width: 50px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-right: -75px;
}
.mini-products-list .product-details {
    margin-left: 75px;
}
.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
.mini-products-list .product-details .btn-remove {
    float: right;
}

/* Block: Related */
.block-related {
    padding: 0;
}
.block-related li {
    padding: 5px 0;
}
.block-related li.even {
    border: none !important;
}
.block-related input.checkbox {
    float: left;
}
.block-related .item {
    margin-left: 0px;
}
.block-related .item .product-image {
    margin-bottom: 10px;
    display: block;
}
.block-related .item .product-details {
    float: right;
    width: 85%;
}

.block-related .block-content {
    padding: 20px 20px 0px;
    clear: both;
    position: relative;
    overflow: hidden;
    display: block;
}

/* Block: Compare Products */
.block-compare {
    clear: both;
}
.block-compare .block-content {
    padding: 0 20px;
}
.block-compare .actions {
    padding-top: 20px;
}
.block-compare li {
    padding: 5px 0;
}

/* Block: Viewed */
.block-recent {
}

/* Block: Poll */
.block-poll input.radio {
    float: left;
    margin: 3px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll .votes {
    font-weight: bold;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
    display: inline;
}

/* Block: Reorder */
.block-reorder li {
    padding: 5px 0;
}
.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}
.block-reorder .label {
    display: block;
    margin-left: 20px;
}

/* Block: Banner */
.block-banner {
    margin-bottom: 0 !important;
}
.block-banner .block-content {
    text-align: center;
    padding: 0;
    overflow: hidden;
}

/* Block: Checkout Progress */
.block-progress {
    background: #FCFCFC;
    border: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-top: 0;
}
.block-progress .block-title {
    border: none;
    padding-left: 10px;
}
.block-progress dt {
/* font-weight:bold; */
font-size: 14px;
line-height: 150%;
}
.block-progress dt.complete,
.block-progress dd.complete {
    margin-bottom: 10px;
}

.block-progress dt.complete {
    margin-bottom: 5px;
    font-weight: bold;
}

.block-progress dt.complete a,
.block-progress dt.complete span {
    font-size: 12px;
    font-weight: normal;
}

.block-progress dd.complete {
    margin-bottom: 15px;
}

/* Category Page ========================================================================= */
.category-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}
.catalog-category-view .category-title {
    display: none;
}
.category-image {
    display: block;
    margin: 0 auto;
}
.category-products {
    padding: 10px;
}
.cms-products .category-products {
    padding: 0px !important;
}
.cms-products .category-products .content {
    padding: 30px 10px 10px;
}
.category-products h2 {
    color: #BEBEBE !important;
}


/* View Type: Grid */
.products-grid {
    width: 100%;
}
.products-grid td {
    width: 33%;
    padding: 5px 0;
}

/* View Type: List */
.products-list li.item {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 0 5px;
}
.products-list .product-image {
    float: left;
}
.products-list .product-shop {
    float: right;
    width: 320px;
}

/* Product View ========================================================================== */

.product-essential {
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

/* Product Images */
.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}
.product-view .product-img-box .zoom-notice {
    text-align: center;
}
.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}
.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}
.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}
.product-view .product-img-box .more-views ul {
    margin-left: -4px
}
.product-view .product-img-box .more-views li {
    float: left;
    padding: 1px;
    margin: 0 0 8px 4px ;
}

.product-image-popup {
    margin: 0 auto;
}
.product-image-popup .nav {
    text-align: center;
}
.product-image-popup .image {
    display: block;
}
.product-image-popup .image-label {
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 445px;
}

/* Rating */
.prod_meta .ratings {
    padding-bottom: 5px;
}
.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bg_rating.gif) 0 0 repeat-x;
    position: relative;
    overflow: hidden;
}
.rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    background: url(../images/bg_rating.gif) 0 100% repeat-x;
}

/* Availability */
.availability .in-stock {
    font-weight: bold;
}
.availability .out-of-stock {
    font-weight: bold;
    color: #f00;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box * {
    zoom: 1;
}
.price-box .price {
    font-weight: bold;
}

/* Regular price */
.regular-price {
    line-height: 20px;
}
.regular-price .price {
    font-weight: bold;
}

/* Old price */
.old-price {
}
.old-price .price-label {
    white-space: nowrap;
}
.old-price .price {
    font-weight: bold;
    text-decoration: line-through;
}

/* Special price */
.special-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.special-price .price {
    font-weight: bold;
}

/* Minimal price (as low as) */
.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

a.minimal-price-link {
    display: block;
}
a.minimal-price-link .price {
    font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
}
.price-excluding-tax .label {
    white-space: nowrap;
}
.price-excluding-tax .price {
    font-weight: normal;
}

/* Including tax */
.price-including-tax {
    display: block;
}
.price-including-tax .label {
    white-space: nowrap;
}
.price-including-tax .price {
    font-weight: bold;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

/* Price as configured */
.price-box-bundle .price-label,
.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle .price-box {
    display: inline;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
}
.price-notice .price {
    font-weight: bold;
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    display: none;
}
.add-to-cart .qty {
    float: left;
}
.find_retailer,
.add-to-cart .button {
    float: left;
    margin-left: 5px;
    height: 31px;
    width: 116px;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    background: none !important;
    display: block;
}
.add-to-cart .button:hover {
    cursor: pointer;
}
.add-to-cart button.button span {
    padding: 0 !important;
}


/* Add to Links + Add to Cart */
.add-to-cart  {
    position: relative;
    z-index: 10;    
}
.add-to-box .add-to-cart {
    float: left;
    position: relative;
    z-index: 10;
}
.add-to-box .or {
    float: left;
    margin: 0 10px;
}
.add-to-box .add-to-links {
    float: left;
}

.price-box-bundle {
    /*display: none;*/
}

#shopping-cart-table .last button {
    margin-left: 3px;
}

/* Product Options */
#product-options-wrapper {
    display: block;
    clear: both;
    /*position: relative;*/
    margin-top: 0px;
    overflow: hidden;
    z-index: 1;
}
.product-options {
    padding: 0 20px;
    margin: 0px;
    background-color: #A9A9A9;
}
.product-options dt label {
    font-weight: bold;
}
.product-options dt .qty-holder {
    display: block;
    clear: both;
}
.product-options dt .qty-holder label {
    vertical-align: middle;
}
.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}
.product-options dd {
    margin: 10px 0;
}
.product-options dl {
    display: block;
    margin-top: 20px !important;
/*    position: relative;
*/    clear: both;
}
.product-options dl.last dd.last {
}
.product-options dd input.input-text {
    width: 98%;
}
.product-options dd textarea {
    width: 98%;
    height: 8em;
}
.product-options dd select {
    width: 100%;
}
.product-options .options-list {
}
.product-options .options-list input.radio {
    float: left;
    margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}
.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}
.product-options ul.validation-failed {
    padding: 0 7px;
}
.product-options p.required {
    padding: 15px 0 10px;
}
.product-options dt label {
    color: #000000;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.product-options li {
    padding-bottom: 5px;
}

.product-options dd {
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    margin: 15px 0 0;
}

.product-options dd.last {
    border-bottom: none;
}

.product-options-bottom {
    padding: 15px 10px 10px;
}
.product-options-bottom .price-box-bundle,
.product-options-bottom .price-box {
    margin: 10px 0 15px 20px;
}

/* Block: Upsell */
.product-view .up-sell .products-grid td {
    width: 25%;
}

/* Block: Tags */
.product-view .tags .form-add-tags label {
    float: left;
}
.product-view .tags .form-add-tags .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}
.product-view .tags .form-add-tags input.input-text {
    width: 254px;
}
.product-view .tags .form-add-tags button.button {
    vertical-align: bottom;
}
.product-view .tags .form-add-tags p {
    clear: both;
}

.product-view .add-review .product-name span {
    font-weight: normal;
}

/* Content Styles ================================================================= */
.product-name {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
}

/* Product Tags */
.tags-list li {
    display: inline;
}

/* CMS Home Page */
.cms-home .products-grid td {
    width: 20%;
}

/* Product Review ======================================================================== */
.product-review {
}
.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .product-image {
    display: block;
    border: 1px solid #ddd;
    padding: 1px;
}
.product-review .details {
    float: right;
    width: 570px;
}

/* Shopping Cart ========================================================================= */
.cart .checkout-types {
    float: right;
    text-align: right;
}
.cart .checkout-types li {
    padding-bottom: 10px;
}

/* Shopping Cart Table */
.cart-table .item-msg {
    font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    float: left;
    width: 600px;
}
.cart .crosssell .product-image {
    float: left;
    margin-right: -90px;
}
.cart .crosssell .product-shop {
    margin-left: 90px;
}
.cart .discount {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #eee;
}
.cart .shipping {
    border: 1px solid #ddd;
    padding: 10px;
    background: #eee;
}
.cart-collaterals .col-2 {
    float: left;
    width: 46%;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
}
.cart .totals table {
    width: 100%;
}
.cart .totals table th,
.cart .totals table td {
    padding: 5px;
}
.cart .totals table th {
    font-weight: bold;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}
.item-options dd {
    padding-left: 10px;
}
.truncated {
    cursor: help;
}
.truncated a.dots {
    cursor: help;
}
.truncated a.details {
    cursor: help;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}
.truncated .truncated_full_value dl {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
.truncated .show dl {
    top: -20px;
    left: 50%;
}
.col-left .truncated .show dl {
    left: 30px;
    top: 7px;
}
.col-right .truncated .show dl {
    left: -240px;
    top: 7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc {
    position: relative;
    zoom: 1;
    padding: 0 20px 30px;
}
.checkout-onepage-index .page-title {
    margin: 0 20px 20px;
    border: none;
}
.opc li.section {
    border: none;
    border-bottom: 0;
}
.opc .step-title {
    background: #333333 url(../im/hdrbar_bkgd.gif) repeat-x scroll 0 0;
    color: #ddd;
    cursor: default;
    padding: 3px;
}

.opc .step-title .number {
    padding: 0 5px;
    float: left;
    line-height: 22px;
    margin-right: 5px;
}
.opc .step-title h3 {
    float: left;
    color: #BBB !important;
    padding-bottom: 0px;
}
.opc .active h3 {
    color: #FFF !important;
}
.opc .allow .step-title {
    cursor: pointer;
}
.opc .active .step-title {
    background: #333333 url(../im/hdrbar_bkgd.gif) repeat-x scroll 0 0;
    color: #FFF;
    cursor: default;
    padding: 3px;
}
.opc .step {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    background: #f2f2f2;
}
.opc .step .tool-tip {
    right: 10px;
}
/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 50px;
    margin: 10px 0;
}
.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #ccc;
}
.checkout-progress li.active {
    border-top-color: #000;
    color: #000;
}

.multiple-checkout {
    position: relative;
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}
.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
    font-weight: bold;
    padding-bottom: 5px;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 3em !important;
}
.please-wait {
    float: right;
    margin-right: 5px;
}
.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close {
    text-align: right;
}
.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-message-form {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.gift-message-form .inner-box {
    padding: 5px;
    height: 300px;
    overflow: auto;
}
.gift-message-link {
    display: block;
    background: url(../images/bg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}
.gift-message-link.expanded {
    background-position: 0 -53px;
}
.gift-message-row .btn-close {
    float: right;
}
.gift-message dt strong {
    font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 10px 0;
}
.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto;
}
.checkout-agreements .agree {
    padding: 6px;
}

/* My Account ============================================================================= */
/********** < Dashboard */

/* Block: Recent Orders */
.dashboard .recent-orders {
    margin: 10px 0;
}

/* Block: Tags */
.dashboard .tags .number {
    float: left;
    margin-right: -20px;
}
.dashboard .tags .details {
    margin-left: 20px;
}

/********** Dashboard > */

/* Order View */
.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info dt {
    font-weight: bold;
}

/* Print Pages */
.page-print .print-head img {
    float: left;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {
    padding: 30px 0 0px;
    margin-top: 20px;
    height: auto !important;
}
.footer p {
    text-align: right;
}
.footer address {
    text-align: right;
}
.footer ul {
    padding: 0 20px 0 0;
}
/* ======================================================================================= */


button.button {
    /* Do not comment this out: People can't see the buttons without the background! */
    background: url('../im/btn_bg.png') #ba5c07 repeat-x;
    color: #FFF;
    text-align: center;
    padding: 2px 0px;
    *padding: 0px 0 8px;
}

button.button:hover {
    opacity: .9;
}

button.button span {
    width: auto;
    padding: 0 10px;
    display: block;
}

.main.col2-right-layout {
    background: #E9E9E9;
    color: #4D4D4D;
    padding-bottom: 30px;
}

.form-search button.button {
    text-indent: -99999px;
    width: 20px;
    height: 19px;
    background: url('../im/btn_arrowright.gif') no-repeat;
}

.form-search input {
    border: 1px solid #969696;
    color: #9D938E;
    width: 154px;
    margin-right: 0px;
}

.form-search label {
    display: none;
}

.form-search button.button span {
    background: none;
}

form {
    clear: both;
    display: block;
}

div#header {
    overflow: hidden;
    position: relative;
}

div#hdr_utils {
    width: 60%;
}

form#form_search {
    float: right;
    width: 182px;
}

#hdr_utils ul {
    float: right;
    display: inline;
    width: auto;
    list-style-type: none;
    padding: 0px;
    margin: 14px 0px 0px 0px;
}

#hdr_utils ul li {
    float: left;
    display: inline;
    height: 15px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

#hdr_utils ul li a {
    color: #FFF;
    float: left;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #7f7b7d;
}

#hdr_utils ul li.last a {
    color: #FFF;
    float: left;
    padding: 0px 0px 0px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-right: 0px none;
}

#hdr_utils ul li a:hover {
    color: #E06B08;
}

#hdr_utils ul li a#cart {
    border: none;
    padding-right: 20px;
    background: url(../im/bkgd_cart.gif) no-repeat right 1px;
}

#hdr_utils ul li a#cart:hover {
    background: url(../im/bkgd_cartover.gif) no-repeat right 1px;
}

ul#nav li a:hover {
    margin-top: -66px;
}

div#pr_complete {
    padding: 0 !important;
    display: block !important;
    float: none !important;
    overflow: hidden;
}

.block-category-nav .block-content {
    padding: 0;
}

.block-category-nav .block-content #pr_complete {
    margin: 0 0 20px 20px;
}

#left.product {
    width: 620px;
    overflow: hidden;
}

.footer address {
    display: block;
    clear: both;
    margin: 30px 0;
    text-align: center;
    float: none;
}

/* For full text pages */
div#full {
    color: #505050;
}

#full {
    padding: 20px;
}

div#int div#full {
    padding: 0;
}

div#full h3 {
    font-size: 14px !important;
    line-height: 17px !important;
    text-transform: uppercase !important;
    margin: 11px 0 !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

div#full p {
    font-size: 12px !important;
    line-height: 17px !important;
    margin: 11px 0 !important;
}

div#full ul {
    padding-left: 12px !important;
    font-size: 12px !important;
    line-height: 17px !important;
}

.inner_wrap {
    padding: 15px;
}

div.item {
    height: auto !important;
}

.col-right div.item {
    width: auto !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
}

.col-right div.item p {
    padding-bottom: 10px;
}

/* Single category calumn - on Products page */
.category-products-single-column {
    float: left;
    width: 50%;
    position: relative;
}

.category-products-single-column .product-image {
    float: left;
    margin-right: 20px;
}

.category-products-single-column .pager {
    position: absolute;
    border: none;
    margin-top: 2px;
    top: 0;
    width: 95%;
}

.category-products-single-column #products-grid-table .prod_meta {
    width: 265px;
}

.category-products-single-column #products-grid-table .price {
    font-size: 18px !important;
}

#products-grid-table .prod_meta p {
    color: #4E4D4D;
    font-size: 11px;
    padding-bottom: 0px;
}

.category-products-single-column #products-grid-table .prod_meta p {
    font-size: 11px !important;
}

#products-grid-table .product-image {
    float: left;
}

#products-grid-table .prod_meta {
    width: 190px;
    float: right;
    margin: 0 !important;
}

.btn_add_to_cart {
    display: block;
    height: 18px;
    width: 34px !important;
    padding: 0 !important;
    background: url('../im/btn_cart.gif') no-repeat !important;
}

.btn_add_to_cart:hover {
    background-position: 0 -26px !important;
}

.btn_add_to_cart img{ 
	display:none;
}


.view_more a {
    background: url('../im/btn_view.gif') no-repeat;
    display: block;
    height: 18px;
    width: 34px !important;
    text-indent: -999999px;
}

.add_to_cart {
}

.col-main a:hover {
    color: #E06B08;
    text-decoration: underline;
}


/* 2 column listing of products, including active state (within white bg) */
div.cat_land_left {
    float: left;
    display: inline;
    width: 280px;
    margin: 20px;
}
div.cat_land_right {
    float: left;
    display: inline;
    width: 280px;
    margin: 20px 0;
}

div.cat_land_right div.item {
    float: left;
    display: inline;
    margin: 0;
    width: 280px;
    height: 96px;
}
.item.act {
    background-color: #fff;
}
.item div.inner {
    padding: 13px 6px 0;
}
.item img.th {
    float: left;
    margin-right: 10px;
}
.item span.prod {
    float: left;
    width: 167px;
    height: 34px;
}

div#pr_feature_holder {
    float: none !important;
    overflow: hidden;
}

#products-grid-table {
    clear: both;
}

div#pr_tabs .ui-tabs-nav {
    width: 609px !important;
    margin: 0 0px 0 10px !important;
    float: none !important;
    background: none;
    display: block;
}

#pr_tabs .careers {
    display: none;
}

#pr_tabs .ui-tabs {
    min-height: 300px;
}

.pr_text {
    display: inline;
    float: left;
    margin: 20px 0 0 20px;
    width: 260px;
}

.product_wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.prod_name {
    float: none !important;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
    font-weight: normal;
}

.category-products-single-column .prod_name {
    font-size: 18px;
}

.prod_number {
    color: #A4A4A4;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
}


h3.pr_name {
    color: #BEBEBE;
}

ul.pr_modfeat {
    color: #BEBEBE;
}

.pr_modnum {
    text-transform: uppercase;
}

#pr_feature_holder .price {
    font-size: 20px !important;
}

.item p.prod_desc {
    float: left;
    font-size: 11px;
    line-height: 14px;
    color: #4e4d4d;
}
.item span.prod_modnum {
    text-transform: uppercase;
    color: #a4a4a4;
}
.item p.prod_info {
    float: left;
    height: 44px;
    width: auto !important;
    margin-right: 10px;
}

.item .price-box .price {
    float: left;
    display: inline;
    margin-left: 0px;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px;
    color: #e06b08;
}
.item span.prod_compare {
    float: left;
    display: inline;
    color: #a4a4a4;
    font-size: 11px;
    width: 167px;
}

.block-related .price-box .price {
    float: none;
    padding-top: 0px !important;
}

.block-related .price-box {
    float: right;
}

.block-related .product-name {
    color: #4E4D4D;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 130px;
}

.block-layered-nav {
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.block-layered-nav ol {
    display: block;
    padding: 10px 10px 0;
}

.block-layered-nav li a {
    color: #6B6B6B;
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.block-layered-nav li a:hover {
    color: #E06B08;
}

h2.hdr_product_page {
    width: auto;
    font-size: 14px;
    clear: both !important;
    float: none !important;
    background: #333333 url(../im/hdrbar_bkgd.gif) repeat-x;
    margin: 0 0 20px;
    border-top: 1px solid #FFF;
    padding: 7px 20px 5px;
    text-transform: uppercase;
}

.block,
.shopcat {
    zoom: 1;
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block !important;
}

.shopcat a {
    float: none !important;
}

.shopcat img {
    zoom: 1;
    display: block;
}

div#pr_complete {
    width: auto !important;
}

#content_side_links {
    padding: 20px !important;
    overflow: hidden;
}

#content_side_links .btn_apply_now {
    margin-top: 10px;
    display:block;
    width: 89px;
}

#content_side_links .btn_apply_now:hover {
    opacity: .85;
    filter: alpha(opacity = 85);
}

h4.right_black {
    float: none !important;
}

.block-compare {
    padding: 0 !important;
}

.block-compare .block-content {
    padding: 20px 20px 0;
}

.block-compare .block-title h2 {
    margin-top: 0;
    background: #000000 none repeat scroll 0 0;
    color: #E9E9E9;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 240px;
}


.pages li {
    float: left;
    margin: 0 3px 0 0;
}

.pages li a,
.pages li .current {
    float: left;
    display: inline;
    margin: 0px 2px 0px 0px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent url(../im/bkgd_btn_page.gif) no-repeat 0px 0px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
.pages li a:hover,
.pages li .current {
    text-decoration: none;
    float: left;
    display: inline;
    margin: 0px 2px 0px 0px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent url(../im/bkgd_btn_page.gif) no-repeat 0px -16px;
    color: #4e4d4d;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}

.sort-by select {
    color: #BEBEBE;
    width: 189px;
    height: 19px;
    border: 2px solid #3f3f3f;
    background: #3f3f3f;
    text-transform: uppercase;
}
.sort-by select {
    display: inline;
    width: 150px;
    margin: 0px 6px;
    line-height: 19px;
    font-weight: bold;
}
.sort-by select a {
    float: right;
}

div#pr_tabs div ul li a {
    width: auto;
    float: none;
    height: auto;
}

div#pr_tabs div ul,
div#pr_tabs div ul li {
    width: auto;
    float: none;
    height: auto;
}

div#pr_tabs .more-views li {
    float: left;
}

div#pr_tabs .tab li {
    display: block !important;
}

body.page-popup {
    background: #5a5a5a url(../im/bkgd.gif) repeat-x;
    color: #505050;
}

.page-popup .data-table {
    font-size: 11px;
    border-collapse: collapse;
}

.page-popup .data-table th {
    background: #F6F6F6 !important;
    border: 1px solid #DDDDDD;
    color: #505050 !important;
}

.page-popup button.button {
    margin-bottom: 5px;
}

.postWrapper {
    padding: 20px 0;
}

.postDetails {
    display: none;
}

.col2-right-layout .price-box .price {
    color: #E06B08;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.03em;
    display: block;
    padding-top: 10px;
}

.col-main .price-box .price {
    padding-top: 0px;
}

.product-options-bottom {
    padding-left: 0px;
    z-index: 99999999;
    clear: both;
    position: static;
}

.col-right.sidebar.side-col {
    position: relative;
}

.col-right.sidebar.side-col .add-to-cart {
    /*position: absolute;*/
/*    top: 100px;*/
    background: transparent url(../im/pr_arrowright.gif) no-repeat scroll 0 6px;
    padding-left: 16px;
    z-index: 9;
    margin-bottom: 40px;
}

span.copyright {
    margin-bottom: 30px !important;
}

.int_title {
    display: block;
    background: transparent url(../im/bkgd_product.jpg) no-repeat scroll 0 0;
}

.page-title {
    margin-bottom: 20px;
}

.col-main h2 {
    float: none;
}
.col-main p {
    line-height: 150%;
    padding-bottom: 20px;
}

.sidebar h2,
.sidebar {
    color: #505050;
}

.col-main h2,
.col-main h3,
.col-main {
    color: #505050;
}

.dashboard h4 {
    display: inline-block;
}

.dashboard .address_header a {
}

.col-main h4 {
    padding-bottom: 10px;
}

.col-main h3 {
    padding-bottom: 10px;
}

.account-login {
    padding: 20px;
}

.cms-home .col-main p {
    padding-bottom: 0;
}

.cms-home .col-main {
    color: #BEBEBE;
}

.checkout-cart-index .col-main {
    padding: 20px;
}

div#secondary {
    margin-bottom: 0;
}

#login-form {
    margin: 0 auto;
    width: 600px;
}

.account-create {
    padding: 20px 20px;
}

.account-create fieldset {
    padding-bottom: 20px;
}

.top-link-wishlist {
    display: none;
}

.top-link-cart {
    background: transparent url(../im/bkgd_cart.gif) no-repeat scroll 95% 1px;
    padding-right: 23px !important;
}

.top-link-cart:hover {
    background: transparent url(../im/bkgd_cartover.gif) no-repeat scroll 95% 1px;
    padding-right: 23px !important;
}

.blog-index-index .right {
    padding-right: 20px;
}
.blog-index-index .left {
    padding-left: 20px;
}

.block-content ul li {
    line-height: 150%;
}

h3.pr_name {
    color: #BEBEBE;
}

#review_field {
    width: 480px;
    height: 200px;
}

.stock_status {
    color: #3F3F3F;
    font-size: 11px;
    padding-left: 20px;
}

.out-of-stock {
    display: inline;
    float: left;
    height: 26px;
    overflow: hidden;
    width: 34px;
    overflow: hidden;
    background: url('../im/bkgd_btnsm_gray.png') no-repeat;
}

.out-of-stock span {
    display: inline;
    float: left;
    height: 18px;
    margin: 0;
    overflow: hidden;
}

.out-of-stock img {
    display: inline;
    float: left;
    margin: -26px 0 0;
}

div.tab p {
    float: none !important;
}

#customer-reviews dt {
    font-weight: bold;
}

#customer-reviews dd {
    margin-bottom: 20px;
    border-bottom: 1px solid #BEBEBE;
}

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

#contactForm .group-select .input-box input.input-text,
#contactForm .group-select .input-box textarea {
    width: 270px;
}

#contactForm .group-select .input-box {
    width: auto;
}

#contactForm .group-select textarea {
    width: 270px;
}

.half {
    display: inline;
    float: left;
    width: 280px;
}

.contacts-index-index .half {
    padding-top: 30px;
}

.contacts-index-index .half.pad {
    margin-right: 20px;
    padding-left: 20px;
}

#contactForm button.button {
    background: none;
    float: none;
}

#contactForm button.button span {
    padding: 0;
}

div.tab {
    display: block !important;
    float: none !important;
    overflow: hidden;
}

div.tab p {
    width: auto !important;
}

.catalog-seo-sitemap-product h1,
.catalog-seo-sitemap-category h1 {
    margin-bottom: 30px;
}

.catalog-seo-sitemap-product .pager p,
.catalog-seo-sitemap-category .pager p {
    padding-bottom: 0px;
}

.sitemap {
    margin-bottom: 30px;
}

.sitemap ul {
    padding-bottom: 20px;
}

.sitemap li {
    line-height: 1.5em;
}

.sitemap .level-0 a {
    line-height: 1.75em;
    font-size: 14px;
    font-weight: normal;
    width: 200px;
    text-transform: uppercase;
    color: #505050 !important;
}

#checkout-review-table tfoot th {
    color: #505050;
    background: #FCFCFC;
}

.support-index-index #pr_preview {
    background: transparent url(../im/bkgd_product.jpg) no-repeat scroll 0 0;
    overflow: hidden;
}

.support-index-index div#pr_tabs {
    margin-top: -31px;
}

p.pr_addon_hr {
    border-top: 1px solid #BEBEBE;
    border-bottom: none !important;
    padding-top: 20px;
}

#support_category_select,
#support_product_select {
    margin-top: 10px;
    background: #3F3F3F none repeat scroll 0 0;
    border: none;
    padding: 3px;
    color: #BEBEBE;
    text-transform: uppercase;
}

.add-review label {
    display: block;
}

.add-review ul li {
    line-height: 1.5em !important;
    display: block;
    margin-bottom: 20px !important;
}

span.pr_image {
    text-align: center;
    padding-top: 1px;
}

#pr_feature_holder span.pr_image {
   text-align: right;
}

.menu-categories {
    margin-bottom: 0px !important;
}

.blog .head h4 {
    background: none !important;
}

.base-mini.blog {
    background: url('../im/bkgd_product.jpg') no-repeat;
    overflow: hidden;
    width: 100%;
}

.blog_int {
    padding: 20px;
}

.blog .blog_int {
    background: #EFEFEF;
    overflow: hidden;
}

.blog-index-index .overview a,
.menu-categories a:hover,
.menu-categories .active a {
    margin-top: -31px;
}

ul#nav li a:hover {
    margin-top: -66px;
}

.cms-shop ul#nav li#shopbtn a,
.cms-home ul#nav li#homebtn a,
.cms-products ul#nav li#productsbtn a,
.support-index-index ul#nav li#supportbtn a {
    margin-top: -132px;
}

.lower_toolbar .pager {
    position: static;
}

.lower_toolbar .pager .pages {
    display: block;
}

.cms-products .lower_toolbar .pager .pages {
    display: block;
    clear: both;
    margin: 0;
}

.cms-products .lower_toolbar .pager .amount {
    clear: both;
    display: block;
    padding: 0;
}

.col2-right-layout .sidebar #contactForm {
    padding: 10px;
}

.col2-right-layout .sidebar .int_title {
    height: 34px !important;
    overflow: hidden;
    display: block;
    width: 100%;
}

.col2-right-layout .sidebar .int_title img {
    margin-top: -20px;
}

.col2-right-layout #contactForm .input-text,
.col2-right-layout #contactForm textarea {
    width: 250px !important;
}

.col2-right-layout #contactForm .inline .input-text {
    width: 115px !important;
}

.find_retailer {
    display: inline !important;
    visibility: visible;
}

.find_retailer a img,
.find_retailer a {
    display: block;
}

#legacy_tracker {
    background: #000;
    color: #FFF;
    clear: both;
}

#legacy_tracker .content {
    padding: 10px 20px;
}

#legacy_tracker .hdr_notice {
    background: #c80d0d;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 10px 5px !important;
}

#legacy_tracker p {
    padding-bottom: 10px !important;
    text-align: center;
}

.login_tracker {
    width: 600px;
    margin: 40px auto 0;
}

.login_tracker .content {
    text-align: center;
}

#join .group-select .input-box input.input-text,
#join .group-select .input-box textarea,
#join input.input-text {
    width: 270px;
}

#join .group-select .input-box {
    width: auto;
}

#join .group-select textarea {
    width: 270px;
}

.contacts-index-index .half {
    padding-top: 30px;
}

.contacts-index-index .half.pad {
    margin-right: 20px;
    padding-left: 20px;
}

#join button.button {
    background: none;
    float: none;
}

#join button.button span {
    padding: 0;
}

#retailer_tooltip {
    display: none;
    background: #FFF;
}

#retailer_tooltip img {
    border-bottom: none !important;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

p.prod_info {
    width: auto !important;
}

.category_feature .price-box {
    float: left;
}


.category_feature .price-box .price-label {
    display: none;
}

.category_feature .price-box p {
    margin-right: 10px;
    float: left;
    line-height: 100%;
    padding-bottom: 10px;
}

#pr_third .old-price,
#pr_third .price-label {
    display: none;
}

#pr_third p {
    line-height: 100% !important;
}

#pr_third .prod_price {
    float: left;
}

#pr_third .price {
    font-size: 20px !important;
}

.smbtn button {
    height: 18px !important;
    overflow: hidden !important;
}

span.prod_price {
    overflow: visible !important;
    height: 31px !important;
    zoom: 1;
    display: block;
}

#imageDataContainer {
    margin-bottom: 10px;
}

#product_comparison .out-of-stock {
    background: none !important;
    width: auto !important;
}

#ajax_loader {
    display: none;
    left: 5px;
    position: relative;
    top: 10px;
}

.warrantynav {
    clear: both !important;
    display: block !important;
    margin: 0 0 20px 0 !important;
    overflow: hidden;
    width: 100% !important;
}

.warrantynav li {
    float: left !important;
    padding: 0 20px 0 0 !important;
}

#overview .row {
    overflow: hidden;
    width: 100%;
}

#product_comparison .images th,
#product_comparison .images td {
    background: #E9E9E9 !important;
}

#product_comparison .price-box {
    font-size: 16px;
}

#product_comparison .price-box p,
#product_comparison .price {
    margin-bottom: 10px;
}

#lightbox #caption a:hover {
    color: #E06B08;
    text-decoration: underline;
}


/* Start buildout stylesfrom Magnetic */
* {
    margin: 0px;
    padding: 0px;
}
html,body {
    margin: 0px;
    padding: 0px;
}
body {
    background: #5a5a5a url(../im/bkgd.gif) repeat-x 0px 152px;
    text-align: center;
    color: #bebebe;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
}
a {
    -moz-outline-style: none;
}
a {
    color: #e06b08;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
a.rev {
    color: #ffffff;
    text-decoration: none;
}
a.rev:hover {
    color: #e06b08;
    text-decoration: none;
}
a img {
    border: 0;
}
.inlinebtn {
    float: left;
    display: inline;
    height: 31px;
    overflow: hidden;
}
.inlinebtn a {
    float: left;
    display: inline;
    margin: 0px;
}
.inlinebtn a img {
    float: left;
    display: inline;
    margin: 0px;
}
.inlinebtn a:hover img {
    float: left;
    display: inline;
    margin: -31px 0px 0px 0px;
}
.learnmore {
    float: left;
    display: inline;
    width: 100px;
    height: 25px;
    overflow: hidden;
    background: url(../im/tag_bkgd.gif) no-repeat 0px 0px;
}
.learnmore a {
    float: left;
    display: inline;
    margin: 0px;
}
.learnmore a img {
    float: left;
    display: inline;
    margin: 0px;
}
.learnmore a:hover img {
    float: left;
    display: inline;
    margin: -25px 0px 0px 0px;
}
.smallad {
    float: left;
    display: inline;
    height: 90px;
    overflow: hidden;
}
.smallad a {
    float: left;
    display: inline;
    margin: 0px;
}
.smallad a img {
    float: left;
    display: inline;
    margin: 0px;
}
.smallad a:hover img {
    float: left;
    display: inline;
    margin: -90px 0px 0px 0px;
}
.largead {
    float: left;
    display: inline;
    height: 190px;
    overflow: hidden;
}
.largead a {
    float: left;
    display: inline;
    margin: 0px;
}
.largead a img {
    float: left;
    display: inline;
    margin: 0px;
}
.largead a:hover img {
    float: left;
    display: inline;
    margin: -190px 0px 0px 0px;
}
.lgbtn {
    float: left;
    display: inline;
    width: 116px;
    height: 42px;
    overflow: hidden;
}
.lgbtn a {
    float: left;
    display: inline;
    margin: 0px;
    height: 31px;
    overflow: hidden;
}
.lgbtn a img {
    float: left;
    display: inline;
    margin: 0px;
}
.lgbtn a:hover img {
    float: left;
    display: inline;
    margin: -42px 0px 0px 0px;
}
.smbtn {
    float: left;
    display: inline;
    width: 34px;
    height: 26px;
    overflow: hidden;
}
.smbtn a {
    float: left;
    display: inline;
    margin: 0px;
    height: 18px;
    overflow: hidden;
}
.smbtn a img {
    float: left;
    display: inline;
    margin: 0px;
}
.smbtn a:hover img {
    float: left;
    display: inline;
    margin: -26px 0px 0px 0px;
}
.shopcat {
    float: left;
    display: inline;
    height: 96px;
    overflow: hidden;
}
.shopcat.hdtv {
    float: left;
    display: inline;
    height: 116px;
    overflow: hidden;
}
.shopcat a {
    float: left;
    display: inline;
    margin: 0px;
}
.shopcat a img {
    float: left;
    display: inline;
    margin: 0px;
}
.shopcat a:hover img {
    float: left;
    display: inline;
    margin: -96px 0px 0px 0px;
}
.shopcat.hdtv a:hover img {
    float: left;
    display: inline;
    margin: -116px 0px 0px 0px;
}
a.pagebtn {
    float: left;
    display: inline;
    margin: 0px 2px 0px 0px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent url(../im/bkgd_btn_page.gif) no-repeat 0px 0px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
a.pagebtn:hover,a.pagebtn.current {
    float: left;
    display: inline;
    margin: 0px 2px 0px 0px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent url(../im/bkgd_btn_page.gif) no-repeat 0px -16px;
    color: #4e4d4d;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
.clear {
    width: 100%;
    height: 0px;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}
.last {
    margin-right: 0px !important;
}
ul {
    list-style-type: none;
    padding: 0px;
}
h2 {
    float: left;
    width: 100%;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 23px;
    color: #fff;
}
ul#nav {
    float: left;
    display: inline;
    width: 900px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
ul#nav li {
    float: left;
    display: inline;
    height: 66px;
    line-height: 66px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
ul#nav li.act a {
    margin-top: -66px;
}
ul#nav li.actpg a {
    margin-top: -132px;
}
ul#nav li a {
    float: left;
    height: 66px;
}
ul#nav li img {
    margin-top: 0px;
}
div#header {
    position: relative;
    width: auto;
    min-width: 900px;
    height: 152px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background: #10213f url(../im/hdr_bkgd.jpg) no-repeat top center;
}
div#hdr_int {
    position: relative;
    width: 900px;
    min-width: 900px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
a#logo {
    float: left;
    width: 210px;
    height: 76px;
    margin: 10px 0px 0px 0px;
}
div#hdr_utils {
    float: right;
    margin: 10px 0px 0px 0px;
    text-align: right;
}
form#search {
    float: right;
    width: 182px;
}
form#registernow {
    float: left;
    display: inline;
    width: 240px;
    margin: 0px 20px;
}
input,textarea,select {
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
}
fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}
input.small {
    float: left;
    display: inline;
    width: 154px;
    height: 13px;
    line-height: 15px;
    background: #fff;
    color: #9d938e;
    margin: 0px 2px 0px 0px;
    padding: 2px 2px;
    border: 1px solid #969696;
}
input.normal {
    float: left;
    display: inline;
    width: 194px;
    height: 15px;
    line-height: 15px;
    background: #fff;
    color: #9d938e;
    margin: 0px 4px 4px 0px;
    padding: 4px 2px;
    border: 1px solid #969696;
}
input.formbtn {
    float: left;
    margin: 0px;
}
input.errors {
    border: 1px solid #e14242;
    color: #e14242;
}
form#registernow input.normal {
    padding: 2px;
}
p#form_success {
    color: #E06B08;
    font-weight: bold;
}
p#form_errors {
    color: #E14242 !important;
    font-weight: bold;
}
ul#util_links {
    float: right;
    display: inline;
    width: auto;
    list-style-type: none;
    padding: 0px;
    margin: 14px 0px 0px 0px;
}
ul#util_links li {
    float: left;
    display: inline;
    height: 15px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}
ul#util_links li a {
    float: left;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #7f7b7d;
}
ul#util_links li a#cart {
    border: none;
    padding-right: 20px;
    background: url(../im/bkgd_cart.gif) no-repeat right 1px;
}
ul#util_links li a#cart:hover {
    background: url(../im/bkgd_cartover.gif) no-repeat right 1px;
}
div#container {
    position: relative;
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
div#content {
    float: left;
    width: 900px;
    margin: 0px;
    text-align: left;
}
div#hero {
    float: left;
    width: 900px;
    height: 320px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}
div#scroller {
    float: left;
    position: relative;
    width: 900px;
    height: 31px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    background: #2b2f37 url(../im/headlines_bkgd.gif) no-repeat 0px 0px;
}
div#scroller a#rss {
    float: left;
    display: inline;
    width: 13px;
    height: 13px;
    margin: 9px 38px 9px 108px;
}
div#scroller span.newsheadline {
    float: left;
    width: 720px;
    height: 18px;
    margin: 6px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #bebebe;
}
div#scroller span.newsheadline a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
div#primary {
    float: left;
    width: 900px;
    height: 190px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
div.primarybox {
    float: left;
    width: 280px;
    height: 190px;
    margin-right: 30px;
}
.col-right div.primarybox {
    margin-right: 0;
}

.col-right div.primarybox {
    color: #FFF;
}

div#register {
    background: #464646 url(../im/bkgd_regnow.jpg) no-repeat 0px 0px;
}
div#register p {
    float: left;
    display: inline;
    width: 240px;
    margin: 40px 20px 10px 20px;
    line-height: 13px;
}

#support_newsletter {
    clear: both;
    padding-top: 10px;
    position: relative;
}

#support_newsletter p {
    display: block !important;
    margin-bottom: 0 !important;
    color: #FFF;
}

div#secondary {
    float: left;
    width: 900px;
    margin: 0px 0px 12px 0px;
    padding: 0px;
    border-top: 1px solid #6b6b6b;
    clear: both;
}
div.secondarybox {
    float: left;
    width: 195px;
    margin: 30px 20px 0px 0px;
    padding-right: 20px;
    background: url(../im/vr.gif) no-repeat right 0px;
}
div.secondarybox h4 {
    float: left;
    display: inline;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #e06b08;
    margin: 0px 0px 8px 0px;
}
div.secondarybox p {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 10px;
}
span.selectbox {
    float: left;
    width: 189px;
    height: 19px;
    border: 2px solid #3f3f3f;
    background: #3f3f3f;
}
span.selected {
    float: left;
    display: inline;
    width: 150px;
    margin: 0px 6px;
    line-height: 19px;
    font-weight: bold;
}
span.selectbox a {
    float: right;
}
ul.list_links {
    float: left;
    display: inline;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.list_links li {
    float: left;
    display: inline;
    width: 100%;
    height: 16px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}
ul.list_links li a {
    float: left;
    padding: 0px;
    font-weight: bold;
}
div#int_top {
    float: left;
    display: inline;
    width: 880px;
    height: 23px;
    padding: 4px 4px 4px 16px;
    background: #000;
}
span.breadcrumbs {
    float: left;
    font-size: 11px;
    line-height: 22px;
}
span.breadcrumbs a {
    text-transform: uppercase;
    padding: 0px 4px;
}
span.jump {
    float: right;
}
span.qltext {
    float: left;
    height: 23px;
    margin-right: 6px;
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
}
div#int {
    float: left;
    width: 900px;
    margin-bottom: 30px;
    background: #e9e9e9;
}
div#int div#left {
    float: left;
    width: 620px;
}
div#int div#right {
    float: left;
    width: 280px;
}
div#int div.left {
    float: left;
    width: 620px;
}
div#int div.right {
    float: left;
    width: 280px;
}
div#int div#lefthalf {
    float: left;
    width: 450px;
    border-top: 1px solid #e9e9e9;
}
div#int div#righthalf {
    float: left;
    width: 449px;
    border-top: 1px solid #e9e9e9;
}
div#int div#leftthird {
    float: left;
    width: 300px;
    border-top: 1px solid #e9e9e9;
}
div#int div#centerthird {
    float: left;
    width: 300px;
    border-top: 1px solid #e9e9e9;
}
div#int div#rightthird {
    float: left;
    width: 300px;
    border-top: 1px solid #e9e9e9;
}
div#int div#slideview {
    float: left;
    width: 900px;
    height: 310px;
    margin: 0px;
}
#slideview {
    background: #000;
}
div.item {
    float: left;
    display: inline;
    margin: 20px;
    width: 410px;
    height: 108px;
}
div.item img.th {
    float: left;
    margin-right: 10px;
}
div.item span.prod {
    float: left;
    width: 275px;
    height: 82px;
}
div.item p.prod_name {
    float: left;
    width: 275px;
    font-size: 18px;
    line-height: 18px;
    color: #505050;
}
div.item p.prod_desc {
    float: left;
    width: 275px;
    font-size: 11px;
    line-height: 14px;
    color: #4e4d4d;
}
div.item span.prod_modnum {
    text-transform: uppercase;
    color: #a4a4a4;
}
div.item p.prod_info {
    float: left;
    width: 275px;
    height: 26px;
}
div.item span.prod_price {
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 20px;
    line-height: 18px;
    color: #e06b08;
}
div.category {
    margin-bottom: 30px;
}
div.catitem {
    float: left;
    display: inline;
    margin: 20px 20px 0px 20px;
    width: 260px;
}
div.catitem img.th {
    float: left;
    margin-right: 10px;
}
div.catitem span.prod {
    float: left;
    width: 168px;
    margin-bottom: 5px;
}
div.catitem p.prod_name {
    float: left;
    width: 168px;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
}
div.catitem p.prod_modnum {
    float: left;
    text-transform: uppercase;
    color: #a4a4a4;
    font-size: 11px;
}
div.catitem p.prod_info {
    float: left;
    width: 168px;
    height: 26px;
}
div.catitem span.prod_price {
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #e06b08;
}
div.product {
    background: url(../im/bkgd_product.jpg) no-repeat 0px 0px;
}
div.inthdr {
    float: left;
    display: inline;
    width: 100%;
    background: #333 url(../im/hdrbar_bkgd.gif) repeat-x 0px 0px;
    padding: 4px 0px;
}
div.inthdr img.title {
    float: left;
    display: inline;
    margin: 0px 20px;
}
div#centerthird div.inthdr,div#rightthird div.inthdr {
    width: 299px;
    border-left: 1px solid #fff;
}
span#pr_preview {
    float: left;
    display: inline;
    width: 620px;
    margin: 0px;
}
span.pr_text {
    float: left;
    display: inline;
    width: 260px;
    margin: 20px 0px 10px 20px;
}
h3.ttl_orange {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    letter-spacing: -0.03em;
    color: #E06B08;
    text-transform: uppercase;
}
h3.pr_name {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    letter-spacing: -0.03em;
}
p.pr_desc {
    float: left;
    width: 100%;
    margin: 15px 0px 20px 0px;
    font-size: 14px;
    line-height: 15px;
    color: #bebebe;
}
span.pr_modnum {
    float: left;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #6b6b6b;
}
p.prod_info {
    float: left;
    width: 260px;
    height: 26px;
}
span.prod_price {
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 20px;
    color: #e06b08;
}
span#pr_second {
    float: left;
    display: inline;
    width: 580px;
    margin: 0px;
    padding: 0px 20px;
    background: #e9e9e9;
}
span#pr_second span.pr_text {
    float: left;
    display: inline;
    width: 280px;
    margin: 20px 0px 0px 20px;
}
span#pr_second h3.ttl_orange {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    letter-spacing: -0.03em;
    color: #E06B08;
    text-transform: uppercase;
}
span#pr_second h3.pr_name {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    letter-spacing: -0.03em;
    color: #505050;
}
span#pr_second p.pr_desc {
    float: left;
    width: 100%;
    height: 52px;
    margin: 15px 0px 20px 0px;
    font-size: 14px;
    line-height: 15px;
    color: #505050;
}
span#pr_second span.pr_modnum {
    float: left;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #a4a4a4;
}
span#pr_second p.prod_info {
    float: left;
    width: 275px;
    height: 26px;
}
span#pr_second span.prod_price {
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 20px;
    color: #e06b08;
}
span#pr_second span.pr_image {
    float: left;
    display: inline;
    width: 280px;
    margin: 0px;
}
span#pr_second div.clear {
    border-bottom: 1px solid #d0d0d0;
}
span#pr_third {
    float: left;
    display: inline;
    width: 580px;
    margin: 0px;
    padding: 25px 20px 0px 20px;
    background: #e9e9e9;
}
span.pr_th_item {
    float: left;
    display: inline;
    width: 180px;
    margin-right: 20px;
}
span.pr_th_item span.pr_text {
    float: left;
    display: inline;
    width: 180px;
    margin: 0px;
}
span.pr_th_item h3.pr_name {
    float: left;
    width: 100%;
    height: 34px;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    margin: 0px;
    padding: 0px;
    letter-spacing: -0.03em;
    color: #505050;
}
span.pr_th_item span.pr_modnum {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #a4a4a4;
}
span.pr_th_item p.prod_info {
    float: left;
    width: 180px;
    height: 26px;
}
span.pr_th_item span.prod_price {
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 20px;
    line-height: 18px;
    color: #e06b08;
}
span.pr_th_item span.pr_image {
    float: left;
    display: inline;
    width: 180px;
    margin: 0px 0px 15px 0px;
}
div.shop span#pr_preview {
    float: left;
    display: inline;
    width: 620px;
    margin: 0px;
    background: url(../im/bkgd_product.jpg) no-repeat 0px 0px;
}
div.shop span.pr_text {
    float: left;
    display: inline;
    width: 360px;
    margin: 20px 0px 0px 20px;
}
div.shop h3.ttl_orange {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    letter-spacing: -0.03em;
    color: #E06B08;
    text-transform: uppercase;
}
div.shop span.pr_modnum {
    float: left;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #6b6b6b;
}
div.shop p.pr_desc {
    float: left;
    width: 100%;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #bebebe;
}
div.shop span.pr_image {
    float: right;
    width: 240px;
}
ul.pr_modfeat {
    float: left;
    display: inline;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 15px 0px 0px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}
ul.pr_modfeat li {
    float: left;
    display: inline;
    width: 100%;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
}
a#share {
    float: left;
    margin-right: 0px;
    padding-right: 6px;
    font-size: 11px;
    line-height: 18px;
}
a#share:hover {
    color: #fff;
}
a#print {
    float: left;
    margin-right: 14px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 18px;
    background: url(../im/btn_print.gif) no-repeat right 0px;
}
a#email {
    float: left;
    margin-right: 0px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 18px;
    background: url(../im/btn_email.gif) no-repeat right 0px;
}
span.pr_image {
    float: right;
    width: 340px;
}
.ui-tabs {
}
.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 .2em -1px 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 1px;
    border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}
/* first selector in group seems obsolete,but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: inline;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
div#pr_tabs {
    float: left;
    width: 100%;
}
div#pr_tabs ul {
    float: left;
    display: inline;
    /*width: 583px;*/
    list-style-type: none;
    padding: 0px;
    margin: 0px 17px 0px 20px;
    overflow: hidden;
}
div#pr_tabs ul li {
    float: left;
    display: inline;
    height: 31px;
    line-height: 31px;
    margin: 0px 3px 0px 0px;
    overflow: hidden;
    padding: 0px;
}
div#pr_tabs .ui-tabs-panel ul li {
    height: auto;
    float: none;
    line-height: 150%;
    display: block;
}
div#pr_tabs ul li.ui-tabs-selected a,div#pr_tabs ul li.ui-state-hover a {
    margin-top: -31px;
}
div#pr_tabs ul li a {
    float: left;
    height: 31px;
}
div#pr_tabs ul li img {
    margin-top: 0px;
}
div.tab {
    float: left;
    display: inline;
    width: 580px;
    margin: 0px;
    padding: 30px 20px;
    background: #e9e9e9;
}
div.tab p {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    line-height: 17px;
    color: #4e4d4d;
}
div.tab p span.headline {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
div.tabcol {
    float: left;
    width: 275px;
    margin-right: 30px;
}
div#pr_buy {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #bebebe url(../im/bkgd_pr_buy.jpg) no-repeat 0px 0px;
}
h3.pr_price {
    float: left;
    display: inline;
    width: 260px;
    color: #e06b08;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 10px 20px;
    padding: 0px;
    letter-spacing: -0.03em;
}
span.pr_instock,span.pr_shipdate {
    float: left;
    display: inline;
    width: 260px;
    margin: 0px 0px 0px 20px;
    font-size: 11px;
    line-height: 15px;
    color: #3f3f3f;
}
span.pr_buyfind {
    float: left;
    width: 240px;
    margin-top: 15px;
    padding-left: 20px;
    background: url(../im/pr_arrowright.gif) no-repeat 0px 6px;
}
.btnorange {
    background: url(../im/bkgd_btn_orange.png) no-repeat 0px 0px;
}
.btnblue {
    background: url(../im/bkgd_btn_blue.png) no-repeat 0px 0px;
}
.smbtnorange {
    background: url(../im/bkgd_btnsm_orange.png) no-repeat 0px 0px;
}
.smbtnblue {
    background: url(../im/bkgd_btnsm_blue.png) no-repeat 0px 0px;
}
h4.right_black {
    float: left;
    width: 240px;
    padding: 0px 20px;
    background: #000;
    color: #e9e9e9;
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Added display:inline 08/06 TR2 */
div#pr_complete {
    float: left;
    display: inline;
    width: 240px;
    padding: 20px;
    background: #bebebe;
}
/* */
div#pr_complete p.pr_name {
    float: left;
    width: 180px;
    margin: 10px 0px;
    padding: 0px;
    color: #4e4d4d;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
div#pr_complete p.pr_price {
    float: right;
    width: 60px;
    margin: 10px 0px;
    padding: 0px;
    color: #4e4d4d;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    text-align: right;
}
div#pr_addon {
    float: left;
    width: 240px;
    padding: 20px;
    background: #a9a9a9;
}
div.tab p {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    line-height: 17px;
    color: #4e4d4d;
}
div#pr_addon p span.headline {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
div#pr_addon form {
    float: left;
    width: 100%;
    margin: 5px 0px;
    list-style-type: none;
    padding: 0px;
    color: #4e4d4d;
}
ul.pr_addon_list li {
    float: left;
    width: 100%;
    padding: 2px 0px;
}
ul.pr_addon_list li input.radio {
    float: left;
    height: 15px;
    margin-right: 5px;
}
ul.pr_addon_list li span.pr_addon_name {
    float: left;
    width: 160px
}
ul.pr_addon_list li span.pr_addon_price {
    float: right;
    width: 55px;
    font-weight: bold;
    text-align: right;
}
a.pr_addon_link {
    font-size: 10px;
    color: #e06b08;
    font-weight: bold;
    text-transform: uppercase;
}
a.pr_addon_link:hover {
    color: #fff;
}
p.pr_addon_hr {
    border-bottom: 1px solid #bebebe;
    margin: 15px 0px;
}
div#cat_filter {
    float: left;
    width: 240px;
    padding: 20px;
    background: #bebebe;
}
p.cat_pagination {
    float: left;
    width: 240px;
    margin: 0px;
    padding: 0px;
    color: #4e4d4d;
    font-size: 11px;
    line-height: 16px;
}
span.page_display {
    float: left;
    margin-right: 20px;
}
span.sh_filter_name {
    float: left;
    width: 86px;
    margin: 0px;
    padding: 0px;
    color: #4e4d4d;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
div#cat_filter span.selectbox {
    float: left;
    width: 162px;
    height: 19px;
    border: 2px solid #6a6a6a;
    background: #6a6a6a;
}
div#cat_filter span.selected {
    float: left;
    display: inline;
    width: 126px;
    margin: 0px 6px;
    line-height: 19px;
    font-weight: bold;
    font-size: 11px;
}
div#cat_filter span.selectbox a {
    float: right;
}
ul.sh_filter {
    float: left;
    width: 154px;
    margin: 0px;
    padding: 0px;
    color: #4e4d4d;
    font-size: 11px;
    line-height: 15px;
    list-style-type: none;
}
ul.sh_filter li {
    float: left;
    width: 100%;
    height: 15px;
    background: url(../im/checkbox_off.gif) no-repeat 0px 2px;
}
ul.sh_filter li.active {
    background: url(../im/checkbox_on.gif) no-repeat 0px 2px;
}
a.cat_option,a.cat_option:hover {
    float: left;
    display: inline;
    width: 136px;
    padding-left: 18px;
    color: #6b6b6b;
}
ul.sh_filter li.active a.cat_option,ul.sh_filter li.active a.cat_option:hover {
    color: #2f2f2f;
    font-weight: bold;
}
div#cat_filter div.hr {
    float: left;
    border-bottom: 1px solid #b5b5b5;
    margin: 8px 0px;
}
div#footer {
    float: left;
    width: 900px;
    height: 60px;
    margin: 0px;
    clear: both;
}
#ftr_links {
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    float: left;
    clear: both;
    display: inline;
    width: 900px;
    list-style-type: none;
    padding: 9px 0 4px;
    margin: 0px;
    overflow: hidden;
}
#ftr_links ul {
    display:block;
    overflow:hidden;
    padding-bottom:5px;
    text-align:center;
}
#ftr_links li {
    display: inline;
    height: 13px;
    line-height: 13px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
#ftr_links li a {
    padding: 0px 8px;
    font-size: 11px;
    border-left: 1px solid #8e8d8d;
    color: #ee8d33;
}
#ftr_links li a.first {
    border: none;
    padding-left: 0px;
    margin-left: 35px;
}
span.copyright {
    float: left;
    clear: both;
    font-size: 11px;
    width: 686px;
    text-align: center;
    color: #a9a9a9;
    line-height: 16px;
    margin: 15px 0 0 110px;
    display: inline;
}
/* used for priv policy and any static pages with full text */
div#int div#full {
    width: 860px;
    margin: 12px 20px 23px 20px;
    float: left;
    clear: both;
    color: #505050;
    display: inline;
}
div#int div#full h1 {
    margin: 11px 0;
}
div#int div#full h3 {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 11px 0;
    text-transform: uppercase;
    font-weight: normal;
}
div#int div#full p {
    font-size: 12px;
    line-height: 17px;
    margin: 11px 0;
}
div#int div#full ul {
    padding-left: 12px;
    font-size: 12px;
    line-height: 17px;
}
/* category image nav,including a flag on right side for active cat */
div#sidebar_cats {
    width: 280px;
    background-color: #bebebe;
    float: left;
    padding: 1px 0 20px;
}
div#sidebar_cats span.img {
    float: left;
    display: inline;
    height: 95px;
    overflow: hidden;
    margin: 0 0 1px 0;
}
div#sidebar_cats span.img a {
    float: left;
    display: inline;
    margin: 0px;
}
div#sidebar_cats span.img a img {
    float: left;
    display: inline;
    margin: 0px;
}
div#sidebar_cats span.img a:hover img {
    float: left;
    display: inline;
    margin: -95px 0px 0px;
}
div#sidebar_cats span.img a.act img {
    float: left;
    display: inline;
    margin: -190px 0 0;
}
div#sidebar_cats span.img a.act:hover img {
    float: left;
    display: inline;
    margin: -190px 0px 0px;
}
div#sidebar_cats span.imgtall {
    float: left;
    display: inline;
    height: 115px;
    overflow: hidden;
    margin: 0 0 1px 0;
}
div#sidebar_cats span.imgtall a {
    float: left;
    display: inline;
    margin: 0px;
}
div#sidebar_cats span.imgtall a img {
    float: left;
    display: inline;
    margin: 0px;
}
div#sidebar_cats span.imgtall a:hover img {
    float: left;
    display: inline;
    margin: -115px 0px 0px;
}
div#sidebar_cats span.imgtall a.act img {
    float: left;
    display: inline;
    margin: -230px 0 0 0;
}
div#sidebar_cats span.imgtall a.act:hover img {
    float: left;
    display: inline;
    margin: -230px 0px 0px;
}
/* filtering search results */
div#pr_filter {
    float: left;
    width: 240px;
    padding: 20px;
    background: #a9a9a9;
}
div.filter_group {
    float: left;
    clear: both;
    width: 240px;
}
span.filter_cat {
    color: #505050;
    text-transform: uppercase;
    float: left;
    width: 90px;
}
ul.filter_values {
    float: left;
    width: 150px;
}
ul.filter_values li {
    font-weight: bold;
    float: left;
    clear: both;
    color: #6b6b6b;
    background: url(../im/checkbox_off.gif) no-repeat top left;
    padding-left: 18px;
    cursor: pointer;
    width: 132px;
}
ul.filter_values li.checked {
    color: #2f2f2f;
    background: url(../im/checkbox_on.gif) no-repeat top left;
}
div#pr_filter p.pr_filter_hr {
    border-bottom: 1px solid #bebebe;
    margin: 8px 0px;
    float: left;
    clear: both;
    width: 240px;
}
/* left side with large featured product */
div#pr_feature_holder {
    float: left;
    width: 620px;
}
/* 2 column listing of products,including active state (within white bg) */
div.cat_land_left {
    float: left;
    display: inline;
    width: 280px;
    margin: 20px;
}
div.cat_land_right {
    float: left;
    display: inline;
    width: 280px;
    margin: 20px 0;
}
div.cat_land_left div.item,div.cat_land_right div.item {
    float: left;
    display: inline;
    margin: 0;
    width: 280px;
    height: 106px;
}
div.cat_land_left div.item.act,div.cat_land_right div.item.act {
    background-color: #fff;
}
div.cat_land_left div.item div.inner,div.cat_land_right div.item div.inner {
    padding: 13px 6px 0;
}
div.cat_land_left div.item img.th,div.cat_land_right div.item img.th {
    float: left;
    margin-right: 10px;
}
div.cat_land_left div.item span.prod,div.cat_land_right div.item span.prod {
    float: left;
    width: 167px;
    height: 34px;
}
div.cat_land_left div.item p.prod_name,div.cat_land_right div.item p.prod_name {
    float: left;
    width: 167px;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
}
div.cat_land_left div.item p.prod_desc,div.cat_land_right div.item p.prod_desc {
    float: left;
    width: 167px;
    font-size: 11px;
    line-height: 14px;
    color: #4e4d4d;
}
div.cat_land_left div.item span.prod_modnum,div.cat_land_right div.item span.prod_modnum {
    text-transform: uppercase;
    color: #a4a4a4;
}
div.cat_land_left div.item p.prod_info,div.cat_land_right div.item p.prod_info {
    float: left;
    width: 167px;
    height: 54px;
}
div.cat_land_left div.item span.prod_price,div.cat_land_right div.item span.prod_price {
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #e06b08;
}
div.cat_land_left div.item span.prod_compare,div.cat_land_right div.item span.prod_compare {
    float: left;
    display: inline;
    color: #a4a4a4;
    font-size: 11px;
    width: 167px;
    height: 22px;
    line-height: 22px;
}
div.cat_land_left div.item span.prod_compare.flag,div.cat_land_right div.item span.prod_compare.flag {
}
div.cat_land_left div.item span.prod_compare.flag img,div.cat_land_right div.item span.prod_compare.flag img {
    margin-bottom: -7px;
}
/* hr */
div#left div.hr_full {
    border-top: 1px solid #d0d0d0;
    width: 580px;
    height: 1px;
    margin: 8px 20px;
    float: left;
    clear: both;
    display: inline;
    font-size: 1px;
    overflow: hidden;
}
/* pagination layout - digg style */
div.pagination {
    float: left;
    clear: both;
    width: 580px;
    margin: 0 20px;
    height: 24px;
    display: inline;
}
div.pagination ul {
    margin: 4px 0 4px 23px;
    float: left;
    width: 170px;
    height: 16px;
}
div.pagination ul li {
    margin: 0 3px 0 0;
    float: left;
}
div.pagination span.pag_results {
    color: #4d4d4d;
    float: left;
    line-height: 24px;
}
p.pr_info {
    width: 100%;
    color: #505050;
    font-size: 12px;
    line-height: 17px;
    margin: 9px 0 0;
}
p.pr_info a {
    font-weight: bold;
}
textarea.normal {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #969696;
    color: #9D938E;
    display: inline;
    float: left;
    line-height: 15px;
    margin: 0 4px 4px 0;
    padding: 4px 2px;
}
form#pr_support input.half {
    width: 110px;
}
form#pr_support input.full {
    width: 230px;
}
form#pr_support textarea.full {
    width: 230px;
    height: 123px;
}
.sp_feature_form {
/*    background: black;*/
    float: left;
    display: block;

    padding: 20px 0 65px 20px !important;
}
.sp_feature_form fieldset {
    margin: 25px 0 0;
}
.sp_feature_form fieldset div.hr {
    visibility: hidden;
    width: 100%;
    float: left;
    clear: both;
}
.sp_feature_form fieldset img.hdr {
    float: left;
    clear: both;
}
.sp_feature_form p {
    width: 100%;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 16px;
    margin: 2px 0 5px;
    float: left;
    clear: both;
}
.sp_feature_form span.selectbox {
    margin: 8px 9px 0 0;
}
form#faq_form {
    width: 580px;
    margin: 0;
    padding: 40px 0 5px;
    background: url(../im/faq_form_bg.jpg) no-repeat top left;
    float: left;
    clear: both;
}
form#faq_form p {
    display: inline;
    margin: 0 12px;
    color: #a4a4a4;
    width: 556px;
}
form#faq_form input.normal {
    width: 550px;
    margin: 7px 12px;
}
div#faq_results {
    float: left;
    clear: both;
    margin: 0 0 20px;
    background-color: #fff;
    display: block !important;
}
div#faq_results span.question {
    float: left;
    clear: both;
    width: 560px;
    padding: 7px 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 10px;
    color: #505050;
}
div#faq_results span.question a {
    color: #e06b08;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}
div#faq_results span.footer {
    float: left;
    clear: both;
    width: 560px;
    padding: 7px 10px;
    background-color: #d0d0d0;
    color: #505050;
}
div#faq_results span.footer a {
    font-weight: bold;
}
div.faq_pagination {
    float: left;
    clear: both;
    width: 580px;
    margin: 0;
    height: 35px;
    display: inline;
    background-color: #d0d0d0;
}
div.faq_pagination span.pag_results {
    color: #505050;
    float: left;
    line-height: 35px;
    margin: 0 10px;
    display: inline;
}
div.faq_pagination span.nav {
    float: right;
    margin: 9px 10px;
    display: inline;
}
div.faq_pagination span.nav a {
    height: 17px;
    overflow: hidden;
    margin: 0 1px 0;
    float: left;
}
div.faq_pagination span.nav a img {
    margin-top: -34px;
}
div.faq_pagination span.nav a:hover img {
    margin-top: -17px;
}
div.faq_pagination span.nav a.dis img {
    margin-top: 0px;
}
/* Rules added on 8/7 **************/
p.pr_complete_hr {
    border-bottom: 1px solid #b1b1b1;
    margin: 15px 0px;
}
.int_title img {
    padding: 26px 18px 40px;
}
div#int_text {
    float: left;
    width: 100%;
    background: #e9e9e9;
}
div.text {
    float: left;
    display: inline;
    width: 580px;
    margin: 0px;
    padding: 30px 20px;
    background: #e9e9e9;
}
div.text p {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    line-height: 17px;
    color: #505050
}
div.text p.headline {
    font-size: 14px;
}
div#int_text div.half {
    width: 280px;
    float: left;
    margin: 20px 0 0 20px;
    display: inline;
}
div#int_text div.half p {
    color: #505050;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 20px;
}
div#int_text div.half p span.headline {
    font-size: 14px;
}
select.normal {
    float: left;
    display: inline;
    width: 194px;
    height: 20px;
    line-height: 15px;
    background: #fff;
    color: #9d938e;
    border: 0px;
    margin: 0px 4px 4px 0px;
    padding: 2px;
    border: 1px solid #969696;
}
form#contact input.half {
    width: 132px;
}
form#contact input.full {
    width: 274px;
}
form#contact select.full {
    width: 278px;
}
form#contact textarea.full {
    width: 274px;
    height: 123px;
}
/* Careers */
div.career {
    color: #505050;
    margin: 10px 20px;
    float: left;
    width: 580px;
    display: inline;
}
div.career h3 {
    color: #de6a08;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}
div.career h4 {
    font-size: 11px;
    font-weight: normal;
}
div.career p a {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
/* News Article */
div.news-article p.pr_complete_hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
div.news-article h2.headline {
    font-size: 18px;
    color: #505050;
    margin: 15px 0 20px;
}
div.news-article p.attribution {
    font-size: 11px;
}
div.news-article p {
    margin: 5px 0 10px;
}
div.article_nav {
    float: left;
    clear: both;
    width: 580px;
}
div.article_nav a.art-back {
    float: left;
    line-height: 28px;
}
div.article_nav p.art-actions {
    float: right;
    width: 300px;
}
div.article_nav p.art-actions a#share {
    background: transparent url(../im/btn_share.gif) no-repeat scroll right 0;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin-right: 14px;
    padding-right: 20px;
}
div.article_nav p.art-actions a#print {
    background: transparent url(../im/btn_print.gif) no-repeat scroll right 0;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin-right: 14px;
    padding-right: 20px;
}
div.article_nav p.art-actions a#email {
    background: transparent url(../im/btn_email.gif) no-repeat scroll right 0;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin-right: 0px;
    padding-right: 20px;
}
div#pr_tabs div.tab div.pagination {
    float: left;
    clear: both;
    width: 580px;
    margin: 0;
    height: 24px;
    display: inline;
}
div#pr_tabs div.tab div.pagination ul {
    margin: 4px 0 4px 23px;
    float: left;
    width: 170px;
    height: 16px;
}
div#pr_tabs div.tab div.pagination ul li {
    margin: 0 3px 0 0;
    float: left;
}
div#pr_tabs div.tab div.pagination span.pag_results {
    color: #4d4d4d;
    float: left;
    line-height: 24px;
}
div#pr_tabs div.tab span.jump p {
    float: left;
    width: 90px;
    line-height: 27px;
}
div#pr_tabs div.tab span.selectbox {
    width: 79px;
}
div#pr_tabs div.tab span.selected {
    width: 40px;
}
div.article {
    color: #505050;
    margin: 10px 0;
    float: left;
    width: 580px;
    display: inline;
}
div.article h3 {
    color: #de6a08;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}
div.article h4 {
    font-size: 11px;
    font-weight: normal;
}
div.article p a {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
/* Sitemap */
div#full div.quarter_col {
    width: 200px;
    margin-right: 20px;
    float: left;
    border-bottom: 1px solid #d0d0d0;
}
div#full div.quarter_col.last {
    margin-right: 0;
}
div#full div.quarter_col h3 {
    font-size: 14px;
    font-weight: normal;
    clear: both;
    padding-bottom: 0;
}
div#full div.quarter_col ul {
    border-top: 1px solid #d0d0d0;
    padding: 10px 0 !important;
    clear: both;
    list-style-type: none;
    margin: 0;
}
div#full div.quarter_col li {
    margin: 0;
    padding: 0;
}
/* Vizio Tools */
div#vizio_tools_header {
    float: left;
    clear: both;
    margin: 0 20px;
    width: 580px;
    display: inline;
    color: #505050;
    padding: 18px 0 10px;
}
div#vizio_tools_header p {
    margin: 0px;
    padding: 0px;
}
div#new_prod_ann {
    background: url(../im/vt_newproductannouncements_bg.jpg) no-repeat top left;
    width: 580px;
    height: 108px;
    float: left;
    display: inline;
    position: relative;
    margin: 10px 0 0;
}
div#new_prod_ann p {
    position: absolute;
    top: 51px;
    left: 138px;
    color: #505050;
}
div.tool {
    float: left;
    width: 280px;
    margin-bottom: 30px;
}
div.tool img.toolicon {
    float: left;
    margin: 0 21px 0 11px;
    display: inline;
}
div.tool p {
    float: left;
    width: 184px;
    color: #505050;
    line-height: 17px;
}
/* Eco/Environ */
div#eco_header {
    position: relative;
    width: 900px;
    height: 305px;
    float: left;
    clear: both;
    background: url(../im/eco_header_bg.jpg) no-repeat top left;
}
div#eco_header p {
    position: absolute;
    top: 70px;
    left: 22px;
    width: 410px;
    color: #eef8ce;
    font-size: 14px;
    line-height: 17px;
}
div#left .pad20 {
    width: 580px;
    margin: 0 20px;
}
div#right .pad20 {
    width: 240px;
    margin: 0 20px;
}
div#left .pad20 h2,div#right .pad20 h2 {
    color: #505050;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 18px;
}
div#left .pad20 p,div#right .pad20 p {
    color: #505050;
    font-size: 12px;
    line-height: 17px;
}
div#left .pad20 ul,div#right .pad20 ul {
    color: #505050;
    font-size: 12px;
    line-height: 17px;
    list-style: square;
    padding-left: 18px;
    margin: 0 0 18px;
}
div#left .pad20 ul li,div#right .pad20 ul li {
    margin: 0 0 3px;
}
div#eco_loop {
    background: url(../im/eco_loop.gif) no-repeat top left;
    margin-top: 30px;
    width: 580px;
    float: left;
    clear: both;
}
div#eco_loop h2,div#eco_loop p {
    float: left;
    display: inline;
    padding-left: 102px;
    width: 478px;
}
div#eco_globe {
    background: url(../im/eco_globe.jpg) no-repeat top right;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 580px;
    float: left;
    clear: both;
}
div#eco_globe h2,div#eco_globe p {
    float: left;
    display: inline;
    width: 439px;
}
div#right.fadeout {
    background: url(../im/eco_rightcol_bg.gif) no-repeat top left;
}
div#int div.hr_full {
    border-top: 1px solid #d0d0d0;
    width: 860px;
    height: 1px;
    margin: 8px 20px;
    float: left;
    clear: both;
    display: inline;
    font-size: 1px;
    overflow: hidden;
}
table.techspecs tr {
    border-bottom: 1px solid #dbdbdb;
}
table.techspecs tr td {
    padding: 5px;
}
table.techspecs tr td.tdcol1 {
    color: #7f7f7f;
}
table.techspecs tr td.tdtitle {
    color: #000;
    font-weight: bold;
}
/* Warranty and Support Tabs */
.answer {
    display: none;
    padding: 15px 0 15px 15px;
}
#glossary,#warrantydetails {
    color: #505050;
}
#glossary h2,#warrantydetails h2 {
    color: #505050;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
}
#glossary h3,#warrantydetails h3 {
    color: #505050;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: normal;
}
#glossary dl {
    color: #505050;
}
#glossary dt {
    float: left;
    width: 170px;
    margin: 0 20px 20px 0;
    font-weight: bold;
    text-align: right;
}
#glossary dd {
    float: left;
    width: 350px;
    margin: 0 0 20px;
}
span.grouptitle {
    float: left;
    clear: both;
    width: 560px;
    padding: 7px 10px;
    background-color: #d0d0d0;
    color: #505050;
    font-weight: bold;
}
#downloads dl {
    float: left;
    clear: both;
    width: 580px;
    color: #505050;
    background-color: #fff;
}
#downloads dt {
    float: left;
    width: 170px;
    padding: 7px 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 0 10px;
    display: inline;
}
#downloads dd {
    float: right;
    width: 390px;
    padding: 7px 0;
    text-align: right;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 10px 0 0;
    display: inline;
}
/* Register Form */
form#register {
    padding: 0 20px;
    width: 580px;
    float: left;
}
form#register fieldset {
    padding-bottom: 15px;
}
form#register label {
    float: left;
    width: 170px;
    line-height: 22px;
    margin-right: 10px;
    text-align: right;
    color: #505050;
}
form#register label.req {
    color: #ad0a0a;
}
form#register input.full {
    width: 274px;
}
form#register select.full {
    width: 280px;
}
form#register select.third {
    width: 90px;
}
input.cbx {
    width: 15px;
    height: 15px;
}
/* Hide Print Elements */
div#print_header {
    display: none;
}
/* Share */
div#sharebox {
    position: absolute;
    top: 122px;
    left: 10px;
    z-index: 1000;
    background: #fff;
    width: 260px;
    padding: 0px;
    margin: 0px;
    display: none;
}
div#sharebox a#shareclose {
    float: right;
    display: inline;
    margin: 5px;
}
div#sharebox ul#sharelinks {
    float: left;
    display: inline;
    width: 220px;
    list-style-type: none;
    padding: 0px;
    margin: 10px 5px 10px 10px;
    overflow: hidden;
}
div#sharebox ul#sharelinks li {
    float: left;
    display: inline;
    width: 110px;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
ul#shareicons {
    float: left;
    display: inline;
    width: 80px;
    height: 16px;
    list-style-type: none;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
}
ul#shareicons li {
    float: left;
    display: inline;
    width: 20px;
    height: 16px;
    line-height: 16px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
/*override for promo pricing */
.col2-right-layout .sidebar .price-box .old-price {
    margin: -10px 0 10px;
}
.col2-right-layout .sidebar .price-box .old-price .price {
    font-size: 13px;
}
.prod_meta .old-price {
    display: none !important;
}
.prod_meta .special-price .price-label {
    display: none !important;
}
.col2-right-layout .sidebar .item .price-box .old-price {
    margin: 0;
}
.std .category-products-single-column #products-grid-table .prod_meta .price-box .old-price {
    display: none;
}
.std .category-products-single-column #products-grid-table .prod_meta .price-box .price-label {
    float: left;
    display: inline;
    margin-right: 4px;
}
/* Find Retailer Page */
#retailers_logos {
    float: left;
    width: 580px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#retailers_logos a img {
    margin: 18px 12px 18px 36px;
    float: left;
    display: inline;
}
#search_autocomplete {
    background-color: #fff;
}
#hdr_utils #search_autocomplete ul {
    float: left;
    padding: 0 5px;
}
#search_autocomplete li {
    clear: both;
    text-align: left;
    width: 150px;
}
#search_autocomplete li.even {
    border-top: 0;
}
#search_autocomplete li .amount {
    display: none;
}

.postContent ul {
    list-style-type: disc !important;
    margin-left: 20px;
    margin-bottom: 20px !important;
}

.postContent ul li {
    line-height: 18px !important;
}

#hdr_replacement_items {
    background: url('../im/headline_replacement_items.png') no-repeat;
    display: block;
    height: 16px;
    margin-top: 20px;
    text-indent: -99999px;
    width: 197px;
}

div#pr_tabs .ui-tabs-panel .more-views ul li {
    float: left !important;
    display: inline !important;
    margin-right: 5px;
}

/* Donation Form */

#donate_form {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

#donate_form  fieldset {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#donate_form  .field-row {
    display: block;
    padding-bottom: 15px;
}

#donate_form .field-row #postal,
#donate_form .field-row #phone,
#donate_form .field-row #fax,
#donate_form .field-row #org_fulltime_employees {
    width: 100px;
}

.hint {
    display: block;
    font-style: italic;
    margin-left: 225px;
    padding-top: 5px;
}

#donate_form  .field-row .input-text {
    width: 200px;
    padding: 3px;
}

#donate_form  textarea {
    width: 300px;
    padding: 10px;
    height: 100px;
}

#donate_form  .field-row label {
    padding-right: 20px;
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

#donate_form #submit {
    float: right;
    margin-right: 35px;
}

.apply_now {
    border-left: 1px solid #666;
    margin-left: 5px;
    padding-left: 10px;
}

.postTitle .apply_now {
    position: relative;
    top: -4px;
}

/* Black Friday */

#black_friday {
    background: #000;
    border-top: 1px solid #17181a;
    clear: both;
    color: #ebebeb;
    overflow: hidden;

}
#black_friday .one_third {
    text-align: center;
}

#black_friday .pad {
    padding-right: 15px;
}

#black_friday .inner {
    padding: 40px 20px 20px;
    overflow: hidden;
    zoom: 1;
}

#black_friday .cntrls {
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 51px;
    display: block;
    zoom: 1;
}

#black_friday .cntrls a {
   zoom: 1;
}

#black_friday .cntrls a:hover {
    opacity: .9;
}

#black_friday .cntrls .add {
    display: block;
    background: url('../images/black_friday/add.png') no-repeat;
    height: 31px;
    width: 126px;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

#black_friday .cntrls .more {
    display: block;
    background: url('../images/black_friday/learn.png') no-repeat;
    height: 31px;
    width: 128px;
    text-indent: -99999px;
    float: left;
}

#black_friday .cntrls .moreout {
    display: block;
    background: url('../images/black_friday/learn_sold_out.png') no-repeat;
    height: 31px;
    width: 128px;
    text-indent: -99999px;
    float: left;
}

#black_friday .footer {
    background: url('../images/black_friday/footer_bg.png') repeat-x;
    overflow: hidden;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    border: 1px solid #1a1a1a;
    margin: 20px 0 20px;
    zoom: 1;
}

#black_friday .footer .one_third {
    text-align: left !important;
    zoom: 1;
}

#black_friday .footer .one_third p {
    text-align: left !important;
    padding-bottom: 0px;
}

#black_friday .footer .one_third a {
    zoom: 1;
    position: relative;
}

#black_friday .footer h4 {
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 25px;
    font-weight: normal;
}


/* Black Friday Bundles */
/*

product-37-lcd-hdtv-bundle
product-55-lcd-hdtv-bundle

*/

#product-options-wrapper{
    padding: 0;
}

#product-options-wrapper dt{
    margin: 20px 10px 10px 20px !important;
}

#product-options-wrapper dd {
    padding: 0px 20px 20px !important;
}

#product-options-wrapper dd.last {
/*    padding: 20px 20px 0px !important;*/
}


 #product-options-wrapper .qty-holder label,
 #product-options-wrapper .qty-holder  input{
     display: inline;
}

#product-options-wrapper dl.last dt label {
/*    background: #000000 none repeat scroll 0 0;
    color: #E9E9E9;
    display: block;
    clear: both;
    float: none !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 20px;
    text-transform: uppercase;*/
}

#product-options-wrapper dl.last dt .qty-holder label {
    background: none;
}

#product-options-wrapper .options-list .label label .price-notice {
/*    display: none;*/
}

#product-options-wrapper  p.required {
    padding-right: 20px;
    padding-bottom: 5px !important;
}

.product-37-lcd-hdtv-bundle #ratingsTab,
.product-37-lcd-hdtv-bundle #reviewsTab,
.product-55-lcd-hdtv-bundle #ratingsTab,
.product-55-lcd-hdtv-bundle #reviewsTab {
    display: none !important;
}

/* Product essententials */

.product-essential_jr {
    margin-bottom: 20px;
}

.product-essential_jr dt .qty-holder { display: none;}

.product-essential_jr dt {
    overflow: hidden;
}

.product-essential_jr dd {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-essential_jr .required {
    padding-top: 0 !important;
}

#product_addtocart_form {
    background: #BEBEBE url(../im/bkgd_pr_buy.jpg) no-repeat scroll 0 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
	z-index: 10;
}

.lightbulb {
    clear: both;
    color: #FFF;
    padding-top: 20px;
    text-transform: uppercase;
}

.lightbulb img {
    float: left;
}


.lightbulb p {
    float: left;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 0 !important;
    width: 200px;
}

/*
    Document   : via_apps
    Created on : Feb 5, 2010, 3:33:14 PM
    Author     : Zach Wood - zach@purplerockscissors.com
    Description:
        These are the styles for the vizio internet apps page
*/

#via_page {
    position: relative;
}

#via_page #btn_click_via {
    background: url('http://cdn.vizio.com/misc/discover_via/btn_click_to_via.png') no-repeat;
    height: 44px;
    width: 371px;
    display: block;
    position: absolute;
    top: 305px;
    text-indent: -99999px;
    left: 27px;
}

#via_page #btn_click_via:hover {
    opacity: .85;
    filter: alpha(opacity = 85);
}

#via_page .rows {
    margin-top: 20px;
    margin-bottom: 10px;
}

#via_page .rows h3 {
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 5px;
}

#via_page hr {
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    width: 860px;
    margin-left: 20px;
}

#via_page .row_left,
#via_page .row_right {
    overflow: hidden;
    padding-bottom:  30px;
}

#via_page .row_right .col_2,
#via_page .row_left .col_1 {
    width: 440px;
    padding-top: 10px;
}

#via_page .row_left .col_1 {
    width: 530px;
}

#via_page .row_right .col_1,
#via_page .row_left .col_2 {
    width: 321px;
}

#via_page .row_right .col_1,
#via_page .row_left .col_1 {
    float: left;
    padding-left: 20px;
}

#via_page .row_right .col_2,
#via_page .row_left .col_2 {
    padding-right: 20px;
    float: right;
}

#unlock .col_1 {
    width: 390px !important;
}

#unlock .col_2 {
    width: 440px !important;
}


#wireless .col_1 {
    width: 490px !important;
}

#bluetooth .col_1 {
    width: 515px !important;
}

#remote .col_2 {
    width: 500px !important;
}

#via_page .col_2 img { float: right;}

#hdr_via {
    display: block;
    background: url('http://cdn.vizio.com/misc/discover_via/hdr_via.png') no-repeat;
    height: 25px;
    text-indent: -9999px;
    width: 844px;
    margin-left: 20px;
    margin-bottom: 30px;
}

#via_page table {
    background: #eeeeee;
    margin: 0;
    padding: 0;
    width: 900px;
    overflow: hidden;
    margin-bottom: 40px;
}

#via_page table td {
    line-height: 1.5em;
    height: 280px;
    overflow: hidden;
    width: 236px;
    padding: 20px 26px 0;
    background: url('http://cdn.vizio.com/misc/discover_via/tile_bg.jpg') no-repeat;
}

#via_page table td h4,
#via_page table td p {
    display: inline;
    position: relative;
    top: -20px;
    padding-bottom:0;
    margin: 0;
}

#via_page #hdr_more {
    width: 509px;
    height: 24px;
    background: url('http://cdn.vizio.com/misc/discover_via/hdr_more_apps.jpg') no-repeat;
    text-indent: -99999px;
    display: block;
    margin-bottom: 10px;
}

#via_page .logos {
    padding: 20px;
    font-weight: bold;
    overflow: hidden;
}

#via_page .logos .col_1 {
    float: left;
    width: 259px;
}

#via_page .logos .col_2 {
    width: 500px;
    float: right;
    
}

div#allfaqs {
    background-color: #fff;
    clear: both;
    display: none;
    float: left;
    margin: 0 0 20px;
}
