/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
/*input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }*/
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
/*input.input-text, textarea { padding:2px; }*/
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
/*.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }*/
.button-set { /* Container for form buttons*/
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#FE4F99; }
div.required_info { color:#FE4F99; width:auto; text-align:right;}
.validation-advice { /*clear:both;*/ min-height:15px; margin-top:3px; /*
background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px;
*/ font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #FE4F99 !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }



/********************** Messages  */
.success { color:#FE4F99; }
.error { color:#FE4F99; }
.notice {color:#FE4F99; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px center !important;
    padding:6px 8px 6px 32px !important;
    }
.error-msg li, .success-msg li, .notice-msg li { /*margin-bottom:.2em;*/ line-height:23px; }
.error-msg {
    border-color:#FE4F99;
    color:#FE4F99;
    background-color:#fff;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#FE4F99;
    color:#FE4F99;
    background-color:#fff;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#FE4F99;
    color:#FE4F99;
    background-color:#fff;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 25px 0; /*border-bottom:1px solid #ccc; */}
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
/*.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }*/
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:954px; }
.header { text-align:left; }
.header-top { width:930px; margin:0 auto; position:relative; z-index:100; }
.header-nav { width:950px; margin:0 auto; }
.middle { width:900px; min-height:400px; margin:0 auto; text-align:left; }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:685px;  }
.col-2-left-layout .col-main { float:right; width:685px; }
.col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.header { border-top:5px solid #0d2131; }
.header-top-container { border-bottom:1px solid #415966; background:url(../images/header_top_container_bg.jpg) repeat-x 50% 0; }
.header-top { padding:10px; }
.header-nav-container { background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d; }
.middle-container { background:url(../images/main_container_bg.gif) no-repeat 50% 0 #fbfaf6; }
.middle { background:url(../images/main_bg.gif) no-repeat #fffffe;  padding:25px 25px 80px 25px; }


/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:202px;
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
    width:540px;
    float:right;
    margin-top:28px;
    text-align:right;
    padding:0 10px;
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
    }
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { margin-bottom:6px; }
.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }


/* Mini search */
.mini-search { position:absolute; top:0; right:0; width:300px; height:30px; padding:1px 20px 0 40px; background:url(../images/mini_search_bg.gif) 0 0 no-repeat; }
.mini-search .input-text { width:212px; margin-right:4px; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }


/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Footer */
.footer-container { border-top:15px solid #B6D1E2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 4em; background-color:#618499; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



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

.price-box { padding:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
/*.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }*/
.generic-product-list li { margin:12px 0; }


/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { margin-bottom:.4em; font-size:1.05em; }
.catalog-listing h5 a, .catalog-listing h5 a:hover { color:#203548; text-decoration:underline; }
.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.recently .product-image { border:2px solid #dcdcdc; }
.recently a.product-name, .recently a.product-name:hover { color:#1d7ecf; font-size:11px; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list {width:100%; }
table.recently-list td {width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */
.listing-type-grid { background:url(../images/bkg_products-grid3.gif) 0 0 repeat; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; }
.listing-type-grid li.item { float:left; width:138px; padding:12px 10px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:url(../images/bkg_products-grid1.gif); }
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background-image:url(../images/bkg_products-grid2.gif); }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }



/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:267px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-info-box { margin-top:10px; border:1px solid #c4c6c8; margin-top:0; }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:1.2em; }
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral { padding:25px; }
.product-essential { padding:25px; background:url(../images/product_essential_bg.gif) no-repeat 100% 0 #fff; }
.product-essential .product-shop { width:330px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(../images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral { background:url(../images/product_collateral_bg.gif) repeat-x #faf7ee; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }



/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

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


.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
/*.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }*/
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
/*.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }*/
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
/*#opc-review .content { border:1px solid #d9dde3; border-top:0; }*/
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }



/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
/*    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee; */
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { border:1px solid #bbb; }
.account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { background:url(../images/login_box_bg.gif) repeat-x #faf7ee; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { min-height:230px; }


/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
/*    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
  */  }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:10px 30px; text-align:left; }
.page-popup .print-head { margin:0; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#FE4F99; !important; font-weight:bold !important; }
.link-remove { color:#646464 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

.order-access {padding-bottom:8px; }
.order-info {border:solid 1px #D0CBC1; background:#fff; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected {font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }







/* ze print page */

#my-orders-table {
	border:2px solid #d4d4d4;
}
#my-orders-table th {
	padding:0px;
	background:#e9e9e9;
	color:#000;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
#my-orders-table td {
	padding:5px;
}
#my-orders-table tbody td {
	border-bottom:1px solid #e9e9e9;
}
#my-orders-table td .item-options dt,
#my-orders-table td .item-options dd { float:left; display:block; }

#my-orders-table tfoot .last {
	text-align:left;
}
#my-orders-table tfoot td {
	padding:2px 5px;
}
#my-orders-table tfoot .first td { padding-top:7px; font-weight:bold;  }
#my-orders-table tfoot .last td { padding-bottom:7px; font-weight:bold; font-size:14px; }

#my-orders-table { margin-bottom:10px; }

#order-id { float:right; margin-top:-95px; }

.page-popup { width:920px; margin:0 auto; }

#col2-halfed .col2-set {
	width:454px;
	float:left;
	clear:none;
	margin-right:12px;
}
#col2-halfed .col2-set div {
	clear:none;
	width:216px;
	border:2px solid #d4d4d4;
	margin-right:12px;
}
#col2-halfed .col2-set .col-2 {
	margin-right:0px;
}
#col2-halfed { height:151px; }
#col2-halfed .col2-set p, #col2-halfed .col2-set address { padding:10px; }

#col2-halfed .col2-set h4 { padding:0px; background:#e9e9e9; font-weight:bold; font-size:12px; }

.line-divider { background:#d4d4d4 !important; }

#contact-fd { margin-top:-10px; padding-left:30px; }
#contact-fd p { width: 215px;  }

.label-dob .validation-advice { display:none; }
.left-register-side .validation-advice { clear:both; }
.left-register-side .camp { height:auto !important; }
.left-register-side form div div div .validation-advice { opacity:1 !important }
.page-popup .button-set .button span { display:none; }
.page-popup .button-set .button { width:89px !important; margin-left:30px;}

/*	CSS Document

	Project name: Fashion Days Shop
	Developer: Innobyte
	Customer: SwissVenture
	Latest revision: 15 oct 2009 / 15:33
*/

/* this is the browser reset line. do NOT delete it! */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0pt; padding:0pt; } table { border-collapse:collapse; border-spacing:0pt; } fieldset, img { border:0pt none; } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; } ol, ul { list-style-image:none; list-style-position:outside; list-style-type:none; } caption, th { text-align:left; } h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } q:before, q:after { content:'"'; } abbr, acronym { border:0pt none; } * {outline: none} html { 	height:100%; }

html {
	height:100%;
}
body {
	background:url(/shop/skin/frontend/default/default/images/colored-background.png) repeat-x left top #4b1f35;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666;
	padding:0;
	overflow-y:scroll;
	#overflow-y:auto;
}
* { outline:none; }
a {
	color:#fe4f99;
	text-decoration:none;
}
a:hover {
	color:#fe4f99;
	text-decoration:none;
}
td, th { padding:10px; }
table { width:100%; }
table.boxy-wrapper { width:auto; }
td.left, td.right { float:none; }
td { border-bottom:1px solid #eadfdf; }
.boxy-wrapper td { border:none; }
th { background:#eadfdf; border-bottom:1px solid #eadfdf; font-weight:bold !important; }


h3 { font-size:17px; font-weight:bold; color:#4b1f35; padding-bottom:7px; padding-top:13px; text-transform:uppercase; }
h4 { font-size:14px; font-weight:bold; color:#4b1f35; padding-bottom:3px; padding-top:10px; }


#wrapper { width:920px; margin:0 auto; }
#main-content { background:#eadfdf; padding:0 23px; }
#shop-logo { padding:35px 110px; display:block; float:left; }
#shop-logo h1 a { display:block; float:left; overflow:hidden; width:140px; height:0px; padding-top:105px; background:url(/shop/skin/frontend/default/default/images/shop-logo.png) no-repeat left top; _background:url(/shop/skin/frontend/default/default/images/shop-logo.jpg) no-repeat left top; }
#top-links { padding-top:32px;  padding-right:35px;}
#top-links li { display:inline; padding:4px 23px 4px 5px; margin-left:30px; text-align:right;  float:right;}
#top-links li a { color:#ccc3c4; text-decoration:none;margin-right:5px; }
#top-links li a:hover { color:#fff; }
#top-links { width:495px; float:right; /*padding:0 30px;*/}
#top-link-1 { background:url(/shop/skin/frontend/default/default/images/icon-cart.gif) no-repeat right center; width:186px; }
#top-links #top-link-2 { background:url(/shop/skin/frontend/default/default/images/icon-people.png) no-repeat 99px -7px; padding-right:21px; }
#top-links #top-link-2 { _background:url(/shop/skin/frontend/default/default/images/icon-people.gif) no-repeat 99px -7px; }
#top-link-3 { background:url(/shop/skin/frontend/default/default/images/icon-logout.gif) no-repeat right center; }

#main-menu { width:547px; float:left; padding-left:13px;padding-top:70px; }
#main-menu #navigation { margin: 0; padding: 0; }
#main-menu #navigation li { display: inline;}
#main-menu #navigation li a { float: left; height: 0px; padding-top: 16px; overflow: hidden; }
#main-menu #navigation li a {
	background-image: url(/shop/skin/frontend/default/default/images/main-menu.gif);
	background-repeat: no-repeat;
	margin-right:40px;
}
/* BUTTONS */
#main-menu #navigation li#link1 a { background-position: 0 0; width:80px; }
#main-menu #navigation li#link2 a { background-position: -120px 0; width:92px; }
#main-menu #navigation li#link3 a { background-position: -252px 0; width:53px; }
#main-menu #navigation li#link4 a { background-position: -345px 0; width:90px; }
#main-menu #navigation li#link5 a { background-position: -475px 0; width:38px; margin-right:0px; }


/* OVER STATES */
#main-menu #navigation li#link1 a:hover { background-position: 0 -16px; }
#main-menu #navigation li#link2 a:hover { background-position: -120px -16px; }
#main-menu #navigation li#link3 a:hover { background-position: -252px -16px; }
#main-menu #navigation li#link4 a:hover { background-position: -345px -16px; }
#main-menu #navigation li#link5 a:hover { background-position: -475px -16px; }

/* ON STATES */
#main-menu.pag1 #navigation li#link1 a { background-position: 0 -32px !important; }
#main-menu.pag2 #navigation li#link2 a { background-position: -120px -32px !important; }
#main-menu.pag3 #navigation li#link3 a { background-position: -252px -32px !important; }
#main-menu.pag4 #navigation li#link4 a { background-position: -345px -32px !important; }
#main-menu.pag5 #navigation li#link5 a { background-position: -475px -32px !important; }

#main-content, #active-campaigns { background:#eadfdf; }
#future-campaigns { padding-bottom:0px; }
span#future-campaigns { background:none; }
.campaign { background:#f7f4f4; margin:36px 0px 0; border:2px solid #fff; padding:13px 0; }
/*
.campaign-description { width:183px; float:left; display:block; padding:55px 26px; color:#666; line-height:16px; }
*/
.campaign-description { width:183px; float:left; display:block; padding:25px 26px; color:#666; line-height:16px; }


#active-campaigns .campaign-image, #past-campaigns .campaign-image,#future-campaigns .campaign-image { width:415px; height:250px; }
.campaign-image { float:left; display:block; border:2px solid #fff; width:588px; height:355px; }
/*
.campaign-status { padding-left:24px; padding-right:24px; display:block; float:left; width:186px;_padding-right:14px; }
*/
.campaign-status { padding-left:24px; padding-right:24px; display:block; float:left; width:186px;_padding-right:14px; }
.active-campaign { margin-top:-43px; margin-left:186px; #margin-left:-704px; position:absolute; width:95px; height:0; padding-top:109px; overflow:hidden; background:url(/shop/skin/frontend/default/default/images/active-campaign-image.png) no-repeat left top; _background:none; _margin-top:-150px; _width:120px; }
.csn h3 { font-size:17px; padding:0; text-transform:none; }
.csn h3 span { color: #ea147f; }
.csn p { color:#999; padding:0 0 4px; }
.csn p strong { color:#666}

.csn {
	float:left;
	padding:15px 24px 0;
	display:block;
	width:186px;
	_padding-right:14px;
}
.csn td, th, table, tbody {
	border:none;
	padding:0;
}
#future-campaigns .campaign-status p strong { color: #4b1f35 }
#future-campaigns .campaign-status p { padding:52px 0 37px; }
.button { width:190px; height:0px; padding-top:33px; display:block; margin-top:10px; overflow:hidden; cursor:pointer; cursor:hand; border:none !important; font-size:0px; }
button.button, input.button { #height:33px; }
#active-campaigns .see-this-campaign { background:url(/shop/skin/frontend/default/default/images/button-see-this-active.gif) no-repeat left top }
#active-campaigns .tell-a-friend { background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-active.gif) no-repeat left top }

#future-campaigns .see-this-campaign { background:url(/shop/skin/frontend/default/default/images/button-see-this-future.gif) no-repeat left top }
#future-campaigns .tell-a-friend { background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-future.gif) no-repeat left top }
#future-campaigns .join-this { background:url(/shop/skin/frontend/default/default/images/button-join-this-future.gif) no-repeat left top }
#future-campaigns .sifr-title, #active-campaigns .sifr-title { padding:48px 0px 0; color:#FFFFFF; font-size:28px; letter-spacing:1px; text-transform:uppercase; }
#future-campaigns .sifr-title2, #active-campaigns .sifr-title2 { padding:48px 0px 0; color:#FFFFFF; font-size:14px; letter-spacing:1px; text-transform:uppercase; }

#past-campaigns { background:url(/shop/skin/frontend/default/default/images/future-campaigns.gif) repeat-x left top; padding-bottom:24px; }
span#past-campaigns { background:none; }
#past-campaigns .sifr-title { padding:48px 0px 0; color:#FFFFFF; font-size:38px; letter-spacing:1px; text-transform:uppercase; }
#past-campaigns .see-this-campaign { background:url(/shop/skin/frontend/default/default/images/button-see-this-future.gif) no-repeat left top }
#past-campaigns .tell-a-friend { background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-future.gif) no-repeat left top }
#past-campaigns .join-this { background:url(/shop/skin/frontend/default/default/images/button-join-this-future.gif) no-repeat left top }
#past-campaigns .campaign-status p strong { color: #4b1f35 }
#past-campaigns .campaign-status p { padding:52px 0 37px; }

.campaign.first { margin-top:20px;}

#footer { padding:10px 23px; color:#99808c; #padding:10px 50px 20px; }
#footer a { color:#99808c; }
#footer span { margin:0 10px; }
#footer a:hover { color:#fff; }
#right-footer-links { float:right }

#cart-total, #campaign-time { border:2px solid #fff; border-top: 1px solid #fff; background:url(/shop/skin/frontend/default/default/images/campaign-time.png) repeat-y; }
#campaign-logo { width:180px; float:left; text-align:center; }
#campaign-remaining { width:708px; float:left; text-align:center; font-size: 18px; padding-top:36px; color:#999; }
#campaign-remaining strong { color:#333; }
#campaign-bar { width:650px; margin:10px 27px; float:left; border:2px solid #fff; height:3px; overflow:hidden; }
#campaign-fill { background:#fe4f99; height:3px; border-right:2px solid #fff }

#breadcrumb { padding:15px 0 10px 0; }
#breadcrumb span { color:#333; }
#breadcrumb a { text-decoration:none; }

#checkoutSteps, #cart-content, #checkout-content, #account-content, #campaign-container,#cart-content2 { border:2px solid #fff; padding:0 0 22px; margin-bottom:39px; background:url(/shop/skin/frontend/default/default/images/campaign-container.png) repeat-y left top; color:#333 }
#confirmation-content { border:2px solid #fff; padding:0 0 22px; margin-bottom:39px; background:url(/shop/skin/frontend/default/default/images/campaign-container.png) repeat-y left top; color:#333;height:400px;	padding:35px;
	margin-top:0px; }
#campaign-subcategories { font-size:15px; }
#campaign-subcategories li {
	color:#EA2C8B;
	list-style-type:none;
	 }
#campaign-subcategories .last { padding-right:0px; margin-right:0px; background:none; }
#campaign-subcategories li a { color:#ea2c8b; text-decoration:none; padding-left:5px; /*
background:url(/shop/skin/frontend/default/default/images/categ-li.jpg) no-repeat 3px 8px;
*/  }
#campaign-subcategories li a:hover, #campaign-subcategories li.active a { color:#333; }
#campaign-subcategories li.active a { background:url(/shop/skin/frontend/default/default/images/categ-li-active.jpg) no-repeat 3px 8px; }
#campaign-subcategories li.active li a { color:#ea2c8b; font-size:13px; padding-left:30px; background:url(/shop/skin/frontend/default/default/images/subcateg-li.jpg) no-repeat 16px 8px; }
#campaign-subcategories li.active li a:hover { color:#333;background:url(/shop/skin/frontend/default/default/images/subcateg-li-hover.jpg) no-repeat 16px 8px;  }
#campaign-image { margin-top:24px; display:block; float:right; width:588px; margin-right:17px; border:2px solid #fff; _margin-right:7px; border-right:none; }
#campaign-image img { display:block; }
#campaign-teaser { margin-top:0px; display:block; float:left; width:200px; padding:10px 20px;margin-right:-1px; margin-left:20px; border:2px solid #fff; border-top:none; background:url(/shop/skin/frontend/default/default/images/down-grad.png) repeat-x left bottom #fff; _margin-left:7px; _margin-right:0px !important; }
#campaign-teaser .tell-a-friend { margin:12px 8px 18px 10px; width:200px; padding-top:36px; background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-campaign.png) no-repeat left top; _background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-campaign.gif) no-repeat left top }
#campaign-teaser-text { padding-top:20px; padding-bottom:14px; /*height:160px;*/ }
#campaign-teaser #campaign-subcategories { /*height:125px; */ padding-bottom:12px; }
#campaign-teaser-top {
	min-height:311px;
}

#product-right, #product-left { padding-left:14px; width:360px; float:left; _margin-right:-3px; }
#product-photos { -moz-border-radius:3px; -webkit-border-radius:3px; background:#eadfdf; width:350px; padding:5px; text-align:center; color:#333; }
#product-photos p { padding:12px 0; }
#product-thumbnails a img { margin:0 4px; }
#related-products { border:1px solid #fcfbfb; margin-top:20px; }
#related-products a img { float:right; margin-left:15px;}
.related-product { background:#fff; padding:15px; }
.related-product h3 { text-align:left; padding-top:50px; font-size:15px; font-weight:normal; 	text-transform:none; }
.related-product h3 a { color:#4b1f35; }
.related-product h3 a:hover { color:#fe4f99; }
.related-product .product-our-price { padding-right:0px; padding-left:11px; }
.related-product .price-box { padding-right:0px; padding-left:0px; }
.related-product .product-regular-price { font-size:14px; color:#999; text-decoration:line-through; display:block; float:left; padding:14px 0 10px 0; width:58px; text-align:left; }

#prev-related, #next-related, #text-related { float:left; display:block; }
#prev-related a,
#next-related a { display:block; width:48px; height:0; padding-top:48px; overflow:hidden;}
#prev-related a { background:url(/shop/skin/frontend/default/default/images/prev-related.png) no-repeat left top; }
#prev-related a:hover { background:url(/shop/skin/frontend/default/default/images/prev-related-hover.png) no-repeat left top; }
#next-related a { background:url(/shop/skin/frontend/default/default/images/next-related.png) no-repeat left top; }
#next-related a:hover { background:url(/shop/skin/frontend/default/default/images/next-related-hover.png) no-repeat left top; }
#text-related { width:262px; height:0; padding-top:48px; overflow:hidden; background:url(/shop/skin/frontend/default/default/images/related-products-header.png) no-repeat left top; }
#product-details { padding-top:20px; }

#product-right { padding-left:14px; padding-right:15px; width:467px; }

#account-greeting strong { color:#4b1f35; }

#checkoutSteps,
#checkout-content,
#account-content {
	padding:35px;
	margin-top:0px;
}
#account-greeting {
	padding-bottom:30px;
	#padding-bottom:0px;
}
.left-boxed,
.default-addresses,
.additional-addresses,
#billing-address,
#company-information,
#change-pass-form,
#account-information {
	margin-bottom:50px;
	_margin-bottom:50px;
}

#account-information h3 span {
	color:#FE4F99;
	font-weight:normal;
}

.narrow #account-greeting,
.narrow #billing-address,
.narrow #company-information,
.narrow #change-pass-form,
.narrow #account-information {
	width:580px;
}
.narrow #selected-address {
	width:200px;
	float:right;
	border:2px solid #eee6e6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.narrower #selected-billing-method,
.narrower #selected-billing-address,
.narrower #selected-address {
	width:200px;
	float:right;
	margin-left:15px;
	border:2px solid #eee6e6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.narrower #finish-order {
	width:200px;
	float:right;
	margin-left:15px;
	#margin-left:0px;
}
.narrower #finish-order,
.narrower #selected-billing-method {
	width:419px;
	margin-top:15px;
}
.narrower #selected-billing-method .selected-modify-text,
.narrower #selected-billing-method .selected-modify-title  {
	width:179px; float:left; padding-top:7px; padding-bottom:7px;
}
#order-details { width:380px; #margin-top:-195px; }
#order-details th { color: #fe4f99 }

#order-details #ptotal{ padding-right:20px;text-align:right;white-space: nowrap;}
#order-details .left_totals {padding-right:20px;text-align:right;white-space: nowrap;}
#order-details td { padding:5px 10px; background:#fff; }
.narrower #checkout-bottom-inputs .camp {
	width:182px;
}
.selected-modify-title {
	background:#eee6e6;
	padding:7px 15px;
}
.selected-modify-text {
	padding:10px 15px;
}
.narrower #checkout-bottom-inputs p {
	padding:20px 0 10px;
	float:left;
	width:360px;
}
.narrower #checkout-bottom-inputs {
	padding-left:0px;
}
.narrower #prev-step { margin-left:0px; }
#finish-order #finalizeaza-comanda { background:url(/shop/skin/frontend/default/default/images/finalizeaza-comanda.png) no-repeat; width:190px; #height:33px; float:right;border:1px solid red; }
#finish-order-bottom #finalizeaza-comanda2 { background:url(/shop/skin/frontend/default/default/images/finalizeaza-comanda.png) no-repeat; #height:33px; float:right; margin-right:0 !important; }
#finalizeaza-comanda-2 { background:url(/shop/skin/frontend/default/default/images/reorder.png) no-repeat; width:190px; #height:33px; float:right;border:1px solid red; }
.continua-cumparaturile, #continua-cumparaturile, #cart-total #continua-cumparaturile{ background:url(/shop/skin/frontend/default/default/images/continua-cumparaturile-pink.png) no-repeat;float:right; width:200px; #height:33px;  }
#cart-total #continua-cumparaturile { float:right;margin:34px 45px 34px 0;background:url(/shop/skin/frontend/default/default/images/continua-cumparaturile-pink.png) no-repeat; width:200px; }
#finish-order-bottom #continua-cumparaturile, #finish-order #continua-cumparaturile  { background:url(/shop/skin/frontend/default/default/images/continua-cumparaturile.png) no-repeat;float:right; width:195px; #height:33px;  }
#cart-info {
	padding:25px;
	padding-bottom:5px;
}

.continua-cumparaturile, #finish-order #continua-cumparaturile {
	float:right;
	margin-right:15px;
}

#order-details .table-end { text-align:right;padding:15px 10px; line-height:25px; }
.table-end span { display:inline-table;width:75px; text-align:left; }
.table-end h3 { font-weight:bold; color:#fe4f99; text-transform:none; }

#printeaza-comanda { background:url(/shop/skin/frontend/default/default/images/printeaza-comanda.png) no-repeat left top; width:275px; margin:10px auto 0;}

.default-addresses h3,
.additional-addresses h3,
#billing-address h3,
#company-information h3,
#account-information h3 {
	color:#4B1F35;
	font-size:12px;
	font-weight:bold;
	background:url(/shop/skin/frontend/default/default/images/pixie.png) repeat-x left 20px;
	padding-bottom:3px;
	padding-top:0px;
	text-transform:none;
}

#checkout-content #billing-address h3,
#checkout-content #company-information h3,
#shipping-new-address-form #account-information h3,
#checkout-content #account-information h3 {
	background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-x left 20px;
}
#account-information p {
	/*background:url(/shop/skin/frontend/default/default/images/pixie.png) repeat-y right top;*/
	padding-top:10px;
}
#checkout-content #account-information p {
	background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-y right top;
}
#account-contact, #account-newsletters {
	display:block;
	float:left;
	width:380px;
}

#account-contact h3, #account-newsletters h3 {}

#account-addresses {
	display:block;
	float:left;
	width:785px;
	padding-top:50px;
}
#account-contact {
	padding-right:25px;
}

