



.tier_tbl {
    width:160px;
}
.tier_header {
    font-weight: bold;
    text-align: center;
}
.tier_row {
    text-align: center;
}
#buttonpacktitle {
    background-image: url(../html/images/buttonpacktitle.png); width: 950px; padding: 0px 13px 0px 13px; text-align: center;
}

.Show{
width: 20px;
height: 20px;
float: right;
background:url(../../../images/slider_toggle_down.png) no-repeat center;
 }

.Hide{
background:url(../../../images/slider_toggle_up.png) no-repeat center;
}
/* WIDGETS */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../html/images/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../html/images/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../html/images/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../html/images/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../html/images/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../html/images/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../html/images/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../html/images/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../html/images/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */
/* WIDGETS END */

/* MAIN STYLES */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
/* caption,th,td { vertical-align:top; text-align:left; font-weight:normal; } */

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.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 { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:4.8em !important; text-align:center; margin-right:5px; }
/* button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/*button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
/*button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px; background:transparent url(../html/images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }*/
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; /* border:1px solid #ddd; */ }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../html/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
#right-login .validation-advice { clear:none; }
.validation-failed { border:1px solid #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* 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:#F00000; 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 10px; }
.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 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../html/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../html/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../html/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
/*.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; } */
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f8f8f8; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.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; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../html/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../html/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; 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 */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../html/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../html/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../html/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../html/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* 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(../html/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; }
.header-container { margin-bottom:45px; }
.header { padding:10px; border:1px solid #ddd; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.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 { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container { position:absolute; top:107px; left:auto; width:989px; }
#nav { border:1px solid #ddd; padding:5px 0; font-size:13px; margin-left:-11px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 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:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../html/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../html/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.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 {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.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; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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(../html/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.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(../html/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; background-color:#ddd; 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:700px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.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.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 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

.progress_img_container {
	z-index: 5;
	background-repeat: no-repeat;
	line-height: 32px;
	height: 50px;
	
	width: 808px;
	left: 1px;
	opacity: 0.5;
	transition: opacity .5s ease-in-out;
	-moz-transition: opactiy .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	background-color: black;
}
@-moz-document url-prefix() {
    .progress_img_container {height:44px; top:235px;}
}
.progress_img {
	z-index: 6;
	background-image: url(../Images/ajax-loader.gif);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-repeat:no-repeat;
	background-position:center;
	background-color: black;
}
/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../html/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* 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 ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.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; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.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 .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../html/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../html/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.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; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
/* .opc li.section { border:1px solid #ddd; border-bottom:0; } */

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { /* background-color:#f6f6f6;  padding:0 5px; */ text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { /* background-color:#ccc; */ cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { /* border-top:1px solid #ddd; */ padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* 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; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* 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; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.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; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ 
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }*/
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
/* MAIN STYLES END */

/* JQUERY UI STYLES */
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=aa6303&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=aa6303&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../html/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../html/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../html/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #aa6303; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #aa6303; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../html/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../html/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../html/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../html/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../html/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../html/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../html/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../html/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../html/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../html/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../html/images/ui-icons_aa6303_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../html/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(../html/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../html/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.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: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* JQUERY UI STYLES END */

/* MAIN STYLES CONTINUED */
li .last a:link{
padding-bottom:3px !important;
}

.last a:link{
padding-right:0px !important;
}

.level0 a:link{
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
text-transform:uppercase;
}

.level1 a:link{
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
text-transform:none !important;
}

A {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

#main-linkbar a{
font-size:11px;
line-height: 11px;

}
#main-linkbar ul li ul a {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.divide {
  display: inline;
}
.style1 {
  color: #963400
}

.style1 a {
display: inline-block;
font-family: 'Futura Bold', 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
color: rgb(70, 70, 70) !important;
font-size: 20px;
text-transform: uppercase;
}

.style2 {
  color: #f25400
}
.uploadfield{
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: bold !important;
font-size: 11px !important;
color:#333 !important;
padding:15px !important;
background-color:#efefef !important;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
width:702px;
border:1px solid #ddd;
font-size-adjust:0.51;
}

.uploadfield.sub-focus{
color: #333;
background-color: #ffffff;
border: solid 1px #dddddd;
}

.uploadfield:focus, .uploadfield.focus{
background-color:#fad986 !important;
border-color:#f6ba3d !important;
}

.uploadfield:hover{
background-color:#fbe2a2 !important;
border-color:#f6ba3d !important;
}

.gobutton{
color: #ffffff;
font-family: verdana, sans-serif;
font-size: 9px;
font-weight: bold;
background-color: #ff9900;
border: solid 0px #ff9900;
padding:6px;
}

.gobutton:focus{
color: #ffffff;
font-family: verdana, sans-serif;
font-size: 9px;
font-weight: bold;
background-color: #333333;
border: solid 0px #ff9900;
padding:6px;
}

.uploadbutton{
color: #ffffff;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
text-transform:uppercase;
font-size:16px;
height: 48px;
width:702px;
background-color: #ff9900;
-moz-border-radius: 10px;
border-radius: 10px;
border: solid 0px #ff9900;
cursor:pointer;
}

.uploadbutton:focus{
background-color: #70665f;
}

.uploadbutton:hover{
background-color: #70665f;
}

.editpopups {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 470px;
padding: 10px;
background-color:#CCCCCC;
border: solid 1px #dddddd;
}

.editpopups:focus {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 470px;
padding: 10px;
background-color:#ffffff;
border: solid 1px #cccccc;
}

.editinfofield{
color: #3f3f3f;
font-size: 12px;
padding: 5px;
width:275px;
background-color: #ffffff;
border: solid 1px #dddddd;
font-family: Arial, Helvetica, sans-serif;
}

.editinfofield:focus{
color: #3f3f3f;
font-size: 12px;
padding: 4px;
width:275px;
background-color: #ffffff;
border: solid 2px #ff9900;
font-family: Arial, Helvetica, sans-serif;
}

.editinfodropdown{
color: #3f3f3f;
font-size: 12px;
padding: 4px;
width:287px;
height:27px;
background-color: #ffffff;
border: solid 1px #dddddd;
font-family: Arial, Helvetica, sans-serif;
}

.editinfodropdown:focus{
color: #3f3f3f;
font-size: 12px;
padding: 3px;
width:287px;
height:27px;
background-color: #ffffff;
border: solid 2px #ff9900;
font-family: Arial, Helvetica, sans-serif;
}

.editinfosave{
width:227px;
height: 48px;
background-color:#ff9900;
border:0px solid;
font-size: 14px;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
text-transform:uppercase;
color:#fff;
-moz-border-radius: 10px;
border-radius: 10px;
}
button.button{
width:227px;
height: 48px;
background-color:#ff9900;
border:0px solid;
font-size: 14px;
color: #ffffff;
cursor:pointer;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
}
button.button span{
font-size: 14px;
font-weight: bold;
color: #ffffff;
cursor:pointer;
}

button.button:hover{
background-color: #70665f;
cursor:pointer;
}

button.button span:hover{
background-color: #70665f;
cursor:pointer;
}


button.smallbutton{
width:auto;
height:auto;
color: #ffffff;
font-family: verdana, sans-serif;
font-size: 9px;
font-weight: bold;
background-color: #ff9900;
border: solid 0px #ff9900;
padding:6px;
}
button.smallbutton span{
color: #ffffff;
font-family: verdana, sans-serif;
font-size: 9px;
font-weight: bold;
}

#ctl01_ContentSectionMain_remove_confirm_yes_button, #ctl01_ContentSectionMain_remove_confirm_no_button {
    font-size: 14px; display: inline-block; margin: 10px 1px; font-weight: bold; background: #F00000; border: none;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #fff;
}
#ctl01_ContentSectionMain_remove_confirm_yes_button:hover, #ctl01_ContentSectionMain_remove_confirm_no_button:hover {
    background: #A00000;
}

.editinfocancel{
width:227px;
height: 48px;
background-color: #f14b00;
border:0px solid;
font-size: 14px;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
text-transform:uppercase;
color:#fff;
-moz-border-radius: 10px;
border-radius: 10px;
float:left;
}

.editinfosave:focus{
background-color:#70665f;
}

.editinfosave:hover{
background-color:#70665f;
}

.editinfocancel:focus{
background-color: #70665f;
}

.editinfocancel:hover{
background-color: #70665f;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#header, #footer, #main{
	margin-left:auto;
	margin-right:auto;
	width:1000px;   
} 
#main{
	margin-top:12px;
	margin-bottom:24px;
	clear:both;
}

#main #title{
	margin-top:2px;
	margin-bottom:14px;
}

#main #right-text{
	float:right;
}

#main-coloring{
	background-color:#ffffff;
	clear:both;
	padding:0 12px 0 12px;
    max-width: 976px;
}
#main .corner{
	height:12px;
	display:block;
}
#main .left .top-white{
	margin-left:12px;
	margin-right:12px;
	background:#ffffff;
	height:12px;
	clear:none;
}
#main .right{
	float:right;
	width:12px;
	height:12px;
	clear:none;
}
#main .left{
	width:100%;
	
}
#main .top-left{
	background:url(../html/images/whitecorner1.png) no-repeat top left;
	
}
#main .top-left .right{
	background:url(../html/images/whitecorner2.png) no-repeat top right;
}
#main .bottom-left{
	background:url(../html/images/whitecorner3.png) no-repeat bottom left;
}
#main .bottom-left .right{
	background:url(../html/images/whitecorner4.png) no-repeat bottom right;
}

