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

.clears { clear:both; }

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

/* Base Columns */ 
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:0px solid #ddd; padding:5px 5px 0; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

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

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

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

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

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

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

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

.page-title h2 { color:#D53211; }

.toolbar { background:#DCDCDC; height:31px; width:100%; }
.toolbar td { 
	vertical-align:middle;
	text-align:center;
}

/* Pager */ 
/*.pager {
padding:3px 5px; margin:0; text-align:center;
background:#DCDCDC;
}*/
/*.pager p { margin:0; line-height:22px; }
.pager .amount { float:left; width:30% }
.pager .limiter { float:left; width:30% }
.pager .pages { margin:0; float:left; line-height:22px; }*/
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { padding:0px; margin:0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

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

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

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.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 */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


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

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.level0 { margin-right:10px; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#888; }
#nav li.over a,
#nav li.active a { color:#888; }

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

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

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


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5;
color:#D53211;
}
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

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

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

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

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

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

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

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

/* Block: Subscribe */
.block-subscribe {}

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

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

.block-content li { color:#BB930F; }
.block-content a { color:#BB930F; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; width:100%}
.category-description {
height:72px;
overflow:auto;
}
.category-products {}

/* View Type: Grid */
.products-grid td {/*padding:16px 12px 23px;*/ /*width:28%;*/ border:1px solid #ddd; vertical-align:middle; }


.products-grid { width:100%; border-bottom: 1px solid #ddd;}
.products-grid .row {border-top: 1px solid #ddd; border-left: 1px solid #ddd;}
.products-grid .leftcolumn {float:left;width:33%; border-right:1px solid #ddd; vertical-align:middle;}
.products-grid .rightcolumn {float:right;width:33%; vertical-align:middle;}
.products-grid .centercolumn {float:left;width:33%;border-right:1px solid #ddd; vertical-align:middle;}
.products-grid .clear {clear:both;}

.products-grid .outofstock {height:30px;color:#CD023E;}
.products-grid .container{margin:16px 12px 23px;}
.products-grid .name-box {background:transparent url(../images/nabytek/ico-folder.png) no-repeat scroll 3px 3px}
.products-grid  h3 { font-size:1em; white-space:normal; overflow:hidden; height:3em; margin:15px 0px 10px 25px;}
.products-grid  h3 a { text-decoration:underline; color:#626262; font-weight: bold;}
.products-grid  h3 a:hover {text-decoration: none; }

.extraPriceHolder .left {position:relative;top:4px;}
.extraPriceHolder .label { font-size:0.86em; margin-right:8px;}
.extraPriceHolder .oldPrice { text-decoration:line-through; font-size:0.86em;}
.extraPriceHolder .price { color:#C5023E; font-size:1.32em; }

.addToCart .left { position:relative;top:6px;}
.addToCart .label { font-size:0.86em; text-transform:lowercase; margin-right:2px;}
.addToCart .delivery { background: url(../images/brown_car.png) no-repeat left center; padding-left:30px; color:#cda96b; font-size:1.02em; font-weight:bold }
.addToCart .greenstrong { background: url(../images/green_car.png) no-repeat left center; font-wieght:bold; color:#3fbc56; }
.upsellAddToCart .left { position:relative;top:6px;}
.upsellAddToCart .label { font-size:0.86em; text-transform:lowercase; margin-right:2px;}
.upsellAddToCart .delivery { color:#c50102; font-size:1.02em; font-weight:bold }

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


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

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

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

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name {}
.product-view .short-description {}
.product-view .add-to-cart {margin:10px 0;}

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

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

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

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
/*.add-to-cart button.button { float:left; margin-left:5px; }*/

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

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; width:40px;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

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

/* Block: Tags */
.product-view .tags { background: url(../images/nabytek/bgr-tags.jpg) left top no-repeat; width:310px; height:185px; padding:10px 0px 0px 5px; }
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:90px; margin:0 10px 0 5px; font-size:11px; }
.product-view .tags .form-add-tags input.input-text { width:90px; height:14px; }
.product-view .tags .form-add-tags button.button { 
	vertical-align:bottom;
	background: url(../images/nabytek/plus.png) center center;
	width:18px;
	height:18px;  }
.product-view .tags .form-add-tags p { clear:both; font-size:0.9em; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */

/* Block: Download */
#tab5 { 
	background:url(../images/nabytek/download.jpg) left top no-repeat; 
	padding-left:130px; 
	min-height:70px;
	margin-top:15px; 
}
#tab5 .data-table { 
	background:none;
	border:none;
}
#tab5 .data-table th {
	background:url(../images/nabytek/download-url.jpg) left center no-repeat;
	padding-left:10px;
	border:none;
}
#tab5 .data-table th.label {
	color:black;
	font-weight:normal;
}
#tab5 .data-table th.label a {
	color:black;
}

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

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

/* Advanced Search */
.search-summary {}

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

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


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


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; width:auto; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

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

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


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
/*.opc li.section { border:1px solid #ddd; border-bottom:0; }*/
.opc .step-title { background-color:#f6f6f6; /*padding:0 5px;*/ text-align:right; }
/*.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }*/
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step {/* border-top:1px solid #ddd;*/ padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

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

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

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

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

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

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

#checkout-agreements .comment { margin-top:10px; font-size:11px; line-height:30px; }
#checkout-agreements .comment .title { font-size:16px; color:#BD920F; font-weight:bold; margin-right:35px; }
#checkout-agreements .comment .required { float:right; }

/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard h3 { color:#BB930F; } 
/*.dashboard .welcome-msg h3 { color:#BB930F; }*/

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

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

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

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

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


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */



/* PUVODNI NABYTEK.CSS =================================================================== */
body {
    background:url(../images/nabytek/bgr-body.png) repeat-x;
    color:#626262;
}

h2 { margin:10px;}
h3 { margin:10px;}
p { margin:10px;}
a { color:#626262; }

button.button, button.button span {
    background-image:url(../images/nabytek/bgr-button.png);
    color:black;
}

.checkout-types button.button, .checkout-types button.button span {
    background-image:url(../images/nabytek/bgr-button-red.png);
    color:white;
}

.page {padding-top:257px;width:860px;}

.header-container {
    background:url(../images/nabytek/header_left.png) no-repeat;
    width:860px;  
    position:absolute;
    top:0px;  
}
.header {
    background:url(../images/nabytek/header_topright.gif) right top no-repeat;
    height:213px;width:860px;
    padding:0;
    border:0;
    position:relative;
}

h1#logo { width: 320px; }
p.welcome-msg { display:none; }
/*.header #search_mini_form { display:none; }*/
/*.header fieldset.form-language { display:none; }*/
.header fieldset.form-language {
    position:absolute;
    bottom:0;left:0;
    background:white;
    }

#boxContactHeader1 {
    position:absolute;
    top:0;left:383px;
    width:220px;height:43px;
    display:block;
    background:url(../images/nabytek/bgr-contact.png) no-repeat;
}

#phoneContact1 { display:none; }
#phoneContact2 {
    position:absolute;
    top:0;left:105px;
    font-size:1.4em;
    line-height:2.5em;
    color:#F33400;
    margin:0px 0px 0px 10px;
    height:1.9em;
}

#boxContactHeader1 #boxContactHeader2 {
    position:absolute;
    top:41px;left:-3px;
    width:220px;
    display:none;
    z-index:2;
    background:url(../images/nabytek/bgr-contact2.png) no-repeat;
    color:#F93F0C;
    font-size:11px;
    border:1px solid #AB1B1B;  
    border-top: 0px;  
}
#boxContactHeader2 img {
border:1px solid #AB1B1B;
margin:0 auto;
display:block;
}
#boxContactHeader2 strong {
color:#FDD687;
font-weight:normal;
}
#boxContactHeader2 a {
color:#F93F0C;
text-decoration:none;
}

#boxContactHeader2 td {
height:55px;
vertical-align:middle;
line-height:1em;
text-align:left;
}

#boxContactHeader1:hover { height:156px; }
#boxContactHeader1:hover #boxContactHeader2 { display:block; }



.header .links {
    line-height:3.8em;
    color:#F33400;
    margin:0;
    z-index:2;
    font-size:0.9em;
}
.header .links a { color:white; }

#boxHeaderAdvert {
    background:url(../images/nabytek/header_bottomright.png) right bottom no-repeat;
    width:479px;height:163px;
    position:absolute;
    bottom:0;right:0;
    overflow:hidden;
    z-index:1
}
#boxHeaderAdvert .left {
    width:295px;height:163px;
    float:left;
    position:relative;
}
#boxHeaderAdvert .left p {
    text-align:left;
    margin:10px 25px 0;
}
#boxHeaderAdvert .left p a { color:#FEF9A7; }
#boxHeaderAdvert .left ul {
margin:0 0 5px 20px;
color:white;
}
#boxHeaderAdvert .left ul span { color:#FEF9A7;  }

#boxHeaderAdvert .left li {
list-style-image:url(../images/nabytek/vyhody_arrow.png);
margin: 1px 0px;
}
#boxHeaderAdvert #naseVyhody {
position:absolute;
top:8px;left:15px;
width:135px;height:21px;
margin:0;padding:0;
}
#boxHeaderAdvert #naseVyhody span {
position:absolute;
top:0;left:0;
width:100%;height:100%;   
background:url(../images/nabytek/txt-nase-vyhody.png) no-repeat;
}

#boxHeaderAdvert .right {
    width:180px;
    float:left;
    /*margin-top:35px;*/
    font-weight:bold;
    color:black;
    position:relative;
}
#boxHeaderAdvert .right span { color:#EA380A; }
#boxHeaderAdvert .right a {
color:black;
text-decoration:none;
}
#boxHeaderAdvert #akce {
position:absolute;
top:8px;left:15px;
width:143px;height:17px;
margin:0;padding:0;
}
#boxHeaderAdvert #akce span {
position:absolute;
top:0;left:0;
width:100%;height:100%;
background:url(../images/nabytek/txt-akcni-nabidka.png) no-repeat;
}
#boxHeaderAdvert #rotator {
margin-top:30px;
text-align:center;
}
#boxHeaderAdvert .right p { margin:2px 0;
padding:0;
height:1.3em;
overflow:hidden;
}