#view-all-orders {
	color:#FE4F99;
	padding-left:25px;
}

.rightline a { padding-right:5px; background:#fdfcfc; }
#account-contact .rightline a { background:#f5f0f0; }
#account-contact span { float:left; margin-top:-9px;}
.rightline { background:url(/shop/skin/frontend/default/default/images/pixie.png) repeat-x right 9px; float:right !important; padding-right:50px; margin-top:9px; }
/*.leftline { background:url(/shop/skin/frontend/default/default/images/pixie.png) repeat-x left 9px; float:left !important; padding-left:50px; margin-top:9px; } */
h2 .leftline { background:url(/shop/skin/frontend/default/default/images/pixie.png) repeat-x left 5px; margin-top:-6px; #width:760px; #padding-top:45px; #background:url(/shop/skin/frontend/default/default/images/pixie-ie7.png) no-repeat left 50px; #margin-bottom:-5px; }
.narrow h2 .leftline { #width:560px;#padding-top:0px; #margin-top:45px; }
.narrow h2 { #width:560px;  }
#checkout-content h2 .leftline { color:#4b1f35; background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-x left 5px; }
#checkout-content h2 .leftline span { background:#f1eaea; padding-left:10px; line-height:10px;}
#billing-new-address-form h2 .leftline { color:#4b1f35; background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-x left 5px; }
#billing-new-address-form h2 .leftline span { background:#f1eaea; padding-left:10px; line-height:10px;}
#shipping-new-address-form h2 .leftline { color:#4b1f35; background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-x left 5px; }
#shipping-new-address-form h2 .leftline span { background:#f1eaea; padding-left:10px; line-height:10px;}


#billing-new-address-form h2 .leftline { color:#4b1f35; background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-x left 8px; padding-top:0px; }
#billing-new-address-form h2 .leftline span { background:#f1eaea; padding-left:10px; line-height:14px;}
#shipping-new-address-form h2 .leftline { color:#4b1f35; background:url(/shop/skin/frontend/default/default/images/pixie-white.png) repeat-x left 8px; padding-top:0px; }
#shipping-new-address-form h2 .leftline span { background:#f1eaea; padding-left:10px; line-height:14px;}



h2 .leftline img { background:#f1eaea; padding-left:10px; }
#account-information .one-address h3, #account-information .one-address p { background:none }
.one-address { display:block; float:left; width:380px; padding-top:18px; /*
background:url(/shop/skin/frontend/default/default/images/pixie.png) repeat-y right top;
*/ }
.one-address.even { padding-right:25px; background:none; }
#account-history { margin-top:15px; padding-top:20px; #margin-top:0px; }
#checkout-review-table th, #checkout-review-table td, #account-history th, #account-history td, #my-orders-table td, #my-orders-table th { padding:10px; }
#checkout-review-table, #account-history table, #my-orders-table table, table#my-orders-table { width:100%; }
#checkout-review-table td, #account-history td, #my-orders-table td { border-bottom:1px solid #eadfdf; }
#checkout-review-table th, #account-history th, #my-orders-table th { background:#eadfdf; border-bottom:1px solid #eadfdf; font-weight:bold !important; }
#view-all-orders .leftline a {margin-right:50px; padding-left:5px; padding-left:5px; }
#view-all-orders .leftline { padding-left:300px; margin-top:-9px; }
#account-main-links ul li { display:inline; }


#account-main-photo {
	margin:-35px 0 0 -35px; /* needed negative margin to counteract the div padding */
	width:870px;  /* parent width including padding */
	overflow:hidden;
}
#account-main-photo img {
	float:left;
	border-bottom:1px solid #fff;
}
#account-main-links {
	margin:0 0 25px -35px; /* needed negative margin to counteract the div padding */
	width:870px  /* parent width including padding */
}
#account-main-links ul li a {
	display:block;
	float:left;
	padding:10px 20px;
	border-bottom:2px solid #d9cfce;
	width:250px;
	background:#efe5e6;
	color:#4b1f35;
	text-decoration:none;
}
#account-main-links ul li a:hover {
	background:#fff;
}
#account-main-links.activ-1 ul li #acct-link-1,
#account-main-links.activ-2 ul li #acct-link-2,
#account-main-links.activ-3 ul li #acct-link-3 {
	background:#d9cfce;
}
.activ-1 ul li #acct-link-1,
.activ-2 ul li #acct-link-2,
.activ-3 ul li #acct-link-3 { /* we need to repeat this, in order to work in IE6 */
	background:#d9cfce;
}
/*
account-main-links with sprite background

#account-main-links ul li a { display:block; float:left; padding-top:80px; height:0px; background-image:url(/shop/skin/frontend/default/default/images/contul-meu-menu.jpg); background-repeat:no-repeat; overflow:hidden; }
#account-main-links.suport ul li a { background-image:url(/shop/skin/frontend/default/default/images/suport-menu.jpg); }
#account-main-links { border:2px solid #fff; border-top:none; }
#acct-link-1 { width: 179px; background-position:	0px   0px }
#acct-link-2 { width: 178px; background-position: -179px   0px }
#acct-link-3 { width: 178px; background-position: -357px   0px }
#acct-link-4 { width: 178px; background-position: -535px   0px }
#acct-link-5 { width: 175px; background-position: -713px   0px }

#acct-link-1:hover { background-position:	0px -80px }
#acct-link-2:hover { background-position: -179px -80px }
#acct-link-3:hover { background-position: -357px -80px }
#acct-link-4:hover { background-position: -535px -80px }
#acct-link-5:hover { background-position: -713px -80px }

.activ-1 #acct-link-1 { background-position:	0px -160px }
.activ-2 #acct-link-2 { background-position: -179px -160px }
.activ-3 #acct-link-3 { background-position: -357px -160px }
.activ-4 #acct-link-4 { background-position: -535px -160px }
.activ-5 #acct-link-5 { background-position: -713px -160px }
*/