.sf-menu ul li{
	
	background: transparent url(../html/images/menu-divider.png) no-repeat bottom center;
	
}
.sf-menu ul li.last{
	
	background: transparent url(../html/images/menu-bottom.png) no-repeat bottom center;
	padding-bottom: 11px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; 
} 

.push {
}

.footer {
	background-image:url(../html/images/footerbg.gif);
	/* width:100%; */  
}
.page-title{
	display:none;
}
.std .page-title{
	display:block;
}

.sf-menu > li > a{
	background: url(../html/images/nav2divider.gif) no-repeat right center;
	line-height:11px;
}
.sf-menu{
	display:block;
	width:1000px !important;
	background: url(../html/images/nav2.gif) repeat-y top center;
}

.clear{
	clear:both;
	line-height: 0;
    height: 0;
}

#block-index{
  margin-right:-15px;
}

.block-index-item{
  float:left;
  display:block;
  margin-right:12px;
  margin-bottom:12px;
  width:235px;
  
}

.block-index-image{
  background:url(../html/images/block-index.jpg) no-repeat center center;
  width:235px;
  height:235px;
}

.block-index-item:hover .block-index-image, .block-index-DO-IT{
  background:url(../html/images/block-index-hover.jpg);
  
}
.block-index-text{
  background:url(../html/images/01.gif) no-repeat center center;
  color:#ffffff;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  height:30px;
  padding-top:9px;
  vertical-align:middle;
  text-align:center;
  font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
  font-style:normal;
  text-transform:uppercase;
}

#sub-linkbar{
	display:block;
	width:1000px;
	background: url(../html/images/nav1.gif) repeat-y top center;
	height:25px;
	
}

#sub-linkbar a{
	padding:0 10px;
}

#sub-linkbar div {
    display: inline-block;
}

#sub-linkbar a.smallText:hover { color: #ffcb7c; }

#sub-linkbar #left a{
	background: url(../html/images/nav1divider.gif) no-repeat right center;
	
}
#sub-linkbar #right a{
	background: url(../html/images/nav1dividerb.gif) no-repeat left center;
	
}
#sub-linkbar #left, #sub-linkbar #right{
	height:20px;
	padding-top:5px;
	
}
#sub-linkbar #left{
	float:left;
	background: url(../html/images/nav1divider.gif) no-repeat left center;
}
#sub-linkbar #right{
	clear:none;
	float:right;
	background: url(../html/images/nav1dividerb.gif) no-repeat right center;
	text-align:right;
}

#base-blocks #main-coloring{
	margin-top:-2px;
}
#base-blocks{
	width:1000px;
}
#base-blocks .actual-block{
	margin-top:12px;
}
#base-blocks #left{
	float:left;
	width:254px;
	
}
#base-blocks #right{
	width:734px;
	float:right;
	clear:right;
	
}
#base-blocks #right #quarter{
	width:361px;
	float:left;
	/* margin-bottom:12px; */
}
#base-blocks #sub-content{
	text-align:center;
}
#base-blocks .title1{
	text-align:left;
	margin-bottom:10px;
}
#base-blocks .q1{
	margin-right:12px;
}
#base-blocks .q2{
}
#base-blocks .q3{
	margin-right:12px;
}
#base-blocks .q4{
}
.solid-border{
	border:#efefef solid 1px;
	
}
.check-bg{
	background:#f8f8f8 repeat;
	
}
.opc .step-title {
  background-color:none !important;
}
.opc .active .step-title {
  background-color:none !important;
}
.block-title h2{
  line-height: auto;
}

.fiftys-container{
  display:block;
  margin-right:-12px;
}
.col-1, .col-1 p, .col-1 li, .col-2, .col-2 p, .col-2 li{
  line-height: 24px;
}

.fiftys-half{
  display:block;
  float:left;
  width:478px;
  margin-right:12px;
  padding:2px;
  margin-bottom:15px;
}

.fiftys-half > table > tbody > tr > td, .fiftys-half > table > tfoot > tr > td{
  padding:12px;
}
.shipping-box{
  padding:2px;
  
}
.total-box{
  height:165px;
  padding-top:85px;
  width:472px;
}
.mini-recipt{
  min-height:250px;
}
.shipping-box > form > table > tbody > tr > td{
  padding:12px;
}
.turnaround-box{
  padding:15px;
}
.pb-checkout-item-box{
  height:200px;
  padding:10px;
  float:left;
  
}
.pb-checkout-image{
  width:200px;
  margin-right:12px;
}
.pb-checkout-info td{
  padding:12px;
}
.pb-checkout-info{
  width:720px;
	font-weight: bold !important;
	font-size-adjust:0.51;
	font-style:normal !important;
	text-transform:uppercase !important;
}
.pb-checkout-info a{
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-style:normal !important;
    font-weight: bold !important;
    font-size-adjust:0.51;
    text-transform:uppercase !important;
}
.block-title-container{
  margin: 15px 0px;
  clear:both;
}
.block-title{
  color:#3F3F3F;
  font-size:14px;
  font-weight:bold;
  line-height:14px;
  margin:2px;
  padding: 15px 10px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
	font-style:normal;
	text-transform:uppercase;
}
.buttonselect-container{
  width:990px; margin-left: 3px;
}
.pb-container{
  height:192px;
  width:152px;
  float:left;
  margin-right:12px;
  margin-bottom: 12px;
  background:none;
  cursor: pointer;
}
.buttonselect-container .pb-container:first-child{
 margin-left:0;
}

.buttonselect-container.order-all .pb-container { margin-bottom: 0; }

.pb-container-image{
  height:152px;
  width:152px;
  margin-bottom:5px;
  background: #CEC3AD;
}
.pb-container-image img{
  height:152px;
  width:152px;
  
}
.loading{
  background:url(../html/images/downloading.gif) center center no-repeat;
  height:40px;
}
.pb-container-text{
  padding-top:10px;
  height:25px;
  width:152px;
  background: url(../html/images/orderbg1.png) no-repeat center center;
  margin:0;
  text-align:center;
  color:#FFFFFF;
  font-family:Verdana,sans-serif;
  font-size:9px;
  font-weight:bold;
}

.pb-container-image:hover{
  background-color:#08aeea;
  background-image:none;
}


.pb-selected .pb-container-text, .pb-container:hover .pb-container-text{
  background: url(../html/images/orderbg2.png) no-repeat center center;
}

.pb-counter-container{
  padding:10px;
}
#gui-count{
    background: url("../html/images/slider.png") no-repeat scroll 0 -20px transparent;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 47px;
    margin-bottom: 15px;
    margin-top: 21px;
    padding-top: 15px;
    text-align: center;
    width: 141px;
}
.checkout-zebra tbody td{
  padding:10px;
}
#slider{
  background:url("../html/images/slider.jpg") no-repeat scroll top right transparent;
  height:82px;
  width:811px;
  float:left;
  
}
#slider-item{
  margin-top:43px;
  margin-left:10px;
  margin-right:10px;
}
#left-login-container{
	float:left;
	width:220px;
	height:220px;
	
}
#left-login{
	background:#f8f8f8 repeat;
	margin:10px;
	height:175px;
	width:200px;
	text-align:center;
	padding-top:25px;
	
}
#right-login{
	height:180px;
	margin-left:232px;
	text-align:center;
	padding:20px;
	
}

