/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { width: 100%; background:#F3F3F3 url(../images/bg.jpg) 0 0 repeat-x; font: 12px Tahoma, sans-serif; color:#4D4D4D; text-align:center; line-height: 16px; }

img           { border:0; vertical-align:top; }

a             { color:#35CC01; text-decoration:none; }
a:hover       { color:#35CC01; text-decoration:underline; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color:#35CC01; text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#35CC01; text-decoration:underline; }

:focus        { outline: 0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:16px; color:#4D4D4D; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper, .page {width:1000px; margin: 0 auto;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { /*background:#fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat;*/ }
.main { width:978px; margin:0 auto; min-height:400px; padding:0 10px; background:#fff; text-align:left; border-width: 0 1px; border-style: solid; border-color: #dedede; }

/* Base Columns */
.col-left { float:left; width:195px; padding:14px 0 1px; overflow: hidden; }
.col-main { float:left; width:773px; padding:0 0 1px; overflow: hidden; }
.col-right { float:right; width:195px; padding:14px 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { /*float:none;*/ width: 978px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 773px; overflow: hidden; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:568px; margin:0; overflow: hidden; }
.col3-layout .col-wrapper { float:left; width:773px; overflow: hidden; padding: 0 10px 0 0; }
.col3-layout .col-wrapper .col-main { float:right; }

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

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font: 12px Tahoma, sans-serif; color:#4D4D4D; }
input.input-text,select,textarea { width: 266px; background-color: #f6f6f6; border: 1px solid #c6c6c6; padding-left: 1px; padding-right: 1px; }
input.input-text { height: 18px; margin: 4px 0; }
select { height: 20px; margin: 4px 0; }
input.input-text,textarea { /*padding:2px;*/ }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width: 72px !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; /*height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff;*/ }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:30px; border:0; background:url(../images/btn_checkout.png) 0 0 no-repeat; padding:0 0 0 9px; font:bold 17px/30px Tahoma, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; width: 180px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fff; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em, .contact_box .wide label em { float:right; font-style:normal; color:#ff0000; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; color: #35CC01; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:0; padding:0; /*border-top:1px solid #e4e4e4;*/ text-align:left; }
.buttons-set p.required { margin:0 0 10px; text-align: right; }
.buttons-set .back-link { /*float:left; margin:0;*/ }
.buttons-set button.button { /*float:right; margin-left:5px;*/ }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { /*border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0;*/ padding: 0 0 15px; }
.fieldset .legend { /*float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative;*/ font:bold 12px Tahoma,sans-serif; color: #35CC01; }

/* Form Validation */
.validation-advice { clear:both; margin:3px 0 0; padding-left:17px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#FF2222; font-size: 11px; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; color:#ff0000; padding: 4px 0; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { clear: both; color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width: 100%; overflow: hidden; margin: 14px 0 0 !important; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:1px 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#e8e8e8; background-color:#f8f8f8; background-image:url(../images/i_msg-error.gif); color:#ff0000; padding-top: 2px; }
.success-msg { border-color:#E8E8E8; background-color: #F8F8F8; background-image:url(../images/i_msg-success.gif); color: #35CC01; }
.note-msg,
.notice-msg { border-color:#E8E8E8; background-color:#F8F8F8; background-image:url(../images/i_msg-note.gif); color:#35CC01; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; height:16px; margin:0; padding: 0; overflow: hidden;}
.breadcrumbs li { display:inline; margin: 5px 0 0; font-weight: bold; }
.breadcrumbs li span{ display:inline; margin: 5px 0 0; font-weight: normal; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0; }
.page-title h1,
.page-title h2 { margin:0; font: 25px Tahoma, sans-serif; line-height: 24px; color:#4d4d4d; padding: 0 0 10px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#4d4d4d; }

/* Pager */
.pager { /*font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center;*/ padding: 10px 0; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; width: 60px; }
.pager .pages { margin:0 30px; padding: 3px 0 0; float: right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {background: #86DC70; color: #fff; font: bold 12px/16px Tahoma,sans-serif; padding: 1px 4px;}
.pager .pages li a {background: #E6E6E6; color: #4D4D4D; font: bold 12px/16px Tahoma,sans-serif; padding: 1px 4px;}
.pager .pages li a.next, .pager .pages li a.previous {background: transparent;}

/* Sorter */
.sorter { /*font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2;*/ }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:10px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; width: 60px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding: 0 8px; /*border-bottom:1px solid #fff;*/ float: right; margin: 0 0 15px; }
.toolbar .sorter { /*border-bottom:1px solid #fff;*/ float: right; margin: 0 0 15px; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; /*border:1px solid #bebcb7;*/ }
.data-table .odd  { background:#fff }
.data-table .even { background:#fff; }
.data-table .product-name a { color: #4d4d4d; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table tr th { border-right: 1px solid #d1d1d1 !important; }
.data-table th.last{ border-right:0 !important; }
.data-table th { /*padding:3px 8px;*/ font-weight:bold; }
.data-table td { padding: 8px 5px; }

.data-table thead th { border-right:1px solid #d1d1d1; color:#4d4d4d; white-space:nowrap; vertical-align:middle; line-height: 32px; padding-left: 5px; padding-right: 5px; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: transparent; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border: 0 !important; }
.data-table tfoot td.last {border-right:0 !important;}
.data-table tfoot tr.first { /*background:url(../images/bkg_tfoot.gif) 0 0 repeat-x;*/ }
.data-table tfoot tr { /*background-color:#dee5e8 !important;*/ }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; /*border-right:1px solid #d9dde3;*/ }
.data-table tfoot strong { font-size:16px; }

.data-table tbody {border-width: 0 1px; border-style: solid; border-color: #d1d1d1;}
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d1d1d1; border-right:1px solid #d1d1d1; color: #4d4d4d; }
/* Bundle products tables */
.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 .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; /*background-color:#dae1e4;*/ color:#4d4d4d; }
tr.tax-details-first td { /*border-top:1px solid #d2d8db;*/ }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#35CC01 !important; font-weight:bold; }
.link-wishlist { color:#35CC01 !important; font-weight:bold; }
.link-reorder { /*font-weight:bold; color:#dc6809 !important;*/ }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;font-weight:bold;*/ color:#35CC01; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:20px; height:20px; font-size:0; line-height:0; background:url(../images/btn_trash.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; /*background:url(../images/bkg_divider1.gif) 0 50% repeat-x;*/ text-indent:-999em; overflow:hidden; }

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { /*border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(../images/bkg_header.jpg) 50% 0 repeat;*/ height: 151px; overflow: hidden; }
.header { width:1000px; height: 151px; overflow: hidden; margin:0 auto; background:url(../images/header_new_january.png) 0 0 no-repeat; padding:10px 0 0; text-align:right; position:relative; z-index:10; }
.header .logo { float: left !important; width: 422px; height: 138px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:578px; padding: 0; overflow: hidden; }
.header .welcome-msg { clear: both; margin:0; color: #35CC01; text-align:right; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#000; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#43c11e url(../images/menu_bg.png) 0 0 repeat-x; width: 1000px; margin: 0 auto; }
#nav { /*width:990px;*/ height: 32px; margin: 0 0 0 19px; font-size:13px; }

/* ALL Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:30px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; height: 28px; line-height:28px; border-bottom: 1px solid #444;}

/* 0 Level */
#nav li { float:left; margin: 0; }
#nav li.active a { color: #fff; /*background-image: url(../images/menu_hover.jpg);*/ background-image: url(../images/menu_hover_n.png); }
#nav a { float:left; padding: 0 14px; color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color: #fff; /*background-image: url(../images/menu_hover.jpg);*/ background-image: url(../images/menu_hover_n.png); }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; /*padding-bottom:1px;*/ background-color: #d2d2d2; background-image: none; color: #fff; }
#nav ul li.over { background-color: #33cc00;background-image: none; color: #fff; }
#nav ul li.last { background-color: #d2d2d2; background-image: none; color: #fff; /*padding-bottom:0;*/ }

#nav li ul li a{ float:none; margin:0; background-image: none !important; background-color: #888 !important; color: #fff !important; }
#nav li ul li a:hover{ float:none; margin:0; background-image: none !important; background-color: #444 !important; color: #fff !important; font-weight: normal !important; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul { position:absolute; width:18em; top:30px; left:-10000px; /*border:1px solid #899ba5;*/ }
#nav li li ul {border-top: 0 !important;}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:165px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background-color: #d2d2d2; background-image: none; color: #fff; }
#nav ul li a:hover { background-color: #33cc00;background-image: none; color: #fff; }
#nav ul li a,
#nav ul li a:hover { /*color:#fff !important;*/ }
#nav ul span, #nav ul li.last li span { padding: 0 10px; }

/* 3rd+ Level */
#nav ul ul { top:3px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { /*border:1px solid #c4c1bc;*/ margin:0 0 10px; }
.block .block-title { /*background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px;*/ }
.block .block-title strong, .block-title strong  { display:block; font:bold 12px Tahoma,sans-serif; text-transform:none; color:#444; line-height: 31px; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 10px; font-size:1em; font-weight:bold; color:#4d4d4d; }
.block .block-content { width: 195px; /*background: url(../images/block_bg.png) 0 0 repeat-y;*/ }
.block .block-content li.item { padding:7px 9px; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { /*background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right;*/ }
.block .actions a { float:left; }
.block .actions button.button { /*float:right;*/ }
.block .empty { margin:0; padding:0 10px; }

.block li.odd { background-color:#fff; padding: 5px 10px; }
.block li.even { background-color:#f4f4f4; padding: 5px 10px; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong, .block-layered-nav .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding: 0 5px; line-height: 31px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { /*border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden;*/ }
.block-layered-nav .block-subtitle { /*font: bold 11px Tahoma, sans-serif; padding: 0 0 5px;*/ }
.block-layered-nav .block-content { /*width: 173px; margin: 0 auto; overflow: hidden; padding: 10px 0; font: 11px/16px Tahoma, sans-serif;*/ }
.block-layered-nav dt { font-weight: bold; /*background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase;*/ }
.block-layered-nav dd { /*padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;*/ }
.block-layered-nav dd.last { /*background:none;*/ }
.block-layered-nav .currently li { /*background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px;*/ }
.block-layered-nav .currently .label {font-weight:bold;}
.block-layered-nav .currently .label span{font-weight:normal;}
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 0; /*background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0;*/ text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { /*background-image:url(../images/i_block-cart.gif); margin: 5px 0 0;*/ }
.block-cart .summary { /*background:#fff; padding:2px 8px 8px; margin:-1px 0 0;*/ position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { /*font-weight:bold;*/ }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; /*background:#fbebd9;*/ text-align:right; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { /*border-bottom:1px solid #c2c2c2;*/ }
.block-cart .block_cont, .block-compare .block_cont {padding: 10px 0 5px;}
.block-cart .actions .btn_m {margin: 0 auto 4px; width: 173px;}
.block-cart .block-subtitle {padding: 10px 10px 5px;}

/* Block: Wishlist */
.block-wishlist .block-title strong { /*background-image:url(../images/i_block-wishlist.gif);*/ }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { /*background-image:url(../images/i_block-related.gif); background-position:0 1px;*/ }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { /*background-image:url(../images/i_block-list.gif); background-position:0 1px;*/ }
.block-compare button.button span { /*border-color:#406a83; background:#618499;*/ }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#4d4d4d }
.compare-table { border:0; margin: 0 0 10px; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0 !important; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background-color:#f8f8f8; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background-color:#f8f8f8; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:5px 0; color:#4d4d4d; }
.compare-table tr.first td .product-name a { color:#4d4d4d; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { /*background-image:url(../images/i_block-viewed.gif);*/ }

/* Block: Recently Compared */
.block-compared .block-title strong { /*background-image:url(../images/i_block-list.gif); background-position:0 1px;*/ }

/* Block: Poll */
.block-poll .block-title strong { /*background-image:url(../images/i_block-poll.gif);*/ }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#4d4d4d; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { /*background-image:url(../images/i_block-tags.gif);*/ }
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { /*background-image:url(../images/i_block-subscribe.gif);*/ }
.block-subscribe label { color:#4d4d4d; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { /*border-color:#406a83; background:#618499;*/ }

/* Block: Reorder */
.block-reorder .block-title strong { /*background-image:url(../images/i_block-list.gif);*/ }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border: 0; }
.block-banner .block-content, .block-banner .block-content p { padding:0; text-align:center; margin: 0; }

/* Block: Login */
.block-login .block-title strong { /*background-image:url(../images/i_ma-info.gif);*/ }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; /*width:96px;*/ margin: 5px 0 6px 6px; float: left; height: 16px; }
.block-login .actions { clear: both; background:none; padding:0; margin: -12px 0 0; float: right;}
.block-login .actions button.button span { /*border-color:#406a83; background:#618499;*/ }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { /*border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat;*/ position:relative; width: 576px; clear: both; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:192px; padding: 0 0 10px; }
.products-grid .product-image { display:block; width:125px; height:110px; margin:0 auto; overflow: hidden; /*border: 1px solid #d1d1d1;*/ }
.products-grid .product-name { /*min-height:2.7em;*/ margin: 0; font-weight:bold; font-size:12px; color:#35CC01; line-height: 31px; padding-top: 0; }
.products-grid .product-name a { color: #4d4d4d; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { /*position:absolute; bottom:12px;*/ width: 125px; overflow: hidden; margin: 0 auto; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin: 0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#ff0000; }
.product-view .product-shop .availability { font-size:12px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

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

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#35CC01; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

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

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

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.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; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

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

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

/* Price range */
.price-from { 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 */
.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 Prices > */

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

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

/* Add to Links */
.add-to-links { font-size:11px; margin:0;  }
.add-to-links .separator { /*display:none;*/ }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { /*float:left;*/ }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; display: none; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { /*border:1px solid #c4c6c8;*/ }

.product-essential { /*padding:25px; background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat;*/ }
.product-essential h2 { font: bold 12px Tahoma, sans-serif; padding: 0 0 10px; }

.product-collateral { /*background:#faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px;*/ width: 348px; overflow: hidden; float: right; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left !important; width:210px; overflow: hidden; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { position:relative; width:208px; height:208px; overflow:hidden; z-index:9; line-height: 204px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:208px; height:208px; overflow:hidden; z-index:9; /*border: 1px solid #d1d1d1;*/ }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:left; background:url(/skin/frontend/default/default/images/zum_tit_bg.png) 0 0 no-repeat; padding: 2px 0 5px 24px; min-height: 20px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto; padding:0 28px; background:url(../images/slider_bg_sm.png) 50% 50% no-repeat; cursor:pointer; margin: 0 0 10px; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:0; }
.product-view .product-img-box .more-views {padding: 6px 0 4px;}
.product-view .product-img-box .more-views h2 { font-size:12px; margin:0; font-weight: normal; padding: 0 0 6px; }
.product-view .product-img-box .more-views ul { margin-left:-3px }
.product-view .product-img-box .more-views li { float:left; padding:0 0 10px 3px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #d1d1d1; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float: right; width: 348px; overflow: hidden; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font: 25px Tahoma, sans-serif; }
.product-view .product-shop .availability { /*margin:10px 0;*/ }
.product-view .product-shop .short-description { /*margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0;*/ font: bold 12px Tahoma, sans-serif; }
.product-view .product-shop .price-box { margin:10px 0 0; clear: both; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { clear: both; font-size:10px; color: #35CC01; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#35CC01 !important; font-weight:normal !important; font: 10px Tahoma, sans-serif; }

/* Product Options */
.product-options { margin:20px 0 0; /*padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4;*/ width: 348px; overflow: hidden; float: right; }
.product-options dt { padding:5px 0 0; font-weight:normal; display: inline; float: left; min-width: 140px; }
.product-options dt label { font-weight:bold; color:#4d4d4d; }
.product-options dt span.required { color:#eb340a; }
.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; display: inline; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width: 86px; }
.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: 0; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.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;*/ width: 348px; overflow: hidden; float: right; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .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-options-bottom .add-to-cart { float:right; padding: 10px 0; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.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; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {clear: both;}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { /*border-bottom:0; margin:0 0 8px;*/ }
.product-view .box-up-sell .products-grid { /*width:100%; border:1px solid #e5dcc3;*/ }
.product-view .box-up-sell .products-grid td { /*width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em;*/ }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { /*border:1px solid #e5dcc3;*/ }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; /*background:#f1ecdb;*/ }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { clear: both; float:right; margin:0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color: #35CC01; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin: 10px 0 0; }


/* Shopping Cart Table */
.cart-table th { /*padding:2px 10px;*/ }
.cart-table td { padding: 18px 5px; }
.cart-table .product-name { font-weight:bold; margin:0 0 14px; color:#4d4d4d; }
.cart-table .item-msg { clear: both; margin:5px 0; font-size:11px; font-weight:bold; color:#ff0000; }
.cart-table tfoot td { padding:15px 0; }
.cart-table .btn-continue { /*float:left;*/ }
.cart-table .btn-continue span,
.cart-table .btn-update span { /*border-color:#406a83; background:#618499;*/ }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0; }
.cart .cart-collaterals .col2-set { float:left; width:620px; margin: 0; padding: 0;}
.cart .cart-collaterals .col2-set .col-2 { width:620px; }
.cart .cart-collaterals .col2-set .col-1 { width: 0; height: 0; font-size: 0; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { width: 310px; overflow: hidden; float: left; }
.cart .discount h2,
.cart .shipping h2 { /*background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase;*/ }
.cart .discount button span,
.cart .shipping button span { /*border-color:#406a83; background:#618499;*/ }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; /*margin-left:0;*/ }

.cart .discount h2 { /*background-image:url(../images/i_discount.gif);*/ }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:274px; }

.cart .shipping h2 { /*background-image:url(../images/i_shipping.gif);*/ }
.cart .shipping .sp-methods { margin:10px 0 0; padding:0; /*border-top: 1px solid #d1d1d1;*/ }

/* Shopping Cart Totals */
.cart .totals { float:right; width:358px; /*background:#dee5e8; border:1px solid #bebcb7;*/ }
.cart .totals table { width:100%; padding:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; font-size:15px; }
.cart .totals tr.last td {}
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot td strong { font-size:16px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { display: inline; clear: both; float: left; min-width: 100px; list-style-type: disc; margin:0 0 3px; padding: 0 0 0 10px; background:url(../images/item_bg.png) 0 6px no-repeat; }
.item-options dd { font-weight:bold; padding-left:10px; margin:0 0 3px; display: inline; float: left; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; overflow: hidden; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin: 0 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; line-height: 20px; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:124px !important; margin-right:10px; }
.sp-methods select.year { width:124px !important; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }
.sp-methods input.radio {margin: 5px 3px 0 0;}

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

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

/* Centinel */
.centinel {}

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { /*background:none; border:0; padding:0; margin:0 0 5px;*/ height: 34px; overflow: hidden;}
.block-progress .block-title strong { /*font-size:13px; color:#0a263c;*/ padding: 0 5px; }
.block-progress .block-content { /*background:none;*/ }
.block-progress dt { /*font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999;*/ padding:0 0 12px; }
.block-progress dd { /*background:#eee; border:1px solid #a3aeb3; border-top:0; margin:0 0 6px;*/ }
.block-progress dt.complete { /*margin:0; background:#d0dce1; color:#5e8ab4;*/ padding: 0; }
.block-progress dd.complete {padding:0 0 12px;}
.block-progress p { margin:0; }

.opc .buttons-set { /*margin-top:0; padding-top:2em;*/ }
.opc .buttons-set p.required { font-size:11px; color:#ff0000; padding: 4px 0; }
.opc .buttons-set .back-link small { /*display:none;*/ }
.opc .buttons-set .back-link a { /*background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px;*/ }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; width: 773px; overflow: hidden; border-bottom: 1px solid #d1d1d1; }
.opc li.section {}

.opc .step-title { border-width: 1px 1px 0; border-style: solid; border-color: #d1d1d1; background: #fefefe url(../images/step_tit_bg_in.png) 0 0 repeat-x; height: 28px; line-height: 28px; }
.opc .step-title .number { float:left; background:#e6e6e6; border: 0; padding:0 4px; margin:6px 6px 0 12px; font:bold 12px/16px Tahoma, sans-serif; color:#4d4d4d; }
.opc .step-title h2 { float:left; margin:0; font:bold 12px Tahoma, sans-serif; color:#4d4d4d; line-height: 28px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:28px; }

.opc .allow .step-title { background: url(../images/step_tit_bg_in.png) 0 0 repeat-x; border-width: 1px 1px 0; border-style: solid; border-color: #d1d1d1; color:#4d4d4d; cursor:pointer; height: 28px; line-height: 28px; }
.opc .allow .step-title .number { background:#e6e6e6; border: 0; color:#4d4d4d; }
.opc .allow .step-title h2 { color:#4d4d4d; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background: url(../images/step_tit_bg.png) 0 0 repeat-y; border:1px solid #d1d1d1; color:#fff; cursor:default; height: 28px; line-height: 28px; }
.opc .active .step-title .number { background:#86dc70; /*border-color:#f19900;*/ color:#fff; }
.opc .active .step-title h2 { color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { /*background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;*/ position:relative; padding:15px 0; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; padding: 0 0 10px; }
#opc-login h3 { /*font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase;*/ }
#opc-login h4 { /*font-size:1em; font-weight:bold; margin:0; color:#2f2f2f;*/ }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { /*border:0; padding:0;*/ }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { /*padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px;*/ width: 280px; float: right; padding: 0; }
#opc-review .buttons-set p { margin:0; line-height:24px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:24px; clear: both; }
#opc-review .buttons-set a {text-decoration: underline;}
#opc-review .buttons-set a:hover {text-decoration: none;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 0; margin: 14px 0 20px; border: 1px solid #eee; }
.checkout-progress li { float:left; height: 30px; line-height: 28px; margin: 0; padding: 0 36px 0 27px; font-weight:bold; text-align:center; color:#4d4d4d; background:url(../images/breadcrumb.png) top right no-repeat; }
.checkout-progress li.active { /*border-top-color:#e96200;*/ color:#35CC01; }
.checkout-progress li.last { height: 30px; background:url(../images/breadcrumb_cl.png) top right no-repeat; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#4d4d4d; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; color: #4d4d4d; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { /*background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:0 0 15px;*/ }
.multiple-checkout .col2-set h2.legend { /*margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0;*/ position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { /*color:#e26703;*/ }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { /*border-color:#406a83; background:#618499;*/ }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 0; }
#multiship-addresses-table tfoot button.button span { /*border-color:#406a83; background:#618499;*/ }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { /*border:1px solid #d9d2be; background:#f9f3e3; padding:13px;*/ position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; /*background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat;*/ overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; /*padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0;*/ border-width: 0 1px 0; border-style: solid; border-color: #e8e8e8; }
.account-login .content h2 { /*font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200;*/ }
.account-login .new-users h2 { /*background-image:url(../images/i_page1.gif)*/}
.account-login .registered-users h2 { /*background-image:url(../images/i_page2.gif);*/ }
.account-login .buttons-set { /*border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x;*/ }

.account-create {width: 980px; margin: 0 auto; overflow: hidden;}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { padding:0 0 15px; }

/* General Box */
.box-account { /*background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; margin: 0 0 20px;*/ width: 773px; padding:0 0 10px; }
.box-account .box-head { /*border-bottom:1px solid #d9dde3;*/ margin:0; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; /*font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505;*/ }

.dashboard .box .box-title { /*background:url(../images/bkg_divider1.gif) 0 100% repeat-x;*/ padding:0 0 2px; margin:0 0 8px; text-align:right; border-bottom: 1px solid #bfbfbf; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { /*background-image:url(../images/i_folder-table.gif);*/ }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size: 12px; font-weight:bold; text-transform:none; color: #35CC01; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { /*background-image:url(../images/i_ma-reviews.gif);*/ }
.dashboard .box-reviews .number { float:left; margin:0; background: #E6E6E6; color: #4d4d4d; font: bold 12px/14px Tahoma,sans-serif; padding: 1px 4px; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:0; float: left; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; margin:3px -20px 0 0; background: #86DC70; color: #fff; font: bold 12px/16px Tahoma,sans-serif; padding: 1px 4px; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { clear: both; font-weight:bold; font-size:13px; }
.addresses-list address { clear: both; margin: 5px 0; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { /*color:#646464;*/ }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { /*background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px;*/ margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { /*background:#dee5e8; border:1px solid #d0cbc1; padding:4px 0; margin:0 0 8px;*/ }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { /*margin:10px 0;*/ color: #4D4D4D !important; }

.order-info-box { /*background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1;*/ padding:5px 0; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; /*overflow-x:auto;*/ }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:75px; height:75px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:210px; height:109px; margin: 0 auto; }
.my-wishlist .buttons-set { margin: 10px 0 15px; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { /*border-color:#406a83; background:#618499;*/ }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#4d4d4d; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { /*border-top:15px solid #b6d1e2;*/ color: #999999;  }
.footer { width:1000px; overflow: hidden; margin:0 auto; background:url(../images/content_footer.png) 0 0 no-repeat; padding: 22px 0 12px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color: #999999; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; }
.footer .bugs a { color:#999999; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color: #999999; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; /*background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat;*/ padding:0 15px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.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:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.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; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* New Changes */


/* Navigation */

.nav_l, .nav_r { /*width: 10px;*/ }
.nav_l, .nav_c, .nav_r { height: 30px; float: left; }
.nav_l { /*background: url(../images/menu_left.jpg) 0 0 no-repeat;*/ }
.nav_c { /*background: url(../images/menu_bg.jpg) 0 0 repeat-x;*/ /*width: 980px;*/ margin: 0; padding: 0; width: 1000px;}
.nav_r { /*background: url(../images/menu_right.jpg) 0 0 no-repeat;*/ }

/* Menu */
/*
#menu
{
  position: relative;
  width: 980px;
  height: 32px;
}

#menu ul
{
  list-style:none;
  padding:0;
  margin:0;
}
#menu ul li
{
  float: left;
  margin: 0 11px;
  padding:0;
}
#menu ul li ul
{
  z-index: 1000;
  margin: 31px 0 0 10px;
  position: absolute;
  display:none;
  width: 180px;
}
#menu ul li ul.tunierplanung { left: 79px; }
* html #menu ul li ul.tunierplanung { left: 68px; }
#menu ul li ul.vereinsverzeichnis { left: 213px; }
* html #menu ul li ul.vereinsverzeichnis { left: 201px; }
#menu ul li ul.soccerspots { left: 366px; }
* html #menu ul li ul.soccerspots { left: 351px; }
#menu ul li ul.shop { left: 561px; }
* html #menu ul li ul.shop { left: 549px; }
#menu ul li ul.links { left: 699px; }
* html #menu ul li ul.links { left: 688px; }
#menu ul li:hover, #menu ul li.on
{
  background-image: url(../images/menu_hover.jpg);
}
#menu ul li:hover ul
{
  display:block;
}
#menu ul li ul li a
{
  border-top: 1px solid #fff;
  font-size: 11px;
  padding: 3px 10px 3px 10px;
  width: 160px;
  background-color: #d2d2d2;
  background-image: none;
  color: #fff;
  text-decoration: none;
}
#menu ul li ul li a:hover
{
  background-color: #33cc00;
  background-image: none;
  color:#fff;
}
#menu a
{
  font-size: 12px;
  color: #666;
  padding: 8px;
  height: 16px;
  margin: 0;
  float: left;
  background: none;
  text-decoration: none;
  cursor:pointer;
  font-weight: bold;

}
#menu a:hover, #menu a.on
{
  text-decoration: none;
  color: #35cc01;
}*/
/* Menu */

.clear {clear: both;}
.bold {font-weight: bold;}

/* Buttons */
.btn_m, .btn_m a, .btn_m a:hover, .btn_m button { font: bold 12px Tahoma,sans-serif; color: #fff; text-decoration: none; background: transparent; border: 0; cursor: pointer; text-align: center; line-height: 20px; }
.btn_m p { padding: 0 10px; line-height: 20px; }
.btn_m button p  { padding: 0; }
.btn_m button { margin: 0 10px; }
.btn_m_l, .btn_m_r { width: 5px; }
.btn_m_l, .btn_m_c, .btn_m_r { height: 22px; float: left; }
.btn_m_l { background: url(../images/btn_m_l.png) 0 0 no-repeat; }
.btn_m_c { background: url(../images/btn_m_c.png) 0 0 repeat-x; }
.btn_m_r { background: url(../images/btn_m_r.png) 0 0 no-repeat; }


/* BTN Green */
.btn_gr, .btn_gr a, .btn_gr a:hover, .btn_gr button { font: bold 12px Tahoma,sans-serif; color: #fff; text-decoration: none; background: transparent; border: 0; cursor: pointer; text-align: center; line-height: 20px !important; }
.btn_gr p { padding: 0 10px; line-height: 20px; }
.btn_gr button p  { padding: 0; }
.btn_gr button { padding: 0; margin: 0 10px; }
.btn_gr_l, .btn_gr_r { width: 5px; }
.btn_gr_l, .btn_gr_c, .btn_gr_r { height: 22px; float: left; }
.btn_gr_l { background: url(../images/btn_gr_l.png) 0 0 no-repeat; }
.btn_gr_c { background: url(../images/btn_gr_c.png) 0 0 repeat-x; }
.btn_gr_r { background: url(../images/btn_gr_r.png) 0 0 no-repeat; }
/* End BTN Green */

/* BTN Green New */
.btn_n, .btn_n a, .btn_n a:hover, .btn_n button { font: bold 14px/21px Eurostyle, sans-serif; color: #fff; text-decoration: none; background: transparent; border: 0; cursor: pointer; text-align: center; text-transform: uppercase; }
.btn_n p { padding: 0 10px;}
.btn_n button p  { padding: 0; }
.btn_n button { padding: 0; margin: 0 3px; }
.btn_n_l, .btn_n_r { width: 4px; }
.btn_n_l, .btn_n_c, .btn_n_r { height: 21px; float: left; }
.btn_n_l { background: url(../images/btn_n_l.png) 0 0 no-repeat; }
.btn_n_c { background: url(../images/btn_n_c.png) 0 0 repeat-x; }
.btn_n_r { background: url(../images/btn_n_r.png) 0 0 no-repeat; }
/* End BTN Green New */

/* End Buttons */

/* Inputs */
.inp { /*width: 266px;*/ }
/* End Inputs */

/* Right Small Boxes */
.block_title { font:bold 12px Tahoma,sans-serif; text-transform:none; color:#35CC01; height: 31px; line-height: 31px; /*border-bottom: 1px solid #ddd;*/ line-height: 31px; }
.block_title_l, .block_title_r, .span_l, .span_r { width: 5px; }
.block_title_l, .block_title_c, .block_title_r { height: 31px; float: left; }
.block_title_l, .span_l { background: url(../images/box_top_left.jpg) 0 0 no-repeat; }
.block_title_c { background: url(../images/box_top_bg.jpg) 0 0 repeat-x; line-height: 31px; }
.block_title_r, .span_r { background: url(../images/box_top_right.jpg) 0 0 no-repeat; }
.block_title p, .block_title h1, .block_title h2, .block_title h3, .block_title h4, .block_title h5, .block_title h6 { font:bold 12px Tahoma,sans-serif; text-transform:none; color:#444; line-height: 31px; padding-left: 5px; padding-right: 5px; /*padding: 7px 5px 5px;*/  }

.span_l, .span_c, .span_r { display: block; }
.span_l, .span_r {width: 5px;}
.span_l { background: url(../images/span_l.png) 0 0 no-repeat; }
.span_c { background: url(../images/span_c.png) 0 0 repeat-x; }
.span_r { background: url(../images/span_r.png) 0 0 no-repeat; }

.block_bt_l, .block_bt_r { width: 5px; }
.block_bt_l, .block_bt_c, .block_bt_r { height: 5px; float: left; font-size: 0; }
.block_bt_l { background: url(../images/block_bt_l.png) 0 0 no-repeat; }
.block_bt_c { background: url(../images/block_bt_c.png) 0 0 repeat-x; }
.block_bt_r { background: url(../images/block_bt_r.png) 0 0 no-repeat; }

.l_tit_gr { font:bold 13px Tahoma,sans-serif; text-transform:none; color:#fff; height: 31px; line-height: 31px; }
.l_tit_gr_l, .l_tit_gr_r { width: 5px; }
.l_tit_gr_l, .l_tit_gr_c, .l_tit_gr_r { height: 31px; float: left; }
.l_tit_gr_l { background: url(../images/l_tit_gr_l.png) 0 0 no-repeat; }
.l_tit_gr_c { background: url(../images/l_tit_gr_c.png) 0 0 repeat-x; }
.l_tit_gr_r { background: url(../images/l_tit_gr_r.png) 0 0 no-repeat; }
.l_tit_gr p, .l_tit_gr h1, .l_tit_gr h2 { font: bold 13px Tahoma,sans-serif; text-transform:none; color:#fff; line-height: 31px; padding-left: 5px; padding-right: 5px;  }

.l_bg_gr {border-width: 0 1px 0; border-style: solid; border-color: #d1d1d1; background-color: #f2fcf0;}

.l_bt_gr_l, .l_bt_gr_r { width: 5px; }
.l_bt_gr_l, .l_bt_gr_c, .l_bt_gr_r { height: 5px; float: left; font-size: 0; }
.l_bt_gr_l { background: url(../images/l_bt_gr_l.png) 0 0 no-repeat; }
.l_bt_gr_c { background: url(../images/l_bt_gr_c.png) 0 0 repeat-x; }
.l_bt_gr_r { background: url(../images/l_bt_gr_r.png) 0 0 no-repeat; }

.bl_top_l, .bl_top_r { width: 5px; }
.bl_top_l, .bl_top_c, .bl_top_r { height: 5px; float: left; font-size: 0; }
.bl_top_l { background: url(../images/bl_top_l.png) 0 0 no-repeat; }
.bl_top_c { background: url(../images/bl_top_c.png) 0 0 repeat-x; }
.bl_top_r { background: url(../images/bl_top_r.png) 0 0 no-repeat; }

.bl_bg {background-color: #f2f2f2; border-width: 0 1px 0; border-style: solid; border-color: #d1d1d1;}

.bl_bt_l, .bl_bt_r { width: 5px; }
.bl_bt_l, .bl_bt_c, .bl_bt_r { height: 5px; float: left; font-size: 0; }
.bl_bt_l { background: url(../images/bl_bt_l.png) 0 0 no-repeat; }
.bl_bt_c { background: url(../images/bl_bt_c.png) 0 0 repeat-x; }
.bl_bt_r { background: url(../images/bl_bt_r.png) 0 0 no-repeat; }

.wh_bt_l, .wh_bt_r { width: 5px; }
.wh_bt_l, .wh_bt_c, .wh_bt_r { height: 5px; float: left; font-size: 0; }
.wh_bt_l { background: url(../images/wh_bt_l.png) 0 0 no-repeat; }
.wh_bt_c { background: url(../images/wh_bt_c.png) 0 0 repeat-x; }
.wh_bt_r { background: url(../images/wh_bt_r.png) 0 0 no-repeat; }
.wh_block_bg {border-width: 0 1px 0; border-style: solid; border-color: #d1d1d1; background-color: #fff; }

.block_bg {border-width: 0 1px 0; border-style: solid; border-color: #e8e8e8; background-color: #f9f8f6; }

/*
.block .block_title_c { width: 185px; overflow: hidden; }
.block .block_bg { width: 193px; overflow: hidden; }
.block .block-bt { width: 195px; height: 5px; background: url(../images/block_bt.png) 0 0 no-repeat; font-size: 0; }
*/

.account-login {width: 900px; margin: 0 auto; }
.account-login .col2-set .col-1 { float:left; width: 430px; }
.account-login .col2-set .col-2 { float:right; width: 430px; }
.account-login .block_title_c { width: 420px; overflow: hidden; }

.account-login .buttons-set {border-width: 0 1px 0; border-style: solid; border-color: #e8e8e8; background: #fff; }
.account-login .buttons-set .btn_gr {margin: 0 15px 15px;}
.lg_box_bt { width: 430px; height: 5px; background: url(../images/bt_box_430.png) 0 0 no-repeat; font-size: 0; }
.account-login .content_al {padding: 10px;}

/* Small Products */

.sm_pr { color: #fff; }
.sm_pr_top, .sm_pr_bg, .sm_pr_bt { width: 184px; }
.sm_pr_top { height: 31px; }
.sm_pr_bg { /*min-height: 211px;*/ background: url(/skin/frontend/default/default/images/sm_pr_block_bg.png) 0 0 repeat-y; }
.sm_pr_bt { height: 5px; background: url(/skin/frontend/default/default/images/sm_pr_block_bt.png) 0 0 no-repeat; }
.sm_pr_data { width: 174px; overflow: hidden; margin: 0 auto; padding: 10px 0 0; }
.sm_pr .add-to-links {margin:0; text-align:center;}
.sm_pr .actions  {height: 110px; margin:0 auto;overflow:hidden;width:130px;}
.sm_pr_data .add-to-links li{margin: 0; padding: 0;}

.sm_pr .block_title_c { width: 174px; overflow: hidden; }
.sm_pr .add-to-links .separator {display: none; font-size: 0;}
/* End Small Products */

.block_b .block_title_c, .block_b .block_bt_c, .block_b .wh_bt_c {width: 968px; overflow: hidden;}
.block_b .block_bg, .block_b .wh_block_bg {width: 976px; overflow: hidden;}
.block_b .block_cont {width: 960px; margin: 0 auto; overflow: hidden; padding: 10px 0;}



.page_cont {width: 980px; margin: 0 auto; overflow: hidden;}
.account-create .buttons-set, .my-account .buttons-set{ width: 532px; overflow: hidden;}
.my-account, .mid_block {width: 773px; overflow: hidden;}

.mid_block .block_title_c, .mid_block .block_bt_c, .mid_block .wh_bt_c {width: 763px; overflow: hidden;}
.mid_block .block_bg, .mid_block .wh_block_bg {width: 771px;}
.mid_block .block_cont {width: 753px; margin: 0 auto; overflow: hidden; padding: 10px 0;}

.box-account .box-title a {color: #4D4D4D;}
.box-account .box-content .btn_m {margin: 0 12px 0 0;}
.box-account .box-content address {padding: 0 0 10px;}

.block-account .l_tit_gr_c, .block-account .l_bt_gr_c {width: 185px; overflow: hidden;}

/* Block: Account */
.block-account .l_bg_gr { /*background:#fbfaf6; padding:7px 10px 7px;*/ }
.block-account .l_bg_gr li a { display: block; border-bottom: 1px solid #daddda; padding: 6px 5px 6px 10px; color: #333333; text-decoration:none !important; }
.block-account .l_bg_gr li a:hover { color: #35CC01; }
.block-account .l_bg_gr li.last a { border-bottom:0; }
.block-account .l_bg_gr li.current { border-bottom: 1px solid #daddda; padding: 6px 5px 6px 10px; background-color: #fcfefc; color: #35CC01; font-weight: bold; }
.block-account .l_bg_gr li.current.last { border-bottom:0; }


.discount .block_title_c, .discount .block_bt_c, .shipping .block_title_c, .shipping .block_bt_c {width: 290px; overflow: hidden;}
.discount .block_bg, .shipping .block_bg {width: 298px;}
.discount .block_cont, .shipping .block_cont {width: 278px; margin: 0 auto; overflow: hidden; padding: 10px 0;}
.shipping .form-list select {width: 278px; height: 20px;}
.shipping .form-list input.input-text {width: 274px;}
.shipping .btn_m_c {width: 268px; overflow: hidden;}


/* Checkout INFO */

.chk_log .col2-set .col-1 {width: 478px; overflow: hidden;}
.chk_log .col2-set .col-2 {width: 285px; overflow: hidden;}

.chk_log_l .block_title_c, .chk_log_l .block_bt_c {width: 468px; overflow: hidden;}
.chk_log_l .block_bg {width: 476px;}
.chk_log_l .block_cont {width: 458px;}
.chk_log_l .buttons-set {width: 458px; margin: 0 auto; overflow: hidden;}

.chk_log_r .block_title_c, .chk_log_r .block_bt_c {width: 275px; overflow: hidden;}
.chk_log_r .block_bg {width: 283px;}
.chk_log_r .block_cont {width: 265px;}
.chk_log_r .buttons-set {width: 265px; margin: 0 auto; overflow: hidden;}

.chk_log_l .block_cont, .chk_log_r .block_cont {margin: 0 auto; overflow: hidden; padding: 10px 0; height: 230px;}

.chk_log_l .block_cont_f {width: 458px; margin: 0 auto; overflow: hidden;}
.chk_log_r .block_cont_f {width: 265px; margin: 0 auto; overflow: hidden;}

.chk_log .buttons-set p.required {text-align: left;}
.chk_log .form-list input.input-text {width: 261px;}

.chk_log .btn_m button, .chk_log_b .btn_m button, .chk_log_b .btn_m .btn_m_c {min-width: 100px; margin: 0;}
.chk_btn_al_r { margin-right: 10px; }

.chk_log_b .block_title_c, .chk_log_b .block_bt_c {width: 763px; overflow: hidden;}
.chk_log_b .block_bg {width: 771px;}
.chk_log_b .block_cont {width: 753px; margin: 0 auto; overflow: hidden; padding: 10px 0;}
.chk_log_b .buttons-set {width: 534px; overflow: hidden;}

.chk_log_b .form-list select { width: 258px; height: 20px; display: block; clear: both; float: left;}

.block-login input.log_em {width: 116px;}
.block-login input.log_ps {width: 100px;}

.block-login input.input-text, .form-search input.input-text{ background-color: #f2fcf0; border: 1px solid #35CC01; }
.block-login {width: 236px; float: right; padding: 0; margin: 0 12px 0 0; clear: both; }
.block-login  .btn_gr button, .block-login .btn_gr_c { margin: 0; width: 66px; overflow: hidden; margin: 0 auto; }
.header_menu {width: 325px; padding: 0; height: 40px; overflow: hidden; float: right; text-align: right; margin: 0 12px 0 0;}
.log_link {clear: both; margin: 0 0 0 4px;}
.log_link, .log_link a, .log_link a:hover { color: #666666; font: bold 10px Tahoma, sans-serif; text-align: left; position: relative; top: -1px; }
.log_link, .log_link a { text-decoration: none; }
.log_link a:hover { text-decoration: underline; }

.acc_data .col2-set .col-1, .acc_data .col2-set .col-2 {clear: both; width: 773px; overflow: hidden; padding: 0 0 10px;}

.acc_data .block_title_c, .acc_data .block_bt_c {width: 763px; overflow: hidden;}
.acc_data .block_bg {width: 771px;}
.acc_data .block_cont {width: 753px; margin: 0 auto; overflow: hidden; padding: 10px 0;}
.acc_data .block_bt { margin: 0 0 10px; }
.acc_data .col2-set .col-2 .btn_m {padding: 0 10px 0 0;}
.acc_data .col2-set .col-1 button, .acc_data .col2-set .col-1 .btn_m_c {width: 200px; overflow: hidden;}
.acc_data .btn_ps {padding: 0 1px 0;}
.acc_data .col2-set .col-2 button, .acc_data .col2-set .col-2 .btn_gr_c, .acc_data .col2-set .col-2 button, .acc_data .col2-set .col-2 .btn_m_c { width: 140px; overflow: hidden; }
.acc_data .addresses-list .col-1 li.item { width: 358px; float: left;}

.send-friend .btn_gr {padding: 0 0 0 5px;}

.tb_l, .tb_c, .tb_r {width: 100%;}
.tb_l { background: url(../images/tb_l.png) left top no-repeat; }
.tb_c { background: url(../images/tb_c.png) 0 0 repeat-x; }
.tb_r { background: url(../images/tb_r.png) top right no-repeat; }

.tb_l_b, .tb_c_b, .tb_r_b {width: 100%;}
.tb_l_b { background: url(../images/tb_l_bs.png) left top no-repeat; }
.tb_c_b { background: url(../images/tb_c_bs.png) 0 0 repeat-x; }
.tb_r_b { background: url(../images/tb_r_bs.png) top right no-repeat; }

.br_l { border-left: 1px solid #d1d1d1 !important; }
.br_r { border-right: 1px solid #d1d1d1 !important; }
.br_r .last { border-right: 1px solid #d1d1d1 !important; }

.data-table input.input-text, .data-table select { margin: 0; }
.data-table .product-name {font: bold 14px Tahoma, sans-serif;}

/* Left Menu */
.block-layered-nav .l_tit_gr_c, .block-layered-nav .l_bt_gr_c {width: 185px; overflow: hidden;}
.block-layered-nav .l_bg_gr { /*background:#fbfaf6; padding:7px 10px 7px;*/ }
.block-layered-nav .l_bg_gr li a { display: block; border-bottom: 1px solid #daddda; padding: 6px 5px 6px 10px; color: #333333; text-decoration:none !important; }
.block-layered-nav .l_bg_gr li a:hover { color: #35CC01; }
.block-layered-nav .l_bg_gr li.last a { border-bottom:0; }
.block-layered-nav .l_bg_gr .current { border-bottom: 1px solid #daddda; padding: 6px 5px 6px 10px; background-color: #fcfefc; color: #35CC01; font-weight: bold; }
.block-layered-nav .l_bg_gr li.current.last { border-bottom:0; }

.totals .bl_top_c, .totals .bl_bt_c { width:348px; }
.totals a { color: #4d4d4d; text-decoration: underline; }
.totals a:hover { color: #4d4d4d; text-decoration: none; }

.block-progress .block_bt_c {width: 185px;}

.block_data {width: 185px; overflow: hidden; margin: 0 auto; padding: 5px 0;}
.product-view .regular-price .price { font-weight:bold; font: bold 38px Tahoma, sans-serif; color:#6c6c6c; }

p.no-rating, .no-rating a, .no-rating a:hover { color: #4d4d4d; white-space: nowrap; }

.availability_box { clear: both; min-width: 220px; font: 12px Tahoma, sans-serif; float: right;}
.avb_l { float: left; text-align: right; padding: 0 6px 0 0; min-width: 140px; font-weight: bold; }
.avb_r { float: right; width: 74px; }

.category-box { /*width: 184px;*/ width: 192px; float: left; padding: 0 0 10px; }
.category-cont-box  {width: 174px; margin: 0 auto; overflow: hidden; padding: 10px 0 4px;}
.category-cont-box .btn_m_c {width: 164px; overflow: hidden;}
.category-box .block_title_c {width: 174px; overflow: hidden;}
.category-image-box {width: 100px; height: 80px; overflow: hidden; margin: 0 auto; margin-bottom: 15px; text-align: center; }

.listing {width: 576px;}
.listing ul { width: 576px; display: inline; }
.listing ul li { list-style:none; width: 192px; overflow: hidden; display: inline; }
/*.listing .listing_row li.item {width: 192px; float: left; display: inline; }*/

.products-grid .actions .btn_m_c, .products-grid .actions button  { width: 120px; overflow: hidden; margin: 0; }
.products-grid .add-to-links { text-align: center; }
.products-grid .actions .link-wishlist, .products-grid .actions .link-compare { font: 12px Tahoma, sans-serif; line-height: 20px;}
.products-grid .actions .link-wishlist, .products-grid .actions .link-wishlist a { color: #35CC01 !important; text-decoration: underline; }
.products-grid .actions .link-wishlist a:hover { color: #35CC01 !important; text-decoration: none; }
.products-grid .actions .link-compare, .products-grid .actions .link-compare a { color: #4c4c4c !important; text-decoration: underline; }
.products-grid .actions .link-compare a:hover { color: #4c4c4c !important; text-decoration: none; }
.products-grid .actions .add-to-links a {display: block;}
.sm_pr_img { width: 125px; height: 110px; overflow: hidden; margin: 0 auto; }
.actions .btn_m {margin: 10px 0 5px;}

.product-img-box .add-to-links li{display: inline; float: left; padding: 8px 0; }
.product-img-box .add-to-links, .product-img-box .add-to-links a {color:#35CC01 !important; font-weight:normal !important; font: 10px Tahoma, sans-serif;}
.product-img-box .btn_m_c, .product-img-box button {width: 200px; overflow: hidden; margin: 0; text-align: center;}
.mwst_box {float: left; padding: 4px 0;}
.add-to-holder { float: right; }

.product-view .data-table tr.last th, .product-view .data-table tbody th, .product-view .data-table tbody td {border-right: 0 !important; border-bottom: 0 !important;}
.product-view .data-table td {padding:0; width: 60%;}
.product-view .data-table th {font-weight: normal;}
.product-view .std {font-weight: bold;}
.product-view .box-collateral {padding: 8px 0;}
.box-additional .product-essential h2 {font-weight: normal;}

.product-view .product-collateral {width: 568px; overflow: hidden;}

.sim_pr_main .block_title_c, .sim_pr_main .block_bt_c, .sim_pr_main .wh_bt_c { width: 558px; overflow: hidden; }
.sim_pr_main .block_cont {padding: 10px 0;}
.sim_pr_box { width: 128px; overflow: hidden; margin: 0 auto; }
.sim_pr_data { width: 106px; overflow: hidden; margin: 0 auto; padding: 5px 0 0; }
.sim_pr_tit {width: 106px; height: 28px; overflow: hidden;}
.sim_pr_tit h3, .sim_pr_tit h3 a{ font: bold 12px/13px Tahoma, sans-serif; color:#4d4d4d;}
.products-grid .sim_pr_data .product-name { line-height: 12px; padding: 5px 0; }
.sim_pr_box .btn_m_c { width: 118px; overflow: hidden; }
.sim_pr_box .btn_m p {padding: 0;}
.sim_pr_main .products-grid td {width: 142px;}
.products-grid .sim_pr_data .product-image {width: 106px; overflow: hidden; margin: 0 auto;}

.add-to-cart-box-qty {font-weight: bold;}
.sim_pr_main .products-grid { width: 568px; }

.r_cart .block_title_c, .r_cart .block_bt_c { width: 185px; overflow: hidden; }
.r_cart .block_bg { width: 193px; }
.r_cart .block_cont { overflow: hidden; }
.r_cart_data { width: 173px; overflow: hidden; margin: 0 auto; padding: 0; }
.r_cart_data .empty{ margin:0; padding: 0; }
.r_cart .btn_m_c, .r_cart button { width: 163px; overflow: hidden; text-align: center; margin: 0; }
.r_cart .link-cart {color: #35CC01 !important; font-weight: normal; }
.r_cart .block-wishlist .actions, .r_cart .block-reorder .actions, .block-compare .actions {padding: 5px 10px;}
.r_cart input.input-text { width: 169px;}
.r_cart .form-search { width: 173px; overflow: hidden; margin: 0 auto; padding: 10px 0; }
.r_cart .form-search .btn_m { padding: 10px 0 0; }

.r_paym { width: 183px; overflow: hidden; margin: 0 auto; text-align: center; padding: 10px 0; }

.block-tags .block_cont, .block-subscribe .block_cont { width: 173px; overflow: hidden; margin: 0 auto; padding: 10px 0; }

/* Homepage */
.top_banner { width: 773px; height: 141px; overflow: hidden; background: url(../images/banner/kadmo_topbanner2.png) 0 0 no-repeat; position: relative; margin: 0; }
.top_banner_btn {margin: 120px 0 0;}
.excel_btn, .openoffice_btn, .hm_pdf_btn {float: left; height: 21px; margin: 0 0 0 10px;}
.excel_btn {width: 127px;}
.openoffice_btn {width: 166px;}
.hm_pdf_btn {width: 160px;}
.spielplanubersicht_btn{float: right; width: 210px; height: 21px; margin: 0 10px 0 0;}

.left_banner {float: left;}
.right_banner {float: right;}
.left_banner, .right_banner {height: 113px; overflow: hidden; cursor: pointer;}
.left_banner { width: 512px;}
.right_banner { width: 251px;}

.up_sell {padding: 23px 0 0;}
.up_sell ul {list-style:none; margin: 0; padding: 0; width: 790px;}
.up_sell ul li {display: inline; height: 93px; padding: 0 6px 0 0;position: relative;}
.up_sell_btn {position: absolute; width: 90px; height: 19px; top: 73px; right: 21px;}
/*.up_sell_btn3 {position: absolute; width:100px; height: 22px; top: 60px; right: 49px;}*/
/*.hm_box .col-main {padding: 0;}*/

.hm_main {/*position: relative; top: 0; height: 542px; overflow: hidden;*/ padding: 10px 0 0; position: relative; }
.hm_main img {position: relative; display: block;}
.hm_main p {margin: 0; padding: 0;}

.hm_top_l, .hm_top_c, .hm_top_r { height: 3px; font-size: 0; float: left; }
.hm_top_l, .hm_top_r { width: 3px; }
.hm_top_l { background: url(/skin/frontend/default/default/images/hm_top_l.png) 0 0 no-repeat; }
.hm_top_c { background: url(/skin/frontend/default/default/images/hm_top_c.png) 0 0 repeat-x; }
.hm_top_r { background: url(/skin/frontend/default/default/images/hm_top_r.png) 0 0 no-repeat; }

.hm_bg { border-width: 0 1px; border-style: solid; border-color: #ccc; }

.hm_bt_l, .hm_bt_c, .hm_bt_r { height: 3px; font-size: 0; float: left; }
.hm_bt_l, .hm_bt_r { width: 3px; }
.hm_bt_l { background: url(/skin/frontend/default/default/images/hm_bt_l.png) 0 0 no-repeat; }
.hm_bt_c { background: url(/skin/frontend/default/default/images/hm_bt_c.png) 0 0 repeat-x; }
.hm_bt_r { background: url(/skin/frontend/default/default/images/hm_bt_r.png) 0 0 no-repeat; }

.hm_pr_main {clear: both; overflow: hidden; padding: 14px 0 0;}
.hm_pr_main ul{list-style:none; margin: 0; padding: 0; width: 790px;}
.hm_pr_main ul li {display: inline; height: 101px; padding: 0 10px 0 0; float: left;}
.hm_pr_box {width: 251px;}
.hm_pr_main .hm_top_c, .hm_pr_main .hm_bt_c {width: 245px;}
.hm_pr_main .hm_bg {width: 249px;}
.hm_pr_main h1 { margin:0; font: 25px/36px Tahoma, sans-serif; color:#4d4d4d; }

.hm_cont {width: 231px; overflow: hidden; margin: 0 auto; padding: 5px 0; height: 75px;}
.hm_img {width: 75px; height: 75px; overflow: hidden; float: left;}
.hm_data {float: right; width: 126px;}
.hm_pr_main h4 { color: #35CC01; font: bold 12px/14px Tahoma, sans-serif; }
.hm_tit {width: 112px; height: 50px; overflow: hidden;}
.hm_data .hm_tit {padding: 0 0 0 10px;}
.hm_data .btn_m {padding: 4px 0 0 0;}
.hm_data .btn_m_c, .hm_data button {width: 116px; overflow: hidden; text-align: center; padding: 0; margin: 0;}

.top_banner_cont {padding: 30px 0;}
.top_banner_cont p{margin: 0 0 18px;}
.top_banner_data {height: 231px; overflow: hidden; text-align: justify;}
/* End Homepage */

.col-main .b_block {width: 978px; overflow: hidden;}

.box-recent .block_title a {color: #4d4d4d; font-weight: normal; padding-left: 5px; padding-right: 5px; }

.acc_tb .data-table {border-width: 1px 0 0 1px; border-style: solid; border-color: #cecece;}
.acc_tb .data-table thead th {border-bottom: 1px solid #cecece; background-color: #f2f2f2; padding: 8px; line-height: 12px;}
.acc_tb .data-table td {padding: 5px 8px;}
.acc_tb .data-table tbody th,
.acc_tb .data-table tbody td { border-bottom:1px solid #cecece; border-right:1px solid #cecece; color: #4d4d4d; }
.acc_tb .data-table tr.last th { border-right: 1px solid #cecece !important; }
.acc_tb .data-table tbody.odd tr {background: #fff !important;}
.acc_tb .data-table tbody.even tr {background: #fff !important;}
/*.acc_tb  .data-table tfoot, .acc_tb  .data-table tfoot td {border: 0 !important;}*/
.acc_tb .data-table tfoot th.last, .acc_tb .data-table tfoot td.last {border-right:1px solid #CECECE !important;}

.img_zoom_dm {position:relative; width:208px; height:208px; overflow:hidden; z-index:9; border: 1px solid #d1d1d1; text-align: center; line-height: 208px; margin: 0 0 10px; }
.img_zoom_dm img {vertical-align: middle;}
#multiship-addresses-table tbody {border-width: 0 1px; border-style: solid; border-color: #d1d1d1;}

.my-wishlist .data-table .product-name {font: bold 12px Tahoma,sans-serif; padding-top: 5px; }
.my-wishlist .price-box {text-align: center;}
.my-wishlist .regular-price .price {color: #35CC01; font: bold 11px Tahoma,sans-serif;}
.my-wishlist .tb_sm_pr {width: 75px; overflow: hidden; text-align: center; margin: 0 auto;}

.cart-table td.tb_img_p {padding-top: 5px; padding-bottom: 5px;}
.cart-table .data-table tr th .br_r_n {border-right: 0 !important;}

.cart .br_r_n {border-right: 0 !important;}

.view_ord {padding: 0 0 15px;}
.view_ord .acc_tb .data-table {border-width: 1px 0 1px 1px; border-style: solid; border-color: #cecece;}
.view_ord_links {padding: 5px 0 0;}

.multiple-checkout .col2-set .col-narrow, .multiple-checkout .col2-set .col-wide {width: 484px;}
.multiple-checkout .block_title_c, .multiple-checkout .wh_bt_c { width: 474px; overflow: hidden; }
.multiple-checkout .wh_block_bg { width: 482px; }
.multiple-checkout .block_cont {width: 472px; margin: 0 auto; overflow: hidden; padding: 10px 0; min-height: 300px;}
.multiple-checkout .block_cont {width: 472px; margin: 0 auto; overflow: hidden; padding: 10px 0;}
.multiple-checkout .form-list select {clear: both; float: left;}
.multiple-checkout .sp-methods label {font-weight: normal;}
.multiple-checkout .separator {color: #4d4d4d;}
.multiple_address {padding: 0 0 15px;}
.multiple_address .btn_m {padding: 0 6px 0 0;}
.multiple_address .btn_m_c p{padding: 0;}
.multiple_address .buttons-set {clear: both; padding: 5px 0 0;}
.multiple_address .col3-set {padding: 0 0 10px;}
.multiple_address address {min-height: 130px;}
.multiple_cht h3, .multiple_cht h4 {font-size: 12px;}
.multiple_cht .col2-set {padding:0 0 15px;}
.multiple_cht .acc_tb .data-table tfoot td {padding: 2px 8px;}
.multiple_cht .acc_tb .data-table {border-width: 1px 0 1px 1px; border-style: solid; border-color: #cecece;}
.multiple_cht .place-order {float: right; padding: 0 0 15px;}
.multiple_cht .place-order .inner div {float: left;}
.multiple_cht .place-order .inner big {float: left; padding: 7px 10px 0 0; font-weight: bold; font-size: 16px;}

.multiple_st1 .page-title .btn_m{padding: 15px 0 0;}
.multiple_st1 .data-table tfoot .btn_m {padding: 5px 0 10px;}
.multiple_st1 h2{ font-size:13px; font-weight:bold; margin:0 0 10px; }

.multiple_st2 h3, .multiple_st2 h4 {font-size: 12px;}
.multiple_st2 .col2-set {padding:0 0 15px;}
.multiple_st2 .box {padding: 0 0 8px;}

.cart_btn_m {padding-left: 120px; padding-right: 10px; }
.cart .data-table .product-name {font: bold 14px Tahoma, sans-serif; padding: 0 0 0 10px;}

.prod_graph dd input.input-text{width: 184px; float: left; margin: 0 6px 10px 3px;}
.product-options .prod_graph dt {clear: both; min-width: 60px; padding: 0 0 10px; line-height: 20px;}
.product-options .prod_graph dt {padding: 0 0 10px; line-height: 20px; font-size: 12px;}
.product-options .prod_graph dt label {font-weight: normal;}

.prod_emb, .product-options .prod_emb dt {clear: both;}
.product-options .prod_emb ul.options-list {clear: both;}
.product-options .prod_graph p.note {padding: 0; line-height: 20px;}

.prod_emb .product-options ul.options-list input.radio {clear: both;}

.block-progress .block_data {width: 195px; overflow: hidden; margin: 0 auto; padding: 0;}
.block-progress .block_title_c, .block-progress .block_bt_c {width: 185px;}
.block-progress .block_cont {width: 175px; overflow: hidden; margin: 0 auto; padding: 8px 0;}
.block-progress .btn_m {padding: 10px 0 0;}
.block-progress .block-title h1{font: 15px Tahoma,sans-serif; line-height: 34px;}


.chk_tfoot_data .bl_top_c, .chk_tfoot_data .bl_bt_c {width: 300px;}
.chk_tfoot_data .bl_bg {width: 308px;}
.chk_tfoot_data .bl_cont {width: 298px; overflow: hidden; margin: 0 auto;}
.chk_log_b .chk_tfoot_data .buttons-set {width: 298px; overflow: hidden; margin: 0 auto;}
.chk_tfoot_tb, .chk_tfoot_tb th, .chk_tfoot_tb td {border: 0;}
.data-table .chk_tfoot_tb tbody, .data-table .chk_tfoot_tb tbody th, .data-table .chk_tfoot_tb tbody td {border: 0;}
.data-table .chk_tfoot_tb .odd, .data-table .chk_tfoot_tb .even {background: transparent;}
.data-table tfoot td.chk_data {padding: 10px 0 0;}
#opc-review .chk_tfoot_tb .buttons-set .btn-checkout {padding: 10px 0 8px;}

/*.data-table .chk_tfoot_data tfoot strong { font: bold 15px Tahoma, sans-serif; color: #35CC01;}*/
.chk_tfoot_data .chk_totals, .chk_tfoot_data .chk_totals strong { font: bold 15px Tahoma, sans-serif; color: #4d4d4d;}
.chk_tfoot_data .chk_totals_m, .chk_tfoot_data .chk_totals_m strong { font: bold 15px Tahoma, sans-serif; color: #35CC01;}
.chk_tfoot_data .chk_subtotals, .chk_tfoot_data .chk_shipping, .chk_tfoot_data .chk_tax { font: bold 12px Tahoma, sans-serif; color: #4d4d4d;}

.chk_pr_data {padding-left: 5px; width: 368px; }
#opc-review .chk_pr_data .product-name {color: #4d4d4d; font: bold 14px Tahoma,sans-serif; padding: 10px 0 5px 10px;}

.chk_log .chk_log_l h3, .chk_log .chk_log_r h3 {color: #35CC01; font: bold 12px Tahoma, sans-serif; padding: 0 0 10px; }
.chk_log .chk_log_l h4, .chk_log .chk_log_r h4 {color: #4d4d4d; font: bold 12px Tahoma, sans-serif; padding: 0 0 5px; }
.chk_log .chk_log_l ul {padding: 0 0 5px;}
.chk_log .buttons-set {padding: 0;}

.cm_rv .data-table {border-width: 1px 0 0 1px; border-style: solid; border-color: #d1d1d1;}

.box-reviews .product-name {float: left; padding: 0 10px 0 0;}
.box-reviews .block_title a {color: #4d4d4d; font-weight: normal; padding-left: 5px; padding-right: 5px; }

.pager .pages strong {font-weight: normal;}
.cm_rv_pr .product-review .product-img-box .product-image { display:block; width:208px; height:208px; }
.cm_rv_pr .product-review .product-img-box { float:left; width:210px; overflow: hidden; text-align: center; }
.cm_rv_pr_img { width:208px; height:208px; border: 1px solid #d1d1d1; overflow: hidden;}
.cm_rv_pr .product-review .product-details {float: left; padding: 0 0 0 10px; margin: 0; overflow: hidden; width: 550px;}
.cm_rv_pr .buttons-set .btn_m {padding: 15px 0 0;}
.cm_rv_pr .product-review .product-img-box .label {margin: 0;}

.my-wishlist .buttons-set {width: 773px;}
.wsh_box .fieldset {padding: 0;}
.my-wishlist .buttons-set .pd_r {padding: 0 40px 0 0;}
.nsl_box .pd_r {padding: 0 40px 0 0;}

.product-options .prod_emb ul.options-list {width: 360px;}
.product-options .prod_emb ul.options-list li{float: left; position: relative; height: 92px; width: 90px;}
.product-options .prod_emb ul.options-list input.radio {position: absolute; top: 74px; left: 28px;}
.emb_main {position: relative; width: 78px; height: 71px;}
.emb_bg {position: absolute; top: 0; left: 0; z-index: 2; width: 78px; height: 71px; background: url(/skin/frontend/default/default/images/emb_bg.png) 0 0 no-repeat;}
.emb_main .emb_box {padding: 4px 0 0 1px;}
.emb_box {position: relative; z-index: 1; width: 66px; height: 66px; overflow: hidden; text-align: center; line-height: 66px; margin:0 0 1px 0}
.emb_box img{vertical-align: middle;}
.emb_btn {position: absolute; width: 19px; height: 19px; top: 0; right: 0; z-index: 3;}

.products-grid .box-up-sell .product-name {line-height: 14px; padding: 5px 0;}

.cart .truncated .truncated_full_value dl {width: 450px;}

.cont_sp {background-color:#DDDDDD; font-size:0; height:1px; margin:20px 0; overflow:hidden; width:100%;}
.yopeso_info {background:url("../images/yopeso_logo_sm.png") no-repeat scroll 0 0 transparent;min-height:45px;}
.yopeso_info p {padding:5px 0 0 40px;}

.std caption, .std th, .std td { vertical-align:middle; text-align:left; font-weight:normal; }
.pr_rw_ctg {clear: both; padding: 5px 0 10px;}
.pr_rw_ctg label {clear: both; float: left; min-width: 140px; font-weight: bold; color: #4d4d4d; padding: 5px 0 0;}
.pr_rw_ctg input.qty {float: left; width: 82px !important;}
.pr_rw_ctg h1 { color: #4d4d4d; font: bold 12px Tahoma, sans-serif; line-height: 14px; }
.product-view .price-box .price { font-weight:bold; font: bold 38px Tahoma, sans-serif; color:#6c6c6c; }

.comm_pr .block_title_c, .comm_pr .block_bt_c, .comm_pr .wh_bt_c {width: 558px; overflow: hidden;}
.comm_pr .block_cont {width: 548px; margin: 0 auto; padding: 10px 0;}
.comm_tb_tit {font-weight: bold; width: 150px;}
.product-view .comm_pr .data-table thead th {font-weight: bold; text-align: center;}
.comm_top_btn .buttons-set .btn_m {padding: 20px 0;}

.product-img-box .add-to-box .add-to-links li .separator {display: inline !important;}

.page-print .data-table {border-color:#D1D1D1;border-style:solid;border-width:1px 0 1px 1px;}
.page-print .data-table thead th {border-bottom: 1px solid #d1d1d1;}
.page-print .data-table tfoot td.last {border-right: 1px solid #d1d1d1 !important;}
.page-print .data-table tbody.odd tr { background:#fff !important; }
.page-print .data-table tbody.even tr { background:#fff !important; }
.page-print .buttons-set button.button {background: #4D4D4D; color: #FFFFFF; font-weight:bold; margin:20px 0 0; padding:5px;}
.page-print .data-table tfoot td {border-bottom:0 none; padding-bottom:4px; padding-top:4px;}

.cookies_box .a-top a, .cookies_box .a-top a:hover {color: #4d4d4d; text-decoration: none;}
.cookies_box .a-top {background-color: #d1d1d1; color: #4d4d4d; font: bold 12px Tahoma, sans-serif; padding: 3px 10px; margin: 10px 0; text-align:center; width:100px; border: 1px solid #ccc;}

.compare-table .link-wishlist {color:#35CC01 !important; font-weight:normal;}
.compare-table .btn_m_c {width: 160px; margin: 0; padding: 0; }
.compare-table .btn_m {width: 170px; margin: 0 auto;}
.compare-table .btn_m button, .compare-table .btn_m p {margin:0; padding: 0;}

.pr_op {clear: both; width: 568px;}
.pr_op ul { width: 600px; }
.pr_op ul li { list-style:none; width: 289px; overflow: hidden; display: inline; float: left; margin: 0 0 10px; }
.setbox {width: 253px; overflow: hidden; /*border: 3px solid #35CC01;*/ border: 3px solid #d1d1d1; padding: 0 10px; }
#set_all label {float: left; line-height: 22px; font-weight: bold; color: #35CC01;}
#set_all .set_title {clear: both; float: left; line-height: 26px; font-weight: bold; width: 100px; overflow: hidden;}
#set_all select {float: right; width: 150px;}

.product-view .add-to-cart { clear:both; float:right; }

.col-main .product-view, .col-main .account-login, .col-main .account-create, .col-main .category-title, .col-main .my-account, .contact_box, .box_pd, .cont_st {padding: 14px 0 0;}
.page-title .checkout-types {margin: 0 15px 0 0;}
.cont_st h1 {font: bold 14px Tahoma, sans-serif;}

.contact_box .form-list {width: 266px; float: left;}
.contact_box .wide {width: 458px; float: right;}
.contact_box textarea {width: 452px; margin: 4px 0; height: 114px;}

.contact_box .wide label { float:left; position:relative; z-index:0; }
.page-head-alt {padding: 14px 0 0;}

.trk_main {width: 978px; padding: 14px 0 0; color: #333; font: 14px Tahoma, sans-serif;}
.trk_main h1, .trk_main h2, .trk_main h3, .trk_main h4 {color: #333;}
.trk_l{float: left; width: 773px;}
.trk_r{float: right; width: 195px; overflow: hidden;}

.trk_logo {width: 773px; min-height: 300px; background: url(/skin/frontend/default/default/images/trk_logo.png) top right no-repeat; padding: 0 0 10px;}
.trk_m_data {width: 560px; font: 12px Tahoma, sans-serif;}
.trk_m_data h1{font: bold 12px Tahoma, sans-serif; padding: 14px 0;}
.trk_m_data h1 a{color: #333;}
.trk_m_data h1 span{color: #35CC01;}
.trk_m_data p {padding: 12px 0; margin: 0; text-align: justify;}
.trk_m_tit {margin: 0;}
.trk_m_tit h1{font: bold 38px Eurostyle, sans-serif; text-transform: uppercase; line-height: 40px; padding: 0; margin: 0;}
.trk_m_tit span{font-size: 34px; color: #35CC01;}

.trk_main .promostep {clear: both; margin: 0 0 10px;}
.trk_main .input-text {width: 60px;}
.trk_main .step_btn label {float: left;}
.trk_main .pdf {background: url(/skin/frontend/default/default/images/trk_pdf.png) 0 0 no-repeat; padding: 0 0 0 36px; min-height: 40px;}

.trkstep1, .trkstep2, .trkstep3, .trkstep4, .trkstep5, .trkstep6, .trkstep7, .trkstep8, .trkstep9, .trkstep10 {min-height: 60px; padding: 10px 0 0 76px;}
.trkstep1 { background: url(/skin/frontend/default/default/images/trk_st1.png) 0 0 no-repeat;}
.trkstep2 { background: url(/skin/frontend/default/default/images/trk_st2.png) 0 0 no-repeat;}
.trkstep3 { background: url(/skin/frontend/default/default/images/trk_st3.png) 0 0 no-repeat; position: relative;}
.trkstep4 { background: url(/skin/frontend/default/default/images/trk_st4.png) 0 0 no-repeat;}
.trkstep5 { background: url(/skin/frontend/default/default/images/trk_st5.png) 0 0 no-repeat;}
.trkstep6 { background: url(/skin/frontend/default/default/images/trk_st6.png) 0 0 no-repeat;}
.trkstep7 { background: url(/skin/frontend/default/default/images/trk_st7.png) 0 0 no-repeat;}
.trkstep8 { background: url(/skin/frontend/default/default/images/trk_st8.png) 0 0 no-repeat;}
.trkstep9 { background: url(/skin/frontend/default/default/images/trk_st9.png) 0 0 no-repeat;}
.trkstep10 { background: url(/skin/frontend/default/default/images/trk_st10.png) 0 0 no-repeat;}

.trk_contact {padding: 0 0 20px;}
.trk_contact h1 {color: #333; font: bold 18px Tahoma, sans-serif; }
.trk_contact .tcontact_inp {clear: both; float: left; min-width: 150px; line-height: 24px; font: bold 12px/20px Tahoma, sans-serif; }
.trk_contact input{width: 212px; height: 22px; background-color: #f2fcf0; border: 1px solid #35CC01; padding-left: 1px; padding-right: 1px;}
.trk_contact .tcontact_inp, .trk_contact input {margin: 4px 0;}

.promostep h1 {text-transform:uppercase; font: bold 26px Eurostyle, sans-serif; font-weight:bold;}

.trk_main input.input-text, .trk_main select, .trk_main textarea { width: 68px; background-color: #f2fcf0; border: 1px solid #35CC01; padding-left: 1px; padding-right: 1px; }
.trk_main input.input-text {margin: 0;}

.varient_box select {width: 100px; height: 22px; float: left; }
.varient_box label {float: left; clear: both; min-width: 150px; line-height: 28px; font-weight: bold; }


/*.firststep input.input-text {height: 22px; margin: -16px 5px 10px;}*/
.promostep input.input-text {height: 22px; margin: 0 5px 10px;}

.step_btn .tkr_btn_m {clear: both; margin: 0 24px 0 0;}
.step_btn .tkr_btn_m_c, .step_btn button {width: 112px; margin: 0;}
.trk_inp_tit {width: 60px; margin: 0;}

.secondstep select {height: 22px; margin: 0 65px 10px 0;}

.trk_main .inp_box, .trk_main .sel_box {width: 150px;}

.promosteps_main {border-top: 1px solid #333; margin: 0; padding: 20px 0 0;}

.brand_step label, .color_step label{margin: 0;}
.brand_box, .color_box, .drunck_box, .portier_box {clear: both; width: 744px; background-color: #f2fcf0; border-width: 1px 0; border-style: solid; border-color: #35CC01; margin: 30px 0 0 -70px; padding: 10px;}
.portier_box {margin: 50px 0 0 -70px;}
.drunck_box {line-height: 20px;}
.drunck_box input {margin: 4px 4px 0 0; clear: both; float: left;}
.dr_l1 {float: left; margin: 0 10px 0 0; min-width: 120px;}
.dr_l2, .dr_l3 {float: left; margin: 0 10px 0 0; min-width: 200px;}

.brand_box {text-align: left; }

.brand_item, .brand_item_act {float: left; margin: 0 0 10px; padding: 0 16px; text-align: center !important; position: relative; z-index: 1;}
.brand_item label, .brand_item_act label {font: bold 16px Eurostyle, sans-serif; line-height: 24px; text-transform: uppercase; text-align: center !important;}
.brand_item_act label {color: #35CC01;}
.brand_pic, .brand_pic_act {width:150px; height: 150px; position: relative; z-index:1; margin: 0 auto;}
.brand_pic {border: 2px solid #fff;}
.brand_pic_act {border: 2px solid #35CC01;}
.brand_item_act_bg {position: absolute; width:150px; height: 150px; z-index:2; background: url(../images/brand_act.png) right bottom no-repeat; z-index: 2;}

.brand_box ul {clear:both;position:relative;width:800px;}
.brand_box ul li{float:left; padding:0 0 10px; width:180px;}

.tkr_price {font: bold 24px Tahoma,sans-serif;}

.totals_step {border-bottom:1px solid #D1D1D1;border-top:1px solid #D1D1D1;padding:24px 0 0 10px;}
.totals_step .tkr_price {padding: 0 60px 0 0; margin: -16px 0 24px}

.totals_step .tkr_btn_gr {padding:20px 0 0;}

.tkr_note { background: url(/skin/frontend/default/default/images/note_bg.png) 0 0 no-repeat; padding: 0 0 0 20px; font: 12px Tahoma,sans-serif; margin:10px 0 20px 76px;}

.trk_r .l_tit_gr_c {overflow:hidden; width:185px;}
.r_gr_bl { width: 195px; background: url(/skin/frontend/default/default/images/r_gr_bl.png) left bottom no-repeat;}
.tkr_r_pr {text-align: right; padding:0 5px 12px;}

.tkr_r_data {width:175px; margin: 0 auto; padding: 8px 0 0;font: bold 14px Tahoma,sans-serif; text-transform: uppercase;}
.tkr_r_data .tkr_btn_gr_c {width: 166px;}

.portier_item, .portier_item_sub {float: left; padding: 0 35px 10px; text-align: center;}
.portier_item input, .portier_item label {float: left;}
.portier_item input, .portier_item div img, .portier_item_sub input, .portier_item_sub div img  {clear: both;}
.portier_item input {margin: 2px 4px 0 0;}

.portier_item_cat, .portier_item_col {clear: both;}
.portier_item_sub input, .portier_item_sub label {margin: 0 auto;}
.portier_item_cat input.checkbox {margin: 0 0 0 35px;}

.portier_item img, .portier_item_sub img {margin: 8px 0;}

/* trk btns */
.tkr_btn_gr, .tkr_btn_gr a, .tkr_btn_gr a:hover, .tkr_btn_gr button { font: bold 16px Tahoma,sans-serif; text-transform: uppercase; color: #fff; text-decoration: none; background: transparent; border: 0; cursor: pointer; text-align: center; line-height: 20px !important; }
.tkr_btn_gr p { padding: 0 3px; line-height: 21px; }
.tkr_btn_gr button p  { padding: 0; }
.tkr_btn_gr button { padding: 0; margin: 0; }
.tkr_btn_gr_l, .tkr_btn_gr_r { width: 4px; }
.tkr_btn_gr_l, .tkr_btn_gr_c, .tkr_btn_gr_r { height: 21px; float: left; }
.tkr_btn_gr_l { background: url(../images/tkr_btn_gr_l.png) 0 0 no-repeat; }
.tkr_btn_gr_c { background: url(../images/tkr_btn_gr_c.png) 0 0 repeat-x; }
.tkr_btn_gr_r { background: url(../images/tkr_btn_gr_r.png) 0 0 no-repeat; }

.tkr_btn_m, .tkr_btn_m a, .tkr_btn_m a:hover, .tkr_btn_m button { font: bold 16px Tahoma,sans-serif; text-transform: uppercase; color: #fff; text-decoration: none; background: transparent; border: 0; cursor: pointer; text-align: center; line-height: 20px !important; }
.tkr_btn_m p { padding: 0 3px; line-height: 21px; }
.tkr_btn_m button p  { padding: 0; }
.tkr_btn_m button { padding: 0; margin: 0; }
.tkr_btn_m_l, .tkr_btn_m_r { width: 4px; }
.tkr_btn_m_l, .tkr_btn_m_c, .tkr_btn_m_r { height: 21px; float: left; }
.tkr_btn_m_l { background: url(../images/tkr_btn_gr_l.png) 0 0 no-repeat; }
.tkr_btn_m_c { background: url(../images/tkr_btn_gr_c.png) 0 0 repeat-x; }
.tkr_btn_m_r { background: url(../images/tkr_btn_gr_r.png) 0 0 no-repeat; }

/* Span btn */
.nbtn { overflow:visible; width:auto; background:none; border:none; cursor:pointer; text-decoration: none;}
.nbtn span, .nbtn span span, .nbtn span span span { height: 21px; display: block; }
.nbtn span{ background: url(../images/tkr_btn_gr_l.png) 0 0 no-repeat; margin: 0; padding: 0;}
.nbtn span span{ background: url(../images/tkr_btn_gr_r.png) 0 0 no-repeat; margin: 0; padding: 0;}
.nbtn span span span{ background: url(../images/tkr_btn_gr_c.png) 0 0 repeat-x; margin: 0 4px; padding: 0 10px; font: bold 16px Tahoma,sans-serif; text-transform: uppercase; color: #fff; text-align:center; white-space:nowrap;}


.hd_promotion {cursor: pointer; width: 253px; height: 102px; margin: 0; float: right; display: none;}
.hd_promotion_bt {cursor: pointer; height: 30px; width: 196px; margin: 0;}

.sch_main_box {padding: 14px 0 0;}

.block-layered-nav_sch { border:0; }
.block-layered-nav_sch .block-title { /*border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden;*/ }
.block-layered-nav_sch .block-subtitle { font: bold 11px Tahoma, sans-serif; padding: 0 0 5px; }
.block-layered-nav_sch .block-content { width: 173px; margin: 0 auto; overflow: hidden; padding: 10px 0 6px; font: 11px/16px Tahoma, sans-serif; }
.block-layered-nav_sch dt { font-weight: bold; /*background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase;*/ }
.block-layered-nav_sch dd { /*padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;*/ }
.block-layered-nav_sch dd.last { /*background:none;*/ }
.block-layered-nav_sch .currently li { /*background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px;*/ }
.block-layered-nav_sch .currently .label {font-weight:bold;}
.block-layered-nav_sch .currently .label span{font-weight:normal;}
.block-layered-nav_sch .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav_sch .actions { font-size:11px; padding:4px 0; /*background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0;*/ text-align:right; }
.block-layered-nav_sch .actions a { float:none; }

.trk_r_data {position: fixed; top: 196px;}
#brand_list {float: left;}
.brand_data {display: none; float: right; margin: -154px 0 0; overflow: hidden; width: 546px;}
.brand_data input{float: left; margin: 2px 4px 0 0;}
.brand_data_img {clear: both;}
.brand_data_img img{margin: 16px 0 0 20px;}
.brand_data_tit {width: 500px; overflow: hidden;}

.color_radio {float: left; width: 300px;}
.color_img {float: left;}
.color_img img{padding: 0 5px;}

.contact_box1 {float: left;}
.contact_box2 {float: right;}
.contact_box3 {clear: both; float: left;}
.contact_box1, .contact_box2, .contact_box3 {padding: 20px 0 0;}

.comment_box {padding: 10px 0 0;}
.comment_box h1{font: bold 18px Tahoma, sans-serif; text-transform: none;}
.comment_box textarea {width: 400px; height: 100px;}

.brand_img_info {overflow:hidden; width:150px; margin: 0 0 5px; font: bold 11px Eurostyle, sans-serif;}
.brand_img_info p{padding: 0; margin: 0; }

.trk_data_sm {width: 255px; overflow: hidden; margin: 10px 0 0;}
.trk_data_sm h1 {padding: 0; margin: 0;}
.trk_contact h1 {font-size: 18px; text-transform: none;}

.drunck_box span {font-weight: bold;}
.drunck_box label {padding: 0 15px 0 0;}
.brand_hiden {background: white; opacity: 0; filter: alpha(opacity = 0); height:552px; left:0; position:absolute; top:0; width:769px; z-index:100;}
.dr_l_info {clear: both; padding: 14px 0 0 0;}
.brand_step {display: inline !important; position: relative; z-index: 2;}

.color_radio input {margin: 4px 4px 0 0;}

.class_agree {float: right; width: 344px; padding: 44px 0 0;}
.class_agree .class_agree_data {float: left; padding: 5px 0  0 5px; width: 300px;}
.class_agree .class_agree_chk {width: 18px; border: 0; background: transparent;}

.totals_step .tkr_btn_gr_c{ padding: 0 10px;}
.totals_step button { margin: 0 10px;}

.logout_box {padding: 14px 0 0;}

.main_cont {width: 978px; overflow: hidden;}
.category-cont-box .btn_m{margin: 0; padding: 0; border-width: 1px 0; border-style: solid; color: #f8f8f8;}
.product-img-box .add-to-box {margin: 5px 0;}
.product-img-box p.no-rating, .no-rating a, .no-rating a:hover {font-size: 11px; text-align: center; padding: 10px 0 0;}
.pr_op .add-to-cart{margin: 10px 0 0;}

.download_tb .data-table thead th, .order_tb .data-table thead th, .cart_tb .data-table thead th, .wishlist_tb .data-table thead th{border-right: 1px solid #d1d1d1; color:#4d4d4d; white-space: normal; /*vertical-align:middle;*/ line-height: 12px; padding: 10px 5px; border-bottom: 1px solid #d1d1d1;}

.block-cart .r_cart_data { width: 193px; overflow: visible; margin: 0 auto; padding: 0; }
.block-cart .summary { width: 173px; overflow: hidden; margin: 0 auto; padding: 0; }
.block-cart .block_cont {overflow: visible;}

.product-shop .btn_gr .btn_gr_c {width: 150px;}
.product-shop .btn_gr {width: 160px;}
.block-cart .empty {padding: 0 10px;}

.hm_main .top_banner .btn_m button {margin: 0; padding: 0; width: 180px;}
.rabatt_box {padding: 0; margin: 0 0 10px;}
.rabatt_box p{padding: 0; margin: 0;}

.trk_r_pr {margin: 0 0 10px;}

.sim_pr_data .product-image img {border: 1px solid #D1D1D1;}
.block-related .link-wishlist {font-weight: normal;}
.phone_price {color: #6C6C6C; font: bold 25px/46px Tahoma,sans-serif; margin: -11px 0 0; float: left;}
.phone_price img{width: 38px; height: 38px; cursor: pointer; margin: 0 0 0 10px;}

.sm_pr_data .price-box {text-align: center; line-height: 69px; margin: 5px 0 0; color: #dc2424; font-size: 13px;}
.sm_pr_data .regular-price .price {color: #dc2424; font-size: 17px;}

/*.sm_pr_data .price-from,*/ .sm_pr_data .price-to {line-height: 18px;}
/*.sm_pr_data .price-from {padding: 5px 0 0;}*/
.sm_pr_data .price-from .price-label, .sm_pr_data .price-to .price-label {font-weight: normal; color: #dc2424; font-size: 13px;}
.sm_pr_data .price-from .price, .sm_pr_data .price-to .price {font-weight: bold; color: #dc2424; font-size: 14px;}
.sm_pr_data .actions .btn_m {margin: 5px 0 0;}
.sm_pr_data .price-box .price {color: #dc2424; font-size: 17px;}

.sm_pr_data .old-price, .sm_pr_data .special-price {line-height: 16px;}
.sm_pr_data .old-price {padding: 0;}
.sm_pr_data .old-price .price-label, .sm_pr_data .special-price .price-label {font-weight: normal; font-size: 11px;}
.sm_pr_data .old-price .price, .sm_pr_data .special-price .price {font-weight: bold; font-size: 13px;}
.sm_pr_data .old-price .price-label, .sm_pr_data .old-price .price {color: #6C6C6C;}
.sm_pr_data .old-price .price {text-decoration: line-through;}
.sm_pr_data .special-price .price-label, .sm_pr_data .special-price .price {color: #dc2424;}

.vereinskontakt {padding: 14px 0; font: 12px Tahoma,sans-serif;}
.vereinskontakt p{text-align: justify;}
.v_footer_info {font-size: 11px;}
.vereinskontakt dl {margin: 10px 0 20px;}
.vereinskontakt dt, .vereinskontakt dd{display: block; float: left;}
.vereinskontakt dt {width: 190px; font: bold 12px Tahoma,sans-serif; margin: 4px 0 2px;}
.vereinskontakt dd {width: 250px;}
.vereinskontakt dt.ch {width: 0;}
.vereinskontakt dd.ch {width: 440px;}
.vereinskontakt input{width: 220px; height: 22px; background-color: #f2fcf0; border: 1px solid #35CC01; padding-left: 1px; padding-right: 1px; margin: 0 0 0 5px;}
.vereinskontakt .checkbox {width: 24px; border: 0; margin: 0; background: transparent;}
.vereinskontakt h1 {font: bold 30px Eurostyle, sans-serif; text-transform: uppercase; line-height: 40px; padding: 0; margin: 0;}
.vereinskontakt h2{font: bold 18px Eurostyle,sans-serif;}
.v_data {margin: 20px 0;}
.vereinskontakt .chk_data {width: 950px; margin: 2px 0 0;}
.vereinskontakt .ch span {margin: 3px 0 0; font-weight: bold;}
.vereinskontakt .tkr_btn_gr {width: 520px; margin: 0 auto;}
.vereinskontakt .tkr_btn_gr_c {width: 512px; overflow: hidden;}
.vereinskontakt input.empty_field {width: 220px; height: 22px; background-color: #ffcaca; border: 1px solid #fd5353; padding-left: 1px; padding-right: 1px; margin: 0 0 0 5px;}

.hm_banner {margin: 10px 0 0;}
.hm_banner h1 { margin:0; font: 25px Tahoma, sans-serif; color:#4d4d4d; }

.cms-home .col-right{padding: 10px 0 0;}
.block-login .btn_n {float: left; margin: 0;}
.block-login .btn_n .btn_n_c {width: 86px; text-align: center; overflow: hidden;}

.r_cart .form-search button {width: 80px;}
.r_cart .form-search .btn_n {margin: 6px auto 0; width: 98px;}

#menu fieldset {display: inline; margin: 0 auto;}

.unserteam-index-index .unserteam_main {padding: 0 0 0 5px;}
.unserteam-index-index .unserteam_main h1,
.unserteam-index-index .unserteam_main h2 { margin:0 0 10px; font: 25px Tahoma, sans-serif; line-height: 24px; color:#4d4d4d; padding: 14px 0 0; }
.unserteam-index-index .unserteam_box {margin: 0 0 14px;}
.unserteam-index-index .imagine {float: left; width: 113px; height: 142px; overflow: hidden; background: url(/skin/frontend/default/default/images/catalog/product/placeholder/small_image.jpg) center center no-repeat;}
.unserteam-index-ind.angeboterstellen_block input, .angeboterstellen_block select, .angeboterstellen_block .chk_block ex .info {float: right; width: 440px; overflow: hidden; color: #444;}
.unserteam-index-index .title {border-bottom: 1px solid #d9d9d9; font: bold 14px Tahoma,sans-serif; padding: 0 0 4px;}
.unserteam-index-index .desck {font: 12px Tahoma,sans-serif; padding: 10px 0;}

.cms-referenzen .std {padding: 14px 0 0;}

.angeboterstellen_block {line-height: 22px; overflow: hidden; padding: 30px; width: 660px; font: 12px Tahoma,sans-serif; color: #333;}

.angeboterstellen_btn {width: 349px; height: 31px; background: url(/skin/frontend/default/default/images/button_angeboterstellen.jpg) 0 0 no-repeat; cursor: pointer; float: right; margin: -41px 0 0 0;}

.angeboterstellen_block .pblock {width: 344px; float: left; overflow: hidden;}
.angeboterstellen_block .pblock, .angeboterstellen_block input, .angeboterstellen_block select, .angeboterstellen_block .chk_block {margin-top: 24px; margin-bottom: 10px;}

.angeboterstellen_block input, .angeboterstellen_block select, .angeboterstellen_block textarea { background-color: #f2fcf0; border: 1px solid #35CC01; padding-left: 1px; padding-right: 1px; }

.angeboterstellen_block input {width: 226px; height: 22px;}
.angeboterstellen_block select {width: 230px; height: 22px;}
.angeboterstellen_block textarea {width: 580px; height: 120px; margin: 0 0 20px;}
.angeboterstellen_block input.chkbox {width: 20px; margin: 0; float: left;}
.angeboterstellen_block .chk_block label {width: 70px; float: left;}

.angeboterstellen_block .txtblock, .angeboterstellen_block .tkr_btn_gr {margin-top: 20px;}

.angeboterstellen_block input, .angeboterstellen_block select, .angeboterstellen_block .chk_block {float: left; margin-left: 10px; margin-top: 20px;}

.angeboterstellen_block h1 {text-transform:uppercase; font: bold 14px Eurostyle, sans-serif; font-weight:bold; margin: 0 0 10px;}

.angeboterstellen_block .trkstep1, .angeboterstellen_block .trkstep2, .angeboterstellen_block .trkstep3, .angeboterstellen_block .trkstep4,
.angeboterstellen_block .trkstep5, .angeboterstellen_block .trkstep6, .angeboterstellen_block .trkstep7,
.angeboterstellen_block .trkstep8, .angeboterstellen_block .trkstep9, .angeboterstellen_block .trkstep10 {min-height: 60px; padding: 18px 0 0 76px;}

.angeboterstellen_block .tkr_btn_gr {float: right; margin: 20px 76px 0 0;}