#checkout-main-links ul li { display:inline; }
#checkout-main-links ul li a { display:block; float:left; padding-top:100px; height:0px; background-image:url(/shop/skin/frontend/default/default/images/checkout-menu.jpg); background-repeat:no-repeat; overflow:hidden; }
#checkout-main-links { border:2px solid #fff; border-top:none; height:100px; overflow:hidden; }
#check-link-1 { width: 249px; background-position:	0px   0px }
#check-link-2 { width: 221px; background-position: -249px   0px }
#check-link-3 { width: 223px; background-position: -470px   0px }
#check-link-4 { width: 195px; background-position: -693px   0px }

.activ-4 #check-link-3 { background-position: -470px -100px; }
.activ-4 #check-link-2, .activ-3 #check-link-2 { background-position: -249px -100px; }
.activ-4 #check-link-1, .activ-2 #check-link-1, .activ-3 #check-link-1 { background-position:	0px -100px; }

#check-link-1.visited { background-position:	0px -100px }
#check-link-2.visited { background-position: -249px -100px }
#check-link-3.visited { background-position: -470px -100px }
#check-link-4.visited { background-position: -693px -100px }

#check-link-1:hover { background-position:	0px -200px }
#check-link-2:hover { background-position: -249px -200px }
#check-link-3:hover { background-position: -470px -200px }
#check-link-4:hover { background-position: -693px -200px }

.activ-1 #check-link-1 { background-position:	0px -300px }
.activ-3 #check-link-2 { background-position: -249px -300px }
.activ-4 #check-link-3 { background-position: -470px -300px }
.activ-5 #check-link-4 { background-position: -693px -300px }