body {
	margin: 0px;
    
	background-color: #ccc29d;
    
	padding: 0px;
	height: 100%;
	color: #3f3f3f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


a:link { color: #ff9900; text-decoration: none; font-weight:bold;}
a:visited { color: #ff9900; text-decoration: none; font-weight:bold;}
a:hover { color: #333333; text-decoration: none; font-weight:bold;}
a:active { color: #333333; text-decoration: none; font-weight:bold;}

a:link.templates { color: #888888; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:visited.templates { color: #888888; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:hover.templates { color: #333333; text-decoration: underline; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:active.templates { color: #333333; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}

a:link.cslink { color: #ff9900; text-decoration: none; font-weight:bold;font-size:20px; line-height:20px; text-transform:uppercase; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust:0.51;
font-weight:bold;
font-style:normal;
}
a:visited.cslink { color: #ff9900;}
a:hover.cslink { color: #333333;}
a:active.cslink { color: #333333;}

a:link.footer1 { color: #023447; text-decoration: none; font-weight: normal; font-size: 9px; line-height: 13px; font-family: Arial, Helvetica, sans-serif;}
a:visited.footer1 { color: #015575; text-decoration: none; font-weight: normal; font-size: 9px; font-family: Arial, Helvetica, sans-serif;}
a:hover.footer1 { color: #ffffff; text-decoration: none; font-weight: normal; font-size: 9px; font-family: Arial, Helvetica, sans-serif;}
a:active.footer1 { color: #ffffff; text-decoration: none; font-weight: normal; font-size: 9px; font-family: Arial, Helvetica, sans-serif;}

a:link.nav1{ color: #ccb9a0; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:visited.nav1 { color: #ccb9a0; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:hover.nav1 { color: #ffcb7c; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:active.nav1 { color: #ffcb7c; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}

a:link.nav2{ color: #707070; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:visited.nav2 { color: #707070; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:hover.nav2 { color: #ffffff; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:active.nav2 { color: #ffffff; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}

a:link.nav3{ color: #ffffff; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:visited.nav3 { color: #ffffff; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:hover.nav3 { color: #3f3f3f; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
a:active.nav3 { color: #3f3f3f; text-decoration: none; font-weight:bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}

a:link.nav4{ color: #ffffff; text-decoration: none; font-weight:bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; line-height: 20px;}
a:visited.nav4 { color: #dddddd; text-decoration: none; font-weight:bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; line-height: 20px;}
a:hover.nav4 { color: #ffcb7c; text-decoration: none; font-weight:bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; line-height: 20px;}
a:active.nav4 { color: #ffcb7c; text-decoration: none; font-weight:bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; line-height: 20px;}

a:link.nav5{ color: #ffffff; text-decoration: none; font-weight:bold; font-size: 9px; font-family: Verdana, sans-serif; line-height: 9px;}
a:visited.nav5 { color: #ffffff; text-decoration: none; font-weight:bold; font-size: 9px; font-family: Verdana, sans-serif; line-height: 9px;}
a:hover.nav5 { color: #3f3f3f; text-decoration: none; font-weight:bold; font-size: 9px; font-family: Verdana, sans-serif; line-height: 9px;}
a:active.nav5 { color: #3f3f3f; text-decoration: none; font-weight:bold; font-size: 9px; font-family: Verdana, sans-serif; line-height: 9px;}

.promofield{
width: 200px;
height:16px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.promobutton{
width: 70px;
height: 22px;
	color: #333333;
	font-size: 9px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.browsefield{
width: 340px;
height:16px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.browsebutton{
width: 100px;
height: 22px;
	color: #333333;
	font-size: 9px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.orderdropdown1{
width: 340px;
height:22px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.orderfield1{
width: 450px;
height:22px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.orderfield2{
width: 450px;
height:16px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.orderfield3{
width: 450px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}


.orderbutton1{
width: 450px;
height:50px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.loginbutton1{
width: 100px;
height:70px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.passwordbutton1{
width: 100px;
height:24px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.affiliate{
width: 462px;
height:70px;
	color: #3f3f3f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
}

.contactfield1{
width: 655px;
height:18px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.contactfield2{
width: 655px;
height:150px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.customquotefield{
width: 800px;
height:18px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	textalign: left middle;
}

.customquotefield2{
width: 800px;
height:150px;
	color: #999999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.regular{
	color: #3f3f3f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerlinks{
	color: #3f3f3f;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.footertitle{
	color: #ffffff;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	color: #ff9900;
	font-size: 14px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
	font-size-adjust:0.51;
}

.announcementtitle {
	color: #2abaec;
	font-size: 14px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
}

.headertext1 {
	color: #ff9900;
	font-weight: bold;
	font-size: 16px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-style:normal;
    text-transform:uppercase;
	text-align: center;
}

.headertext2 {
	color: #555555;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, sans-serif;
    text-align: center;
}

.headertext3 {
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	color: #ffffff;
	font-size: 20px;
	text-transform:uppercase;
}

.announcements {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
}

.headertext4 {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

.headertext5 {
	color: #ffffff;
	font-weight: bold;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.titlez {
	color: #ff9900;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px;
}
.title1 {
	color: #ccb9a0;
	font-weight: bold;
	font-size: 18px;
	line-height:20px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}

.title2 {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}
.sidetext1{
	color: #dac5b0;
	font-size: 14px;
	line-height:14px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}

.sidetext1.previous_order{
padding-right: 183px;
}
.sidetext3{
	color: #bababa;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
}

.specialize{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.sidetext2 {
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
}

.order1{
	color: #3f3f3f;
	font-size: 46px;
	font-weight: bold;
	line-height: 46px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}

.order2{
	color: #3f3f3f;
	font-size: 150px;
	font-weight: bold;
	line-height: 150px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}

.turnaround1{
	color: #3f3f3f;
	font-size: 36px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}

.turnaround2 {
	color: #2abaec;
	font-size: 15px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}

.testimonial {
	color: #999999;
	font-size: 13px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}

.specials1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:48px;
}
.specials2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.specials3 {
	color: #ffffff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.specials4 {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	line-height:9px;
}

.PriceBreakdown
{
	font-size:13px;	
}

TD.continue_button_cell
{
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url('../html/images/continue_new.gif');
	font-size:14px;
	text-align:center;
	vertical-align:middle;	
	height:57px;
	color:#956850;
	cursor:pointer;
	font-weight:bold;
}

TD.continue_button_cell A
{
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#956850;
	text-decoration:none;
	cursor:pointer;
}

.contact1 {
font-family:Arial, Helvetica, sans-serif;
color: #707070;
font-weight: bold;
font-size: 14px;
}

.contact2 {
font-family:Arial, Helvetica, sans-serif;
color: #707070;
font-size: 12px;
}

.contactsent {
font-family:Arial, Helvetica, sans-serif;
color: #ff9900;
font-size: 14px;
font-weight:bold;
}
.contactbutton {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 5px;
background-color:#abdae2;
border:0px #d8eef3 solid;
}

.contactbutton:focus {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 5px;
background-color: #ff9900;
border:0px #d8eef3 solid;
}

.servicesfont {
color: #777777;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

.letterfield {
color: #777777;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 5px;
background-color: transparent;
border:1px #d8eef3 solid;
width: 380px;
max-width: 380px;
}

.letterfield:focus{
color: #777777;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px;
background-color: #FFFFFF;
border:2px #fbc5cc solid;
width: 380px;
max-width: 380px;
}
.letterfield2 {
color: #777777;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 5px;
background-color: transparent;
border:1px #d8eef3 solid;
width: 380px;
height:45px;
max-height:45px;
max-width: 380px;
}

.letterfield2:focus{
color: #777777;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px;
background-color: #FFFFFF;
border:2px #fbc5cc solid;
width: 380px;
height:45px;
max-height:45px;
max-width: 380px;
}

.faqdivide{
width:976px;
height:40px;
background-image:url(../html/images/hash_1.png);
background-repeat:repeat-x;
background-position:center;
display:block;
}
  pre {
    background:     #ffffff;
    padding:      0px;
  }
  #container {
    background:     white;
    width:        976px;
    padding:      0px;
    margin:       auto;
  }
  #content {
    width:        976px;
    height:       400px;
    padding:      0px;
    background:     #ffffff;
  }
  .panelwrappers {
    overflow:     hidden;
  }
.gui-count-tb{
    /* background: none repeat scroll 0 0 #ff9900;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; */
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 90px;
}
#price-tiers{
  padding-bottom:10px;
  padding-left:10px;
  /* -moz-column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  column-count: 5;
  column-gap: 20px; */
}
#price-tiers ul{
  display:block;
  /* clear:both; */
  width:190px;
  float:left;
}
#price-tiers ul li.qty{
  display:block;
  font-weight:bold;
  width:65px;
  float:left;
}
#price-tiers ul li.price{
  display:block;
  width:100px;
  float:left;
}

#main-linkbar{
	text-align:center !important;
}

.Futura{
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
	font-weight:700;
}

.slidetitle{
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style:normal !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	padding:0px !important;
	margin:0px 0px 0px 10px !important;
	font-size:16px !important;
    line-height:normal !important;
	color:#fff !important;
	font-size-adjust:0.51;
}

.slidetitle a{
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style:normal !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	padding:0px !important;
	margin:0px !important;
	font-size:16px !important;
	color:#fff !important;
	font-size-adjust:0.51;
}

.slidetitle a:hover{
	color:#333 !important;
}


.gui-count-tb{
	background-color:#ff9900 !important;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style:normal !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	color:#fff !important;
	border:0px solid #fff !important;
	width:113px !important;
	font-size-adjust:0.51;
}


/*START NEW ORDER ICONS STYLES*/

    .pb-selected#pb-level0-cat5 .pb-container-image:hover{
       background:#08aeea !important;
    }

    .pb-selected.pb-level0-catv .pb-container-image:hover{
		background-image:none !important;
		background-color:#89288f !important;
    }

    .pb-selected#pb-level0-cat6 .pb-container-image:hover{
       background:#ff0f10 !important;
    }

    .pb-selected#pb-level0-cat7 .pb-container-image:hover{
       background:#d73696 !important;
    }

    .pb-selected#pb-level0-cat8 .pb-container-image:hover{
       background:#8ec63f !important;
    }

    .pb-selected#pb-level0-cat8b .pb-container-image:hover{
       background:#39b788 !important;
    }

    .pb-selected#pb-level0-cat9 .pb-container-image:hover{
       background:#fbdd00 !important;
    }


    .pb-selected#pb-level1-prod16 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod17 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod18 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod19 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod20 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod21 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod22 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod23 .pb-container-image:hover{
       background:#08aeea !important;
    }
    .pb-selected#pb-level1-prod24 .pb-container-image:hover{
       background:#08aeea !important;
    }



    .pb-selected#pb-level1-prod25 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod26 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod27 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod28 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod29 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod30 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod31 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod32 .pb-container-image:hover{
    background:#ff0f10 !important;
    }
    .pb-selected#pb-level1-prod33 .pb-container-image:hover{
    background:#ff0f10 !important;
    }


   #pb-level1-prod23 .pb-container-text{
	padding-top:5px !important;
	height:30px !important;
    }

    #pb-level1-prod24 .pb-container-text{
	padding-top:5px !important;
	height:30px !important;
   }


   #pb-level1-prod32 .pb-container-text{
	padding-top:5px !important;
	height:30px !important;
    }

    #pb-level1-prod33 .pb-container-text{
	padding-top:5px !important;
	height:30px !important;
   }


    .pb-selected#pb-level1-prod34 .pb-container-image{
       background:#d73696 !important;
    }
    .pb-selected#pb-level1-prod35 .pb-container-image{
       background:#d73696 !important;
    }



    .pb-selected#pb-level1-prod36 .pb-container-image{
       background:#8ec63f !important;
    }
    .pb-selected#pb-level1-prod37 .pb-container-image{
       background:#8ec63f !important;
    }
    .pb-selected#pb-level1-prod39 .pb-container-image{
       background:#8ec63f !important;
    }


    .pb-selected#pb-level1-prod38 .pb-container-image{
       background:#fbdd00 !important;
    }


.account-login{
margin-top:12px;
}

.messages{
margin-top:12px !important;
}
.editinfocancel {
     position:absolute;
     left:0;
}
.cart-nav-header{
	height:90px;
}
#main-content {
     position:relative;
}


.fun-float{
	display:none;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	padding:0;
	margin:0;
	height:54px;
	background:url(../html/images/fun-float.png) repeat-x top center;
	z-index:999;
}
.show-fixed .fun-float{
	display:block;
}
.show-fixed #sub-linkbar,
.show-fixed #main-linkbar{
	position:fixed;
	top:0;
	z-index:9999;
}
.show-fixed #main-linkbar{
	top:25px;
}
.fun-holder{
	height:50px;
	display:none;
}
.show-fixed .fun-holder{
	display:block;
}
#header .minilogo{
	background:url(../html/images/pbminilogo.png) no-repeat center top;
	height:25px;
	z-index:99999;
	position: fixed;
	width:130px;
	margin:0 auto -25px;
	display:none;
	top: 0;
	left: 46%;
}
.show-fixed #header .minilogo{
	display:block;
}
.fun-float .wrapper{
	margin:0 auto;
	width: 1000px;
}
/* MAIN STYLES CONTINUED END */

/* COLOR BOX STYLES */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../html/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../html/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../html/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../html/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../html/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../html/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../html/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../html/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../html/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../html/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../html/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../html/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../html/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../html/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../html/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
/* COLOR BOX STYLES END */


/* NAV STYLES */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	text-align:		left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	padding-top:	0px;
	padding-bottom:	7px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-0.1em;
	top:			2.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	/*left:			-999em;*/
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			185px; /* match ul width */
	top:			0;
	border-top:solid 2px #BEBEBE;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	
	height:25px;
}
.sf-menu a {
	padding:8px 9px 6px 8px;
	text-decoration:none;
	color: #ffffff;
	}
	
	.sf-menu a:link {
	color: #ffffff;
	}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #f2eecf;
}

.sf-menu a:hover {
	color: #f2eecf !important;
	text-decoration: none;
}

li.divide {
	background: transparent url(../html/images/menu-divider.png) no-repeat bottom center;
}

.sf-menu li ul {
	background: transparent url(../html/images/menu-bg.png) repeat top center;
	min-width: 192px;
	padding-bottom:3px;
}

.first {
	padding-top: 0px;
}

.capped {
	background: transparent url(../html/images/menu-bottom.png) no-repeat bottom center;
	height: 7px;
	position:relative;
	top: 7px;	
}


.last 
{
	margin-bottom: -14px;
}


.last A
{
	background-image:none !important;
}

.last LI.last A
{

}

.last UL LI A
{
	padding-top:.6em;
	padding-bottom:6px;
}

/*.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}*/

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../html/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../html/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

UL.sf-menu LI:hover UL LI UL,
ul.sf-menu li li.sfHover ul
{
	/* left: 17em; */	
}

.sf-menu LI UL a:hover 
{
	color:#ffffff;
}
/* NAV STYLES END */

/* BLOG STYLES */
.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 3px 15px 3px;
}

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.blog .menu-categories UL LI{
	margin-left:10px;
}
.blog .menu-recent UL LI{
	margin-left:10px;
}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}


.blog .head h4 {
background-image:url(../html/images/icon_blog.png);
}

.postWrapper .poster{
	display:inline;
}
/* END BLOG STYLES */

/* MULTIFEE STYLES */
/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_MultiFees
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Multi Fees extension
 *
 * @category   skin_default
 * @package    MageWorx_MultiFees
 * @author     MageWorx Dev Team dev@mageworx.com
 */

.multifees-cart-fee {
    background: #FAFAEC none repeat scroll 0 0;
    border: 1px solid #CEC3B6;
    padding: 12px 15px;
}
.multifees-cart-fee h4 {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #E26703;
    min-height: 16px;
    padding: 1px 0 1px 0px;
    text-transform: uppercase;
}
.multifees-cart-fee .fee-items {
	padding-top: 3px;
	height: auto;
}
.multifees-cart-fee .clear {
    clear: both;
}
.multifees-cart-fee .required {
    color: #EB340A;
    font-size: 11px;
}
.multifees-cart-fee .fee-items .options {
	margin-left: 10px;
	margin-bottom: 5px;
}
.multifees-cart-fee .fee-items .options td {
	vertical-align: middle;
	padding: 2px;
}
.multifees-cart-fee .fee-title {
	color: #666666;
	font-weight: bold;
	padding-top: 3px;
}
.multifees-cart-fee .fee-options {
	width: 49%;
	float: left;
}
.multifees-cart-fee .right-block {
	float: left;
	width: 50%;
	padding: 0;
}
.multifees-cart-fee .customer-massage label {
	font-weight: normal;
}
.multifees-cart-fee .customer-massage textarea {
	height: 60px;
	width: 275px;
	border: 1px solid #B6B6B6;
	font-size: 12px;
	padding: 2px;
}
.multifees-clear-button {
	margin-left: 3px !important;
}
.multifees-details {
	font-size: 0.92em;
	color: #5F5F5F;
}
.multifees-details .message {
	color: #9F9F9F;
}
.multifees-details .option {
	font-style: italic;
	color: #7F7F7F;
}
.multifees-total { cursor:pointer; }
.multifees-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; border-top:0 !important; }
.multifees-total .multifees-collapse { float:right; padding-left:20px; background:url(../html/images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .multifees-collapse { background-position:0 -55px; }
.multifees-details-view td { background-color:#dae1e4; border-top:1px solid #d2d8db; border-bottom:1px solid #d2d8db !important; }

.multifees-cart-date {
	padding-bottom: 5px;
}
.multifees-cart-date label {
	font-weight: normal;
}
.multifees-cart-date input {
	width: 60px;
}

.cart .cart-collaterals {
    width: 605px;
    float: left;
}
.cart .totals {
    margin-top: 25px;
}
/* MULTIFEE STYLES END */

ul.thumb {
	float: inherit;
	list-style: none;
	margin: 0; padding: 10px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 126px;
	height: 126px;
}
ul.thumb li img {
	width: 116px; height: 116px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}

#turnaroundblock div{
display:inline-block;
}

#turnaroundblock{
width:1000px;
height: 40px;
text-align:center;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
font-size: 26px;
line-height:1px;
color:#fff;
text-shadow: 1px 1px #008BBD;
text-transform:uppercase;
overflow:hidden;
line-height: 40px;
position:relative;
left: 50%;
margin-left: -500px !important;

background: #08AEEA;
border-radius: 8px;
overflow: hidden;
}

#tbt0{
display:inline-block;
line-height: 43px;
color: #FFD163;
}

#tbt1{
color: #FFFFFF !important;
}

#tbt2{
color: #FFFFFF;
font-size:12px;
position:absolute;
line-height: 40px;
left: 169px;
}

#tbt3{
color: #FFFFFF;
margin-left:18px;
font-size:12px;
position:absolute;
line-height: 40px;
}