.rotatorContent {
margin-bottom:10px;
}

ul#nav {
margin:0;padding:0;
background:url(../images/nabytek/menu3.png) repeat-x;
height:44px;
line-height:44px;
border:0;
}
ul#nav ul { border:0;}
ul#nav ul li {border:0; height:30px; line-height:30px; background:url(../images/nabytek/menu3.png) repeat-x;}
#nav li ul li a span { color:#B82400;}
#nav li ul li a:hover span { color:#FFF8A7;}
#nav li ul li.active a span { color:#FFF8A7;}
ul#nav a {
    color:#F63200;
    padding:0 8px;
	font-weight:normal;
}
ul#nav a:hover {
background:url(../images/nabytek/menu2.png) repeat-x;
color:#FFF8A7;
}

ul#nav li.active a { color:#FEF8A4; }

ul#nav li.nabytek {
background:url(../images/nabytek/menu-nabytek.png) no-repeat;
width:219px;
}
ul#nav li.nabytek a {
display:block;
width:100%;height:100%;
}
ul#nav li.nabytek a:hover {
background:transparent;
}
ul#nav li.bold a { font-weight:bold; }
ul#nav li.bold li a { font-weight:normal; }
ul#nav li.bold li.bold a { font-weight:bold; }

.main { margin-top:0;
background:white;
width:860px;
}

.col-left {
    width:214px;
    padding:0;
    border:0;
}
#search_mini_form {
background:#D3CAB9 url(../images/nabytek/bgr-search.png) no-repeat;
display:block;
margin-bottom:10px;
}
#search_mini_form label, #search_mini_form legend { display:none; }
#search_mini_form fieldset {
padding:10px 5px;
}

#search_mini_form input#search { width:137px; }
#search_mini_form button {
background:url(../images/nabytek/but-search.png) no-repeat;
width:56px;height:24px;
}

.col-main {
border-left:1px solid #918055;
width:644px;
min-height:1100px;
padding:0;
}