.text { /* the general input */
	display:block;
	margin-top:2px;
	margin-bottom:8px;
	padding:5px 5px 3px 5px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666;
	width:190px;
	border:none;
	background:url(/shop/skin/frontend/default/default/images/landing-input.png) no-repeat left top;
	border-right:1px solid #e7e1e5;
}
.camp input,
.text.border { /* input cu border */
	border-right:1px solid #e7e1e5;
	background:url(/shop/skin/frontend/default/default/images/input-wide.png) no-repeat left top;
	width:400px;
	padding:5px 3px 3px 7px;
}
div.camp, #company-information label, #billing-address label, #change-password label, #account-information label { display:block; float:left; width:380px; padding-top:18px; height:54px; }
div.camp input, #company-information label input, #billing-address label input, #change-password label input, #account-information label input { width:369px }
div.camp.even, #company-information label.even, #billing-address label.even, #change-password label.even, #account-information label.even { padding-right:25px; background:none; }
div.camp { margin-top:0px !important; }
.checkbox { width:auto !important; vertical-align:middle; #vertical-align:middle; #background:none !important; #border:none !important;  background:none\9;border:none\9 }

.narrow #company-information label, .narrow #billing-address label, .narrow #change-password label, .narrow #account-information label { width:270px; }
.narrow #company-information label input, .narrow #billing-address label input, .narrow #change-password label input, .narrow #account-information label input { width:264px }

.camp.tiny {
	height:17px !important;
}
.camp.wide {
	width:785px !important;
	padding-right:0px;
	height:185px !important
}
.camp.wide textarea { width:774px; }
.camp { _margin-right:-3px; }
.camp textarea { width:774px; _margin-right:-3px; }

#change-password {
	display:none;
}
#save-account {
	background:url(/shop/skin/frontend/default/default/images/salveaza-modificarile.png) no-repeat left top;
	width:180px;
	font-size:0;
}
.backtocateg { padding:5px 25px 25px; }
.tellafriend {
	background:url(/shop/skin/frontend/default/default/images/trimite-prieten.png) no-repeat 0 0;
	float:right;
	width:161px;
	height:105px;
	padding:0;
}
.tellafriend2 {
	float:right;
	width:204px;
	height:165px;
	padding:0;
}
.tellafriend2 a.invite-temp{
	background:url(/shop/skin/frontend/default/default/images/invita.gif) no-repeat 0 0;
	display:block;
	width:201px;
	height:45px;
}
.tellafriend .facebool-connect{
	background: url(/shop/skin/frontend/default/default/images/fb.png) no-repeat top center;
	padding-top:36px;
	width:76px;
	height:21px;
	margin:43px 0 0 12px;
	float:left;
	display:inline;
	color:#ff3f90;
	font-size:11px;
	border:none !important;
	text-align:center;
}
.tellafriend .facebool-connect:hover{
	text-decoration:none;
}
.tellafriend .email-a-friend{
	background: url(/shop/skin/frontend/default/default/images/email.png) no-repeat top center;
	width:72px;
	font-size:11px;
	height:18px;
	margin:42px 0 0 0;
	float:left;
	display:inline;
	padding-top:36px;
	text-align:center;
}
.tellafriend .email-a-friend:hover{
	text-decoration:none;
}
.tellafriend .tell-a-friend{
	background:url(/shop/skin/frontend/default/default/images/right-tell-a-friend.gif) no-repeat;
	float:right;
	width:194px;
	margin-top:0px;
}
#product-right #right-details p #countdown2 {
	padding-bottom:15px;
	display:block;
}
#product-right #right-details {
	width:145px;
	padding:0 0 0 15px;
	float:right;
	margin-left:15px;
	border-left:1px solid #eee6e6;
}
#right-details .product-regular-price { padding:0; padding-bottom:25px; width:145px; text-align:left; }
#right-details .product-our-price { padding:0; padding-bottom:15px; width:145px; text-align:left; }
#product-right p { font-size:14px; }
#main-details h2 {
	padding-top:3px;
	font-size:25px;
	color:#fe4f99;
	min-height:64px;
}
#main-details hr {
	color: #eee6e6;
	background-color: #eee6e6;
	height: 1px;
	border:none;
	margin:12px 0 17px;
	width:290px;
	#display:none;
}
.ie-separator {
	color: #eee6e6;
	background-color: #eee6e6;
	height: 1px;
	overflow:hidden;
	border:none;
	margin:12px 0 17px !important;
	width:309px;
	_width:300px;
}
#quantity-selector span, #size-selector span { display:inline-table; width:120px; }
#size-selector { padding-bottom:25px; }
#quantity-selector { padding-bottom:10px; }
#main-details select { #vertical-align:middle }


#tabs { float:left; #width:467px; }
#tabs_list li { display:inline }
#tabs_list li a { padding:9px 24px; background:#eee6e6; color:#4b1f35; float:left; font-size:13px; text-decoration:none}
#tabs_list li a.first { -moz-border-radius-topleft:3px; }
#tabs_list li a.last  { -moz-border-radius-topright:3px; }
#tabs_list li a:hover { color:#fe4f99; }
#tabs_list li a.active { background:#dacfcf; color:#4b1f35;}
#tabs_list { border-bottom:1px solid #dacfcf; }
#tabs_list li a { _margin-top:0px !important; }

#tab_2, #tab_3, #tab_4, #tab_5 { display:none; }
#tabs_content { padding:15px 0; font-size:12px; }

#tabs_content ul li { list-style-type:disc; list-style-position: outside; margin-left:30px; }

#main-details .buy-it-now { background:url(/shop/skin/frontend/default/default/images/main-buy-it-now.png) no-repeat; width:172px; padding-top:38px; margin:46px 0; }
#checkout-bottom-inputs {
	padding:0 15px;
	margin-bottom:30px;
}
#checkout-bottom-inputs .camp {
	width:262px;
	display:block;
	float:left;
}
#tabs {
	width:467px;
}
#product-right #tabs p {
	font-size:12px;
}
#next-step {
	background:url(/shop/skin/frontend/default/default/images/next-step.png) no-repeat;
	float:right;
	width:150px;
	margin-right:5px;
	#height:33px;
}
#prev-step {
	background:url(/shop/skin/frontend/default/default/images/prev-step.png) no-repeat;
	float:left;
	width:150px;
	margin-left:5px;
	#height:33px;
}
#cart-total {
	padding: 20px;
	width:848px;
	font-size:25px;
	color:#999;
	text-align:center;
}
#cart-total p {
	font-size:12px;
	padding-top:10px;
}
#cart-total span {
	color:#333;
}

#cart-content2 #finish-order {
	padding:15px;padding-bottom:24px;
}
#cart-content{
padding-bottom:0px;margin-bottom:15px;
}
#cart-content #finish-order-bottom {
border:0px solid red;margin:auto;margin-right:15px;
	/*padding:10px;padding-top:23px;margin:0px;padding-right:15px;height:83px;*/
}
#cart-content #finish-order-bottom .button{
	margin:24px 15px; /* shorter cart bottom */
	margin:40px 15px;
	float:right;
}
#cart-content #finish-order-bottom #continua-cumparaturile {
	margin-right:0px !important;
}
/*
#cart-content2 #finish-order-bottom .button, #cart-content2 #finish-order .button { margin-top:0px; float:left; margin-right:65px; }

*/

#finish-order #finalizeaza-comanda .button {float:right;}

#cart-content #order-details {
	width:100%;
}
#cart-content #order-details td, #cart-content #order-details th { background:none; }
#cart-content #order-details td { border-bottom:none; }
#cart-content #order-details th { font-size:13px; color:#333; }
#cart-content #order-details tr { background:url(/shop/skin/frontend/default/default/images/td-bottom.png) no-repeat left bottom; }
#cart-content #order-details tr { #background:url(/shop/skin/frontend/default/default/images/td-bottom.jpg) no-repeat left top; }
#cart-content #order-details td { #background:none !important; }
#cart-content #order-details .first { background:url(/shop/skin/frontend/default/default/images/campaign-time.png) repeat-y;border-top:2px solid #fff;  }

#cart-content #order-details .first th {padding:10px;}

#cart-content .our-price { font-size:15px; color:#333; }
#cart-content .regular-price { font-size:12px; color:#999; text-decoration:line-through; }
.cart-thumbnail { padding-right:0px !important; }
#cart-content #order-details  { #margin-top:0; }

#cart-content #finish-order-bottom #finalizeaza-comanda { margin-right:0px; }
#cart-content .cart-total,.cart-reducere,.cart-subtotal,.cart-transport { font-size:17px; color:#fe4f99; height:83px;}
#cart-content .cart-product { height:83px;}
#cart-content .cart-total .our-price { font-size:17px; color:#fe4f99; }
#cart-content .cart-total .table-final { text-align:right;padding:15px 10px; line-height:25px; }

#product-list-info #countdown2 { color:#333; }

.countdown {
	font-weight:bold;
	color:pink;
}

.msgarea {
	width:300px;
	height:128px;
}

.lbAction {
	text-decoration:none;
}
a.lbAction .button.inchide{
	width:89px !important;
	background:  url(/shop/skin/frontend/default/default/images/spet.gif) !important
}

.error-div {
	color:red;
	background: yellow;
}
#overlay {
	background-color:#451b2d !important;
	filter: alpha(opacity=75); /* IE */
	opacity: 0.75; /* Safari, Opera */
	-moz-opacity:0.75; /* FireFox */
}
#lightbox {
	background:#efe7e7 !important;
	border:7px solid #fff !important;
}

#TB_window span.close,
#lightbox span.close {
	display:block;
	float:left;
	width:183px;
	height:38px;
	padding-bottom:59px;
	background:url(/shop/skin/frontend/default/default/images/close-button.png) no-repeat left top;
	_background:url(/shop/skin/frontend/default/default/images/close-button.gif) no-repeat left top;
	overflow:hidden;
	color:white;
	font-size:90%;
	line-height:1;
	position:absolute;
	right:0;
	top:0;
}
.boxy-inner span #close,
#TB_window span.close #close,
#lightbox span.close #close {
	display:block;
	float:right;
	height:0px;
	padding-top:38px;
	overflow:hidden;
	width:78px;
}
.title {
	height:0px;
	padding:20px 0 0 25px !important;
	overflow:hidden;
	background-image:url(/shop/skin/frontend/default/default/images/hashuri.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#minus220	{	background-position:  0px -220px; padding-top:40px !important; }
#minus280	{	background-position:  0px -280px; }

#hand-bag {
	padding:15px 15px 15px 20px;
	background:transparent url(/shop/skin/frontend/default/default/images/hand-bag.png) no-repeat scroll right 60px;
}
#hand-bag p {
	padding-right:220px;
	padding-top:15px;
}

#main-details {
	padding-top:15px;
}

#main-details-top {
	height:260px;
}



#hand-bag textarea {
	background:url(/shop/skin/frontend/default/default/images/textarea.png) no-repeat left top;
	border:none;
	border-right:1px solid #e7e1e5;
	border-bottom:1px solid #e7e1e5;
	color:#444;
	font-size:13px;
	padding:5px;
	font-family:"Trebuchet MS";
}
textarea {
	background:url(/shop/skin/frontend/default/default/images/textarea.png) no-repeat left top;
	border:none;
	border-right:1px solid #e7e1e5;
	border-bottom:1px solid #e7e1e5;
	color:#444;
	font-size:13px;
	padding:5px;
	font-family:"Trebuchet MS";
	width:345px;
	height:106px;
}
#mesaj {
	width:735px !important;
	margin-bottom:10px;
}
/* .pager { display:none !important; } */
address { margin-bottom:30px; padding-top:7px; /*
background:transparent url(/shop/skin/frontend/default/default/images/pixie.png) repeat-y scroll right top
*/ }
address .rightline { margin-top:-10px; }
address .rightline a { background:#f4eeee; }
#add-new-address {
	background:url(/shop/skin/frontend/default/default/images/add-new-address.png) no-repeat left top; width:185px;
}
.col-2 h2 .leftline img {
	background:#f9f6f6;
}
select, .camp select {
	border:1px solid #e7e1e5;
	padding:3px;
	height:28px;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.camp option {
	font-family:"Trebuchet MS";
	font-size:12px;
}
#size-table th { text-align:center; }
#measures-table th, #measures-table td { text-align:center; }
#measures-table th { padding:3px 10px; }
#account-history.nopadd { padding:0 !important; background:none !important; }
#account-history.nopadd strong { color:#4b1f33 }

#tab_1 p, #tab_2 p, #tab_3 p, #tab_4 p, #tab_5 p { padding-bottom:10px; background:none; }
.left-boxed p { padding-bottom:30px !important; }
#tab_1 strong, #tab_2 strong, #tab_3 strong, #tab_4 strong, #tab_5 strong { font-size:12px; font-weight:bold; color:#4b1f35; }
.left-boxed strong { font-size:14px !important; }

h4 span { color:#fe4f99; }
.cart-price { padding:0 0 0 0px; }

/*#checkout-review-table tfoot tr.first, .order-footer .first { font-size:15px; }*/
#checkout-review-table tfoot tr.last, .order-footer tr.last { font-size:17px; font-weight:bold; color:#fe4f99 }

#lightbox #main-content {
	background:#efe7e7;
	padding:25px;
	width:750px;
}
.upcoming-image {
	width:500px !important;
	border:2px solid #fff;
	margin-right:30px;
	float:left;
}
#lightbox #countdown {
	font-size:14px;
	font-weight:bold;
	color:#4b1f35;
	padding:25px 0;
}
#lightbox .category-description {
	margin-bottom:20px !important;
}
#lightbox h2 {
	margin-bottom:13px !important;
	color:#4b1f35 !important;
	font-size:22px !important;
}
#okay, #TB_window #okay { margin:0 auto; width:100px; background:url(/shop/skin/frontend/default/default/images/okay.png) no-repeat }
.button.okay { width:100px; background:url(/shop/skin/frontend/default/default/images/okay.png) no-repeat }
.button.trimite, #trimite { margin:0 auto; width:100px; background:url(/shop/skin/frontend/default/default/images/trimite.gif) no-repeat }
.button.continua, #continua { margin:0 auto; width:100px; background:url(/shop/skin/frontend/default/default/images/continua.png) no-repeat }
.button.renunta, #renunta { margin:0 auto; width:100px; background:url(/shop/skin/frontend/default/default/images/renunta.png) no-repeat }
.button.goleste, #goleste { margin:0 auto; width:100px; background:url(/shop/skin/frontend/default/default/images/goleste.png) no-repeat }
#register-invita .button { margin:15px 0 0 0; }
/*
#register-invita { padding-left:25px;	 }
*/

