@charset "utf-8";
/**
 * 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 */
#search_mini_form legend{ display:none;}
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; }

.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.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 {
    background-color:#C40000;
    }
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; }
.input-box .input-text, .input-box textarea { width:250px; }
.input-box select { width:256px; float:left; border:1px solid #ddd; height:25px; padding:2px;}
.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:250px; }
.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:#c40000; }
.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:1em; font-weight:bold; line-height:1.25em; }
.validation-failed {/* border:1px dashed #EB340A !important; background:#faebe7 !important; */border:2px solid #BABABA;height:18px; padding:2px; font-family:inherit;}
/* 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:1em; text-align:right; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; display:none; }
.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 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
	display:none;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em;display:none; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
	display:none;
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
	display:none;
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
	display:none;
    }



/********************** 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; }
.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;
	margin-top:-7px;
}

.category-description{display:block;background:url(../images/shadow_730.gif) no-repeat center bottom;margin-bottom:0;
padding-bottom:20px; margin-bottom:20px;line-height:16px;}
.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; }

.breadcrumbs li a,.breadcrumbs li strong{ color:#999;}
.breadcrumbs li a:hover{color:#c40000;}

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

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }

.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; }
#checkout-review-table tbody tr.last td{border-bottom:1px solid #d9dde3 !important;}
.data-table th { 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 { color:#fff; font-weight:normal;}
.data-table tfoot { border-bottom:1px solid #d9dde3; }

.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 */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:1em; }
.divider { margin:10px 0; height:1px;  font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:1em; }
table.pager select { width:50px; position:relative; margin-top:-2px;}
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%;
    font-size:1em;
    }
table.pager td {
    width:32%;
    /*padding:4px 8px;*/
    vertical-align:middle;
    }
table.pager td.pages { padding:0; white-space:nowrap; text-align:right; }
table.pager ol, table.pager li {
    display:inline;
    }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    vertical-align:middle;
    }



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


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

/* Structure */
.wrapper { background:url(../images/header_shadow.jpg) repeat-x 0 top; min-width:980px; }
.header { text-align:left; }
.middle { width:980px; margin:0 auto; text-align:left;}


/*=====================change by sky 2009-06-24=======================*/
.quick-access { width:550px; float:left; margin-left:10px;}
.quick-access-link { float:right;}
.quick-access-link ul { position:relative;z-index:203;padding-left:88px; height:100%;float:left;}
/*====================change end========================*/


#banner{ width:960px; height:445px; position:relative; border:10px solid #ddd; z-index:1;}
#banner_wrapper{background:transparent url(../images/shadow2.gif) no-repeat scroll center bottom; margin-bottom:5px;padding-bottom:11px;}

#banner a.banner_pre{ position:absolute; left:7px; top:195px; border:0; display:block;width:38px; height:60px;
background:url(../images/but_left_gray.png) no-repeat center top;z-index:999;overflow:hidden; cursor:pointer;}
* html #banner a.banner_pre {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",sizingMethod="scale" , src="skin/frontend/apollo/apollo_cn/images/but_left_gray.png"); background:none;}
#banner a.banner_pre_over{ position:absolute; left:7px; top:195px; border:0; display:block;width:38px; height:60px;
background:url(../images/but_left.png) no-repeat center top;z-index:999;overflow:hidden; cursor:pointer;}
* html #banner a.banner_pre_over {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",sizingMethod="scale" , src="skin/frontend/apollo/apollo_cn/images/but_left.png"); background:none;}

#banner a.banner_next{ position:absolute; right:5px; top:195px; border:0;display:block;width:38px; height:60px;
background:url(../images/but_right_gray.png) no-repeat center top;z-index:999; overflow:hidden; cursor:pointer;}
* html #banner a.banner_next {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",sizingMethod="scale" , src="skin/frontend/apollo/apollo_cn/images/but_right_gray.png"); background:none;}
#banner a.banner_next_over{ position:absolute; right:5px; top:195px; border:0;display:block;width:38px; height:60px;
background:url(../images/but_right.png) no-repeat center top;z-index:999; overflow:hidden; cursor:pointer;}
* html #banner a.banner_next_over {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",sizingMethod="scale" , src="skin/frontend/apollo/apollo_cn/images/but_right.png"); background:none;}

.banner-loading{ text-align:center; position:relative; top:35%;}

#banner img{ border:0; display:block;}

.side-col { width:231px;overflow:hidden; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; clear:both;}
.col-2-right-layout .col-main { float:left; width:730px;  }
.col-2-left-layout .col-main { float:right; width:730px;}
.col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.header { height:93px; margin:0 auto; width:980px;}
/*
.middle { padding:25px 25px 80px 25px; }
*/

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

/* Logo */
h1#logo {float:left; margin:27px 0 0 26px; display:inline;}
h1#logo a{ display:block;}
.page-popup h1#logo { display: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; line-height:1.25em; }
.breadcrumbs li { display:inline; }


/* Mini search */

#search_mini_form{ clear:both; float:right; margin-top:10px;width:230px;}
.mini-search {border:2px solid #BABABA; height:27px;}
.mini-search input{width:61px; height:27px; border:0; background:url(../images/butbg.jpg) repeat-x top;}
.mini-search .input-text { width:137px;height:21px; background:url(../images/search_bg.jpg) no-repeat; float:left; border:0; padding:6px 0 0 28px;margin-right:0; _margin-right:-3px;}





.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;margin-bottom:0; }
.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:#c40000; text-transform:uppercase; }
.side-col .actions {font-size:1em;text-align:left;}
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:12px; margin:0 3px 1px 5px; width:11px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


#category-child-items li img{ border:0; }
#category-child-items li{padding:8px 0 8px 0; background-color:#F4F4F4; width:231px;border-bottom:1px solid #D1D1D1; min-height:40px;_height:40px; margin:0;}

#category-child-items{ padding-bottom:15px;}

#category-child-items{padding:0 11px 0 10px; background-color:#F4F4F4;overflow:hidden;}
#category-child-items li{border-top:1px solid #d1d1d1; border-bottom:0; margin-top:-1px;background-color:#F4F4F4;padding:8px 0;width:211px;overflow:hidden;}
#category-child-items a{ float:left; display:block; width:70px; height:45px; margin-right:15px;}
#category-child-items p{ float:left; width:125px; margin-bottom:0;}
#category-child-items p a{ display:inline; float:none; margin:0;}
.side-col .box {padding-bottom:7px; background:transparent url(../images/shadow.gif) no-repeat scroll center bottom; }

/* 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 { background:#fff; line-height:1.3em;   }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:1em; }
.base-mini h5 { font-size:1em; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#F4F4F4; }
.base-mini ol li.even { background:#F4F4F4; }
.base-mini .product-images { float:left; width:48px; height:48px; }
.base-mini .product-images a img { border:3px solid #ddd; vertical-align:top; width:42px; height:42px; }
.base-mini .product-images a:hover img{border:3px solid #c40000;}

.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 58px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:12px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:12px; }
.base-mini .minimal-price { font-size:12px; }
.base-mini .price-box { margin:1px 0; }


.informational .mini-newsletter{ float:left; width:250px;clear:left;padding-bottom:40px;}
.informational .mini-product-tags{width:730px; float:right; color:#999; height:auto;}
.informational .mini-newsletter .head h4{font-size:13px;height:32px; *height:37px; margin-left:-1px; margin-top:-4px; +margin-top:-9px; _margin-top:-8px;}
#newsletter-validate-detail{ display:block;}
#newsletter{float:left; margin-right:10px; width:142px; padding-top:2px; padding-left:2px;}

#newsletter-validate-detail .form-button-alt{width:70px; height:25px; overflow:hidden; border:0; background:url(../images/absenden.gif) no-repeat top; padding:0;left:160px;position:absolute;top:3px;}
#newsletter-validate-detail .form-button-alt span{ display:none;}
.mini-product-tags h4{font-size:13px;height:34px; color:#202020; margin-top:-4px; +margin-top:-9px; _margin-top:-8px;}
.mini-product-tags .actions{ float:left;padding-top:0;margin-top:-2px; +margin-top:-1px; _margin-top:0;}
.mini-product-tags .content{ clear:both; text-align:left;position:relative;top:-4px;+top:1px;_top:11px;}
.mini-product-tags .head{ float:left; margin-right:5px;}

/* Sidebar Blocks */
.mini-product-tags li { display:inline;line-height:36px;padding-right:8px;}
.mini-product-tags li:after { display:inline!important; }


.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.side-col .mini-cart .head h4 { font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal; }
.mini-cart .subtotal {padding:2px 0; text-align:left; }
.mini-cart h5 { margin:0; background:#F4F4F4; padding:6px 8px 2px 8px; }
.mini-cart .actions {padding-top:3px; padding-bottom:1px; width:100%; overflow:hidden; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; float:left; margin-right:10px; }
.mini-wishlist .head h4 {font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal;}
.mini-wishlist .link-cart { display:block; }

.side-col .mini-compare-products .head h4 { font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal; }

.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 { font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px!important; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal;}


/********************** Footer */
.footer-container { padding-bottom:20px; clear:both; position:relative; background:url(../images/foot_bg1.gif) repeat-x 0 28px; padding-top:28px; }
.footer {clear:both; width:980px; overflow:hidden;padding-top:48px;margin:0 auto; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational .links { width:980px; overflow:hidden; margin-bottom:8px; background:transparent url(../images/shadow2.gif) no-repeat scroll center bottom; padding-bottom:11px;}
.footer .links .border{border:10px solid #DDD;text-align:left; padding:9px 3px 9px 1px;}

.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; display:none; }
.footer .informational ul { overflow:hidden;}
.footer .informational .links li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat left center;
    padding-left:7px;*padding-left:6px;
	padding-right:3px;*padding-right:1px;
}
	
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat left center;
    padding-left:0
	padding-right:7px;
}	