.breadcrumbs {
margin:0;
padding:10px 0 10px 30px;
background:url(../images/nabytek/ico-breadcrumb.png) 10px center no-repeat;
font-size:1.3em;
color:black;
}
.breadcrumbs a { text-decoration:none;
color:black; }
.breadcrumbs li.home, .breadcrumbs li.home a { color:#DE2D01; }
.breadcrumbs strong { font-weight:normal; }

.category-title { display:none; }

.pagination {
    width:100%;
    border:0;
}
.pagination td {
    padding:10px;
}
.pagination p {
    margin:0;
}

.products-grid {
width:643px;
margin:0 0 0 auto;
}
a.product-image {
    display:block;
    text-align:center;
    position:relative;
    text-decoration:none;
	margin-bottom:5px;
	width:187px;
}
a.product-image span.icoDiscount {
position:absolute;
left:0;top:0px;
display:block;
width:65px;height:15px;
line-height:15px;
background:url(../images/nabytek/bgr-product-discount.png) no-repeat;
color:white;
text-transform:uppercase;
font-size:10px;
}
a.product-image span.icoNew {
position:absolute;
left:70px;top:0px;
width:65px;height:15px;
line-height:15px;
background:url(../images/nabytek/bgr-product-new.png) no-repeat;
color:white;
text-transform:uppercase;
font-size:10px;
}

.products-grid td {
    background:url(../images/nabytek/bgr-product-tile.png) no-repeat;
}
.products-grid tr.even {
background-color:inherit;
}

#products-grid-table p.old-price span.price-label { display:none; }
/*#products-grid-table .price-box { width:170px; }*/

.price-box {   
    text-align:right;
    color:#C5023E;
}
div.addToCart{
    width:100%;
    overflow:auto;
    border-bottom:1px dotted #CACACA;
    border-top:1px dotted #CACACA;
}
div.addToCart p {
    float:left;
    width:50%;
    margin:0;
    text-align:left;
}
div.addToCart p strong { color:#C50103; }
/*
div.delivery div.price-box {
    float:right;
    width:54%;    
}*/


.products-grid button {
background:url(../images/nabytek/but-cart.png) no-repeat;
width:86px;height:20px;
margin:5px 0
}
.products-grid button span { display:none; }
.addToCart {
   /* border-bottom:1px dotted #CACACA;
    text-align:right;
    padding:4px 0;*/
}
.products-grid .addToCart { /*width:100%;*/ }
.products-grid .addToCart th {
padding:0 0 0 3px;
color:#C60301;
font-weight:bold;
background-image:none;
background:none;
}
.products-grid .addToCart tr.even  { background-image:none; }
.products-grid .addToCart td { padding:0; text-align:right;
border:0;
background-image:none;
}



/* left column */
#boxLeftCategories ul { border:0; }

#boxLeftCategories li {
background:url(../images/nabytek/bgr-leftmenu.png) no-repeat;
border:1px solid #E3E3E3;
border-bottom:0;
border-right:0;
}
#boxLeftCategories li ul li{
background:#E3E3E3;
}

#boxLeftCategories li a {
display:block;
/*height:24px;*/
line-height:15px;
text-decoration:none;
}

#boxLeftCategories li .right {text-align:center;width:15%; margin-right:3px;}
#boxLeftCategories li .right .count {position:relative; top:2px;}
#boxLeftCategories li .left {width:75%; padding:5px 0;}

#boxLeftCategories li ul { display:none; }
#boxLeftCategories li.active ul { display:block; }
#boxLeftCategories li.active li ul { display:none; }
#boxLeftCategories li.active li.active ul { display:block; }

#boxLeftCategories li.bold { background:#E3E3E3; }
#boxLeftCategories li.bold a { font-weight:bold; }
#boxLeftCategories li.bold .count { font-weight:bold; }
#boxLeftCategories li.bold li a { font-weight:normal; }
#boxLeftCategories li.bold li .count { font-weight:normal; }
#boxLeftCategories li.bold li.bold a { font-weight:bold; }
#boxLeftCategories li.bold li.bold .count { font-weight:bold; }
#boxLeftCategories li.active a { 
    /*font-weight:bold;*/
color:#626262;
background:url(../images/nabytek/ico-minus-red.png) 10px center no-repeat;
}
#boxLeftCategories li.active ul li  a { 
    /*font-weight:bold;*/
font-weight:normal;
background:url(../images/nabytek/ico-plus-yellow.png) 10px center no-repeat;
}

#boxLeftCategories li.active ul li.active a {
color:#DE2D01;
/*font-weight:bold;*/
background:url(../images/nabytek/ico-minus-red.png) 10px center no-repeat;
}

#boxLeftCategories ul li a {
background:url(../images/nabytek/ico-plus-yellow.png) 10px center no-repeat;
padding-left:27px;
}
#boxLeftCategories ul li ul li a {
background:url(../images/nabytek/ico-plus-yellow.png) 27px center no-repeat;
padding-left:43px;
}
#boxLeftCategories ul li ul li ul li {
background:none;
border:0;
}
#boxLeftCategories ul li ul li ul li a {
background-image:none;
padding-left:54px;
}
#boxLeftCategories li.active ul li.active li a {
color:#626262;
background-image:none;
font-weight:normal;
}


#boxNovinky, #boxNejprodavanejsi {
background:#CB1309 url(../images/nabytek/bgr-news.png) no-repeat;
padding-bottom:10px;
color:white;
}
#boxNovinky h3, #boxNejprodavanejsi h3 {
height:30px;
line-height:30px;
margin:0;
padding:0 0 0 20px;
}
#boxNovinky a, #boxNejprodavanejsi a { color:white; }
#boxNovinky ul, #boxNejprodavanejsi ul {
margin:10px 0 0 30px;
}
#boxNovinky li, #boxNejprodavanejsi li {
list-style-image:url(../images/nabytek/bul-arrow2.png);
margin-right:5px;
}

/*#boxNejprodavanejsi {
background:#DDDCDC url(../images/nabytek/bgr-nejprodavanejsi.png) no-repeat;
padding-bottom:10px;
}
#boxNejprodavanejsi h3 {
height:30px;
line-height:30px;
margin:0;
padding:0 0 0 20px;
color:#454545;
}
#boxNejprodavanejsi ul {
margin:10px 0 0 30px;
}
#boxNejprodavanejsi li {
list-style-image:url(../images/nabytek/bul-arrow3.png);
}*/


/* footer */
.footer {
    border:0;
    padding:0;
    width:860px;
}
.footer p {text-align:left;
margin:10px 5px;
}

#boxFooter1 {
    width:100%;
    overflow:auto;
}
#boxFooter1 div {
width:25%;
float:left;
}
#boxFooter1 p { font-weight:bold;
color:#454545;
}
#boxFooter1 p a { text-decoration:none;
color:#454545;
}