#TB_window { /*border:7px solid #fff !important; */}
.colored { font-weight:bold; color:#4b1f35; }

#lightbox .okay, #lightbox #renunta { float:left; margin:10px 15px 0 0; }
#checkoutSteps { width:800px; }

#zoomTintLayer { #margin-left:-175px }
#imgThumbBox { #margin-left:-120px }
#zoomIndicator { #width:136.111px; #height:136.111px; #margin-top:-68px; #margin-left:-68px; _margin-left:0; _margin-top:0; #cursor:crosshair }
#zoomIndicator img { #margin-top:68px; #margin-left:68px; _margin-left:0; _margin-top:0; }

#order-details select, #qty { width:41px; }
#order-details .table-end select { width:85px; }
.success-msg { margin-top:11px; }
.success-msg li { margin-top:2px; }

#checkoutSteps #checkout-content { 	padding:0px; 	border:none; 	margin:0; }
.col2-set .col-1, .col2-set .col-2 { _width:397px; _display:block; _float:left !important; _overflow-x:hidden; }
.col-2 address { background:none !important; }
.col-1 { _padding-right:22px; }
.col-1 .leftline, .col-2 .leftline { #margin-top:-50px !important; }

#review-please-wait, #payment-please-wait, #shipping-method-please-wait, #billing-please-wait, #shipping-please-wait, #review-order-placed { text-align:center; color:#000; height:33px; line-height:33px; padding-top:8px; }
#billing-please-wait { text-align:left; }

.shipment-methods dt { font-size:14px; font-weight:bold; color:#4b1f35; margin-bottom:7px; }

.payment-methods p { font-size:14px; color:#4b1f35;  }

.item-options dt, .item-options dd { display:block; float:left; margin-top:0.5em; }
a.button, a.submit { #height:0px !important }


a.link-cart {
color:#FE4F99; !important;}


td.camp .inlineerror {
	float:right;
	height:25px;
	line-height:25px;
	margin-top:2px;
	width:240px;
	color:#fe4f99;
}
#minus0	{	background-position:  0px	0px; }
#minus20	{	background-position:  0px  -20px; }
#minus40	{	background-position: 25px  -40px; }
#minus60	{	background-position:  0px  -60px; }
#minus80	{	background-position:  0px  -89px; }
#minus100	{	background-position:  0px -100px; }
#minus120	{	background-position:  0px -120px; }
#minus160	{	background-position:  0px -160px;	padding-top: 60px !important }
#minus220	{	background-position:  0px -220px; }
#minus240	{	background-position:  0px -240px; }
#minus280	{	background-position: 25px -310px; margin-top:30px; } /* despre fashion days */
#minus300	{	background-position: 25px -331px; padding-top:22px !important;margin-top:30px; } /* termeni si conditii */
#minus320	{	background-position: 0px -353px; margin-top:30px;margin-bottom:10px; } /* termeni si conditii */

#account-greeting #minus80 { margin-bottom:20px; }

.boxed-list li {
	padding:5px 8px;
	border-top:1px solid #fff;
}
.boxed-list .list-header {
	font-weight:bold;
	color:#4b1f35;
}
.boxed-list span { width:150px; display:block; float:left; }
.boxed-list .checkonly { width:25px; }


.input-error { background-image:url(/shop/skin/frontend/default/default/images/input-error.png) !important; }
.button.inchide {
	background-image:url(/shop/skin/frontend/default/default/images/inchide.png) !important;
	padding-top:26px !important;
	width:121px !important;
}
.faqlist dt {
	font-weight:bold;
	color:#4b1f35;
	cursor:hand;
	padding-left:21px;
	cursor:pointer;
	margin-top:3px;
	background:url(/shop/skin/frontend/default/default/images/faq-standard.png) no-repeat scroll 7px 6px;
}
.faqlist dt.shown {
	background:url(/shop/skin/frontend/default/default/images/faq-shown.png) no-repeat scroll 7px 6px;
	color:#000;
}
.faqlist dd {
	background:transparent url(/shop/skin/frontend/default/default/images/pixie.png) repeat-y scroll left 9px;
	margin-bottom:15px;
	display:none;
	padding-left:10px;
	margin-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}
.garderoba p {
	padding-bottom:10px;
}
.boxy-content .left-boxed strong { font-size:12px !important; color:#4b1f35; font-weight:bold;}
.camp .input-box input { width:30px !important; margin-bottom:1px; margin-right:10px; }
.camp .input-box { width:49px; display:block; float:left; }
.camp .label-dob { width:49px !important; padding-top:0px !important; font-size:11px; color:#888; }
#sex { width:82px; }
#year { width:40px !important }
#login-copy { text-align:center; padding:0; line-height:18px; }

.messages li a { color:#fe4f99 !important; }
.messages li a:hover { color:#fe4f99 !important; }

.termeni-si-conditii{font-family:Trebuchet MS, sans-serif;}
.termeni-si-conditii h4 { padding-top:15px; font-size:20px; padding-bottom:7px; }
.termeni-si-conditii p { padding-bottom:7px !important; font-size:13px; margin-top:0 !important }
.termeni-si-conditii .normal li { padding-bottom:5px; font-size:13px; }

.termeni-si-conditii .normal {
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:3px;
	padding-left:30px;
 }

#main-content { min-height:500px; height: expression(this.height > 500 ? 500: true); }
.one-page-checkout .button-set {
	padding-left:0;
	padding-right:0;
}
.one-page-checkout {  }
#checkout-review-table .a-center select { width:41px; }
.related-wrapper { background:#fff; }

#jquery-overlay { position:fixed !important; }
b, strong { font-weight:bold }
i, em { font-style:italic; }
#checkoutSteps:after,
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.bannerleft:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#checkoutSteps,
.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* html .bannerleft {height: 1%;}
.bannerleft {display: block;}
/* End hide from IE-mac */

/*mods.alex*/

#colleft {
	float:left;
	width:602px;
}

#colright {
	float:right;
	width:230px;
	background-color: #FFF;
	margin-right: 14px;
	margin-top: 5px;
	padding-bottom:20px;

}
#rightsus {
	height:90px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	background-image: url(/shop/skin/frontend/default/default/images/6.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	position:relative
}
#rightsus .yourdiscount {
	position: absolute; top: 25px; left: 30px; z-index: 1;width: 200px; color: white;
}
#rightsus .thediscount {
	position: absolute; top: 50px; left: 30px; color: white; z-index: 2;width: 200px; font-size: 18px;
}
#rightsus .usediscount {
	position: absolute; top: 80px; left: 30px; z-index: 3;width: 200px; color: white;
}
#rightsus .usediscountimg {
	position: relative; top: 48px; left: 160px;z-index:4;
}
#rightjos {
}
#rightmijloc {
	min-height: 75px;
	height: 75px;
	padding:15px;
	background-image: url(/shop/skin/frontend/default/default/images/7.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	position: relative;
}
#rightmijloc .findmore {
	position: absolute; top: 25px; left: 30px; z-index: 5; width: 113px; color: white;
}
#rightmijloc .findmoreimg {
	position: relative; top: 38px; left: 160px;z-index:6;
}
.campaign-titles {
	padding-left: 0px; font-size: 18px; color: #4B1F35;text-transform: uppercase
}

.bannerleft {
	border:1px solid #ccc;
	background:url(/shop/skin/frontend/default/default/images/bannerleft-bg.png) repeat left top;
	margin-bottom:15px;
	#padding-bottom:5px;
}
.bannerleft .campaign-bg {
	position: absolute; z-index:10; top:1px;
}
.bannerleft .campaign-img {
	border:none; border-bottom:1px solid #ccc;
}
.bannerleft .campaign-bubble {
	position: absolute; top: 0px; right: 0px; z-index:13;
}
.bannerleft .sifr-title-special {
	color:white; font-size:11px; position:absolute; right:-27px; top:24px; width:90px; z-index:14;
}
.bannerleft .sifr-title2 {
	position: absolute; color: white; font-size: 12px; top: 120px; left: 545px; width:80px; z-index:15;
}
.bannerleft .sifr-title {
	position: absolute; color: white; font-size: 28px; top: 15px; right: -20px; width:80px; z-index:14;
}
.bannerleft .view-campaign {
	float:right; margin-right:6px;
}
.bannerleft .campaign-date {
	color: black; font-size: 12px; line-height:26px; float:left; white-space:nowrap; padding-left:5px;
}
.bannerleft .campaign-clock {
	padding-left:9px; float:left; width:26px;
}
.bannerleft .no-view-button {
	/* left: 10px; */
}
.bannerleft .future-campaign {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)
}
#closeBtH2_howTo img {
	margin-left:640px;
	margin-top:10px;
}

/* login */

.main-header {
	width:920px; height: 175px !important; border:0px solid red; position: relative
}
.main-header .main-logo {
	position: relative; z-index:10; left: 28px; top: 35px;
}
.main-header .invite-a-friend {
	position: absolute; color: white; font-size: 12px; left: 387px; top: 90px; width:210px; z-index:11;
}
.main-header .invite-many-friends {
	position: absolute; color: white; font-size: 12px; left: 387px; top: 140px; width:270px; z-index:12
}
.main-header .header-separator {
	position: absolute; z-index:15; left: 645px; top: 95px;
}
.main-header .header-menu {
	float:right; margin-top: -85px;
}
.main-header .header-menu a {
	margin-left:20px;
}
.main-header #buton_invita {
	position: absolute; z-index:14; left: 590px; top: 111px
}
.main-header .cart-contains {
	position: absolute; color: white; font-size: 12px; top: 90px; left: 675px; width:250px; z-index:16;
}
.main-header .cart-products {
	position: absolute; color: white; font-size: 18.5px; top: 110px; left: 675px; width:250px; z-index:17;
}
.main-header .cart-finalize {
	position: absolute; color: white; font-size: 12px; top: 140px; left: 675px; width:250px; z-index:18;
}
.main-header .cart-icon {
	position: absolute; z-index:19; left: 850px; top: 100px;
}