#usesdiv a:link{
color: #2ABAEC !important;
}

#usesdiv a:hover{
color: #F90 !important;
}

#usesdiv a:visited{
color: #2ABAEC !important;
}

#usesdiv a:active{
color: #2ABAEC !important;
}

/* Samples page */

.samplegallery{
width:316px;
margin-top:12px;
margin-right:12px;
display:inline-block;
padding:0px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#ccc1ab;
}

.samplegallery:hover{
background-color:#F90;
}

.samplegallery3{
width:316px;
margin-top:12px;
margin-right:0px;
display:inline-block;
padding:0px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#ccc1ab;
}

.samplegallery3:hover{
background-color:#F90;
}

.samplegallery1{
width:308px;
height:144px;
-moz-border-radius: 8px;
border-radius: 8px;
border:4px solid #efeada;
background-color: #efeada;
}

.samplegallery2{
height:35px;
margin-top:0px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #555;
font-size:14px;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
text-align:center;
line-height:35px;
}

.samplegallery1 a:link{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#555;
}


.samplegallery2 a:link{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#fff;
font-size:14px;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
}

.samplegallery2 a:hover{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#fff;
font-size:14px;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
}

.samplegallery2 a:visited{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#fff;
font-size:14px;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
}

.galleryAll{
background-image:url(../html/images/galleries_01.jpg);
background-repeat:no-repeat;
}