#boxFooter1 ul { margin:0 0 10px 15px; }
#boxFooter1 li {
list-style-image:url(../images/nabytek/bul-arrow.png);
}
#boxFooter1 form { margin-left:10px; }
#boxFooter1 input[type="text"] { margin:5px 0; }
#boxFooter1 label { color:#9A9A9A; }

/*#boxFooter1 button {
background:url(../images/nabytek/but-send.gif) no-repeat;
width:76px;height:24px;
}*/

#boxFooter2 { clear:both;
border-top:1px solid #EBEBEB;
color:#9A9A9A;
}

/* product detail */
div.product-view {
margin:20px 12px 0;
}

div.product-img-box p {
margin: 10px 0;
}
.product-view .product-img-box .product-image-zoom {
width:260px;
height:260px;
}
.product-view .product-img-box .product-image-zoom img { cursor:pointer; }
div.zoom { display:none; }

p.product-image { width:260px; }
p#track_hint { color:#C70102; }
.product-view .product-shop {
width:340px;
}
.product-name { color:#BF9944; }
.product-name h2 { margin:0;
font-weight:bold; }

#boxProductDetailPriceWrapper {
    position:relative;
    width:100%;height:122px;
}

#boxProductDetailPrice {
    width:215px;height:122px;
    background:url(../images/nabytek/bgr-box-price.png) no-repeat;
    position:absolute;
}
#boxProductDetailPrice p { margin:0; }
#boxProductDetailPrice span.dph {
font-size:10px;
color:#9B9190;
}

#boxProductDetailPrice table.availability {
    position:absolute;
    top:77px;left:8px;
    width:200px;
    }
#boxProductDetailPrice table.availability td { color:#BF9944;
text-align:right;
}
#boxProductDetailPrice table.delivery {
    color:#C80201;
position:absolute;
    bottom:2px;left:8px;
    width:200px;
}

#boxProductDetailPrice .price-box {
border:0;
position:absolute;
top:5px;left:5px;
width:200px;height:72px;
color:#C50200;
}
/*#boxProductDetailPrice .price-box p.old-price {
    position:absolute;
    top:0;left:0;
    font-size:1em;
    }*/
#boxProductDetailPrice .price-box p.discount {
background:white url(../images/nabytek/bgr-discount.png) no-repeat;
color:white;
font-weight:bold;
position:absolute;
top:0;left:0;
width:125px;height:21px;
line-height:21px;
text-align:center;
}
#boxProductDetailPrice .price-box p.oldPrice {
font-weight:bold;
color:#838383;
font-size:1.3em;
padding-left:5px;
position:absolute;
top:0;right:0;
text-decoration:line-through;
}
#boxProductDetailPrice .price-box p.price {
    position:absolute;
    bottom:0;right:0;
    font-size:2.5em;
}
#boxProductDetailPrice .price-box p.procNakoupit {
background:#efe9db url(../images/nabytek/txt-proc-nakoupit.jpg) no-repeat;
position:absolute;
bottom:7px;left:0;
width:57px;height:39px;
text-align:center;
overflow:hidden;
font-size:10px;
font-weight:bold;
line-height:1.1em;
padding-top:2px;
}
#boxProductDetailPrice .price-box p.procNakoupit a {
text-decoration:none;
display:block;
color:#AD8D54;
}

/*#boxProductDetailPrice .price-box span.regular-price {
    display:block;
    position:absolute;
    bottom:0;left:0;
    font-size:2.4em;
}



#boxProductDetailPrice table.attrSize { margin:0; }
#boxProductDetailPrice table.old-price  { border-collapse:collapse; }
#boxProductDetailPrice table.special-price  { margin-top:10px; }

#boxProductDetailPrice table.old-price th {
background:white url(../images/nabytek/bgr-discount.png) no-repeat;
width:88px;height:21px;
color:white;
text-align:center;
line-height:21px;
font-weight:bold;
}
#boxProductDetailPrice th span.label { display:none; }
#boxProductDetailPrice table.old-price td {
color:#838383;
font-size:1.3em;
font-weight:bold;
padding-left:10px;
}

#boxProductDetailPrice table.special-price th { display:none; }
#boxProductDetailPrice table.special-price td {
font-weight:bold;
font-size:2.4em;
}
#boxProductDetailPrice table.regular-price th { display:none; }
*/

#boxProducDetailLeasing {
width:111px;height:122px;
background:url(../images/nabytek/bgr-leasing.png) no-repeat;
position:absolute;
top:0; right:0;
text-align:center;
}
#boxProducDetailLeasing p {
position:absolute;
top:5px;left:0;
width:111px;
margin:0;
}
#boxProducDetailLeasing p.firstPayment {
font-size:1.9em;
font-weight:bold;
color:#C70100;
top:35px;
}
#boxProducDetailLeasing p.payment {
top:77px;
font-size:0.9em;
}
#boxProducDetailLeasing a {
display:block;
position:absolute;
left:0;bottom:3px;
width:100%;
text-decoration:none;
color:#7E6932;
font-size:0.9em;
}

div.add-to-box {
    position:relative;
    border-top:1px dotted #ECECEC;
    border-bottom:1px dotted #ECECEC;
    margin:10px 0;
    height:50px;
}
div.add-to-box p.dopravaZdarma {
background:url(../images/nabytek/bgr-doprava-zdarma.png) no-repeat;
width:116px;height:36px;
color:#AD8D54;
font-weight:bold;
position:absolute;
top:5px;left:0;
margin:0;
}
div.add-to-box p.dopravaZdarma span {
margin-left:5px;
display:block;
}
div.add-to-box table {
position:absolute;
top:10px;right:0;
height:29px;width:202px;
}
div.add-to-box td {
background:url(../images/nabytek/bgr-add-to-cart.jpg) center right no-repeat;
vertical-align:middle;
width:66px;
text-align:right;
}
div.add-to-box td input { margin:0; }