.li1 {
	background-image:url(/shop/skin/frontend/default/default/images/01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	height:34px;
	line-height:15px;
	margin-left:20px;
	margin-top:15px;
	padding-left:45px;
	padding-top:2px;
	width:100px;
}
.li2 {
	background-image:url(/shop/skin/frontend/default/default/images/02.jpg);
	background-position:left 6px;
	background-repeat:no-repeat;
	font-weight:bold;
	height:36px;
	line-height:15px;
	margin-left:20px;
	margin-top:9px;
	padding-left:45px;
	padding-top:9px;
	width:140px;
}
.li3 {
	background-image:url(/shop/skin/frontend/default/default/images/03.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	height:36px;
	line-height:15px;
	margin-left:20px;
	margin-top:11px;
	padding-left:45px;
	padding-top:3px;
	width:140px;
}
.li4 {
	background-image: url(/shop/skin/frontend/default/default/images/04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	height: 37px;
	margin-left: 20px;
	margin-top: 11px;
	width: 80px;
	font-weight: bold;
	line-height: 33px;
}
a.linksus {
	color: #FFCC99;
	text-decoration: none;
	font-weight: bold;
}
.backinput {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height: 14px;
	padding: 5px;
	position: absolute;
	z-index:13;
	width: 185px;
	height: 15px;
	left: 383px;
	top: 108px;
}
#comandaImg {
	background-image: url(/shop/skin/frontend/default/default/images/comanda.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*
#comandaImg.first-hover { background-position: 0px -100px; }
#comandaImg.second-hover { background-position: 0px -200px; }
#comandaImg.third-hover { background-position: 0px -300px; }
*/
#comandaImg.first-active { background-position: 0px -400px; }
#comandaImg.second-active { background-position: 0px -500px; }
#comandaImg.third-active { background-position: 0px -600px; }

#shop-header .clearfix a img {
	left:30px !important;
}
.section-title {
	color:#4b1f35;
	font-size:17px;
	font-weight:bold;
	padding-bottom:7px;
	padding-top:13px;
	text-transform:uppercase;
}
.section-subtitle {
	color:#4B1F35;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
	padding-top:13px;
}
.epayment-logo {
	padding-bottom:10px;
}
#view-all-orders .leftline { float:right; }
.required_info { float:right; height:33px; line-height:33px }
#useriiInvitati {
	width:420px !important;
	height:225px;
	background:url(../images/succes-invite.png) no-repeat left top #fff;
	margin:162px 52px 162px 62px;
	padding-left:158px;
}
#invite-friend-div #text-invite {
	font-size:18px;
	line-height:30px;
	padding-right:100px;
	position:absolute;
	width:239px;
	padding-left:25px;
	padding-top:5px;
	color:#555;
}
#invite-friend-div #text-invite #email_user {
	font-weight:bold;
}
#invite-friend-div #text-invite a {
	text-decoration:none;
	color:#fe4f99;
}
#main-details .soldout-img {
	padding:46px 0;
}
#inviteForm .camp .inlineerror {
	display:block;
	height:auto;
	line-height:17px;
	padding-top:7px;
	width:248px;
}
#inviteForm .label,
#inviteForm .camp {
	padding-bottom:0;
	padding-top:0;
	border-bottom:none;
}
#inviteForm .camp textarea {
	width:657px;
	margin-bottom:10px;
}
#inviteForm .label {
	width:110px;
}
#inviteForm .camp p {
	padding-top:9px;
}
#inviteForm .camp {
	width:668px;
}
#inviteForm .camp .text {
	margin:5px 0;
}
#inviteForm .label span {
	padding-top:9px;
	position:absolute;
}
#account-content .section-title {
	font-size:22px;
}
#account-addresses .default-addresses li { float:left; width:261px; }
#account-addresses .default-addresses { margin-bottom:0px; }
.suport-column { width:400px; float:left; padding-right:18px; }
.second-suport-column { padding-right:0px; }

#comandaImg, #comandaMap, #comandaMap area { cursor:default; }


#account-vouchers {

	padding-left:0px;
	padding-top:25px;
	margin-bottom:50px;
	#margin-bottom:20px;
	_margin-bottom:50px;
}
#account-vouchers h3 span {
	color:#FE4F99;
	font-weight:normal;
}

#save-account{width:133px}
#account-vouchers th, #account-vouchers td{ padding:10px; }
#account-information input#account-information{width:10px;}
div.boxy-content{padding-right:7px;padding-top:35px;} /*
body { #overflow-x:hidden !important; #overflow-y:auto; }
html { #height:100%; #overflow-y:hidden }
body { #height:100%; #overflow-y:scroll } */
html, body { #overflow-x:hidden !important; }

div#inviteList{
	z-index:93829 !important;
	top:50% !important;
	margin-top:-334px !important;
	left:50% !important;
	margin-left:-380px !important;
	position:fixed !important;
	_position:absolute !important;
}
.banner-200 {
	margin:0 15px;
}
#stepH2{
	background-image:url(/images/step1.jpg);
	background-repeat:no-repeat;
	width:715px;height:535px;
}
#closeBtH2{
	border:0px solid red;with:100%;height:40px;
}
#closeBtH2 img{
	float:right;margin-top:10px;margin-right:10px;
}
#centerH2{
	border:0px solid white;with:100%;margin-top:470px;height:30px;background-image:url(/images/bg_nav.png);background-repeat:no-repeat;background-position:right;
}
#idnextH2{float:right;margin:5px;margin-left:0px;margin-right:10px;}
#idprevH2{float:right;margin:5px;;display:none;}
#TB_ajaxContent {
	overflow:hidden !important;
}
.paginatorAccepted, .paginator {margin-right:5px; padding:5px 7px; }
.paginatorAccepted:hover, .paginator:hover { }
.current { color:#4b1f35; }
.current {font-weight:bold;}
.invitation-sent { height:auto !important }
.news-subs p {
	padding:5px 0;
}
#invite-widgets  {
	float:right;
	width:248px;
}
.text-400 textarea {
	width:400px;
}
#invitationsConfirmed li {
	padding-left:0 !important;
	height:14px;
}
#invitationsConfirmed {
	padding-left:32px;
}
#notConfirmed .pagination-li {
	padding-left:32px;
}

#prev-related a.disabled { cursor:default; background:none; background-color:#eadfdf;}
#prev-related a.disabled:hover { cursor:default;}
#next-related a.disabled { cursor:default; background:none; background-color:#eadfdf;}
#next-related a.disabled:hover { cursor:default;}
#accout-content { _width:828px; }
#register-teaser { _width:860px !important; }
#colleft { _margin-left:7px; }
#colright { _margin-right:7px; }

#howToMovieBg { cursor:pointer; display:none; position:fixed; z-index:100; width:100%; height:100%;  left:0; top:0; background:url(/img/451b2d-70.png); _position:absolute }
#howToMovie { display:none; position:fixed; z-index:101; width:800px; height:500px;  left:50%; top:50%; margin:-250px 0 0 -400px; background:url("/shop/skin/frontend/default/default/images/how-it-works-bg.png") no-repeat scroll left top transparent; _position:absolute }
#howToMovie {
	_background:#451b2d;
	_top:0px !important;
	_margin-top:0 !important;
}
#howToMovieBg {
	_background:#451b2d;
	_filter: alpha(opacity=60);
}
#closemodal {
	position:absolute;
	margin-left:617px;
	cursor:pointer;
}
#campaign-subcategories li {
	padding-top:10px
}
#campaign-subcategories li a {
	padding-left:0;
}

.category-technomarine .product-regular-price { font-size:12px; }
.category-technomarine .product-our-price { font-size:21px; }

#past-campaigns .campaign-image {
	border:none !important;
	height:auto !important;
	width:555px !important;
}
#past-campaigns .campaign-description {
	width:225px !important;
}
#past-campaigns .csn table { height:auto !important }
#past-campaigns .csn { position:absolute; margin:153px 0 0 665px }
.catalog-product-view .boxy-wrapper .boxy-inner .question { color:#333; font-size:15px; font-weight:bold; }
.catalog-product-view .boxy-wrapper .boxy-inner .answers { text-align:left; }
.catalog-product-view .boxy-wrapper .boxy-inner .answers input { cursor:pointer; padding:3px 15px; color:#fff; border:1px solid #fe4f99; background:#fe4f99;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.cms-index-index .boxy-wrapper .boxy-inner .question { color:#333; font-size:15px; font-weight:bold; }
.cms-index-index .boxy-wrapper .boxy-inner .answers { text-align:left; }
.cms-index-index .boxy-wrapper .boxy-inner .answers input { cursor:pointer; padding:3px 15px; color:#fff; border:1px solid #fe4f99; background:#fe4f99;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.cleared { clear:both; }

.please-verify { width:251px !important; background:url(/shop/skin/frontend/default/default/images/proceed-button.png) no-repeat !important }
.please-verify-multi { width:251px !important; background:url(/shop/skin/frontend/default/default/images/proceed-button-multi.png) no-repeat !important}
.please-verify-resend { width:251px !important; background:url(/shop/skin/frontend/default/default/images/proceed-button-resend.png) no-repeat !important }
.please-verify-multi-resend { width:251px !important; background:url(/shop/skin/frontend/default/default/images/proceed-button-multi-resend.png) no-repeat !important}
.please-verify-account { width:251px !important; background:url(/shop/skin/frontend/default/default/images/proceed-button-account.png) no-repeat !important}
#containernew .error-msg, #containernew .success-msg, #containernew .notice-msg, #containernew .note-msg {
	min-height:0 !important;
}

.email_suspect {
	font-size:15px;
	width:300px;
	margin-top:-10px;
}
.email_suspect + #resend_span {
	white-space:nowrap;
	width:390px;
}
.email_suspect {
	font-size:15px;
}
#welcome-widget, #xmas-widget {
	left:50%;
	position:fixed;
	_position:absolute;
	top:50%;
	width:700px;
	z-index:100;
	border:7px solid #fff;
	margin:-230px 0 0 -350px;
	/* background:url(/img/welcome-widget.jpg) no-repeat right top #f0e6e7; */
	background:url(/shop/skin/frontend/default/default/images/hand-bag.png) no-repeat scroll right 60px #f0e6e7;
}
#welcome-widget-bg, #xmas-widget-bg {
	background:url(/img/451b2d-70.png) repeat scroll 0 0 transparent;
	cursor:pointer;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	_position:absolute;
	_display:none !important;
}
.button-close {
	float:right;
	background:url(/img/close-button.png) no-repeat left top;
	width:183px;
	height:0;
	padding-top:104px;
	overflow:hidden;
	_background:url(/img/close-button.gif) no-repeat left top;
}
.welcome-widget-content, .xmas-widget-content {
	padding:30px;
}
.welcome-widget-content h1, .xmas-widget-content h1 {
	font-size:22px;
	font-weight:bold;
	color:#441b2c;
	padding-bottom:20px;
}
.welcome-widget-content h3, .xmas-widget-content h3 {
	font-size:16px;
	color:#441b2c;
	text-transform:none;
	font-weight:normal;
	padding-bottom:20px;
}
.welcome-widget-content h3 {
	padding-right:200px;
}
.welcome-widget-content h2, .xmas-widget-content h2 {
	font-size:16px;
	font-weight:bold;
	color:#441b2c;
}
.welcome-widget-content ul {
	padding-bottom:20px;
	font-size:16px;
	font-weight:bold;
}
.welcome-widget-content li {
	padding:10px 5px 10px 45px;
	background:url(/img/welcome-widget-content-li.png) no-repeat left 10px;
}
.welcome-widget-content li a {
	color:#ff4f9c;
}
.welcome-widget-content li a:hover {
	color:#333;
}

#supplier_sent {
	font-size:18px;
	padding-top: 150px;
	padding-left:35px;
	width:470px;
}

#supplier_sent a img {
	border:none;
	margin:30px 0;
}
.footer-apek,.footer-sos {
	vertical-align:top;
}
#footer-links {
	height:51px;
}