.footer .informational li.first{ padding-left:13px;background:none;}
.footer .informational li.last { background:none; padding-right:0; }

.footer .informational a { text-decoration:none; }
.footer .legality {color:#565353;float:right;margin-right:8px;}
.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:8px; *margin-bottom:6px; color:#999; }

/********************** 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:1em;
    font-weight:bold;
    line-height:1em;
    }



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

.price-box { padding:1px 0 0 0; }
.price-box .price {color:#c40000;font-size:13px; }
.price-box .price .price-tip{ color:#202020;}

.product-info-box .special-price,.product-info-box .price-box{ font-weight:normal;}


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

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price span{ font-weight:normal; color:#999; text-decoration:line-through;}
.old-price .price span.price-advice{ font-weight:normal; color:#999; text-decoration:none;}
.old-price .price span.price-advice a{ color:#999;text-decoration:underline;}
.old-price .price span.price-advice a:hover{ color:#c40000;text-decoration:underline;}
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label {font-weight:normal; white-space:nowrap; color:#202020; }
special-price .price {font-weight:normal;color:#c40000;}
.cms-index-index .special-price .price{ color:#202020;}

/* 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 {padding:12px 15px;background-color:#f4f4f4; }
.generic-box h4{margin:0 0 10px;padding:0 0 4px;background:url(../images/dotted_divider.gif) repeat-x bottom;}
.generic-product-list li { margin:12px 0; }
.col2-wrapper{background:url(../images/shadow_730.gif) no-repeat bottom center;padding-bottom:9px;background-color:#F4F4F4;margin-bottom:20px;}
.item-ordered-wrapper{background:url(../images/shadow_730.gif) no-repeat bottom center;padding-bottom:9px;*padding-bottom:29px;background-color:#f4f4f4;}
.item-ordered-wrapper h4{background-color:#fff;color:#C40000;font-size:16px;line-height:30px;padding-left:10px;}

/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { font-size:1.05em; margin-top:-4px; padding-bottom:4px;}
.catalog-listing .addToCart{ margin-top:5px; *margin-top:4px;}
.catalog-listing h5 a, .catalog-listing h5 a:hover {font-size:14px;line-height:20px;color:#c40000; font-weight:normal;}
.catalog-listing .add-to { padding-top:6px; *padding-top:8px; color:#555; line-height:1.3em; font-size:1em; font-weight:normal; }
.catalog-listing .add-to a{}
.catalog-category-view .catalog-listing{ margin-top:-17px; *margin-top:-5px;}

span.add a{ font-size:12px;display:inline;float:left;background:url(../images/product_li_bg.jpg) no-repeat left 4px; padding-left:10px; margin-right:14px;color:#999;}
span.add a:hover{background:url(../images/product_li_bg_hover.jpg)  no-repeat left 4px; color:#C40000}

.catalog-listing .add-to a{ font-size:12px;display:inline;float:left;background:url(../images/product_li_bg.jpg) no-repeat left 4px; padding-left:10px; margin-right:12px;color:#999;}
.catalog-listing .add-to a:hover{background:url(../images/product_li_bg_hover.jpg)  no-repeat left 4px; color:#C40000}


.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 {  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;}


/********************** Layered Navigation */
.layered-nav .head { font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal; }	
	
.layered-nav h3 {line-height:30px; color:#fff; font-weight:normal;}
.layered-nav h4 {
    margin:0;
    padding:3px 10px;
    font-weight:bold;
    font-size:1em;
	display:none;
    }
.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 {
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:1em;
    }
.layered-nav .actions {
    padding:4px 10px;
	text-align:right;
    }
.narrow-by dl {
    padding:0 11px 0 10px;
    }
.narrow-by dt {
    margin:0;
    padding:7px 0 0;
    background:#F4F4F4;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    padding:3px 12px .8em 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	width:198px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; border:0;}



/********************* 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:1em; }
.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 { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:12px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:12px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    }
.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;
	display:none;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; line-height:23px;}
.advanced-search .input-text { width:250px; }
.advanced-search select { width:258px; padding:2px; }
.advanced-search .field-row { float:left; width:356px; padding-bottom:10px;}
.advanced-search .range .input-text { width:116px;}
.advanced-search .range select { width:124px; 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:1em; }
.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 .grid-row { width:730px; }
.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 li.item,
.col-2-right-layout .listing-type-grid li.item { padding:0;float:left; margin-right:20px; width:230px; background:url(../images/shadow.gif) no-repeat center 224px;+background:url(../images/shadow.gif) no-repeat center 212px;_background:url(../images/shadow.gif) no-repeat center 212px;}




/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:365px; }
.product-img-box .product-image-zoom {overflow:hidden;text-align:center;}
.product-img-box .product-image-zoom a{ display:block;width:355px; height:355px;border:5px solid #DDD;}
.product-img-box .product-image-zoom a:hover{border:5px solid #c40000;}

.product-img-box .product-image-zoom a img{ margin-top:10px;}

.image-zoom {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:1em; text-transform:uppercase; }
.product-img-box .more-views{ text-align:center; width:360px; overflow:hidden;}
.product-img-box .more-views ul { width:250px; margin:0 auto; text-align:center; }
.product-img-box .more-views li { display:inline;  }
.product-img-box .more-views li a {display:inline;margin-left:4px;}
.product-img-box .more-views li a img{ display:inline;}

.product-info-box { margin-top:10px; margin-top:0; }
.product-info-box .product-name { font-size:20px; font-weight:normal; color:#c40000; margin-bottom:23px; *margin-bottom:24px; margin-top:-4px;}
.product-info-box .price-box { margin-top:5px; *margin-top:6px; }

.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; line-height:25px;}
.add-to-cart-box .qty-box .qty { float:left; margin:0 8px 0 5px;width:60px;height:16px; padding:3px 2px 2px;}
.add-to-cart-box .form-button { float:left; }

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

.product-info-box .add-to-holder{ margin:15px 0 0 0;*margin:14px 0 0 0}
.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 { clear:left;float:left; line-height:1.25em; text-align:left; padding-top:6px; *padding-top:7px;}
.add-to-holder .add-to-box li { display:block; float:left; }
.add-to-holder .add-to-box li .pipe { display:none; }

.add-to-holder .add-to-box li a,.add-to a{ font-size:12px;display:inline;background:url(../images/product_li_bg.jpg) no-repeat left center; padding-left:10px; margin-right:12px;color:#999;}
.add-to-holder .add-to-box li a:hover,.add-to a:hover{color:#c40000;background:url(../images/product_li_bg_hover.jpg) no-repeat left center;}



.product-info-box .ratings { margin-bottom:1em; }

.product-essential .product-shop { width:355px; }
.product-essential .product-shop h4{font-size:13px;}

.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 {}
.product-collateral .head { font-size:1.15em; }
.product-collateral .collateral-box .head h4{ display:none;}
.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:0; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; padding-top:15px; border:0;}
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
#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:1em; }
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;
    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; 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 { border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0;  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 .payment-methods dd { padding:0; }
.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:1em;
    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 .head h3{font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal; }

.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:visited, .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:#c40000; 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 {background:#F4F4F4 url(../images/shadow_355.gif) no-repeat 50% 100%; padding-bottom:6px;}
.login-box .content p,.login-box .content .form-list{ margin:0 10px;}

.wrapper .login-box h4 {
   padding-left:10px;height:30px;background:transparent url(../images/title_l.jpg) repeat-x scroll 0 0;color:#FFFFFF;display:block;
font-size:15px;font-weight:normal;height:30px;line-height:30px;overflow:hidden;
    }

.login-box .button-set { margin:0; border:none; padding:8px 13px; width:auto;}
.login-box .content { min-height:230px; }


/* Dashboard */.account-box {
    margin-bottom:20px; background-color:#F4F4F4;
    }
.account-box .head { margin-bottom:10px; background-color:#fff;}
.account-box h4 { color:#c40000; 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 { font-size:16px; padding-left:10px;color:#fff; line-height:30px;color:#c40000;}
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }

.account-box .col2-set{padding:17px 20px 0 20px; }
.account-box .inner-head{padding:17px 20px 0 20px;}
.account-box .col2-set .inner-head{padding:0;}
.account-box .col2-set{padding:17px 20px 0 20px;}

.inner-head a{ color:#c40000;}
.inner-head a:hover{ text-decoration:underline; color:#c40000;}

/* 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; }

/*input{border:2px solid #BABABA;height:18px;}*/

/* 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:220px; 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 {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;
    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:12px; 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:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.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 {font-weight:normal}
.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;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; }

.product_pic .lightbox{width:27px; height:27px; cursor:pointer;}

.product_pic{ position:relative; width:220px;text-align:center; background-color:#fff; z-index:0;}
.product_pic a{ display:block;width:220px; height:170px; overflow:hidden;background-color:#fff;}
.product_pic a.lightbox{background:none;}
.product_info{ width:100%; overflow:hidden; padding-bottom:23px;}
.product_pic img{ vertical-align:middle; display:block;}
.product_pic span{ position:absolute; right:-22px;top:-10px;_right:-13px; width:27px; height:27px;z-index:2;}
.gray{color:#999;}
p{line-height:16px;}
img.add{display:block;}
.product_info img.add{ margin-bottom:5px; margin-top:10px;}
.product_info .product_title{ margin-bottom:3px; margin-top:10px;color:#C40000;font-size:14px;font-weight:normal;
line-height:20px;}
.product_info .product_title a{ color:#C40000;}
span.add a{ display:inline;float:left;background:url(../images/product_li_bg.jpg) no-repeat left center;color:#999; padding-left:10px; margin-right:14px;}
span.add a:hover{font-size:12px; color:#c40000;}
.list{width:980px;}
.list ul{padding-top:11px;width:auto;}

#hotspot_list{padding-top:9px;} 
#recommend_products{width:730px;}

.list h2.title{color:#C40000;font-size:20px;}
.list li{float:left; margin-right:20px; width:230px;background:url(../images/shadow.gif) no-repeat center 180px;}

#angebote li{background:url(../images/shadow.gif) no-repeat center 180px;}

#hotspot .page_control{ width:980px;}
#hotspot .hotspot-loading{ height:180px; text-align:center; width:980px; padding-top:20px;}
#hotspot_list .hotspot-loading{height:180px;text-align:center; padding-top:20px; width:730px;}
.cms-index-index #hotspot_list .hotspot-loading{width:980px;}
.page_control{ position:relative; clear:both; width:100%; overflow:hidden; height:29px; line-height:29px;}
.page_pre{ position:absolute; left:0; top:7px;}
.page_next{ position:absolute; right:0; top:7px;}
.page_num{margin:0 auto; width:800px; text-align:center; zoom:1; position:relative; top:4px; +top:1px; _top:9px;}
.page_num a{ margin:0 3px;outline:0;zoom:1;background:#fff;}
#hotspot .page_control{border-bottom:1px solid #d9d9d9;clear:both;padding-bottom:4px; *padding-bottom:0;margin-top:-5px;_margin-top:-2px;}

.midLink{ float:right; padding-top:3px;}

.midLink li{ float:left;}
.midLink li a{ line-height:43px; padding:2px 6px 2px 6px; *padding:4px 6px 2px 6px; margin-left:6px; font-size:13px;filter: alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;}
.midLink li a:link,.midLink li a:visited,.midLink li a:active{ color:#202020; background-color:#fff;}
.midLink li a:hover,.midLink li.active a,.midLink li.active a:link,.midLink li.active a:visited,.midLink li.active a:active{color:#fff; background-color:#c40000}

#hotspot_list .hotspot-loading{background:none;min-height:300px;}

#topmarken h2.title{ margin-bottom:-2px; *margin-bottom:-1px;}
#hotspot h2.title{padding-bottom:3px;padding-top:8px; *padding-top:10px; *padding-bottom:1px;}
#topmarken{padding-top:12px; *padding-top:18px;}
#topmarken .border img{ display:block;}
.pro_list{ width:980px;}
.pro_list ul{ margin-top:9px;overflow:hidden;width:auto;}
.pro_list li{overflow:hidden; float:left; margin-right:20px;background:url(../images/shadow.gif) no-repeat center 109px; padding-bottom:7px;}
.pro_list li a{width:220px;height:99px;}

#topmarken2{width:730px;}
#topmarken2 p{color:#999; white-space:normal; font-size:12px;}
#topmarken_bg{ margin-top:12px;margin-bottom:20px;}
#topmarken2 ul{width:100%;overflow:hidden;}
#topmarken2 li{ margin-bottom:35px; line-height:20px; font-size:14px;overflow:visible;white-space:nowrap; width:230px;}
#topmarken2 li.last{overflow:hidden}
#topmarken2 li img{ display:block;}
#topmarken2 ul a{ margin-bottom:4px;}

#angebote{ width:730px;}
#angebote .angebote_list{ clear:both;}

#angebote #page_turn{ margin-bottom:12px;}
#page_turn{overflow:hidden; position:relative;}
.product-index-index #page_turn{ z-index:1;}
#page_turn .dropdown{ float:left;}

#page_turn .dropdown a{font-size:13px;}
#page_turn .dropdown a.link{color:#6f6f6f;}
#page_turn .dropdown{ padding-left:7px; padding-right:25px; margin-right:7px;}
#page_turn .dropdown span{ display:block; height:23px; position:absolute; width:19px; text-align:center; right:0; top:0; line-height:23px; background:url(../images/toplink_middleline.gif) no-repeat left center;}
#page_turn .dropdown span img{ padding-top:10px;}
#page_turn .dropdown {background:transparent url(../images/toplink_bg.jpg) repeat-x scroll 0 0;border:1px solid #DDD;
height:23px;line-height:23px;position:relative;}

#page_turn .page_control2 ul{ margin:0; padding:0;}
#page_turn .page_control2 ul li{display:inline; font-weight:bold; float:left; padding:0 5px; height:23px; line-height:23px; border:1px solid #eee; margin-right:4px; color:#999; width:auto;}

.page_control2{float:right;}
.page_control2 .none{ border:0;}
.page_control2 .first{ background:url(../images/first.jpg) no-repeat 5px 9px; padding-left:15px;}
.page_control2 .last{ background:url(../images/last.jpg) no-repeat 27px 9px; padding-right:15px;}
.page_control2 .previous{ background:url(../images/pre.jpg) no-repeat 5px 9px; padding-left:15px;}
.page_control2 .next{}

.page_control2 a:link,.page_control2 a:visited,.page_control2 a:active{color:#999;}
a.cutt,a.cutt:link,a.cutt:visited,a.cutt:active,.page_control2 a:hover{background-color:#000; color:#fff;}
a.next,a.next:link,a.next:visited,a.next:active{background-color:#CC0000; color:#fff;}

span a.add{ font-size:12px;display:inline;float:left;background:url(../images/product_li_bg.jpg) no-repeat left 6px;*background:url(../images/product_li_bg.jpg) no-repeat left 5px; padding-left:10px; margin-right:14px;color:#999;}
span a.add:hover{font-size:12px;background:url(../images/product_li_bg_hover.jpg) no-repeat left 6px;*background:url(../images/product_li_bg_hover.jpg) no-repeat left 5px; color:#C40000}

.lightbox{ width:27px; height:27px; cursor:pointer;}
.lightbox img{ display:block;}

#topmarken li a.border{margin-bottom:5px;}
#nav li a.cgyInfo{ width:270px; text-align:left; background:none!important;}
.cgyInfo span{ color:#999; display:block!important; padding-left:0!important; text-align:left; }
.cgyInfo:hover span{ color:#202020;}

#main .listing-type-grid li.item{ overflow:visible;padding-top:44px; *padding-top:32px;}


.product-image{ position:relative; text-align:center; display:block;z-index:0;}
.product_pic span a{ display:block; width:27px; height:27px; }
.product-image span{ display:block; position:absolute; right:-12px;top:-10px;_right:-13px; width:27px; height:27px; cursor:pointer;}

.catalog-listing h5 a:hover{ text-decoration:underline;}

#hotspot h2.title,#topmarken h2.title{font-family:,"微软雅黑","黑体",Arial; font-weight:normal; color:#C40000; margin-left:-1px; padding-bottom:0; *padding-bottom:5px;}}

.pager .pages li{ float:left; width:auto; display:inline; border:1px solid #eee; margin-right:4px; color:#999;}
.pager .pages li a,.pager .pages li span{ float:left;display:inline;font-weight:normal; padding:0 5px; height:23px; line-height:23px;}
.pager .pages span.on{background-color:#202020; color:#fff;}
.pager .pages a:hover{background-color:#c40000; color:#fff;}
.pager .pages span.on{ font-weight:bold;}

.pages{width:380px;float:none;}
table.pager td.pages {width:68%;}
table.pager td.pages ol{float:right; margin-right:0;position:relative;right:-4px;z-index:1;}

.product_title a:hover{ text-decoration:underline;}
.product-shop{ position:relative;}
#pdt_turn{ position:absolute; right:0; top:-56px;*top:-57px; width:100px;}
#pdt_turn .prev{ text-indent:-9999px; overflow:hidden; background:url(../images/but.gif) no-repeat left top; display:inline; float:left; height:24px; width:50px;}
#pdt_turn .next{ text-indent:-9999px; overflow:hidden; background:url(../images/but.gif) no-repeat right top; display:inline; float:right; height:24px; width:50px;}

#pdt_turn .prev:hover{background:url(../images/but.gif) no-repeat left bottom;}
#pdt_turn .next:hover{background:url(../images/but.gif) no-repeat right bottom;}

#main #pdt_turn .pre_unavailable{background:url(../images/but.gif) no-repeat left top; cursor:default}
#main #pdt_turn .next_unavailable{background:url(../images/but.gif) no-repeat right top; cursor:default}

.mini-search span{ display:none;}
.mini-search button{background:transparent url(../images/butbg.gif) repeat-x scroll center top;border:0 none;height:27px;width:61px; overflow:hidden; float:right;}
.mini-search button span{ display:none;}

.form-button{ background-color:#C40000; width:88px;height:25px; line-height:25px; overflow:hidden; border:0;}
.new-users .form-button span,.registered-users .form-button span,#form-validate .form-button span{ display:none;}
.new-users .form-button{background:url(../images/register.gif) no-repeat top center;}
.registered-users .form-button{background:url(../images/login.gif) no-repeat top center;}
#form-validate .form-button{background:url(../images/save.gif) no-repeat top center;}

input{ color:#202020;}

/*.cms-index-index .middle{padding-left:0; _padding-left:40px;}
.catalog-category-view .middle{ width:980px;_width:1000px;padding-left:0; _padding-left:40px;}
.product-index-index .middle{ width:980px; _width:1020px; padding-left:0; _padding-left:40px;}
*/



/* Quick Access*/
.shop-access{float:right;margin-top:10px; width:430px;}
.quick-access p { margin-bottom:4px; }

.shop-access li{ float:left;margin-left:4px;display:inline;}
.shop-access .store_language li{margin-left:4px;_margin-left:5px;}

/*.shop-access li.first a{ padding-right:16px; background:url(../images/top_middle.jpg) no-repeat right center;}
.shop-access li.first a:hover{ padding-right:16px; background:url(../images/top_middle.jpg) no-repeat right center;}
*/
.shop-access li{float:left; display:block;padding:0 7px;*padding:0 5px;border:1px solid #DDD; height:23px; line-height:23px; background:url(../images/toplink_bg.jpg) repeat-x;}


.shop-access a{color:#202020;font-size:1em;}
.shop-access a:hover { color:#C40000; }

.shop-access li a{font-size:13px; width:auto; display:inline; white-space:nowrap;}
.shop-access #myAccountLayer a{ position:static;top:0;}

.shop-access li a.link{color:#6f6f6f;}
#myAccountLink span{ display:block; float:right;}
.shop-access span{height:23px; padding:0 7px; display:inline;text-align:center;line-height:23px; background:url(../images/toplink_middleline.gif) no-repeat left center; font-weight:bold; margin-left:4px; margin-right:-7px;}
.shop-access a:hover span{background:url(../images/toplink_middleline_red.gif) no-repeat left center;}


#myAccountLayer{top:29px; left:-1px;z-index:4; border:1px solid #D7D7D7;width:230px;position:absolute; background:#fff;}
#myAccountLayer iframe { width:100%; height:100%; border:0; background:none;}
#myAccountLayer ul{background:#EBEBEB url(../images/meta_nav_bg.jpg) repeat-x; height:auto; display:block; width:214px; padding:10px 8px 5px;}
#myAccountLayer li{border:0 none; background:none;border:0;float:none; border-bottom:1px solid #D7D7D7; line-height:27px; height:27px; position:relative; z-index:999; display:block; width:190px; _width:214px;}
#myAccountLayer .head{ display:none;}
#myAccountLayer li a{ border:0;}
/*.quick-access li.first a:hover{ background:none; padding-bottom:5px; border-bottom:1px solid #fff;}*/
#myAccountLayer li a{ background:none;display:block;float:none;}
#myAccountLayer li.last{ border:0;}
#myAccountLayer a:hover{ color:#C40000;}

.add-to-holder .add-or{ display:none;}

.catalog-category-view .breadcrumbs, .customer-account-login .breadcrumbs, .customer-account-create .breadcrumbs, .customer-account-index .breadcrumbs{ width:231px;height:39px;padding-top:13px;clear:both;}
.catalog-category-view #main{ margin-top:-25px;}


.product-collateral{ position:relative;border-top:4px solid #7C7C7C;}
.product-info-box .head{ position:absolute; cursor:pointer; top:-34px;_top:-30px;}
#category-info-box .head{ left:76px;}
#up-sell .head{left:124px;}

#up-sell li{ display:inline; width:230px; float:left; padding-right:20px;}
#up-sell li.last{ padding-right:0;}

#productInfoTab li{ display:inline; margin:0; padding:0;}
#productInfoTab .productInfoA{display:inline; float:left; margin-right:4px; background:transparent url(../images/but_uncheck.jpg) repeat-x scroll 0 0;
color:#999999;cursor:pointer;font-weight:normal;height:30px;line-height:30px; padding:0 8px;}
#productInfoTab .productInfoA:hover{ color:#fff; background-image:none; background-color:#c40000;}
#productInfoTab li .activeTab{background:transparent url(../images/but_check.jpg) repeat-x scroll 0 0; color:#fff;}

#main .head h4.activeTab{background:transparent url(../images/but_check.jpg) repeat-x scroll 0 0;color:#FFF;}

#product-description .head h4{background:transparent url(../images/but_uncheck.jpg) repeat-x scroll 0 0;color:#999;}
.product-specs,#category-info{ width:100%; overflow:hidden;}

#category-info-left{ float:left; width:49%;}
#category-info-right{ float:right; width:49%;}
#category-info h4{font-size:13px;padding-bottom:8px;padding-top:5px;}
#category-info p{ color:#999;}

#myAccountLink a span,.last span{ white-space:nowrap; margin-right:0; background:none;}

#myAccountLink a span{white-space:nowrap; margin-right:0; background:url(../images/toplinkbg_gray.gif) no-repeat right center;margin-left:-1px;}
#myAccountLink a:hover span{background:url(../images/toplinkbg_red.gif) no-repeat right center;}
.shop-access .last span{ display:none;}
.shop-access #myAccountLink{ width:82px;position:absolute; z-index:205; left:0;_left:3px; padding:0;}
.shop-access #myAccountLink .myAcountA{ padding:0 7px; position:absolute; z-index:6; width:68px;}
.shop-access #myAccountLink.liOver .myAcountA { background:#fff; height:30px;}
.shop-access .last,.shop-access .checkoutLi{ width:28px;}
.shop-access .TopLinkover{ background:#fff; border-width:1px 1px 0;height:29px;width:75px; _width:78px;}

#up-sell .product-image{ width:230px; height:180px;}
#up-sell .product-image a{ display:block; border:0; width:230px; height:180px;}
#up-sell .product-image span a{width:27px;height:27px;}

#up-sell .product-image a img{border:5px solid #ccc; width:220px; height:170px;}
#up-sell .product-image a:hover img{border:5px solid #c40000;}

#up-sell .product-image span a img{ border:0; width:27px; height:27px;}
#up-sell .product-image span a:hover img{border:0;}

#hotspot_list button{ background:url(../images/addtocart.gif) no-repeat center top; margin-bottom:7px; *margin-bottom:8px; margin-top:6px;*margin-top:5px;}
#hotspot_list button span{ display:none;}
.add-to-cart-box button{ background:url(../images/addtocart.gif) no-repeat center top; }
.add-to-cart-box button span{ display:none;}

.item button{ background:url(../images/addtocart.gif) no-repeat center top; }
.item button span{ display:none;}

.product-essential{ padding-bottom:40px;}
.product_info .addToCart{background:url(../images/addtocart.gif) no-repeat center top; margin-bottom:5px; margin-top:8px;width:88px;}
.product_info .addToCart span{ display:none;}

.delivery{ line-height:28px; *line-height:29px; height:31px; font-weight:bold; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}

.divSelector{ position:relative; z-index:1;width:110px;}
.divSelector a{ height:24px;position:absolute;right:-5px;_right:3px;top:0;width:12px;text-align:right; display:block; background:transparent url(../images/toplink_middleline.gif) no-repeat scroll left center; z-index:2;}
.divSelector a img{ margin:2px 0 0 0; *margin:6px 2px 0 0;}

#sltWhbsltCName #sltOptionsltCName,#sltOptionsltCName .pCsssltCName{ width:120px; _width:113px;}
#sltOptionsltCName{ background-color:#F7F7F7!important;}
.divSelector #sltWhbsltCName{ width:90px;}
#sltWhbsltCName #sltOptionsltCName{ display:none;}
#sltWhbsltCName #sltTextsltCName{background:url(../images/toplink_bg.jpg) repeat-x;border:1px solid #DDD;padding:3px 3px 3px 7px;width:110px;line-height:15px; *line-height:18px;}
#sltOptionsltCName{ padding:5px;}
#sltWhbsltCName ul{ padding:5px;}
#sltWhbsltCName ul li{ display:block; border-top:1px solid #D7D7D7;}
#sltOptionsltCName ul{ overflow:hidden;}
#sltOptionsltCName li{height:20px;line-height:16px; margin-top:-1px;padding-left:7px;}


/*#sltWhbsltCName #sltTextsltCName{background:url(../images/toplink_bg.jpg) repeat-x;border:1px solid #DDD;padding:3px 0 3px 7px;}
#sltWhbsltCName ul li{ display:block;}
#sltWhbsltCName #sltOptionsltCName{ background:url(../images/boxtop.gif) no-repeat top center; width:186px; border:0; padding-top:6px;}
#sltOptionsltCName ul{ padding-bottom:6px!important;background:url(../images/boxbottom.gif) no-repeat bottom center;}
#sltOptionsltCName ul li{ border-left:1px solid #666; background:#fff;padding-left:5px; border-right:1px solid #666; width:179px;}
*/
#topmarken li{font-size:14px;}

.content li a{ color:#202020;}
.content li a:hover{ color:#c40000;}
.footer .informational .content li { background:none;}

fieldset.content{ position:relative;}
#advice-required-entry-newsletter{position:absolute;top:30px;left:0;}
.footer .informational a { color:#202020;}
.footer .informational a:hover{ color:#c40000;}
.footer .informational .content a{ color:#999;}
.footer .informational .content a:hover{color:#c40000;}

.head .textimage{ margin-top:1px; *margin-top:6px;}
.catalog-category-view .product-image{ height:180px;}
.catalog-category-view .product-image a{ height:170px;}

#sltWhbsltCName li{ cursor:pointer; float:none;}

.item h5 a,.product_title a{ font-weight:normal;}





/*===============================change by sky at 2009 06 26==================================*/

/*==login==*/
.login-box .content p { padding:10px; margin:0;}
.side-col .box { background-color:#F4F4F4;}
.side-col .box a img { display:block; margin:0 auto;}
.registered-users p.required{ text-align:left;}
.page-head h3{ background:url(../images/shadow_730.gif) no-repeat center bottom;padding-bottom:20px; height:44px;}
.customer-account-login .login-box .content {min-height:243px;_height:243px;}
.customer-account-login .login-box .content h4 img {margin-top:6px;}
input.inputStyle{ border:2px solid #BABABA;height:18px; padding:2px; font-family:inherit;}
input.inputStyleFocus {border:2px solid #414141;height:18px; padding:2px; font-family:inherit;}
.customer-account-login #email ,.customer-account-login #pass { _margin-left:-8px;}/*for ie6*/
.customer-account-login #main, .customer-account-create #main, .customer-account-index #main, .customer-account-edit #main, .customer-address-index #main, .sales-order-history #main, .newsletter-manage-index #main, .wishlist-index-index #main, .customer-address-form #main, .checkout-onepage-index #main{ margin-top:-55px;}
/*==login  end==*/


/*==register==*/
.group-select { background:none; border:0; margin:0; padding:0 0 20px 0; clear:both; height:100%;}
.group-select .legend { color:#c40000;font-size:16px;line-height:30px; border:0; background:none; margin:0 0 10px 0;width:90%; padding:0;}
.group-select ul { float:left; width:100%;}
.group-select ul li { padding:0;}
.group-select .input-box { float:none;margin-bottom:10px; clear:both; height:100%; float:left; width:100%;}
.group-select label { display:block; float:left; width:130px; line-height:26px;}
.group-select input { float:left;}
.button-set { margin:0; width:395px; border:0; margin-top:-30px;_margin-top:-20px;}
.button-set .left { display:none;}
.customer-account-create .page-head, .customer-account-index .page-head { margin-bottom:10px;}
/*.formPrompt, .formPromptGray{float:left; width:290px; color:#c40000;padding-left:20px;}
.formPromptGray { color:#B5B5B5;}*/

/*--Prompt--*/
.validation-advice {float:left; width:290px; color:#c40000;padding-left:20px; background:none; clear:none; font-weight:normal;}
.customer-account-create .button-set{width:388px;}
.customer-account-create .group-select li .input-box { width:100%;}

/*==customer-account-index==*/
.customer-account-index .account-nav li a , .customer-account-index .account-nav li.on{ display:block; border-bottom:1px solid #ddd; height:29px; line-height:29px; padding:0;}
.customer-account-index .account-nav li a:hover { color:#c40000;}
.customer-account-index .account-nav li.last a{ border-bottom:0;}

.customer-account-index .account-box h6 { font-size:12px; margin-bottom:10px;}
.customer-account-index .inner-head { padding:0 0 3px 0; margin:17px 20px 0;}
.customer-account-index .col2-set .inner-head { margin:0 0 10px;padding:0 0 3px 0;}
.customer-account-index .ad-account-info { background:#F4F4F4 url(../images/shadow_730.gif) no-repeat 50% 100%; padding-bottom:9px;}
.head h3 img.textimage {margin-top:6px;}
.mini-compare-products h5 { height:28px; border-bottom:1px solid #ddd; line-height:28px; margin:0 10px;}
/*------change by sky at 2009 06 30---------*/
.customer-account-index .ad-orders .head h4 { background:none; float:left;}
.customer-account-index .ad-orders .head a { float:left; text-decoration:underline; line-height:30px; margin-left:10px;}
.ad-orders{background:#F4F4F4 url(../images/shadow_730.gif) no-repeat scroll 50% 100%;padding-bottom:9px;}
#cart-sidebar-reorder input {*margin-top:-2px;}
.customer-account-index .col2-set a { color:#c40000; text-decoration:underline;}
#my-orders-table {width:690px; margin:15px 20px 20px;_margin-top:20px; background:url(../images/th_bg.gif) repeat-x center -2px; background-color:#f4f4f4;}
#my-orders-table th{background:url(../images/white_line2.gif) no-repeat right center;}
#my-orders-table th.th_last,#my-orders-table th.th_status,#my-orders-table th.last{background:none;}

#my-orders-table tr{background:none;}
#my-orders-table a { font-weight:normal; text-decoration:underline;}

/*========================change by qj at 20090626==========================*/
#main .item h5 a,#main .product_title a{color:#C40000;}
#main .item h5 a:hover,#main .product_title a:hover{color:#C40000; text-decoration:underline;}
.list li.last,#topmarken li.last,#main .listing-type-grid li.last,#topmarken2 li.last{ margin-right:0;}

.catalog-category-view .category-head ,#topmarken2 .topmarken-head,#angebote .angebote-head{margin-bottom:7px;margin-top:-31px; position:relative;*margin-top:-32px;}
.topmarken-index-index #main,.product-index-index #main{ margin-top:-25px;}
.topmarken-head h2.title{ height:50px; overflow:hidden;}

.category-description,.topmarken-description,.angebote-description{display:block;line-height:16px;background:url(../images/shadow_730.gif) no-repeat left bottom;margin-bottom:12px;margin-top:-4px; *margin-top:-2px; color:#999;padding-bottom:20px; }
.product-index-index .angebote-description
#up-sell{ padding-top:17px;}
#productInfoTab .productInfoA{ font-size:14px; font-weight:normal;}
#main .pager .pages li{ float:left; width:auto; display:inline; border:1px solid #eee; margin-right:4px; color:#999;}
.cms-page-view .col-left .head h4 { font-size:15px; display:block; overflow:hidden; width:221px; padding-left:10px; height:30px; color:#fff; line-height:30px; background:url(../images/title_l.jpg) repeat-x; font-weight:normal; }
.cms-page-view .col-left ul li li{ padding-left:10px; line-height:20px;}
.cms-page-view .col-left h5{ line-height:25px; font-size:13px;}
.cms-page-view .col-left .content{ background-color:#F4F4F4;}
.cms-page-view .active a{color:#c40000;}
.cms-page-view .middle{ min-height:400px; height:auto; overflow:hidden; width:980px;}
#advice-required-entry-newsletter{padding-left:0;width:auto;}
#advice-validate-email-newsletter{padding-left:0;width:auto; text-align:left;}


#up-sell ul{ width:100%;padding-top:15px;}

#up-sell .lightbox{display:block;width:27px; height:27px; cursor:pointer;}

.product-collateral{width:100%;}

.cms-page-view .col-left ul{width:100%;overflow:hidden;}
.cms-page-view .col-left li{ border-top:1px solid #D7D7D7;height:27px;line-height:27px; margin-top:-1px;}

.attribute-specs{ padding-top:10px;}
#up-sell h5 a{ color:#c40000;font-weight:normal;}
#up-sell h5 a:hover{text-decoration:underline;}
#up-sell li {background:url(../images/shadow.gif) no-repeat left 180px;}

.product-collateral{background:url(../images/shadow2.gif) no-repeat center top; padding-top:15px;}
.product-img-box{ background:url(../images/shadow3.gif) no-repeat center 362px;}
.breadcrumbs{clear:both;height:39px;padding-top:13px;}

#productInfoTab{ width:100%; overflow:hidden;}
#category-info{ color:#999;line-height:20px;}
#category-info a{ text-decoration:underline;}
#category-info h1{ font-size:18px; color:#202020;}
#category-info h2{ font-size:16px; color:#202020;}
#category-info h3{ font-size:15px; color:#202020;}
#category-info h4{ font-size:14px; color:#202020;}
#category-info h5{ font-size:13px; color:#202020;}
#category-info h6{ font-size:12px; color:#202020;}

#category-info ul{ padding-left:5px;list-style-type:disc;}
#main .price-advice a{ text-decoration:underline;}

.catalog-category-view #main .catalog-listing{padding-bottom:30px;}

#product-attribute-specs-field li{ padding-bottom:25px;}

#hotspot .actions{margin-bottom:-15px;position:relative;right:-80px;top:-19px;*top:-18px;}
#topmarken .actions{margin-bottom:-16px;position:relative;right:-80px;top:-19px;*top:-17px;}

.short-description p{margin-bottom:0; line-height:20px;}
.short-short-description{ padding-top:10px;}
.product-details p{margin-bottom:0;}
.product-details p.red a{ color:#c40000;}
.product-details p.red a:hover{ text-decoration:underline;}
.sidebar_but{ padding:7px 11px 7px 10px;}
#cart-sidebar{padding:0 11px 0 10px;background:#F4F4F4;}
#cart-sidebar li{padding:7px 0 7px 0; border-bottom:1px solid #D1D1D1; background:#F4F4F4;}
#recently-viewed-items{padding:0 11px 0 10px; overflow:hidden;background:#F4F4F4;}
#recently-viewed-items li{padding:7px 0 7px 0; border-bottom:1px solid #D1D1D1;background:#F4F4F4;}
#recently-viewed-items li.last{ border:0;}
#recently-viewed-items a.product-viewed-left img{ width:42px; height:42px; border:3px solid #ddd;}
#recently-viewed-items a.product-viewed-left:hover img{border:3px solid #c40000;}

.product-viewed-left{float:left:}
.product-viewed-right{ margin-left:58px;}

.actions .edit-bn{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/edit-bn.gif) no-repeat top;}
.actions .edit-bn span{ display:none;}

.actions .checkout-bn{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/checkout-bn.gif) no-repeat top;}
.actions .checkout-bn span{ display:none;}
.product-index-index .catalog-listing,.product-new-index .catalog-listing{ padding-top:27px;}
.product-new-index #main{ margin-top:-25px;}
.product-new-index .angebote-description{ margin-top:0;}
.cms-page-view #main #contentBox h3.content_title{ margin-bottom:0;}


.cms-page-view #contentBox h3.content_title{margin:-55px 0 -3px; position:relative;background:url(../images/shadow989.gif) no-repeat bottom;padding-bottom:22px;}
.cms-contact #contentBox h3.content_title{margin:-55px 0 14px; position:relative;background:url(../images/shadow989.gif) no-repeat bottom;padding-bottom:22px;}
.cms-about-apollo-shop #contentBox h3.content_title{margin:-55px 0 13px; position:relative;background:url(../images/shadow989.gif) no-repeat bottom;padding-bottom:22px;}
.cms-page-view #contentBox h3.content_title img,.cms-contact #contentBox h3.content_title img,.cms-about-apollo-shop #contentBox h3.content_title img{ margin:0;}
.cms-index-index .add-to a{ display:inline;}

dd.series{ width:100%; overflow:hidden;}
#narrow-by-list dd.series li{ width:95px; float:left; display:inline; margin-right:0;}

#narrow-by-list dd.swatch_series ol li,#narrow-by-list dd.enicar_series ol li{width:auto;display:block;float:none;}



dd.size li,dd.movement_type li{display:inline;margin-right:3px;}
#narrow-by-list dd li{color:#999; display:inline; margin-right:3px;float:left;}
#narrow-by-list dd ol{width:100%;}

#narrow-by-list dd.price li{ display:block;}

#narrow-by-list dd li a{color:#202020;}
#narrow-by-list dd li a:hover{color:#c40000;}

#message_box {text-align:left;}
#message_box h3{ line-height:30px; height:30px; background:url(../images/title_l.jpg) repeat-x;padding-left:10px;text-align:left; color:#fff;overflow:hidden;}
#message_box h3 img{ margin-top:0; *margin-top:5px;}
.messagebox_content{ text-align:left; padding:10px;}
body .message_box_success_bg,body .message_box_failure_bg{ background:#000;}

.message_box_success .messagebox_content li{ color:#54A80E}

.catalogsearch-advanced-index fieldset.advanced-search{ display:block;}
.catalogsearch-advanced-index .button-set{ display:block;}

.catalogsearch-advanced-index #main{ margin-top:-55px;}

.catalogsearch-advanced-index #hotspot .page_control{ width:730px;}

#search-category{border-bottom:4px solid #7C7C7C;overflow:hidden;width:100%;}
#search-category li{ display:inline; float:left;font-size:13px;font-weight:normal;margin-right:3px;padding:0 8px;background:url(../images/but_check1.jpg) repeat-x top left;color:#999;cursor:pointer;font-weight:bold;height:30px;line-height:30px; overflow:hidden;}
#search-category li.hover{background:url(../images/but_check1.jpg) repeat-x bottom left;}
#search-category li.hover a{color:#FFF;}

#shopping-cart-totals-table{ border:0; float:right;margin-top:10px;}

#shopping-cart-totals-table tbody td{ border:0;}

.continue-shopping-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/Continue-shopping.gif) no-repeat top;}
.continue-shopping-button span{ display:none;}

.checkout-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/checkout3.gif) no-repeat top;}
.checkout-button span{display:none;}

.add-to-cart-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/addtocart.gif) no-repeat top;}
.add-to-cart-button span{display:none;}

.add-all-to-cart-button{width:120px; height:25px; overflow:hidden; border:0; background:url(../images/alladd.gif) no-repeat top;}
.add-all-to-cart-button span{display:none;}

.share-wishilist-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/Shared-Favorites1.gif) no-repeat top;}
.share-wishilist-button span{display:none;}

.add-new-address-button{width:120px; height:25px; overflow:hidden; border:0; background:url(../images/addnewaddress.gif) no-repeat top;}
.add-new-address-button span{display:none;}
/*
.link-cart{width:88px; height:25px; display:block; overflow:hidden; border:0; background:url(../images/addtocart.gif) no-repeat top; text-indent:-9999px;}
.link-cart:hover{background:url(../images/addtocart.gif) no-repeat bottom;}

.link-remove{width:14px; height:15px; display:block; overflow:hidden; border:0; background:url(../images/del.jpg) no-repeat top; text-indent:-9999px;}
.link-remove:hover{background:url(../images/del.jpg) no-repeat bottom;}
*/
.update-wishlist-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/Update-Favorites1.gif) no-repeat top;}
.update-wishlist-button span{display:none;}

.update-shopping-cart-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/Update-Shopping-Cart-cn.gif) no-repeat top; margin:0 11px;}
.update-shopping-cart-button span{ display:none;}


/*
#shopping-cart-table .checkout-types{ float:right;}
#shopping-cart-table .checkout-types a{display:block;width:88px; height:25px; overflow:hidden; border:0; background:url(../images/checkout3.gif) no-repeat top;}
#shopping-cart-table .checkout-types a:hover{background:url(../images/checkout3.gif) no-repeat bottom;}
#shopping-cart-table .checkout-types a img{ display:none;}
#shopping-cart-table td,#shopping-cart-table th{ border:0; padding:0;vertical-align:middle;}
.order-item-row table{ width:100%;}



#shopping-cart-table tfoot td{padding-bottom:23px;padding-top:11px;}
.checkout-cart-index form.order-form{ display:block;padding:13px 15px 11px;background:url(../images/shadow2.gif) no-repeat center bottom; background-color:#EEEDED;}

.order-item-row{ border:5px solid #ddd; margin-top:9px; background-color:#fff;}
#shopping-cart-table .order-item-row tr{ background:none!important;}

#shopping-cart-totals-table td.last{ width:100px;}

#shopping-cart-table #shopping-cart-totals-table tfoot td{ padding:0;} 

#order td,#order th{ padding:0; margin:0;}
.checkout-cart-index #shopping-cart-table th {padding-left:8px; background:url(../images/white_line.gif) no-repeat left center;}
.col1{width:82px;}
.col2{width:410px;}
.col3{width:70px;}
.col4{width:100px;}
.col5{width:67px;}
.col6{width:82px;}
.col7{width:auto}

.checkout-cart-index #shopping-cart-table th.col1{ background:none;}

.col_pic{width:90px;}
.col_title{width:400px;}
.col_addtowishlist{width:80px;}
.col_price{width:90px;}
.col_input{width:100px;}
.col_price_result{width:80px;}
.col_delete{width:auto; text-align:left;}

#shopping-cart-table{background:url(../images/title_l.jpg) repeat-x top;}


.order-item-row .cart-price{ display:inline;padding-right:10px;}


.checkout-cart-index h4.title{ font-weight:normal;}
.checkout-cart-index h4.title a{font-weight:normal; color:#c40000; text-decoration:underline;}
*/

#shopping-cart-totals-table .a-right strong,#shopping-cart-totals-table .a-right strong span{ font-size:16px;}
.col-left .mini-compare-products{ padding-bottom:20px;}

.checkout-cart-index .page-head-alt h3{background:url(../images/shadow989.gif) no-repeat center bottom;
height:44px;padding-bottom:20px;}
.checkout-cart-index .page-head-alt{ position:relative;}
.checkout-cart-index .page-head-alt .checkout-button{ position:absolute; right:15px; top:6px;}

#shopping-cart-table .update-shopping-cart-button{ margin-right:8px; *margin-right:11px;}

#my-orders-table th{padding-left:8px; text-align:left;}

#my-orders-table tfoot tr.first td{border-top:1px solid #D9DDE3;}

.order-item-row td.last a{ width:14px; height:15px; display:block;background:url(../images/del.jpg) no-repeat top;margin-left:28px;*margin-left:0;}
.order-item-row td.last a:hover{background:url(../images/del.jpg) no-repeat bottom;}
.order-item-row td.last a img{ display:none;}

#shopping-cart-table{background:url(../images/th_bg.gif) repeat-x center 5px;*background:url(../images/th_bg.gif) repeat-x center top}
#shopping-cart-table th.col1{ background:url(../images/white_line.gif) no-repeat right center; padding:0;}
#shopping-cart-table th.col3{ background:url(../images/white_line.gif) no-repeat 25px center; padding:0;}
#shopping-cart-table th.col4{ background:url(../images/white_line.gif) no-repeat 20px center; padding:0;}
#shopping-cart-table th.col5{ background:url(../images/white_line.gif) no-repeat 20px center; padding:0;}
#shopping-cart-table th.col6{ background:url(../images/white_line.gif) no-repeat 20px center; padding:0;}
#shopping-cart-table th.col7{ background:url(../images/white_line.gif) no-repeat 25px center; padding:0;}


#wishlist-table{ background:url(../images/th_bg.gif) repeat-x center -2px;}
#wishlist-table tr{ background:none;}
#wishlist-table th{background:url(../images/white_line2.gif) no-repeat right center;}
#wishlist-table th.a-center,#wishlist-table th.added-on-th{background:none;}
#wishlist-table td div a{color:#C40000;font-weight:bold;text-decoration:underline;}

.wishlist-index-share .validation-advice{padding-left:160px;}
.wishlist-index-share .button-set{padding-left:160px;text-align:left;}
.wishlist-index-share .button-set .required{text-align:left;}
.wishlist-index-share .group-select label {width:160px;}

#checkout-review-table{background:url(../images/th_bg.gif) repeat-x center -2px;}
#checkout-review-table tr{background:none;}

.checkout-onepage-success #main p a{color:#c40000;}

#nav iframe{display:none;}

.customer-account-login .button-set .left{ display:block;}

.customer-account-forgotpassword .page-head h3{background:url(../images/shadow989.gif) no-repeat bottom;}
.customer-account-forgotpassword #form-validate .button-set{ margin:-10px 0 0; width:320px;*width:325px;}
.customer-account-forgotpassword #form-validate .button-set .form-button{ width:88px; margin-top:-5px; padding:0;background:url(../images/tj.gif) no-repeat center top;}
/*========================change end 20090626==========================*/

/*===============================change by sky at 2009 06 29==================================*/
#product-attribute-specs-field { width:100%; float:left;}
#product-attribute-specs-field li { width:48%; float:left; color:#999}
#product-attribute-specs-field li .label { width:80px; float:left; display:block; color:#202020; font-weight:normal;}
#product-attribute-specs-field li .data { width:260px; float:left;}


/*===============================change by sky at 2009 06 30=================================*/
.account-nav li a:hover { color:#c40000;}

/*==customer-address-index==*/
.customer-address-index .primary-address-list, .customer-address-index .address-list {background:#F4F4F4 url(../images/shadow_730.gif) no-repeat scroll 50% 100%;padding-bottom:9px; float:left; width:100%; clear:both; margin-bottom:20px;}
.customer-address-index .col2-set h4 { font-size:16px; color:#c40000; background:#fff; padding-bottom:10px;}
.customer-address-index .col2-set ol{ float:left; width:100%;}
.customer-address-index .col2-set li { background:none; border:0; width:46%; float:left;}
.customer-address-index .col2-set li h5 { background:url(../images/dotted_divider.gif) repeat-x scroll 0 100% ;padding-bottom:4px; margin-bottom:8px;}
.customer-address-index .col2-set li a { font-weight:normal; color:#c40000; text-decoration:underline;}
.customer-address-index .address-list li {min-height:100px;display:-moz-inline-stack;display:inline-block;vertical-align:top;_height:100px; zoom:1; *display:inline;padding:10px 13px 8px; float:none;}
.button-level h3 { float:none; width:auto;}

.sales-order-history #my-orders-table { width:100%; margin:10px 0;}
.primary_billing_box { padding-left:130px; clear:both; float:left; width:70%;}
.primary_billing_box input { float:left; margin-right:5px; margin-top:5px;*margin-top:0;}
.primary_billing_box label { width:auto; float:left; font-weight:normal;}
.wishlist-button-set { margin:0; text-align:left;}
.wishlist-button-set button { border:0; height:25px; line-height:25px;}
#change_password {*margin-top:-6px;}



/*===============================change by sky at 2009 07 03=================================*/
.one-page-checkout-progress h3 { background:#fff; height:30px;}
.one-page-checkout-progress ol li { background:none; border:0; margin-bottom:1px;}
.one-page-checkout-progress ol li h4, .one-page-checkout-progress h4{ background:url(../images/but_check.jpg) repeat-x 0 0; height:30px; line-height:30px; color:#fff; padding:0 8px; margin:0; border:0;}
.one-page-checkout-progress h4.complete{background:url(../images/title_l.jpg) repeat-x 0 0;color:#fff;}

.one-page-checkout-progress h4.complete a { float:right; color:#fff; font-weight:normal; text-decoration:underline;}
.one-page-checkout {background:#F4F4F4 url(../images/shadow_730.gif) no-repeat scroll 50% 100%;padding-bottom:9px;}
.one-page-checkout li { margin-bottom:1px;}
.one-page-checkout li.section .head { background:url(../images/but_check.jpg) repeat-x 0 0; height:30px; line-height:30px; border:0; padding:0 8px; }
.one-page-checkout li.active .head { background:url(../images/title_l.jpg) repeat-x 0 0;}
.one-page-checkout li.section .head h3 { color:#fff;line-height:30px;}
.one-page-checkout li.section .box, #checkout-step-shipping_method, #checkout-step-review, #checkout-step-review .content{ padding:10px 10px 15px 27px; border:0; background:none;}
#checkout-review-load { padding:10px;}
.checkout-onepage-index .one-page-checkout .box-no-padding .inner-box{ padding:0;}
#opc-review .content  { border:0;}
.one-page-checkout li.section .button-set { width:auto; border-top:1px solid #ddd; padding-top:10px; margin-top:0;}
.one-page-checkout li.section .button-set p { text-align:left;}
.one-page-checkout li.section .button-set button { padding:0; margin:0;width:88px; overflow:hidden;}
.one-page-checkout li.section .step-count {border:0; background:url(../images/dotted_h13.gif) no-repeat 100% 50%;}
.one-page-checkout button.form-button { background:url(../images/btn_continue.gif) no-repeat 0 0;}
.one-page-checkout button.form-button span { display:none;}
.place-order-button{background:url(../images/btn_placeOrder.gif) no-repeat 0 0; width:88px; height:25px; border:0; padding:0; margin:0;}
.place-order-button span { display:none;}
#review-buttons-container { text-align:right; display:block;}
.one-page-checkout-progress .content address{ background:url(../images/down.gif) no-repeat 100% 100%;}
.one-page-checkout-progress .content p { background:url(../images/true.gif) no-repeat 100% 100%;padding-bottom:10px;}




.checkout-cart-index .order-form-wrapper {background:url(../images/shadow989.gif) no-repeat center bottom; background-color:#f4f4f4; padding:15px 15px 26px;}
.order-form-wrapper .shopping-cart, .order-form-wrapper .shopping-cart td { border:0; padding:5px 0;vertical-align:middle;}
.shopping-cart tr.even, .shopping-cart tr.odd { background:none!important;}
.order-form-wrapper .shopping-cart td table { width:100%;}
.order-form-wrapper .shopping-cart td table { padding:0;}
.shopping-cart thead tr th{ padding:0; height:25px; line-height:25px;}
.shopping-cart thead tr th.col1{width:11.8%}
.shopping-cart thead tr th.col2{width:43%}
.shopping-cart thead tr th.col3{width:12%;text-align:center;}
.shopping-cart thead tr th.col4{width:8%;text-align:center;}
.shopping-cart thead tr th.col5{width:8%;text-align:center;}
.shopping-cart thead tr th.col6{width:8%;text-align:center;}
.shopping-cart thead tr th.col7{text-align:center;}
.order-form-wrapper .shopping-cart td table  td.col_pic{width:11%}
.order-form-wrapper .shopping-cart td table  td.col_title{width:43.3%}
.order-form-wrapper .shopping-cart td table  td.col_addtowishlist{width:13%}
.order-form-wrapper .shopping-cart td table  td.col_price{width:9%; text-align:left;}
.order-form-wrapper .shopping-cart td table  td.col_input{width:8.2%;font-weight:bold;}
.order-form-wrapper .shopping-cart td table  td.col_price_result{width:8%;text-align:center;}
.cart-tax-info, .cart-price  {padding-right:0;}
/*.order-form-wrapper .shopping-cart td table  td.col_delete{width:8%}*/
.order-form-wrapper .shopping-cart td div { border:5px solid #ddd; background:#fff;}
.order-form-wrapper .shopping-cart td div div { border:0;}
td.attributes-col h4.title a { color:#c40000; text-decoration:underline; font-weight:bold;}
td.attributes-col h4.title { font-weight:normal;}
.col_input input.inputStyle, .col_input input.inputStyleFocus { border-width:1px;}
#shopping-cart-totals-table { width:300px; float:right; }
.data-table tr.last td span.price_price { font-size:14px;}
.continue-shopping-button, .update-shopping-cart-button, .checkout-button {height:25px; width:88px; overflow:hidden; padding:0; margin:0; border:0;}
.continue-shopping-button span, .update-shopping-cart-button span, .checkout-button span { display:none;}

.continue-shopping-button{ background:url(../images/Continue1.gif) no-repeat 0 0; }
.update-shopping-cart-button {background:url(../images/Update-Shopping-Cart.gif) no-repeat 0 0; _margin-right:5px;}
.checkout-button{background:url(../images/checkout3.gif) no-repeat 0 0;}
#shopping-cart-table tr { background:none;}
.save_in_address_book { margin:5px 5px 0 0;_margin-top:0;+margin:0;}
.affix-street{ clear:both; float:left; margin-left:130px; margin-top:10px;}
.checkout-onepage-index .validation-advice { width:190px;}
.same_as_billing input { _margin:-5px -5px 0 0;+margin-right:-10px;}
.check-box { clear:both;float:left; width:100%;}
#shipping-new-address-form { *margin-bottom:-25px;}
.use_for_shipping input {*margin-top:-4px;}
/*===============================new=================================*/
#search_quick_form .mini-search{ float:left; margin-top:30px; width:226px;}
#search_quick_form{ width:100%; overflow:hidden;}
.catalogsearch-advanced-index .button-set{width:238px; *width:242px;}
.catalogsearch-advanced-index .button-set .form-button{width:88px;}
#catalog-searchbox-quicksearch{ padding-bottom:30px; border-bottom:1px solid #D9D9D9;}
.advanced-search .field-row #price{ margin-left:0; _margin-left:3px;}
#catalog-searchbox-other #form-validate .form-button{background:transparent url(../images/ss.gif) no-repeat scroll center top;}
.catalogsearch-advanced-index .page_control{border-bottom:1px solid #D9D9D9; padding-bottom:5px;}

.site-map-item ul,.site-map-item li{ display:inline;}
.site-map-item li{ margin-right:8px;}
.site-map-title{ display:inline; margin-right:10px;}
.site-map-title a{background:url(../images/sitemap.gif) no-repeat right center; padding-right:14px; line-height:28px;font-size:15px;}
.site-map-title a:hover{background:url(../images/sitemap_red.gif) no-repeat right center;}
.site-map-item li a{line-height:22px;}
.site-map-item{ padding:10px 0; border-bottom:1px solid #F3F3F3;}

.wrapper #main .subscribe-button{width:88px; height:25px; overflow:hidden; border:0; background:url(../images/subscribe-button.gif) no-repeat top;}
.wrapper #main .subscribe-button span{ display:none;}

#myAccountLink.liOver{height:29px;background:#fff; border-color:#ddd #ddd #fff;}
#myAccountLink { left:0;}

#advanced-search-list h4{float:left;width:150px;color:#666;font-weight:bold; font-size:12px; line-height:23px; _line-height:16px;}
.checkbox-ul{ float:left; width:560px; overflow:hidden; }

#advanced-search-list li{padding-bottom:10px;}
#advanced-search-list li li{ padding-bottom:0;}
.checkbox-ul li{ display:inline; float:left;width:150px;}
#advanced-search-list .checkbox-ul li label{ float:none; width:auto; font-weight:normal; cursor:pointer; margin-right:10px; white-space:nowrap;}
#advanced-search-list .checkbox-ul li label input{ margin-right:2px; margin-top:0; *margin-top:-3px;}
.catalogsearch-result-index #main,.catalogsearch-advanced-result #main,.tag-product-list #main{ margin-top:-55px;}

.catalogsearch-result-index .page-head h3,.catalogsearch-advanced-result .page-head h3,.tag-product-list .page-head h3{ background:none; padding-bottom:0; margin-top:-3px;}

.catalogsearch-result-index .search-description,.catalogsearch-advanced-result .search-description,.tag-product-list .search-description{ background:transparent url(../images/shadow_730.gif) no-repeat scroll center bottom;padding-bottom:20px; color:#c40000; font-size:13px;}

.catalogsearch-result-index .catalog-listing,.catalogsearch-advanced-result .catalog-listing,.tag-product-list .catalog-listing{padding-bottom:20px;margin-top:-17px; *margin-top:-5px;}

.catalogsearch-result-index .page-head,.catalogsearch-advanced-result .page-head,.tag-product-list .page-head{margin:0 0 12px;}
/*
.catalogsearch-result-index .page-head,.catalogsearch-advanced-result .page-head,.tag-product-list .page-head{margin:0 0 5px;}

.catalogsearch-result-index .toolbar_wrapper table.pager,.catalogsearch-advanced-result .toolbar_wrapper table.pager,.tag-product-list .toolbar_wrapper table.pager{margin-top:-148px;position:relative;}

.catalogsearch-result-index .catalog-listing,.catalogsearch-advanced-result .catalog-listing,.tag-product-list .catalog-listing{ padding-bottom:20px;margin-top:-33px; *margin-top:0;padding-top:0;padding-top:106px\9; *padding-top:106px;}

.catalogsearch-result-index .middle,.catalogsearch-advanced-result .middle,.tag-product-list .middle{ background:url(../images/bgline.gif) no-repeat 0 91px;background:url(../images/bgline.gif) no-repeat 0 87px\9;*background:url(../images/bgline.gif) no-repeat 0 91px;}

@media all and (-webkit-min-device-pixel-ratio: 0){
.catalogsearch-result-index .catalog-listing,.catalogsearch-advanced-result .catalog-listing,.tag-product-list .catalog-listing{padding-top:130px!important;}
}
*/
.cms-index-index #topmarken{ border-bottom:1px solid #D9D9D9;margin-bottom:24px;padding-bottom:25px; _padding-bottom:30px;}

.box a.click_here_to_login{ text-decoration:underline;}


#contactForm li{ float:left;}
#contactForm li .input-box{ width:700px;}
#contactForm .button-set{margin:-30px 0 0 130px;text-align:left;}
#contactForm .button-set .required{ text-align:left;}
#comment{ margin-left:0; _margin-left:-3px;}

#advice-required-entry-comment{ display:inline; padding-left:130px;}
#contactForm .form-button{ background:url(../images/tj.gif) no-repeat top;}
#contactForm .form-button span{ display:none;}

.customer-account-login .validation-advice { padding-left:0;}

.customer-account-confirmation .button-set{margin:0;width:350px;}
.customer-account-confirmation #form-validate .form-button,.customer-account-create #form-validate .form-button{background:url(../images/tj.gif) no-repeat center top;}

.page-popup .form-button{background:url(../images/close2.gif) no-repeat center top; margin-top:-20px;}
.page-popup .form-button span{ display:none;}

.cms-404error #contentBox .content_title img{margin:0;}
.cms-404error #contentBox h3.content_title{margin:0; position:relative;background:url(../images/shadow989.gif) no-repeat bottom;padding-bottom:22px;}
.cms-404error .large{ font-size:24px;}

.tag-product-list .product-image a.border img{ height:170px;}
.customer-account-forgotpassword .col-left{padding-top:15px;}
.customer-account-forgotpassword #main{padding-top:13px;}

.customer-account-create .validation-advice-before{position:relative;left:10px;display:inline;color:#999}
.customer-account-create .validation-advice{position:relative;left:10px;display:inline;padding-left:0;float:none;width:auto;}

.box .actions .left{ float:right; margin-right:5px;line-height:24px;}
.box .actions .compare_btn{ border:0; margin-left:10px;background:url(../images/compare_btn.gif) no-repeat center top; width:88px; line-height:25px; height:25px; overflow:hidden;}
.box .actions .compare_btn span{display:none;}

.catalog-product-compare-index .page-head h3{background:url(../images/shadow_730.gif) no-repeat left bottom;}
.catalog-product-compare-index .link-print{ margin-top:-35px;} 

.catalog-product-compare-index #product_comparison .add_to_wishlist_btn{ margin-top:0;background:url(../images/add_to_wishlist.gif) no-repeat center top;}
.catalog-product-compare-index #product_comparison .add_to_cart_btn{ margin-top:0;background:url(../images/addtocart.gif) no-repeat center top;}

.catalog-product-compare-index .compare-products .button-set{ margin-top:0;width:100%; text-align:center;}
.catalog-product-compare-index .compare-products .button-set .form-button{margin-top:0;}

.message_box_success .messagebox_content a{color:#54A80E;text-decoration:underline;}

.wishlist-index-index #main .button-set{ display:none;}
.wishlist-index-index #main .wishlist-button-set{ display:block!important;}
.wishlist-index-share #form-validate .form-button{background:url(../images/Shared-Favorites1.gif) no-repeat center top;}

.back-button{ width:88px;background:url(../images/back.gif) no-repeat center top; overflow:hidden;}
.back-button span{ display:none;}

.checkout-onepage-index .validation-advice-before{ display:none;}
.message_box_confirm_bg{z-index:300;background:#000;opacity:.7;filter: alpha(opacity=70);-moz-opacity: 0.7;position:absolute;left:0;top:0;}
#message_box .messagebox_content_bns{ padding-top:20px;}
.messagebox_content_bns span{ display:none;}
.messagebox_content_bns button{ width:88px; height:25px; overflow:hidden; border:0; margin-right:8px;}
.yes_btn{background:url(../images/yes_btn.gif) no-repeat center top;}
.no_btn{background:url(../images/no_btn.gif) no-repeat center top;}

.compare-image-wrapper{margin-bottom:4px; display:block;}
.compare-image-wrapper img{ border:5px solid #ddd;}
.compare-image-wrapper:hover img{ border:5px solid #c40000;}

.catalog-product-compare-index .price-advice a{ text-decoration:underline;}
#product_comparison .price-box {padding:1px 0 5px;}
.compare-products {float:left;}

.widget-btn{ float:right;}

.sales-order-history .pager .pages{float:left;width:auto;}
.sales-order-history .pager .pages strong{float:left;position:relative;top:4px;}
.sales-order-history table.pager td {width:130px;}
.sales-order-history table.pager td.a-right{text-align:right;}
.sales-order-history table.pager td.pages ol {float:left;}

.sales-order-view .col-left{ margin-top:6px;}

#advice-required-entry-email_address,#advice-required-entry-name,#advice-required-entry-email{ float:none; display:inline;padding-left:10px;}
.sidebar_but .subtotal{ margin-bottom:0;}

.page-popup .button-set{ margin:0;}

#midLink{ position:relative; z-index:200;}

.customer-account-create #advice-required-entry-email_address{ padding-left:0;}
.quick-access-link ul.store_language{padding-left:0;}
.store_language #language_switcherk_Layer{left:-10px;position:absolute;top:20px;}
#language_switcherk_Layer ul{background:transparent none repeat scroll 0 0 !important;}
#language_switcherk_Layer{display:none;}
#language_switcherk .active a{color:#c40000;}

#language_switcherk_Layer li{width:41px;height:23px;overflow:hidden;line-height:23px;*line-height:20px;}

.language_select{ padding-right:15px;background:transparent url(../images/toplinkbg_gray.gif) no-repeat scroll right center;}
.language_select:hover{background:transparent url(../images/toplinkbg_red.gif) no-repeat scroll right center;}

.quick-access-link ul{margin-right:0;_margin-right:-7px;}
.quick-access-link ul ul{margin-right:0;}
.quick-access-link ul.store_language{margin-right:0;}

.customer-account-login #advice-required-entry-email{padding-left:0;float:left;}
.atrribute-unit{margin-left:5px;}

.product-image a img{display:block;}

.catalogsearch-result-index .breadcrumbs,.catalogsearch-advanced-result .breadcrumbs,.tag-product-list .breadcrumbs{clear:both;height:39px;padding-top:13px;width:231px;overflow:hidden;}

.checkout-onepage-success .button-set{margin:0;text-align:left;}

#comment{border:2px solid #BABABA;}
#main .comment_hover{border:2px solid #414141;}

.customer-account-index .account-box .inner-head a{text-decoration:underline;}

.cms-contact #advice-required-entry-comment{padding-left:10px;width:auto;}
#comment{width:425px!important;float:left;margin-left:0;}

#contactForm .button-set .required{display:none;}
#contactForm .button-set .form-button{margin-top:0;*margin-top:10px;}