div.add-to-box td.button {
background:none;
width:136px;
}
fieldset.add-to-cart input { margin-right:2px; }
fieldset.add-to-cart button {
background:url(../images/nabytek/but-add-to-cart.png) no-repeat;
width:136px;height:29px;
margin:0;
padding:0;
}
fieldset.add-to-cart button span {
background:none;
color:white;
text-transform:uppercase;
padding:0;
margin:0 0 0 40px;
line-height:29px;
}

 /*fieldset.add-to-cart {
    width:100%;
    text-align:right;
    border-top:1px dotted #ECECEC;
    border-bottom:1px dotted #ECECEC;
    margin:0 auto 10px;
    padding:5px 0 0;
    float:none;
    }
fieldset.add-to-cart table { margin:0 0 0 auto;
width:100%;
}
fieldset.add-to-cart td { vertical-align:middle; }
fieldset.add-to-cart td.dopravaZdarma {
background:url(../images/nabytek/bgr-doprava-zdarma.png) no-repeat;
width:116px;height:36px;
color:#AD8D54;
font-weight:bold;
}
fieldset.add-to-cart td.dopravaZdarma p {
margin:0 0 0 10px;
}

fieldset.add-to-cart button {
background:url(../images/nabytek/but-cart2.png) no-repeat;
width:132px;height:29px;
}
fieldset.add-to-cart button span { display:none; }
*/
.add-to-box p.add-to-links {
    float:none;
    text-align:right;
    margin-right:10px;
}

.ratings .rating-links {
text-align:right;
margin-right:10px;
}
div.short-description { padding:10px 5px; }

div.more-views {
width:260px;
background:url(../images/nabytek/bgr-more-img.png) repeat-y;
position:relative;
min-height:90px;
}
div.more-views span.bottomCorners {
display:block;
width:260px;height:5px;
background:url(../images/nabytek/bgr-more-img-bottom.png) no-repeat;
position:absolute;
bottom:0;left:0;
}
/*div.more-views span.topCorners {
display:block;
width:260px;
background:url(../images/nabytek/bgr-more-img-top.png) no-repeat;
position:absolute;
top:0;left:0;
}*/
div.more-views h3 {
/*position:absolute;
top:5px;left:10px;*/
color:black;
font-size:1em;
overflow:hidden;
margin:0;
padding:3px 0 3px 5px;
background:url(../images/nabytek/bgr-more-img-top.png) no-repeat;
}

div.more-views ul {
    /*position:absolute;
    top:25px;left:10px;*/
    display:block;
    margin:5px 0 10px;
    padding-left:10px;
}
p#addToLinks {text-align:center; }

/*= Nove taby =============================== */

.tabs div.tab { margin-bottom:15px; }

.tabs h3, h3.graytitle {
	background:url(../images/nabytek/bgr-tab-left.png) left top no-repeat;
	padding-left:10px;
	margin:0px 0px 5px 0px;
	height:34px;
	line-height:34px;
	color:#000000;
	font-size:1.0em;
}

.tabs h3 span, h3.graytitle span { 
	background:url(../images/nabytek/bgr-tab-right.png) right top no-repeat;
	width:100%;
	display:block;
}
#tab4 { float:left; width:49%; }
.downloads { float:left; width:24%; margin-left:10px; }
.downloads table { margin-top:10px; }
#tab6 { float:right; width:24%; }

/*#tabsProduct {
    height:28px;width:100%;
    overflow:hidden;
    margin-bottom:0;
    }
#tabsProduct a {
    display:block;
    height:38px;width:110px;
    background:#F7F7F7;
    margin-right:10px;
    float:left;
    text-align:center;
    background:url(../images/nabytek/bgr-tab-left.png) no-repeat;
    line-height:28px;
    text-decoration:none;

}
#tabsProduct a.last { margin:0; }

#tabsProduct a span {
    display:block;
    height:38px;width:100%;
    background:url(../images/nabytek/bgr-tab-right.png) right top no-repeat;
}
#tabsProduct a.selected  {
    background-position:left -38px;
}
#tabsProduct a.selected span {
    background-position:right -38px;
}
#tab5 ul { margin:10px; }*/



div.product-collateral {
border:1px solid #EBEBEB;
}

div.product-collateral h3 { margin:5px 10px; }
div.product-collateral h4 { margin:5px 10px; }
div.product-collateral div.std { margin:5px; }
div.product-collateral ul.tags-list { margin:10px; }
div.product-collateral form { margin:10px;display:block; }


table#upsell-product-table {
    margin:10px auto;
    width:600px;
}
/*table#upsell-product-table td {
    width:200px;
}*/
table#upsell-product-table h4 { margin-left:0; }
table#upsell-product-table h4 a { color:#C7850A; }
div.upsellPrice {
    position:relative;
    width:100%;
    overflow:visible;
}
div.upsellPrice .price-box {
    position:absolute;
    top:0;right:0;
    width:100%;
    /*width:150px;*/
/*    font-size:0.8em;*/
    border:0;
}
.regular-price, .price {
font-weight:bold;
/*font-size:1.2em;*/
}

div.upsellPrice .old-price span.price-label { display:none; }
div.upsellPrice .price-box p {
    width:49%;
    float:right;
    text-align:right;
    margin:0;
    }
div.upsellPrice .price-box p.old-price {
    float:left;
    text-align:left;
    color:#676968;
    }
div.upsellPrice .price-box p.special-price { font-size:1.2em; }
div.upsellPrice .price-box p.regular-price { font-size:1.2em; }

table#upsell-product-table p.delivery {
    position:relative;
    border-bottom:1px dotted #CACACA;
    border-top:1px dotted #CACACA;
    margin:0;padding:0;
    line-height:27px;
    font-size:0.8em;
    width:100%;
}
table#upsell-product-table p.delivery span.delivery {
color:#C90101;
font-weight:bold;
font-size:1.2em;
}
table#upsell-product-table p.delivery button {
    position:absolute;
    top:0;right:0;
}

.product-options-bottom { padding:0; }
.product-options-bottom .price-box { display:none; }
.product-options { background:white;
border:0;
margin:0; }
.product-options dd { margin:0; }
.product-options dt label { color:black; }
.product-options p.required {
padding:0;margin:0;
}


/* product list */
table.attrSize {
font-size:0.8em;
margin:0 5px;
}
table.attrSize td {
background-image:none;
border:0;
padding:0 2px;
}
.attributes { width:42%; margin-top:5px; margin-bottom:25px; text-align:left; font-size:0.86em;}
.attributes span { margin-right:3px; text-transform:lowercase;}



table#products-grid-table span.discount { display: none; }

table#products-grid-table div.extraPriceHolder {
    position:relative;
 min-height:22px;
 
 }