#form-validate #create-account .please-verify{width:252px !important;}
.registration-account-create .bannerleft { width: 600px !important; }
#preregister .splitdiv .submit { text-indent:-999em; }
div.boxy-content{padding:35px 25px 25px;}
#lightbox {
	height:470px;
}
#finish-order .ogone-button {
	background:url(/shop/skin/frontend/default/default/images/button_ogone.png) no-repeat !important; width:175px !important;
}
#div_shipping_address,
#div_billing_address {
	float:left;
	width:400px;
}
#div_payment_method { clear:both; padding:10px 0 20px; }
.ui-resizable-handle,
.ui-dialog-titlebar,
.ui-widget-shadow {
	display:none !important
}
.ui-dialog .ui-dialog-buttonpane button {
	float:left !important;
	margin-right:15px !important;
	background:#fe4f99;
	color:#fff;
	border:1px solid #fe4f99;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ui-widget-content {
	background:none !important;
	border:none !important;
	margin:0 !important;
	padding:70px 60px 40px 200px !important;
	font-weight:bold !important;
	color:#555 !important;
}
.ui-dialog {
	padding:0 !important;
	border:10px solid #fff !important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background:#efe7e7 !important;
	width:550px !important;
	background:url(../images/succes-invite.png) no-repeat left top #fff !important
}
.ui-dialog-buttonpane {
	padding-top:0 !important;
	margin-top:-15px !important;
}
.ui-dialog .success-msg,
.ui-dialog .error-msg {
	background:none !important;
	border:none !important;
	color:#555 !important;
	padding:0 !important;
	margin-bottom:0px !important;
	margin-top:5px;
}
.ui-dialog #messages {
}
.cancelno { color:#fe5098 !important; border:1px solid #eadfdf !important; background:#eadfdf !important }
.ui-dialog-titlebar {
	display:block !important;
	border:none !important;
	background:none !important;
	padding:0 !important;
}
.ui-dialog-title { display:none; }
.ui-widget {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
	border:none !important
}
.ui-dialog .ui-dialog-titlebar-close {
	margin-top:0  !important;
	padding:0px !important;
	right:0 !important;
	width:183px !important;
	height:104px !important;
	background:none !important;
	border:none !important;
}
.checkout-cart-index .ui-dialog .ui-dialog-titlebar-close,
.cms-index-index .ui-dialog .ui-dialog-titlebar-close {
	display:none !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin:0  !important;
	width:183px !important;
	height:0 !important;
	padding:104px 0 0 0 !important;
	background:url(/img/close-button.png) no-repeat left top !important;
}
#campaign-warning { font-weight:normal !important; margin-top:-10px !important; }
#cart-delay-notice {
	padding:15px 30px;
	margin-top:15px;
	border:2px solid #fff;
	background:url("/shop/skin/frontend/default/default/images/campaign-time.png") repeat-y right top;
	float:left;
	width:794px;
	font-weight:bold;
	font-size:15px;
	color:#fe4f99;
	text-align:center;
}
.mini-compare-products { display:none !important }

#sidebar {
	padding:30px 0 0 0;
}

.checkout-cart-redirect .ui-dialog-titlebar-close,
.lang-Czech .ui-dialog-titlebar-close {
	display:none;
}
table.pager td {
	padding:10px;
	border:none;
	font-weight:bold;
}
table.pager td.pages {
    padding: 10px;
    text-align: right;
    white-space: nowrap;
}

.ui-resizable-handle,
.ui-dialog-titlebar,
.ui-widget-shadow {
	display:none !important
}
.ui-dialog .ui-dialog-buttonpane button {
	float:left !important;
	margin-right:15px !important;
	background:#fe4f99;
	color:#fff;
	border:1px solid #fe4f99;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ui-widget-content {
	background:none !important;
	border:none !important;
	margin:0 !important;
	padding:70px 60px 40px 200px !important;
	font-weight:bold !important;
	color:#555 !important;
}
.ui-dialog {
	padding:0 !important;
	border:10px solid #fff !important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background:#efe7e7 !important;
	width:550px !important;
	background:url(../images/succes-invite.png) no-repeat left top #fff !important
}
.ui-dialog-buttonpane {
	padding-top:0 !important;
	padding-right:10px !important;
	margin-top:-15px !important;
}
.ui-dialog .success-msg,
.ui-dialog .error-msg {
	background:none !important;
	border:none !important;
	color:#555 !important;
	padding:0 !important;
	margin-bottom:0px !important;
	margin-top:5px;
}
.ui-dialog #messages {
}
.cancelno { color:#fe5098 !important; border:1px solid #eadfdf !important; background:#eadfdf !important }
.ui-dialog-titlebar {
	display:block !important;
	border:none !important;
	background:none !important;
	padding:0 !important;
}
.ui-dialog-title { display:none; }
.ui-widget {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
	border:none !important
}
.ui-dialog .ui-dialog-titlebar-close {
	margin-top:0  !important;
	padding:0px !important;
	right:0 !important;
	width:183px !important;
	height:104px !important;
	background:none !important;
	border:none !important;
}
.checkout-cart-index .ui-dialog .ui-dialog-titlebar-close,
.cms-index-index .ui-dialog .ui-dialog-titlebar-close {
	display:none !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin:0  !important;
	width:183px !important;
	height:0 !important;
	padding:104px 0 0 0 !important;
	background:url(/img/close-button.png) no-repeat left top !important;
}
#campaign-warning { font-weight:normal !important; margin-top:-10px !important; }
#cart-delay-notice {
	padding:15px 30px;
	margin-top:15px;
	border:2px solid #fff;
	background:url("/shop/skin/frontend/default/default/images/campaign-time.png") repeat-y right top;
	float:left;
	width:794px;
	font-weight:bold;
	font-size:15px;
	color:#fe4f99;
	text-align:center;
}
.category-toyota-auris .product-our-price { font-size:21px; }
.category-toyota-auris .product-regular-price { font-size:12px; }
#payment_form_paymuzo { margin:0px 20px 15px; }
#payment_form_paymuzo img { margin-top:15px; }
#checkout-step-payment dt label { vertical-align:middle;height:21px; line-height:21px; }
#checkout-step-payment dt { line-height:21px; }
.ui-dialog .ui-dialog-buttonpane .disabled {
	background:#eadfdf;
	border:1px solid #eadfdf;
	color:#fe4f99;
	cursor:auto;
}
#multiple_agree {
	padding-left:18px;
	display:block;
	width:278px;
}
#multiple_agree input {
	position:absolute;
	margin-left:-18px;
	margin-top:2px;
}

#multiple_agree .validation-advice {
	position:absolute;
	display:block;
	width:278px;
}
.category-tiest .product-title { height:72px; padding:10px 16px; } /* +36px */
.category-tiest .product-item {
	height:338px;
	background:url(/shop/skin/frontend/default/default/images/product-background-338.png) no-repeat scroll left top transparent
	height:320px;
	background:url(/shop/skin/frontend/default/default/images/product-background-320.png) no-repeat scroll left top transparent
} /* +36px */

.pancon-modul-catalog-category-view  #campaign-container { background:#fff; border:none }