.galleryAd{
background-image:url(../html/images/galleries_02.jpg);
background-repeat:no-repeat;
}

.galleryMusic{
background-image:url(../html/images/galleries_03.jpg);
background-repeat:no-repeat;
}

.galleryArtist{
background-image:url(../html/images/galleries_04.jpg);
background-repeat:no-repeat;
}

.galleryClubs{
background-image:url(../html/images/galleries_05.jpg);
background-repeat:no-repeat;
}

.galleryFood{
background-image:url(../html/images/galleries_06.jpg);
background-repeat:no-repeat;
}

.galleryPolitical{
background-image:url(../html/images/galleries_07.jpg);
background-repeat:no-repeat;
}

.galleryReligious{
background-image:url(../html/images/galleries_08.jpg);
background-repeat:no-repeat;
}

.gallerySports{
background-image:url(../html/images/galleries_09.jpg);
background-repeat:no-repeat;
}

.galleryCharity{
background-image:url(../html/images/galleries_10.jpg);
background-repeat:no-repeat;
}

.galleryEvents{
background-image:url(../html/images/galleries_11.jpg);
background-repeat:no-repeat;
}

.gallerySchool{
background-image:url(../html/images/galleries_12.jpg);
background-repeat:no-repeat;
}

/* SUPER FISH MENU */

.pricingtable td { text-align: center; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }

/* ACCORDIAN STYLES */

#accordion {
list-style: none;
margin: 30px 0;
padding: 0;
height: 400px;
width: 976px
overflow: hidden;
}

#accordion li {
float: left;
border-left:
display: block;
height: 370px;
width: 0;
padding: 15px 0 15px 20px;
overflow: hidden !important;
color: #000;
text-decoration: none;
border-left: 3px solid #fff; 
}
 
#accordion li div {
margin: 20px 25px 0 20px;
max-height: 330px;
overflow: hidden;
}
 
#accordion li.active {
width: 746px;
}

/* IMG FLOATS */
.img-right { float: right; margin: 10px; }
.img-left { float: left; margin: 10px; }