div.price-box-bundle table.attrSize {
    width:100%;
}
div.price-box-bundle table.attrSize td {
    text-align:right;
}

table#products-grid-table table.attrSize {
    background-image:none;
}
/*table#products-grid-table div.extraPriceHolder table.attrSize th  {
    color:#626262;
     }*/
/*table#products-grid-table div.extraPriceHolder table.old-price {
    width:25%;
    left:25%;
    z-index:2;
    color:#626262;
}*/
/*table#products-grid-table div.extraPriceHolder table.old-price th {
    display:none;
}*/

.shdesc { width:49%; padding:2px; font-size:0.9em; }

.dims { margin-top:5px; width:47%; background-color:#f1f1f1; }
.dims div.inner { margin-right:6px; padding-left:26px; }
.dims div span { white-space:nowrap; }
.dims .attr-length { background: transparent url(../images/sirka.png) no-repeat left center; }
.dims .attr-width { background: transparent url(../images/hlbka.png) no-repeat left center; }
.dims .attr-height { background: transparent url(../images/vyska.png) no-repeat left center; margin:0; }
.dims-attr-left-top { 
	background: transparent url(../images/attr-left-top.gif) no-repeat left top; 
}
.dims-attr-left-bot { background: transparent url(../images/attr-left-bot.gif) no-repeat left bottom; }
.dims-attr-right-top { background: transparent url(../images/attr-right-top.gif) no-repeat right top; }
.dims-attr-right-bot { 
	background: transparent url(../images/attr-right-bot.gif) no-repeat right bottom; 
	padding: 8px;
}

#product-attribute-specs-table tr.odd th, tr.odd td { background-color: #f6f6f6; }
#product-attribute-specs-table tr.even th, tr.even td { background-color: #ffffff; }
#product-attribute-specs-table td,
#product-attribute-specs-table th { border:0; }
#product-attribute-specs-table th.bordleft { border-left:1px solid white; }
#product-attribute-sepcs-table td.bordright { border-right:1px solid white; }

.col-right {
    width:200px;
    }
#login-form fieldset { background: url(../images/nabytek/bgr-col2set.jpg) no-repeat left top;  }
div.col2-set { margin:0 5px; }
div.cart form {
    margin:0 5px;
    display:block
}
ul.checkout-types { margin:5px 5px 0 0; }

form#form-validate {
    margin:0 5px;
    display:block;

}

.cart .cart-collaterals {
    width:670px;
}

.left-top {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.left-arrow-active {
	width: 14px;
	height: 46px;
	background: transparent url(../images/nabytek/gallery-left-active.gif);
	position: absolute;
	top: 35%;
	left: 5px;
	cursor: pointer;
}

.right-arrow-active {
	width: 14px;
	height: 46px;
	background: transparent url(../images/nabytek/gallery-right-active.gif);
	position: absolute;
	top: 35%;
	right: 5px;
	cursor: pointer;
}

.left-arrow-inactive {
	width: 14px;
	height: 46px;
	background: transparent url(../images/nabytek/gallery-left-inactive.gif);
	position: absolute;
	top: 35%;
	left: 0px;
	cursor: default;
}

.right-arrow-inactive {
	width: 14px;
	height: 46px;
	background: transparent url(../images/nabytek/gallery-right-inactive.gif);
	position: absolute;
	top: 35%;
	right: 5px;
	cursor: default;
}

#product-options-wrapper dd ul  {
    margin-bottom:10px;
   /* width:100%;*/
    overflow:hidden;
    margin-left: 25px;
}
#product-options-wrapper dd ul li {
    width:100px;height:80px;
    float:left;
    position:relative;
    /*overflow:hidden;*/
    margin-bottom: 20px;
}
#product-options-wrapper dd ul li input {
    left:2px;bottom:2px;
    }
#product-options-wrapper dd ul li label {
    left:18px;bottom:0;
    display:block;
    height:1.3em;
    font-size:0.9em;
    }

#product-options-wrapper dd ul li label a {
    bottom:18px;left:-18px;
    display:block;
    border:2px solid #DAD8D9;
    }

.std ul { margin-left:5px }
.std dl { margin-left:5px }
.std h1 { margin-left:5px }
.std p { margin-left:5px }

div.product-options-bottom p { display:none; }

table.attrSize {
    width:100%;
}
table.attrSize th {
    width:50%;
    background:white;
}
table.attrSize2 th {
    width:25%;
}
table.attrSize span.price-label { font-weight:normal; }

ul.tags-list {
    margin:0 20px;
}


#boxSubCatImages {
border-top:1px solid #ddd;
width:639px;
overflow:auto;
margin:10px 0;
}
#boxSubCatImages div {
width:212px;height:182px;
float:left;
background:url(../images/nabytek/bgr-product-tile.png) no-repeat;
border-bottom:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
overflow: hidden;
}

#boxSubCatImages a {
    width:182px;height:116px;
    display:block;
    margin:10px auto;
    overflow:hidden;
    cursor:pointer;
    background-repeat: repeat-x;
    background-position: 0 0;
	line-height:18px;
}
/*#boxSubCatImages a span {
    display:block;
    width:182px;height:116px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    background-repeat: no-repeat;
    background-position: 0 0;
}*/
#boxSubCatImages a:hover { background-position:-182px 0; }
/*#boxSubCatImages a:hover span { background-position:-182px 0; }*/

#boxSubCatImages a span img {
    margin:auto;
}
#boxSubCatImages p {
    background:url(../images/nabytek/ico-folder.png) 3px 3px no-repeat;
    width:182px;
    margin:10px auto 0;
}
#boxSubCatImages p a {
    display:block;
    margin:0 0 0 30px;
    overflow:visible;
    color:#EB3D22;
    text-decoration:none;
    font-size:1.3em;
    font-weight:bold;
    width:160px;
}

/* prev next image in gallery */
.product-image-popup .nav {
    width:233px;height:29px;
    overflow:auto;
}

.product-image-popup .nav a {
    display:block;
    width:116px;height:29px;
    line-height:29px;
    background:url(../images/nabytek/but-prevnext.png) no-repeat;
    float:left;
    color:white;
    text-decoration:none;
    font-weight:normal;
}
#product-review-table td { width:auto; }

.cms-home .products-grid .td { width:33%; }
.cms-home .products-grid .product-name {
white-space:normal;
}