#campaign-teaser .campaign-top-logo { text-align:center; }
#product-list-info .tell-a-friend { margin:12px 1px 6px 1px; width:186px; padding-top:36px; background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-product-list.png) no-repeat left top; _background:url(/shop/skin/frontend/default/default/images/button-tell-a-friend-product-list.gif) no-repeat left top }
#product-list-info .campaign-top-logo { text-align:center; padding:0; }
#product-list, #product-list-info { display:block; float:left; }
#product-list-info { width:100%; background:#fff; }
#campaign-image { font-size:14px; color:#999 }
#campaign-image span { color:#333; }
#campaign-image p { padding:4px 15px; background:#fff;}
#product-list {  }
#bottom-campaign-filters,
#campaign-filters { background:transparent url(/shop/skin/frontend/default/default/images/campaign-time.png) repeat-y scroll 0 0; padding:5px 15px; margin-bottom:35px; border-top:2px solid #fff; border-bottom:2px solid #fff; margin-top:23px; }
#campaign-filters p { display:block; float:left; padding-right:50px; }
#bottom-campaign-filters .paginare,
#campaign-filters .paginare { float:right; padding-right:0px; }
#campaign-filters strong { color:#333; }
#bottom-campaign-filters { display:block; float:left; width:858px;}
.product-item { display:block; float:left; margin-left:15px; margin-top:15px; width:270px; height:505px; }
.product-title a { color:#4b1f35; }
.hovered .product-title a,
.product-title a:hover { color:#fe4f99; }
.product-regular-price { font-size:14px; color:#999; text-decoration:line-through; display:block; float:right; padding:14px 0 10px 0; width:72px; text-align:left; }
.product-title { font-size:14px; line-height:18px; overflow:hidden; height:36px; }
.product-our-price { font-size:24px; color:#fe4f99; /*display:block;*/ float:right; padding:8px 12px 8px 2px; /*width:100px;*/ text-align:right; }
.product-item .product-regular-price, .product-item .product-our-price { _margin-right:-3px !important; _overflow:hidden; }
.product-info .product-regular-price { padding:0; font-size:14px; color:#777; text-decoration:line-through; position:absolute; bottom:51px; left:10px; }
.product-info .product-our-price { padding:0; font-size:24px; color:#fe4f99; font-weight:bold; position:absolute; bottom:23px; left:10px; }
.photo-overlay { position:absolute; display:none; }
.product-sold-out { position:absolute; left:0; bottom:0; z-index:1; height:16px !important; line-height:16px !important; width:270px !important; text-align:center; background:#fe4f99; text-transform:uppercase; color:#fff; font-size:11px; }
.limited-quantity { background:#4b1f35; }
.photo-overlay a img { _filter: alpha(opacity=60); }

.product-item { cursor:pointer; }

.product-info {
	padding:10px 12px 0;
	background:#eadfdf;
	height:111px;
	position:relative;
}
.product-photo {
	height:380px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	#position:relative;
}
.product-photo img { display:block; #margin-top:55px; }
.product-photo .sharkbite-removal { #left:0; }
.pancon-modul-catalog-category-view #main-content { padding: 0 25px; background:#eadfdf}
.products-separator { background:#eadfdf; width:100%; clear:both; }
.campaign-top-logo { width:300px; float:left; }
.campaign-top-logo img { padding:15px 0; }
.campaign-info { width:570px; float:left; }
#campaign-image .time-left,
.campaign-info .time-left { text-align:right; line-height:18px; font-size:13px; color:#4b1f35; padding:15px 0 5px 0; border-bottom:1px solid #cbbfc5; margin-right:15px }
#campaign-image .time-left { margin:0 0 15px 0; }
#campaign-image .time-left strong,
.campaign-info .time-left strong { font-size:20px; font-weight:normal; color:#fe4f99; }
#campaign-subcategories .campaign-info .cat-container { width:554px; overflow:hidden; }
#campaign-subcategories .campaign-info ul { width:555px; overflow:hidden; padding-bottom:15px; float:left; }
#campaign-subcategories .campaign-info li { padding-top:0; display:block; float:left; width:185px;}
#campaign-subcategories .campaign-info li a { font-size:13px; line-height:15px; padding:6px 10px 6px 10px; display:block; background:url(../images/campaign-info-category.png) no-repeat left top; }
#campaign-subcategories .campaign-info li a:hover { color:#4b1f35; }
#campaign-subcategories .campaign-info a.currentcategory,
#campaign-subcategories .campaign-info a.currentcategory:hover { background:#fe4f99; color:#fff; cursor:default; }
.cat-container-title { display:block; float:left; width:700px; font-size:13px; line-height:15px; height:15px; padding:9px 10px 9px; font-weight:bold; color:#4b1f35; }
#campaign-subcategories .campaign-info a.no-bg { background:none !important }
#campaign-teaser {
	margin:0 0 0 15px;
	padding:0;
	background:none;
	width:220px;
}
#campaign-image { border:none; width:600px; margin-top:0; }
#campaign-image p { padding:4px 0; }
#product-list-info #countdown2,
#campaign-image span { color:#4b1f35; font-weight:normal; }
#campaign-teaser-text { padding-top:15px; }
#campaign-teaser #campaign-subcategories li { padding:0 0 10px; }
.catalog-product-view .backtocateg { padding:5px 25px 0px; float:right; white-space:nowrap }
.catalog-product-view #facebook { padding:0 0 10px 5px; }

/*.sold-out-reference .product-title a { color:#8b6c79 }
.sold-out-reference.hovered .product-title a { color:#f689b5 }
.sold-out-reference .product-info .product-regular-price { color:#b6b0b0 }
.sold-out-reference .product-info .product-our-price { color:#8b6c79; }
*/
.sold-out-reference.hovered .product-title a { color:#4b1f35 }
.sold-out-reference .product-info .product-regular-price { color:#b6b0b0 }
.sold-out-reference .product-info .product-our-price { color:#8b6c79; }

.sharkbite-removal { position:absolute; }
.prod-sharkbite-removal { display:none; }
#thumbBox .prod-sharkbite-removal { position:absolute; margin-top:0px; margin-left:0; z-index:992; display:block; #margin-left:-175px }
.cart-sharkbite-removal { position:absolute; }
#product-thumbnails a { position:relative; }
#product-thumbnails .cart-sharkbite-removal { position:absolute; left:0; bottom:0; }
/*#zoomIndThumbImg { top:-23449em !important; }
#zoomIndicator { background:#ccc; }*/
#zoomIndThumbImgOver { z-index:2; }
.view-details-button {
	display:block;
	position:absolute;
	right:10px;
	bottom:25px;
	width:24px;
	padding-top:24px;
	height:0;
	overflow:hidden;
	background:url(../images/view-details-button.png) no-repeat -24px top;
}
.hovered .view-details-button {
	background:url(../images/view-details-button.png) no-repeat left top !important;
}
.sold-out-reference.hovered .view-details-button,
.sold-out-reference .view-details-button {
	background:url(../images/view-details-button.png) no-repeat -24px top !important;
}
#campaign-teaser-text { line-height:18px; }






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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* html .fashionleft {height: 1%;}
.fashionleft {display: block;}
/* End hide from IE-mac */
.fashionleft {
	border:1px solid #ccc;
	background:url(/shop/skin/frontend/default/default/images/bannerleft-bg.png) repeat left top;
	margin-bottom:15px;
	#padding-bottom:5px;
}
.fashionleft .campaign-bg {
	position: absolute; z-index:10; top:1px;
}
.fashionleft .campaign-img {
	border:none; border-bottom:1px solid #ccc;
}
.fashionleft .campaign-bubble {
	position: absolute; top: 0px; right: 0px; z-index:13;
}
.fashionleft .sifr-title-special {
	color:white; font-size:11px; position:absolute; right:-27px; top:24px; width:90px; z-index:14;
}
.fashionleft .sifr-title2 {
	position: absolute; color: white; font-size: 12px; top: 120px; left: 545px; width:80px; z-index:15;
}
.fashionleft .sifr-title {
	position: absolute; color: white; font-size: 28px; top: 15px; right: -20px; width:80px; z-index:14;
}
.fashionleft .view-campaign {
	float:right; margin-right:6px;
}
.fashionleft .campaign-date {
	color: black; font-size: 12px; line-height:26px; float:left; white-space:nowrap; padding-left:5px;
}
.fashionleft .campaign-clock {
	padding-left:9px; float:left; width:26px;
}
.fashionleft .no-view-button {
	/* left: 10px; */
}
.fashionleft .future-campaign {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)
}
.registration-account-create .fashionleft { width: 600px !important; }


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active #columns h2 {
 visibility: hidden;
 font-size: 24px;
 line-height: 1em;
  margin: -10px 0 0 0;
}

.sIFR-active #desc {
display: inline;
 visibility: hidden;
 font-size: 15px;
 line-height: 1em; height: 22px; 
 margin: 15px 0 12px 25px; 
 

}

.sIFR-active #models .girls  h2 {
 visibility: hidden;
  margin: 10px 0 0 0;
}

.sIFR-active #popup .girls  h2 {
 visibility: hidden;
  margin: 0;
}

 .sIFR-active #intro h3 {
	visibility: hidden;
	line-height: 1em;
	font-size: 16px; text-align: left !important;
	margin: 14px 0 4px 0;
}

.sIFR-active table.chart caption {
	visibility: hidden;
	width: 100%;
	padding: 0 0 6px 0; }
	
.sIFR-active #details h2 {
	visibility: hidden;
	text-align: left;
  margin: 0; padding: 0;	 }


.sIFR-active #models h2 {
	visibility: hidden;
	text-align: left;
  margin: 0 0 0 5px;
	 }

 .sIFR-active #bigvid h3 {
	visibility: hidden;
	line-height: 1em;
	text-align: left !important;
	width: 310px;
	margin: 0; padding: 10px 0 0 10px;
}

a[class^="abp-"] {
position: absolute !important; 
display: none !important; 
float: none !important; clear: none !important;
margin: 0 !important; padding: 0 !important; border: 0 !important;
}




.sIFR-active #modelH3  {
	visibility: hidden;
	line-height: 1em; 
	text-align: left !important;
	margin: 0; width: 200px;
}



.sIFR-active #designH3  {
	visibility: hidden;
	line-height: 1em; 
	text-align: left !important;
	margin: 20px 0 0 0;
}

.sIFR-active #labelp1, .sIFR-active #labelp2 {
	line-height: 1em; 
 	margin: 0 0 -10px 0;	

}



/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:800px;
	height:470px;
	margin:-220px 0 0 -400px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
/*	width:100%;
	height:100%;*/
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;

}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #330F14;}
#TB_window a:visited {color: #330F14;}
#TB_window a:hover {color: #330F14;}
#TB_window a:active {color: #330F14;}
#TB_window a:focus{color: #330F14;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#451B2D;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	
	z-index: 10200;
	
	display:none;
	
	text-align:left;
	top:50%;	
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
/*
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}*/

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	/*line-height:0px;*/
	/*background:#efe7e7;*/
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	overflow-x: hidden;
	overflow-y: hidden; background-color:#EFE7E7;
}

#TB_title{
	
	color:white;
	display:block;
	float:left;
	font-size:90%;
	height:38px;
	line-height:0;
	overflow:hidden;
	padding-bottom:66px;
	position:absolute;
	right:0;
	top:0;
	width:100%;	
	border: 0px solid red; 
	
}



#TB_closeWindowButton{
	display:block;
	float:left;
	width:183px;
	height:38px;margin:1px;
	padding-bottom:59px;
	background:url(/shop/skin/frontend/default/default/images/close-button.png) no-repeat left top;
	_background:url(/shop/skin/frontend/default/default/images/close-button.gif) no-repeat left top;
	overflow:hidden;
	color:#330F14;
	font-size:90%;
	line-height:1;
	position:absolute;
	right:0;
	top:0;color:#330F13;
	}
	
#stepH2{
background-image:url(/images/step1.jpg);
background-repeat:no-repeat;
width:715px;height:535px;
}
#closeBtH2{
border:0px solid red;with:100%;height:40px;
}
#closeBtH2 img{
float:right;margin-top:10px;margin-right:10px;

}
#centerH2{
border:0px solid white;with:100%;margin-top:470px;height:30px;background-image:url(/images/bg_nav.png);background-repeat:no-repeat;background-position:right;
}
#idnextH2{float:right;margin:5px;margin-left:0px;margin-right:10px;}
#idprevH2{float:right;margin:5px;;display:none;}	
	
	#TB_closeWindowButton:link,#TB_closeWindowButton:hover,#TB_closeWindowButton:active,#TB_closeWindowButton:visited{
	display:block;
	float:left;
	width:183px;
	height:38px;margin:1px;border:
	padding-bottom:59px;
	background:url(/shop/skin/frontend/default/default/images/close-button.png) no-repeat left top;
	_background:url(/shop/skin/frontend/default/default/images/close-button.gif) no-repeat left top;
	overflow:hidden;
	color:#330F14;
	font-size:90%;
	line-height:1;
	position:absolute;
	right:12px;
	top:14px;
	text-align:right;
	font-size:1px;
	}


/**
 * Copyright 2009 Optaros, Inc.
 */

#fangento {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
}

/* BlockUI Growl overrides */
div.growlUI { background: url(images/info.png) no-repeat 10px 10px; min-height: 70px; background-color: #FFFF66; }
div.growlUI h1, div.growlUI h2 {
    color: #000000; padding: 5px 5px 5px 75px; text-align: left
}

#fangento-appHeader {
    font-size: 11px;
    text-align: center;
    padding: 8px 10px 10px 10px;
}

#fangento-appHeaderAnon {
    padding: 5px 10px 8px 10px;
}

#fangento-appBodyAnon {
    text-align: center;
/*    padding: 2px 10px 8px 10px;*/
}

#fangento-appBodyFooterAnon {
    text-align: center;
    padding: 5px 10px 0px 10px;
}

#fangento-appBodyFooterAuth {
    text-align: right;
    padding: 5px 10px 8px 10px;
}

#fangento-appBodyAuth {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#fangento-appBodyAuthAsk {
    text-align: center;
/*    padding: 5px 10px 5px 10px;*/
}

#fangento-appBodyAuthSend {
    padding: 5px 10px 5px 10px;
}

#fangento-appBodyAuthSendFooter {
    border-top: 1px solid #CCCCCC;
    text-align: right;
    margin-top: 5px;
    padding-top: 5px
}

#fangento-appBodyAuthSend label {
    font-size: 11px;
    font-weight: normal;
}

#fangento-appBodyAuthSend textarea {
    width: 97%;
}

#fangento-replyHeader {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
}

#fangento-replyBody {
    padding: 5px 10px 10px 10px;
}

#fangento-replyBodyThumbs {
    text-align: right;
}

#fangento-replyBody label {
    font-size: 11px;
    font-weight: normal;
}

#fangento-replyBody textarea {
    width: 97%;
}

#fangento-replyBodyFooter {
    border-top: 1px solid #CCCCCC;
    text-align: right;
    margin-top: 5px;
    padding-top: 5px;
}

.fangento-imgBtn {
    vertical-align: middle;
}

#fangento-learnMore, #fangento-learnMore2 {
    display: none;
    padding: 0px 10px 5px 10px;
    font-size: 11px;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* 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
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_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-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; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.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 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; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.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 { float:left; 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 .ui-datepicker-title select.ui-datepicker-year { float: right; }
.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*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.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 { 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 button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.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: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; 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;}/* Slider
----------------------------------*/
.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; }

.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; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

/* optaros-fangento: no alternating rows
.ac_odd {
	background-color: #eee;
}
*/

.ac_over {
    /* optaros-fangento: lighter highlight color */
	background-color: #ddd; /* #0A246A; */
    /* optaros-fangento: keep default font color when highlighting
	color: white;
    */
}

/* illZoom */

img#imgThumbBox {
/*    position:absolute;*/
    border-bottom:1px solid #cccCCC;
/*	background:url(/img/image_unavailable.gif) no-repeat center;*/
}

div#zoomBox {
    position:absolute;
    left:580px;
    top:247px !important;
    background-color:#fff;
    width:495px;
    height:493px;
    z-index:1000;
    overflow:hidden;
}
div#zoomIndicator {
    border:1px solid #fff;
    cursor:crosshair;
}

div#debugBox {
    position:absolute;
    top:500px;
    left:10px;
    border:1px solid #999;
    background:#000;
    color:#0bf;
    padding:10px;
}

/* Quick View modal */
div#expressImage div#zoomBox {
    position:absolute;
    top:50px;
    left:337px;
    background-repeat:no-repeat;
    border:1px solid #ccc;
    width:358px;
    height:299px;
    z-index:1000;
}
div#productImage img#imgThumbBox {
    width:350px;
    height:350px;
}
div#expressImage img#imgThumbBox {
    width:300px;
    height:300px;
}

/* end:illZoom */