/* ADD TO CART STYLES */
.display-none { display:none; }
.add-to-cart-header {
    background-image: url(../html/images/buttonpacktitle.png); 
    width: 950px; padding: 5px 13px; text-align: center;
    background-position: bottom center;
    background-repeat: repeat-y;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.add-to-cart-footer {
    background-image: url(../html/sliders/slidetheme/twelve/bar.png); 
    width: 950px; padding: 5px 13px; text-align: center;
    background-position: top-left;
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.add-to-cart-footer .slidetitle a { color: #fff !important; text-decoration: underline !important; }
.add-to-cart-footer .slidetitle a:hover { color: #333 !important; }
.productBodyImageBorder {
border: none;
width: auto;
padding: 0;
}
.productBodyImageBorder .pb-container {
background-image: none;
height: auto;
}
.productBodyImageBorder .pb-container-text {
  padding-top:10px;
  height:25px;
  width:152px;
  background: url(../html/images/orderbg1.png) no-repeat center center;

  text-align:center;
  color:#FFFFFF;
  font-family:Verdana,sans-serif;
  font-size:9px;
  font-weight:bold;
}
.productBodyImageBorder .pb-container-text a {
  color: #fff;
}
.productBodyMainCell {
width: auto;
padding: 0;
}
.productBodyImageCell .pb-container img.enlarge-icon {
width: auto;
height: auto;
}
.longdescription-holder {
padding: 10px;
}
.productCustomizationTable {
width: 100%;
}

.quantityTableRow {
    background:#f8f8f8;
}
.quantityTableRow td {  }

.productCustomizationCell tr {
    border: 1px solid #efefef;
}
.productCustomizationCell td {
    padding: 5px;
    color:#3F3F3F;
    font-size:14px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	font-style:normal;
	text-transform:uppercase;
    padding-left: 5px;
    padding-right: 15px;
}
.optionsHolderCell table tr {
    border: none;
}

/* Tooltip Bubbles */
.toolTipBox { display:none; z-index: 190;}
span.toolTipLink { display: inline-block; position: relative; font-size:14px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	font-style:normal;
	cursor: pointer;
color: #ff9900; text-decoration: none; font-weight:bold;
}
span.toolTipLink:hover {color:#333333}
span.toolTipLink:hover span.toolTipBox { display: block; position: absolute; top: 10px; left: -5px; width: 311px; height: 158px; background: transparent url('../html/images/bubble.png') 0 0 no-repeat; }
span.toolTipLink:hover span.toolTipBox span.detailsPanelText { position: absolute; top: 30px; left: 15px; max-width: 280px; max-height: 123px; }

.detailsPanelText {
	font-size: 12px;
    letter-spacing: normal;
    text-transform: none;
    font-weight:bold;
}

span.toolTipLink span.toolTipBox span.tooltip-content { color: #777; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: nomrla; }

.quantityTableRow input, .cartGridItem input, .cartGridAltItem input {  
    font-size:14px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    padding: 5px;
    margin: 4px;
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    border: 1px solid #777;
    border-collapse: collapse;
    background-color:#f5f5f5;
    color:#333;
}
.quantityTableRow input:hover, .cartGridItem input:hover, .cartGridAltItem input:hover {
    color:#555;
    box-shadow: 0 0 4px 2px #fff, 0 1px 2px 1px #eee inset;
    background-color: #fafafa;
    border-color:#FAA20B;
}
.quantityTableRow input:focus, .cartGridItem input:focus, .cartGridAltItem input:focus {
    background-color:#fff;
    color: #000;
    box-shadow: 0 0 4px 2px #FAA20B;
}
.customizationListAddCartRow td {
    padding-top: 10px;
}
.mainEcommerce {
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    max-width: 980px;
}
.mainEcommerce table {
    max-width: 960px;
    margin: 0 auto;
}
.mainEcommerce h1 { 
    margin: 0 5px 5px 5px;
    color: #3f3f3f;
	font-size: 20px;
	line-height: 20px;
	font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
}
.subSubSubHeaderCartRow {
    border: none;
}
.subSubSubHeaderCartRow table td.subSubSubHeader {
    padding: 10px;
}
.subSubSubHeaderCartRow table td.subSubSubHeader a {
    font-size: 16px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    text-transform: uppercase;
}
.subSubSubHeader {
    background:#f8f8f8;
    border:none;
    border: 1px solid #efefef;
    padding: 10px;
    font-size: 16px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    color: #635A52;
    text-transform: uppercase;
    max-width: 1000px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; /* UI_Style fix for IE */
}
table.subSubSubHeader td { font-size: 16px !important; padding: 10px !important; }
.subSubSubHeader a, table.subSubSubHeader a {
    color: #454545;
}
.subSubSubHeader .smallText a, table.subSubSubHeader .smallText a {
    color: #f90;
font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal; 
}
.cartGridItem, .cartGridItem .smallText, .cartGridAltItem, .cartGridAltItem .smallText {
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    font-size: 16px;
}

tr.cartGridItem td.smallText img, tr.cartGridAltItem td.smallText img { 
    margin: 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
    background-color: #fafafa;
}

.ecommerceCartEditLink a { display:block; height: 24px; width:24px; background: transparent url('../images/edit_button.png') 1px 1px no-repeat; text-indent: -9999999px; }
.ecommerceCartRemoveLink a { display:block; height: 24px; width:24px; background: transparent url('../images/remove_button.png') 1px 1px no-repeat; text-indent: -9999999px; }

.ecomProgBar {
    background: transparent; border: 0; width: 410px; position: absolute; top: 10px; right: 0;
}

#ctl01_ContentSectionMain_shopping_row td table {  }
.ecomProgBar td { cursor: default; }
.shoppingLink { font-size: 12px; color: #fff; 
padding: 3px 15px; display: inline-block; 
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
    background-color: #d0cab2; color: #fff; }
    .shoppingLink:hover { color: #fff !important; }
.shoppingActive .shoppingLink { color: #fff !important; background-color: #E37D00; }
.shoppingActive .shoppingLinkVisited { color: #fff !important; }
a.shoppingLink.shoppingLinkVisited { color:#fff; background-color: #bcde01; }
.ecomProgBar td.shoppingActive { border: 0; background:transparent; }
.ecomProgArrow { width: 0 !important; text-indent: -9999px; }
td.shoppingCell.shoppingActive a.shoppingLink.shoppingLinkVisited { color: #fff; background-color: #E37D00; }

#ctl01_ContentSectionMain_user_password_label, #ctl01_ContentSectionMain_user_email_label { padding-left: 5px; }

#ctl01_ContentSectionMain_existing_panel table td table { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; margin-top: -12px; }
#ctl01_ContentSectionMain_submit_button { margin: 8px; }
#ctl01_ContentSectionMain_create_button { margin: 8px; max-width: 460px; height: auto; }
#ctl01_ContentSectionMain_access_info_panel table { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; }

#ctl01_ContentSectionMain_new_customers_row3, #ctl01_ContentSectionMain_new_customers_row4, #ctl01_ContentSectionMain_new_customers_row5 { border-width: 0 1px; border-style: solid; border-color: #efefef; }

#ctl01_ContentSectionMain_forget_panel { border-style: solid; border-width: 0 1px 1px 1px; border-color: #efefef; margin-top: -12px; }

.ecommerceAddressHeader, .ecommerceAddressShippingHeader { background:#f8f8f8;
    border:none;
    border: 1px solid #efefef !important;
    padding: 10px;
}

.ecommerceAddressHeader h1, .ecommerceAddressShippingHeader h1 {
font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;   
font-size-adjust: 0.51;   
font-weight: bold;   
font-style: normal;   
font-size: 14px;   
color: #bababa; 
margin: 0px !important;
}

.ecommerceAddressFields { border-width: 0px 1px 1px 1px; border-style: solid !important; border-color: #efefef; text-align:left !important; }

.ecommerceAddressFields table, #ctl01_ContentSectionMain_access_info_panel table 
{ width: 970px !important; margin: 0 5px !important; }


table.existingSignOnTable[width="100%"] {  }
.existingSignOnTable tr:last-child td:last-child { padding-bottom: 2px; }
table.existingSignOnSubTable { height: 250px; }


/* #ctl01_ContentSectionMain_address_options_fields { border-width: 0px 1px 1px 1px; border-style: solid !important; border-color: #efefef; } */

.ecommerceAddressShippingContent { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; }

#ctl01_ContentSectionMain_address_options_fields div { margin: 5px; }

/* Hide Sign On Descriptions and Hack Sign On Page Styles */
#ctl01_ContentSectionMain_new_customers_directions, #ctl01_ContentSectionMain_existing_customers_directions, #ctl01_ContentSectionMain_forget_password_directions { display: none; }
.checkBoxWrapper { margin-left: -310px; margin-bottom: 15px; margin-top: -20px; }

#ctl01_ContentSectionMain_email_button { position: relative; z-index: 2; right: -160px; top: -41px; }
#ctl01_ContentSectionMain_user_email_forget { width: 230px; }
.ecom-login-email-button-td { height: 30px; padding: 0; }

.ecom-login-label-td { width: 120px !important; }
.ecom-login-label-td span { color: #bababa; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; text-transform: uppercase; }
.ecom-login-label-td span span.error { color: #f00; }
.existingSignOnSubTable td.error { width: 75px !important; }

.ecommerceShippingContentTd { border-width: 0 1px 1px 1px; border-style: solid !important; border-color: #efefef; }

.ecommerceConfirmHeader { 
    background:#f8f8f8; border: 1px solid #efefef; 
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal;
}
.ecommerceConfirmHeader td:first-child { padding: 10px; }

table.ecommerceConfirmAccountInfoTable { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; margin-bottom: 10px; }

table.ecommerceConfirmAccountInfoTable td { padding: 0 10px; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; font-size: 16px; text-transform: uppercase; color: #777; }
#ctl01_ContentSectionMain_Html_content1_bill_label, #ctl01_ContentSectionMain_Html_content1_ship_label { color: #000; }

.ecommerceConfirmPaymentInfo { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; }

.ecommerceConfirmPaymentInfo td { padding: 4px; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; font-size: 16px; text-transform: uppercase; color: #777; }

.ecommerceConfirmPaymentInfoQuote td { padding: 4px; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; font-size: 16px; text-transform: uppercase; color: #777; }

#ctl01_ContentSectionMain_Html_content1_user_company { margin-top: 10px; display: inline-block; }

table.ecommerceConfirmSubtotalTable { margin: 20px 0; }
table.ecommerceConfirmSubtotalTable * { 
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; font-size: 16px !important; text-transform: uppercase; 
}
table.ecommerceConfirmSubtotalTable tbody tr td { color: #bababa; }
table.ecommerceConfirmSubtotalTable > tbody > tr > td { width: 50%; padding: 10px; }
table.ecommerceConfirmSubtotalTable > tbody > tr { border: 1px solid #efefef; }
 table.ecommerceConfirmSubtotalTable tr:nth-child(3) { display: none; }
table.ecommerceConfirmSubtotalTable > tbody > tr:last-child { display: none; }
table.ecommerceConfirmSubtotalTable tr td:first-child { text-align: left !important; }
table.ecommerceConfirmSubtotalTable tbody tr.ecommerceConfirmBodyTotalRow { background: #f8f8f8; }
table.ecommerceConfirmSubtotalTable tbody tr.ecommerceConfirmBodyTotalRow * { color: #454545 !important; }

.ecommerceShippingEstimatedTurnaround { padding-left: 10px; }
#ctl01_ContentSectionMain_rush_list, #ctl01_ContentSectionMain_order_item_shipping_list_ctl01_order_shipping label { font-weight: bold; }

/* Production Time Calculation */
.shipDate, .inHandsDate { color: #E37D00; font-size: 16px; min-width: 183px; padding: 0; margin: 20px auto; text-align: center; }
.shipDateLead, .inHandsDateLead {
    color: #545454;
    font-size: 14px;
}

.paymentMethodContentRow { border-width: 0 1px; border-style: solid; border-color: #efefef; }
.paymentMethodContentRow:last-child { border-with: 0 1px 1px 1px; }

#ctl01_ContentSectionMain_credit_card_panel { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; }
#ctl01_ContentSectionMain_credit_card_panel .directions { height: 0; text-indent: -9999px; overflow: hidden; }


#ctl01_ContentSectionMain_credit_card_panel table { width: 760px; margin: 0 0; }
#ctl01_ContentSectionMain_credit_card_panel table tbody tr:nth-child(1) { width: 560px; margin: 0 0; }
#ctl01_ContentSectionMain_credit_card_panel table td:first-child { width: auto; }

#ctl01_ContentSectionMain_payment_type_uid { margin: 0 10px; }

.ecommerceConfirmPaymentInfo td:first-child { width: 50% !important;}
.ecommerceConfirmPaymentInfo td:last-child { width: 50% !important;}

tr#ctl01_ContentSectionMain_shopping_row { height: 1px !important; }

a.ecomConfirmEditLink:visited, a.ecomConfirmEditLink:link { text-decoration: none; }

.ecommerceConfirmAccountInfoListTable { position: relative; z-index: 300; right: -315px; border: none !important; display: block; }
.ecommerceConfirmAccountInfoListTable tr td { text-align: center !important;  }
.ecommerceConfirmAccountInfoTable tr td { text-align: center !important; }

/* Thank You Page Styles */
.thankYouContentRow { border-width: 0 1px 1px 1px; border-style: solid; border-color: #efefef; }
.thankYouButtons { text-align: right; }
.thankYouButtons a { width: 160px; display: inline-block; margin: 5px 5px 0 0; padding: 20px 10px; background-color: #FF9900; color: #fff; border-radius: 10px; -moz-border-radius:10px;
    -webkit-border-radius: 10px; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; font-size: 16px; text-transform: uppercase; text-align: center; }
.thankYouButtons a:hover { background-color: #635A52; }

/* My Account Styles */
.ecommerceMenuLinkButtonTable a { width: 410px; padding: 30px 0; margin: 5px; font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-size-adjust:0.51; font-weight:bold; font-style:normal; font-size: 16px; text-transform: uppercase; color: #fff; border-radius: 10px; 
    -moz-border-radius: 10px; -webkit-border-radius: 10px; background-color: #FF9900; display: inline-block; }
.ecommerceMenuLinkButtonTable a:hover { background-color: #635A52; }
.ecommerceMenuLinkButtonTable .directions { display: none; }

a.productRatingAverageLink {
    vertical-align: middle;
    display: block;
    width: 183px;
    overflow: hidden;
    height: 35px;
}

.biginput { font-size: 16px; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size-adjust:0.51; font-weight:bold; font-style:normal; padding: 4px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color:#635a52; border-collapse:collapse; 
    border: 1px solid #aaa; margin: 10px; box-shadow: 0 2px 4px 1px #eee inset; min-width: 50px; }
.biginput:focus, .biginput:active { box-shadow: 0 0 4px 2px #FAA20B; }
.biginput.fieldError { background-color:#F99; box-shadow: 0 0 4px 2px #F99; }

label { padding:5px; }
/*CUSTOM CHECKBOXES*/
.checkBoxStyle { width: 22px; height: 22px; filter: alpha(opacity=0.0); opacity: 0.0; outline: 0; padding: 2px; }
.checkBoxWrapper { display:inline-block; margin: 5px; width: 22px; height: 22px; border: none; background-image: url(../images/checkboxXP.gif); }
.checkBoxWrapperActive { background-image: url(../images/checkbox-checkedXP.gif); }
/*CUSTOM RADIO BUTTONS*/
.radioStyle { width: 22px; height: 22px; filter: alpha(opacity=0.0); opacity: 0.0; outline: 0; padding: 2px; }
.radioWrapper { display:inline-block; margin: 5px; width: 22px; height: 22px; border: none; background-image: url(../images/radiobuttonXP.gif); }
.radioWrapperActive { background-image: url(../images/radiobutton-activeXP.gif); }

div.directions { margin: 5px; display: block; }
.calendarTable { border: 1px solid #efefef !important; margin: 15px auto !important; box-shadow: 0 0 1px 3px #fafafa; }
.calendarTable tr td {
    padding: 5px;
}

.calendarTable tr td a { margin: 5px; }
.calendarTableHeader {
    padding: 0; 
    background: #f8f8f8 !important;
} 

.calendarTableHeader table tbody tr td {
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size-adjust:0.51 !important;
    font-weight:bold !important;
    font-style:normal !important;
    color: #4d4d4d !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.calendarTable tr:nth-child(odd) td:nth-child(even) { background:#fafafa; }
.calendarTable tr:nth-child(even) td:nth-child(odd) { background:#fafafa; }

.confirmCartGridItem td img {
    margin: 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    background-color: #fafafa;
}

.confirmCartGridAltItem td { 
    background-color:#f7f7f7 !important;
}

.confirmCartGridAltItem td img {
    margin: 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    background-color: #fafafa;
}

.subSubSubHeader tbody tr td, .Ecommerce_Address_Manage tbody tr td {
    font-family:Arial, Helvetica !important;
    font-size-adjust:0.51 !important;
    font-weight:bold !important;
    font-style:normal !important;
    color: #454545;
    text-transform: none;
}

.Ecommerce_Previous_Orders tbody tr td {
	font-family:" Arial, Helvetica!important;
    font-size-adjust:0.51 !important;
    font-weight:bold !important;
    font-style:normal !important;
    color: #454545;
    text-transform: none;
}

.ecommerceAddressManageShippingTable tr td {
	font-family:" Arial, Helvetica!important;
    font-size-adjust:0.51 !important;
    font-weight:bold !important;
    font-style:normal !important;
    color: #454545;
    text-transform: none;
}



.subSubSubHeader tbody tr td table tbody tr td {
    padding: 10px;
}

.socialbuttons{
position:absolute;
top:11px;
left:23px;
text-align:left;
display:block;
}

#productReviewPanelHolder {
    width: 810px;
}

.singleCustomerReview {
    border: 1px solid #efefef;
    background-color:#fefefe;
}

.singleCustomerReviewHeader{
	border-top: 1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background-color:#fefefe;
	padding-top: 5px;
	padding-bottom: 5px;
}

.singleCustomerReview table td {
    padding: 10px;
}

.singleCustomerReviewHeader table td {
    padding: 10px;
}

a.submitYourReviewLink {
    width: 225px;
    padding: 15px 0;
    display: block;
    text-align: center;
    background-color: #D0CAB4;
    color: #fff !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
	font-size:16px;
    line-height:normal;
    max-width: 250px;
}

a.submitYourReviewLink:hover {
    background-color: #635A52;
}

.mainEcommerce h2 { text-transform: uppercase; }

.mapCat {
    padding: 2px 2px 2px 10px !important;
    display: inline-block;
    margin:2px;
}

.mapItem {
    font-size: 12px;
    display: inline-block;
    margin:2px;
}

.footerBeastie {
    background-image: url('../../../images/company_assets/f7ecdbdd-1301-4d10-9e4d-b8521113d200/Image/footerbuttonpost.png');
    background-position: 0 -25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 98px;
}

a.footerBeastie:hover {
    background-position: 0 0;
}

#scrollToTop 
{
    display:none;
    position: fixed;
    top: 32px;
    margin-left: -80px;
    padding: 0;
    background: transparent;
}

.tier_tbl {
    border: 1px solid #efefef;
    /* height: 137px; */
    width: 152px;
    margin: 0 10px 0 0;
}

.tier_tbl td {
    padding: 5px 0; max-width: 76px;
}

td.tier_header {
    border-bottom: 1px solid #efefef;
    background: #f8f8f8;
     font-weight: bold;
    padding: 15px 0;

}


#calcContainer {
    background: #FAA514;
    background-position: center center;
    background-repeat: no-repeat;
    width: 235px;
    height: 274px;
	overflow:hidden;
    position: relative;
    border-radius: 8px;
    margin-top: 14px;
}

#calcContainer h4 {
    color: #625C50;  
    font-size: 20px;  
	font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size-adjust: 0.51; 
	font-weight: bold; 
	font-style: normal; 
	text-transform: uppercase;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    text-shadow: -1px 1px 0px #FFF6C2;
    top: 10px;
    width: 100%;
    background: #FFBE51;
    border-top: 1px solid #FFF38A;
    border-bottom: 1px solid #DA9217;
    padding-top: 3px;
}

#pbcalc {
    position: absolute;
    top: 51px;
    left: 10px;
    display: block;
    margin: 0px !important;
}

#calcSelectors select {
    margin: 0 0 11px 0;
    padding: 5px;
    width: 215px;
    background-color: #8D8D8D;
    border: none;
    color: #fff;
    height: 30px;
    font-size: 12px !important;
    font-weight: bold;
}

#calcSelectors select.first { background-color: #B5B5B5; }
#calcSelectors select.last { background-color: #625C50; }
#calcPrice {
    position: absolute;
    left: 10px;
    top: 174px;
    width: 213px;
    text-align: center;
    font-size: 28px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    color: #444;
    background: #ccc;
    text-shadow: 0 2px 0 #999;
    display: block;
    line-height: 42px;
    height: 42px;
    padding-top: 7px;
    border: 1px solid #c0c0c0;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #ADADAD;
    box-shadow: inset 0px 2px #bbb;
    border-radius: 5px;
}

a.viewProductButton {
    display: block;
    overflow: hidden;
    text-align: center;
    height: 29px;
    line-height: 29px;
    position: absolute;
    top: 227px;
    left: 2px;
    width: 215px;
    font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size-adjust: 0.51; font-weight: bold; font-style: normal; text-transform: uppercase;
    font-size: 14px !important;
    background: #2ABAEC;
    color: #fff !important;
    text-shadow: 0px -1px 0px #006486;
    border-radius: 5px;
}

a.viewProductButton:hover {
background: #FFE58A !important;
color: #625C50 !important;
text-shadow: 0px -1px 0px #FFFFFF !important;
}

td.errorTdCell span.error { text-align: center; color:#fff; width: 70%; margin: 0 15%; display: inline-block; }


/* My Account Shipping Address Reset */
.ecommerceShippingAddressManageContent * { 
    padding: 2px !important; font-size: 12px !important; 
}
.ecommerceAddressManageShippingTable { max-width: 1000px; }
.ecommerceAddressManageShippingTable tr, .ecommerceAddressManageShippingTable tr { max-width: 110px !important; }
.ecommerceAddressManageShippingTable .biginput { margin: 0; }
.ecommerceAddressManageShippingTable .checkBoxWrapper { background-repeat: no-repeat; }


.noteBlockHolder { border: 1px solid #efefef; color: #555; }
.noteBlockHeader { 
    background: #f8f8f8; border-bottom: 1px solid #efefef; padding: 10px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight:bold; font-style:normal; font-size-adjust:0.51; font-size:16px;
}
.noteBlockContent { padding: 10px; font-size: 11px; font-weight: bold; }
.fileUploadNote { width: 820px; margin-left: 158px; }
.fileUploadNote .noteBlockContent { font-size: 12px; }
.fileUploadNote .noteBlockContent a { color: #08AEEA; }
.orange { color: #E47C00; }

.speechBubbleText {
color: #555;
font-size: 9px;
font-weight: bold;
font-family: Verdana, Arial, Sans-serif;
line-height: 1em;
display: block;
margin: 0 0 6px 0;
}

/* File Upload Styles */
.fileUploadItemName {
    padding-top:10px;
    height:25px;
    width:152px;
    background: url(../html/images/orderbg2.png) no-repeat center center;
    margin:0;
    text-align:center;
    color:#FFFFFF;
    font-family:Verdana,sans-serif;
    font-size:9px;
    font-weight:bold;
    margin-top: 5px; 
    text-align: center;
    }

.continueButtonHolder { text-align: right; }
.continueButtonHolder .standardButton { height: 70px; margin-left:10px;}

.fileUploadImageCorrect {
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
	font-size:16px;
    line-height:normal;
    }

.fileUploadImgPreview {
    border: 1px solid #efefef !important;
    padding: 15px;
    text-align: center;
    min-height: 100px;
    }

.fileUploadHeader {
    background: #f8f8f8;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #efefef;
    position: relative;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
	font-size:16px;
    line-height:normal;
    }

.fileUploadHeader input { margin: 17px 10px; }
.fileUploadHeader a { color: #08AEEA; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; }
.file-upload-image-preview-bg { background: #efefef; }

#ctl01_ContentSectionMain_product_info_div {
  width:152px;
  margin-bottom:5px;
  background: url(../html/images/pb-inactive.jpg) top left no-repeat;
  float: left;
  margin-right: 10px;
}

.bgButtons {
    width:152px;
    margin-bottom:5px;
    margin-right: 10px;
    }

.bgMagnets {
    width:152px;
    margin-bottom:5px;
    margin-right: 10px;
    }

.bgZippers {
    width:152px;
    margin-bottom:5px;
    margin-right: 10px;
    }

.bgMirrors {
    width:152px;
    margin-bottom:5px;
    margin-right: 10px;
    }

.bgKeyChains {
    width:152px;
    margin-bottom:5px;
    margin-right: 10px;
    }


.bgButtons img{
    background:#08aeea !important;=
    }

.bgMagnets img{
    background:#ff0f10 !important;=
    }

.bgZippers img{
    background:#d73696 !important;=
    }

.bgMirrors img{
    background:#8ec63f !important;=
    }

.bgKeyChains img{
    background:#fbdd00 !important;=
    }



.bgItemName {
    padding-top:10px;
    height:25px;
    width:152px;
    background: url(../html/images/orderbg2.png) no-repeat center center;
    margin:0;
    text-align:center;
    color:#FFFFFF;
    font-family:Verdana,sans-serif;
    font-size:9px;
    font-weight:bold;
    margin-top: 5px; 
    }

.bgInactive {
    width:152px;
    margin-bottom:5px;
    background: url(../html/images/pb-inactive.jpg) top left no-repeat;
    margin-right: 10px;
    }

.productPrimaryImage {
    width: 152px;
    height: 152px;
}

.fileUploadControls { 
    margin-left: 162px;
    position: relative;
}

.fileUploadItemName { display: block; }

.fileUploadContainer .directions { display: none; }

.fileUploadContainer:after {
  content: "";
  display: table;
  clear: both;
}

.fileUploadImgPreview img { max-width: 780px; height: auto; border: 1px solid #555; }

.fileUploadImageCorrect { display: none; }

.fileUploadDownloadButton { display: none; }

.standardButton, #ctl01_ContentSectionMain_download_button {
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    font-size: 20px;
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal;
    color: #fff;
    text-transform: uppercase;
    background-color: #faa20b;
    border: 0;
    padding: 5px;
    height: 40px;
    width: 250px;
    margin: 5px;
}

.standardButton:hover, #ctl01_ContentSectionMain_download_button:hover {
    background-color: #635A52;
}   

.standardButton:disabled, #ctl01_ContentSectionMain_download_button:disabled { background-color: #D0CAB4; display: none; }

.standardButton:disabled:hover, #ctl01_ContentSectionMain_download_button:disabled:hover { background-color: #D0CAB4; }

input.fileUploadButton { 
    position: absolute;
    top: 0; right: 0; margin: 0;
    background-color: #faa20b;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 10px;
    }

input.fileUploadButton:hover { background-color: #DBDD00; }

.fileUploadButton#ctl01_ContentSectionMain_submit_button { margin: 12px 10px; }
.fileUploadButton#ctl01_ContentSectionMain_cmdSubmit { margin: 12px 10px !important; line-height: 0px !important;}

.fileUploadClearButton { position: absolute; top: 78px; right: 25px; width: 25px !important;
    text-align: center; height: 25px !important; line-height: 15px; font-size: 13px;
    background-color: #F20003; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.3); }
.fileUploadClearButton:hover { background-color: #F14C00; }

.customizationOptionResults { color: #d0cab2; font-size: 14px; }
.customizationOptionResults img { vertical-align: middle; background-color: transparent !important; }
.customizationOptionResults > span {display:block;}

tr[class="cartGridAltItem"] { background-color: #fafafa !important; }
tr[class="cartGridItem"] { background-color: #fff !important; }

.ecom-login-spacing-row { display: none; }

.discount-code-label { font-size: 18px; }
.discount-code-input { width: 125px !important; color: #bade00; }
.discount-code-input:focus { box-shadow: none; }

#ctl01_ContentSectionMain_billing_table tr td:first-child, #ctl01_ContentSectionMain_access_info_panel table tr td:first-child,
#ctl01_ContentSectionMain_address_panel table tr td:first-child, #ctl01_ContentSectionMain_credit_card_panel table tr td:first-child { 
    font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal; 
    font-size: 14px;
    color: #bababa;
    text-transform: uppercase;
}

.ecom-cart-error-msg *, .file-upload-error-msg *, .ecom-login-error-msg *, .billing-address-error-msg *, .shipping-address-error-msg * 
{ color: #635A52; font-weight: bold; font-size: 14px; }
.ecom-cart-error-msg, .file-upload-error-msg, .ecom-login-error-msg, .billing-address-error-msg, .shipping-address-error-msg
{ border: 1px solid #faa900; padding: 15px; margin: 15px 10px; background: #ffe6ae; }

#ctl01_ContentSectionMain_product_catalog_product_rating_average a,
a#ctl01_ContentSectionMain_product_catalog_write_review_link
 { font-family:"Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust:0.51;
    font-weight:bold;
    font-style:normal; 
    font-size: 14px;
    text-transform: uppercase;
 }

body {

}


html {
-webkit-font-smoothing: antialiased;
}

.product-body-ship-options {
    list-style: none;
}

.product-body-ship-options li {
    display: inline;
    font-size: 10px;
    padding-left: 8px;
}

/*.product-body-ship-options li:nth-child(2):after {
    content: "\A";
    white-space: pre;
}*/

.product-body-rush-list {
    list-style: none;
}

.product-body-rush-list li {
    display: inline;
    font-size: 10px;
    padding-left: 8px;
}

.reorder.submit.button {
	text-transform: uppercase;
	background-color: #aca397;
	color: #fff;
	font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size-adjust: 0.51;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	width: 150px;
	line-height: 52px;
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.reorder.small.submit.button {
	line-height: normal !important;
	margin: 0 !important;
	border-radius: 10px;
}

.reorder.submit.button:hover {
	background-color: #faa20b;
}

table.customization_item.radio-group {
	display: inline-table;
}

td.col-product_name div.customizationOptionResults span.review-link {
	background-image: url(../images/edit_button.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 33px;
	line-height: 27px;
}

div#ctl01_ContentSectionMain_user_account_panel table {
border: none;
}

#cartaccount-table span#ctl01_ContentSectionMain_MessageCenter_msg {
border: 1px solid #faa900;
padding: 15px;
margin: 0px 0px 15px 0px;
background: #ffe6ae;
display: block;
color: #635A52;
font-weight: bold;
font-size: 14px;
}

#cartaccount-table span#ctl01_ContentSectionMain_MessageCenter_msg img{
display:none;
}

 .sidetext_menu {
font-family: Arial, Helvetica;
text-transform: none;
}





div#turnaroundblockBIG {
    width: 1000px; 
    height: 104px;  
    background: #222;
    border-radius: 12px;
    text-align: center; font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size-adjust: 0.51; font-weight: bold; font-style: normal; text-transform: uppercase; font-size: 21px; line-height: 1px; color: #fff; text-shadow: 1px 1px #d16200; text-transform: uppercase;  line-height: 55px; position: relative; left: 50%; margin-left: -500px !important;
    box-shadow: 0 2px 0px rgba(0,0,0,.15);
    z-index: 12;
}

span.cybermonday {            
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );   background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );   
    color:transparent;   
    /* -webkit-background-clip: text; */   background-clip: text;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    border-radius: 12px;
    padding: 5px 5px 0px 5px;
}

span.blackfridaybold {
    color: #ff0000;
}

span.detailsblackfriday {
    font-size: 14px;
    line-height: 1.1em;
    text-align: left;
    display: block;
    width: 600px;
    margin-left: 401px;
    position: absolute;
    top: 52px;
    text-shadow: 1px 1px 0px #000;
}

.norton_secure_notice_table {
width: 960px;
border: 0;
}

.norton_secure_image_column {
    align: center;
    vertical-align: top;
    padding-left: 11px;
}

.norton_secure_text_column {
    width: 805px;
    align: center;
    vertical-align: top;
}

#norton_secure_notice {
border: solid 1px #f2a203;
background-color: #ffe1a3;
}

#norton_secure_notice .line1 {
	color: #974515;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 8px;
}

#norton_secure_notice .line2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 17px;
}

.norton_secure_image_column embed {
    width: 100px;
    height: 68px;
}

textarea#ctl01_ContentSectionMain_5595bdc9-0d31-4cc2-94ce-6267dcf84d57 {
  width: 367px;
  max-width: 905px;
}

.viewer {
    font-size: 0px;
}


.viewer li.has-caption > div {
  bottom: 60px !important;
}

.viewer li{
	-webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.viewer .caption{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
	opacity: 100;
	visibility: visible;
}

.close {
font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust: 0.51;
font-weight: bold;
font-style: normal;
font-size: 39px !important;
text-transform: uppercase;
line-height: 1em !important;
top: 7px !important;
}

.caption {
font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size-adjust: 0.51;
font-weight: bold;
font-style: normal;
font-size: 9px !important;
text-transform: uppercase;
line-height:60px !important;
}



.inner_shortfall_msg{
height:100%; 
float:left; 
background-color: #E9F3A4; 
display:table-cell; 
margin-top:10px; 
margin-bottom:10px; 
margin-left:10px;
}

.inner_shortfall_msg{
float:left; 
height:100%; 
background-color: #E9F3A4; 
display:table-cell; 
text-align:right; 
}

.inner_shortfall_msg .cart-error {
padding-top: 15px !important;
}

.notification_message {
color: #454545; 
line-height:20px;
}

.shortfall_nav {
width: 22%; 
padding-top:2px;
}
.shortfall_messages {
width: 74.5%;
text-align: left;
}

div.notification_container{
border: 1px solid #C1DD00; 
display:table; 
width:101%; 
background-color: #E9F3A4;
}

.inner_shortfall_msg label {
    padding: 0px;
}

.title2 h1, .title1 h1, h1.title1, h1.title2 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    font-family: "Futura Bold", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust: 0.51;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
}



.upload-art a.required {
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
}

.productBodyMainTable div.pb-container-image {
    background: #fcf9ec !important;
}

.productBodyMainTable div.pb-container-image:hover {
    background: #fcf9ec !important;
}