h2.image-label { color: white; }

.product-image-popup .nav {
margin-top:10px;
margin-bottom:10px;
}

.form-list li {
margin:8px 0;
}
.data-table th { white-space:normal; }

#my_recent_reviews { margin-left:10px; }
#my-reviews-table td { white-space:normal; }

/* boxy v uctu zakaznika */
#boxAccountInfo { margin:10px auto 5px;
width:623px;
overflow:auto;
}
#boxAccountInfo a  { color:#F13100; }
#boxAccountInfo .col-1, #boxAccountInfo .col-2 {
    background:url(../images/nabytek/bgr-box-account.jpg) left bottom no-repeat;
    width:309px;min-height:130px;
    position:relative;
    float:left;
}
#boxAccountInfo .col-2 { float:right; }
#boxAccountInfo .col-1 span.topCorners, #boxAccountInfo .col-2 span.topCorners {
    background:url(../images/nabytek/bgr-box-account.jpg) no-repeat;
    width:309px;height:4px;
    display:block;
    position:absolute;
    left:0;top:0;
}
#boxAccountInfo .col-1 h4, #boxAccountInfo .col-2 h4 { margin:5px 0 0 10px; }
#boxAccountInfo .col-1 a.edit, #boxAccountInfo .col-2 a.edit {
position:absolute;
right:10px;bottom:10px;
}
#boxAccountAddress {
    background:url(../images/nabytek/bgr-box-account2.jpg) left bottom no-repeat;
    width:623px;min-height:130px;
    position:relative;
    overflow:auto;
    margin:0 auto;
    padding-bottom:10px;
}
#boxAccountAddress span.topCorners {
    background:url(../images/nabytek/bgr-box-account2.jpg) no-repeat;
    width:623px;height:4px;
    display:block;
    position:absolute;
    left:0;top:0;
}
#boxAccountAddress h4 { margin:5px 0 0 10px; }
#boxAccountAddress div {
    width:310px;min-height:130px;
    float:left;
    margin:10px 0 10px 10px;
}
#boxAccountAddress div.col-2 { width:270px; }
#boxAccountAddress a { color:#F13100; }

#boxAccountAddress a.edit {
position:absolute;
right:10px;bottom:10px;
}

.messages {
    border:0;
}
.success-msg {
    background:url(../images/nabytek/bgr-message-success.jpg) no-repeat;
    width:621px;height:30px;
    border:0;
    margin:0;
    line-height:30px;
    
}

.success-msg ul { margin:0 0 10px 30px; }

.linked-product {
    background:url(../images/nabytek/bgr-custom-options.jpg) left bottom  no-repeat;
    width:342px;
    padding:0;
    position:relative;
    /*overflow:visible;*/
    margin:0 0 5px;    
}
.linked-product span.topCorners {
    background:url(../images/nabytek/bgr-custom-options.jpg) no-repeat;
    width:342px;height:4px;
    display:block;
    position:absolute;
    left:0;top:0;
}

/* custom options in product view */
#product-options-wrapper {
    background:url(../images/nabytek/bgr-custom-options.jpg) left bottom no-repeat;
    width:342px;
    padding:0;
    position:relative;
    /*overflow:visible;*/
    margin:0 0 5px;    
}
#product-options-wrapper span.topCorners {
    background:url(../images/nabytek/bgr-custom-options.jpg) no-repeat;
    width:342px;height:4px;
    display:block;
    position:absolute;
    left:0;top:0;
}
#product-options-wrapper dl { margin:10px 5px; }
#product-options-wrapper p { margin:10px 5px; }

/* order */
.step-title {
    background:#FCFAE5 url(../images/nabytek/bgr-order-step-title.jpg) no-repeat;
    color:#BD920F;
    width:621px;height:45px;
    line-height:45px;
    margin:5px auto;
    padding:0;
}
#billing-buttons-container button.button, #billing-buttons-container button.button span,
#shipping-buttons-container button.button, #shipping-buttons-container button.button span,
#shipping-method-buttons-container button.button, #shipping-method-buttons-container button.button span,
#payment-buttons-container button.button, #payment-buttons-container button.button span {
background-image:url(../images/nabytek/but-order.jpg);
color:white;
height:29px;
line-height:29px;
margin:0 auto;
float:none;
display:block;
width:202px;
padding:0;
}

.new-users h3 { color:#BD920F; }
.registered-users h3 { color:#BD920F;
margin-left:0;
}
.registered-users p { margin-left:0; }

#form-validate h3 { color:#BD920F;
margin-left:0; padding:0px 5px;
}

#form-validate .form-list li { padding:5px; }

.notice-msg  ul li { margin:0 20px; }
.note-msg { padding-left:20px; }

/*<== CrossSell products as Options ========================================>*/

.options-links {margin:10px 0 }
.options-links .title {text-align:center;font-weight:bold;color:black;margin:5px 0}
.options-links table {width:100%}
.options-links table td {text-align:center; width:33%}
.options-links .option-price { }
.options-links .description { }

/*<== CMS Pages ============================================================>*/

.std ol {margin-left:8px}

#tableShipping {margin:5px 5px 20px 10px;border:solid 1px}
#tableShipping th {text-align:center;border:solid 1px;padding:3px}
#tableShipping td {text-align:center;border:solid 1px;padding:3px}
#tableShipping .first{text-align:left}

#tableContacts {margin: 5px 5px 20px}
#tableContacts .first {width:3%}

/* Dotaznikovy formular *========== */
#ff fieldset { padding:15px; }
.question { margin-bottom:10px; }
.headtext { font-weight:bold; font-size:16px; margin-bottom:4px; }
.question .title { font-weight:bold; font-size:1em; }
.question .option { margin-left:5px; }


/* ================================ */

/*<=================== KONEC NABYTEK.CSS ===================================>*/

/*<======================== LIGHTBOX.CSS ===================================>*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*<=================== KONEC LIGHTBOX.CSS ===================================>*/

/* CONTACT FORM */
#contactForm fieldset { margin:0 10px; }
#contactForm .buttons-set { margin:0 10px; }

/*<===================== CETELEM ============================================>*/

.calculator { width:100%;text-align:center; margin:10px }
.calculator .calcblock { width:100%; }
.calculator .calcblock .calcheader {
	background: #FFFFFF url(/magento/nabytek-a-interier/skin/frontend/default/nabytek/images/nabytek/bgr-order-step-title.jpg) no-repeat scroll 0 0; 
	height: 45px;
	line-height: 45px;
	margin: 5px 0;	
	color: #BD920F;
	padding: 1px;
}

.calculator .calcblock .calccontent {
	text-align: left;
	font-size: 1.00em;
}

.calculator .calcblock .calccontent p { margin: 10px 0; }
.calculator .calcblock .calccontent .item {color: #626262; font-weight:bold }
.calculator .calcblock .calccontent .item td {padding: 3px}
.calculator .calcblock .calccontent .title {width: 150px}
.calculator .calcblock .calccontent .value {color: #000000; font-weight:bold }
.error {color:red; margin-left: 10px;}

/*<===================== CMS ============================================>*/
.cms { background: url(../images/nabytek/bgr-cms.jpg) no-repeat left top; padding:15px 10px 80px; }
.cms strong { color: #d3b459; }
.cms h1 { font-size: 18px; margin-bottom: 30px; color: #f22f01; }
.cms h2 { margin-bottom: 15px; color: #d3b459; font-size: 14px; font-weight:bold;}
.cms h3 { font-size: 12px; }
.cms h2 .strong { color: #d8a403 }
.cms a { color: #d8a403; }
.cms .cmsblock { background: #fff url(../images/nabytek/bgr-cms-div.gif) repeat-x left bottom; padding:20px 10px 10px; border:1px solid #e4e4e4; margin-bottom:8px; }

.selectedCrossell { border:1px solid #918055; }

/*<===================== Nová grafika bundle ============================================>*/

.bundle { margin-bottom:15px; font-size:0.95em; }
.bundle .bundle-product { text-align:center; height:150px; width:100%; }
.bundle .bundle-product img { }
.bundle .inner { padding:5px; }
.bundle .inner .label { display:block; height:35px; }
.bundle .odd { background: url(../images/nabytek/bundle-background.png) repeat-x left center; }
.bundle .body { border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; border-top: 1px solid #d3d3d3; position:relative; top:-1px; }
.bundle .body .bprice { color:#c92229; font-weight:bold; }
.bundle .price-block { width:247px; }
.bundle .price-block span { line-height:35px; }
.bundle .price-block .bprice { font-size:20px; }
.bundle .price-block .dsc { margin-right:10px; vertical-align:top; }
.bundle .bottom { padding:10px; }
.bundle .desc { width:200px; margin-right:10px; line-height:13px; margin-top:5px; }
.bundle .bottom-corner-left { height:5px; background:url(../images/nabytek/bundle-bottom-left.png) no-repeat left bottom; padding-left:5px; }
.bundle .bottom-corner-right { height:5px; background:url(../images/nabytek/bundle-bottom-right.png) no-repeat right bottom; padding-right:5px; }
.bundle .bottom-corner { height:5px; background:url(../images/nabytek/bundle-bottom.png) repeat-x left bottom; }
#bundlewrapper #product-options-wrapper { width:auto; background:none; padding:0; }
#bundlewrapper #product-options-wrapper dl { margin:0; }

/*<===================== Šede ramecky ============================================>*/

.gray-round37-left { background: url(../images/nabytek/bundle-price-left.png) no-repeat left top; padding-left:3px; height:37px; }
.gray-round37-right { background: url(../images/nabytek/bundle-price-right.png) no-repeat right top; padding-right:3px; height:37px; }
.gray-round37 { background: url(../images/nabytek/bundle-price.png) repeat-x left top; height:37px; padding:2px 5px; }

.gray-body { border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; border-top: 1px solid #d3d3d3; position:relative; top:-1px; }
.gray-corner-left { height:5px; background:url(../images/nabytek/bundle-bottom-left.png) no-repeat left bottom; padding-left:5px; }
.gray-corner-right { height:5px; background:url(../images/nabytek/bundle-bottom-right.png) no-repeat right bottom; padding-right:5px; }
.gray-corner { height:5px; background:url(../images/nabytek/bundle-bottom.png) repeat-x left bottom; }

/*<===================== Podobne produkty ============================================>*/

#related-detail { margin-bottom:9px; }
#related-detail h3.graytitle { margin:0; height:30px; }
#related-detail h3.graytitle span { line-height:30px; height:30px; }
#related-detail .content { margin:5px 25px 0px; position:relative; height:70px; }
#related-detail .container { position:absolute; left:0; top:5px; width:100%; }
#related-detail .item { text-align:center; width:25%; }
#related-detail .item span {}

.arrow-right-active { background:url("../images/nabytek/gallery-right-active.gif") repeat scroll 0 0 transparent; cursor:pointer; height:46px; width:14px; margin:10px 5px 0px; }
.arrow-left-active { background:url("../images/nabytek/gallery-left-active.gif") repeat scroll 0 0 transparent; cursor:pointer; height:46px; width:14px; margin:10px 5px 0px; }
.arrow-right-inactive { background:url("../images/nabytek/gallery-right-inactive.gif") repeat scroll 0 0 transparent; cursor:pointer; height:46px; width:14px; margin:10px 5px 0px; }
.arrow-left-inactive { background:url("../images/nabytek/gallery-left-inactive.gif") repeat scroll 0 0 transparent; cursor:pointer; height:46px; width:14px; margin:10px 5px 0px; }

/*<===================== Zmena barev pro dodani ============================================>*/

.greenstrong { font-wieght:bold; color:#8EB615; }

/*<===================== Manazer ============================================>*/

#manager { padding:5px; background: url(../images/nabytek/bundle-background.png) repeat-x left center; }
#manager img { border: 1px solid #d3d3d3; }
#manager div#img { text-align:center; margin-bottom:10px; width:100% }
#manager span.red { color:#c80201; }

.sendfriend-product-send .col-main fieldset { padding: 10px; }

/*<===================== Lákadlo pro zaregistrování ==========================>*/

ul.promo-reg-register { float:left; }
div.promo-reg-register { width:35%; float:right; margin-right:5px; }

.promo-reg { padding:5px; font-size:0.9em; }
.promo-reg .red { color:red; }
.promo-reg p { margin:0px; padding:0px 5px 3px; text-align:justify; }
.promo-reg p strong { font-size:1.2em; }
.promo-reg p img { float:right; margin:8px 0 0 13px; }

