/**
 * 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)
 */

/* Layout ================================================================================= */
/* body {background:url('../images/16_col.gif') repeat-y top center;} */
body {background:url('../images/footer.gif') repeat-x bottom center;
	width: 100%;
	display: table;
	}
body.page-popup { background-image:none; }
		/* .wrapper {background:url('../images/juosta.gif') repeat-x 50% 68px;} 2010 02 06 */
html {background:url('../images/juosta.gif') repeat-x 50% 68px;}
		/* .page { width:960px; margin:0 auto; padding:0px 0; text-align:left; } 2010 02 06 */
.page { width:1130px; margin:0 auto; padding:0px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0 0; padding-bottom:100px; }

/* Base Columns */ 
		/* .col-left { float:left; width:220px; margin:0 10px; } 2010 02 06 */
.col-left { float:left; width:190px; margin:0 10px; }
		/* .col-main { float:left; width:460px; } 2010 02 06 */
.col-main { float:left; width:660px; }
.col-right { float:right; width:220px; margin:0 10px; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { width:700px; float:right; margin:0 10px 0; }
.col2-right-layout .col-main { width:700px; float:left; clear:left; margin:0 10px 0; }

/* 3 Columns Layout */
		/* .col3-layout .col-main { width:460px; margin:0 10px; } 2010 02 06 */
.col3-layout .col-main { width:660px; margin:0 10px; }

/* Content Columns */
.col2-set { overflow:hidden; margin-bottom:20px; }
.col2-set .col-1 { float:left; width:47.5%; overflow:hidden; position:relative; /* margin:0 10px; */ /* border:1px solid #ccc; */ }
.col2-set .col-2 { float:right; width:47.5%; overflow:hidden; position:relative;  /* margin:0 10px; */ /* border:1px solid #ccc; */ }
.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 ========================================================================= */

/* Default Links ============= */
a { color:#3773b8; text-decoration:none; }
a:visited { color:#819ab8; }
a:hover { color:#00326b; }

/* Grey Links ============= */
.block-layered-nav a, .block-layered-nav a:visited,
.block-cart .mini-products-list a,
.block-account a
{	color:#666;
}
.block-layered-nav a:hover,
.block-cart .mini-products-list a:hover,
.block-account a:hover
{	color:#333333;
}

/* Light-grey Links ============= */
.breadcrumbs a, .breadcrumbs a:visited,
.header a, .header a:visited,
.pager,
.block-compare a
{	color:#a6a6a6;
}
.breadcrumbs a:hover,
.header a:hover,
.block-compare a:hover
{	color:#666; 
}

.bordered { padding:15px; border:1px dashed #ccc; position:relative; display:block; position:relative; }
.bordered .separator { position:absolute; top:0; left:50%; width:1px; height:100%; /* padding-bottom:28px; margin:-14px 0; */ border:1px dashed #ccc; border-width:0 1px 0 0; background-color:white; }

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#666; }
input.input-text,/* select, */textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:4px 4px 5px; }
select { padding:2px; }
select option { padding:0 10px 0 4px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
fieldset { overflow:hidden; }

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; margin:0 5px 0 0; padding:5px 26px 6px 10px; background:#5e2800 url('../images/next-brown-btn.gif') right 0 no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
.block button.button { float:left; margin:12px 0 0; background:#ad7a39 url('../images/next-midbrown-btn.gif') right 0 no-repeat; }
.col-right .block button.button { float:right; }
		/* .block.block-cart button.button { background:#5e2800 url('../images/next-brown-btn.gif') right 0 no-repeat; } */
.block.block-cart button.button { background:#80a727 url('../images/next-green-btn.gif') right 0 no-repeat; }
button.button.back { float:left; padding:5px 10px 5px 26px; background:#ad7a39 url('../images/prev-midbrown-btn.gif') -1px 0 no-repeat; }
button.button span { text-align:left; white-space:nowrap; color:#fff; }
button.button:hover span { color:#feea44; }
button.disabled { overflow:visible; width:auto; border:0; padding:5px 10px; background:#808080; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.disabled span { float:left; text-align:left; white-space:nowrap; color:#fff; }

.bulleted li { color:#a6a6a6; padding:0 0 3px 10px; background:transparent url('../images/next-bullet.gif') no-repeat 0 6px;  }

/* 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; margin-right:15px; }
.form-list .input-box { float:left; width:260px; margin-right:15px; }
.form-list input.input-text,
.form-list textarea { width:238px; }
.form-list select { width:248px; }
.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 10px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:525px; }
.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:10px 0 0; padding:0; border:0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; margin:0 0 0 5px; }

.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:16px; 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:12px; text-align:left; }
/* 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:normal; }
.notice { color:#ccc; }


.messages,
.messages ul { font-size:12px; list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:10px 0; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 6px 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:#8bc80d; background-color:#f7fde1; background-image:url(../images/success_msg_icon.gif); color:#709f0b; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#ffffe5; background-image:url(../images/note_msg_icon.gif); color:#e79e00; }

/* BreadCrumbs */ 
.breadcrumbs { float:left; margin:0 10px 0px; color:#a6a6a6; }
.breadcrumbs li { display:inline; }
.breadcrumbs li span { float:left; display:block; margin:4px 7px 0 8px; width:6px; height:11px; text-indent:-9999px; background:transparent url('../images/next-grey-small.gif') no-repeat 0 0; }
.breadcrumbs a { float:left; }


/* Page Heading */
.page-title { margin:0 0 30px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { margin:5px 0; padding:0 0 8px; text-align:center; border-bottom:1px dashed #cccccc; }
.pager .amount { float:left; display:block;  }
.pager .amount strong { color:#80562f; font-weight:normal; }
.pager .limiter { float:right; margin:0 20px; display:block;  }
.pager .pages { float:left; overflow:hidden; width:460px; margin:2px 0 0px; }
.pager .pages .label { float:left; margin:0 5px 0 0; /* display:none; */ }
.pager .pages ol { float:left; overflow:hidden; text-align:center;  }
.pager .pages li { display:block; float:left;  }
.pager .pages li a, .pager .pages li .current { display:block; _zoom:1; _display:inline; padding:0 7px; /* width:22px; */ height:20px; text-align:center; overflow:hidden; line-height:19px; }
.pager .pages .current { background-color:#f7f4da; color:#666; }
.pager .pages li a:hover { background-color:#f0e5af; }
.pager .pages .prev a, .pager .pages .next a { text-indent:-9999px; padding:0; width:22px; background:transparent url('../images/next-midgrey.gif') no-repeat 8px 4px;  }
.pager .pages .prev a { background-image:url('../images/prev-midgrey.gif'); }
.pager .pages .prev a:hover { background-image:url('../images/prev-darkgrey.gif'); }
.pager .pages .next a:hover { background-image:url('../images/next-darkgrey.gif'); }

/* Sorter */ 
.sorter { float:right; margin:0 0 0 20px; overflow:hidden; }
.sorter .view-mode { float:left; }
.sorter .sort-by { width:auto; display:inline; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; margin-bottom:30px; }
.data-table th { padding:6px 10px 7px; font-weight:bold; white-space:nowrap; }
.data-table td { padding:10px; border-top:0; vertical-align:middle; }
.data-table thead { padding:0; margin:0; background:transparent url('../images/juostele.jpg') repeat-x 0 0; color:#fff; }
.data-table thead th { border:0; }
.data-table tbody { width:99.9%; overflow:auto; }
.data-table tfoot td { border:0; padding:0; }
.data-table tfoot button.button { margin:0 0 0 4px; padding:5px 10px 5px 10px; background:#ad7a39; }
.data-table tfoot button.button.back { float:left; margin:0; padding:5px 10px 5px 26px; background:#ad7a39 url('../images/prev-midbrown-btn.gif') -1px 0 no-repeat; }
.data-table tr.first {}
.data-table tfoot tr.last .price { font-size:16px; color:#80562f; }
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td {  }
.data-table tbody { padding-right:-1px; }
.data-table tbody tr { /* border-right:1px dashed #ccc; */ }
.data-table tbody td { border:1px dashed #ccc; border-width:0 0 1px 1px; }
.data-table tbody td.last { border-width:0 1px 1px; padding-right:-1px;}
.data-table tbody.even {  }
.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 {}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
/* .std { overflow:hidden } */
.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; }

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

/* Demo Notice */
.demo-notice { position:absolute; top:0; right:0; width:600px; margin:0; padding:4px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:left; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { position:absolute; top:0; left:-85px; width:349px; height:64px; overflow:hidden; } 
.header-container { padding-bottom:35px; }
.header { /* padding:10px; */ position:relative; height:64px;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:349px; height:64px;  }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; text-align:right; margin:24px 10px 0 0;}
.header .links li { display:inline; padding-right:12px; margin-right:8px; border-right:1px solid #e6e6e6; }
.header .links li.last { padding-right:0; margin-right:0; border:0; }
#top-nav { display:block; margin:20px 10px 0; overflow:visible; }
.header .form-search { text-align:center; }
#search_mini_form { float:right; width:220px; display:block; }
#search_mini_form input { margin-right:-3px; width:162px; height:16px; padding:5px 5px 5px 26px; color:#a6a6a6; background:white url('../images/search.gif') no-repeat 0 0; border:0; }
#search_mini_form button.button { width:27px; height:26px; /* background:#642e0b url('../images/next-brown-btn.gif') no-repeat 100% 0; padding:0; */ padding:0; margin:0; float:none; }
#search_mini_form button.button span { display:none; padding:0; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; float:right; margin:24px 12px 0 0; border-right:1px solid #E6E6E6; padding-right:12px; }
.header .language-switcher { text-align:center; float:right; margin:24px 12px 0 0; border-right:1px solid #E6E6E6; padding-right:8px; }
.header .language-switcher a { display:block; margin:4px 8px 4px 0; float:left; height:11px; }
.header #header-currency { float:right; margin:24px 12px 0 0; border-right:1px solid #E6E6E6; padding-right:4px; }
.header #header-currency a { margin-right:8px; }
.header #header-currency a.selected { border-bottom:1px solid #ccc; }

/********** < Navigation */
#nav { float:left; display:block; width:700px; color:#fff; font-size:16px; /* padding:5px 0; margin:10px 0; */ /* overflow:hidden; */ }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent { padding-bottom:1px; }
#nav li a { display:block; color:#fff; text-decoration:none; padding:0px 11px 2px; }
#nav li a:hover { text-decoration:none; color:#ffffff; background:#642e0b; }
#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; margin-right:12px;}
#nav li a:hover { color:#fff; }
#nav li.over a,
#nav li.active a { color:#fff; background:#642e0b; }
#nav li.active a:hover { color:#fff; }

/* 2nd Level */
#nav ul { font-size:12px; color:#fff; background:transparent; position:absolute; padding-bottom:8px; width:15em; top:27px; left:-10000px; }
#nav ul li { float:none; background:#642e0b; }
#nav ul li.last { border-bottom:4px solid #642e0b; }
#nav ul li a { float:none; padding:0 9px 1px; line-height:25px; font-weight:normal; margin:0; }
#nav ul li.parent { padding-bottom:0; }
#nav ul li.parent > a { background: transparent url('../images/next-brown-small.gif') no-repeat 14em 9px; }
#nav ul li.parent.over > a { background:#b78547 url('../images/next-midbrown-small.gif') no-repeat 14em 9px; border:0; margin:0; }
#nav ul li.parent.active.over > a { background:#b78547 url('../images/next-darkbrown-small.gif') no-repeat 14em 9px; border:0; margin:0; }
#nav ul li.parent > a:hover { background: transparent url('../images/next-brown-small.gif') no-repeat 14em 9px; }
#nav ul li.active > a { color:#b78547; background-color:transparent; }
#nav ul li a:hover,    #nav ul li.active > a:hover,    #nav ul li.parent a:hover,    #nav ul li.parent.active.over > a:hover
	{ background:#b78547 url('../images/next-midbrown.gif') no-repeat 13.9em 7px; }
#nav ul li.active ul a { color:#fff; background:transparent; }
#nav ul li.active > a:hover,    #nav ul li.active.parent.over > a 
	{ color:#642e0b; }

/* 3rd+ leven */
#nav ul ul { top:0; padding-left:1px; background:transparent; }

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


/* Sidebar =============================================================================== */
.block { margin:0 0 35px; }
.block .block-title { background:#e4c67d url('../images/juostele_lite.jpg') repeat-x 0 0; height:32px; padding:0 10px; position:relative; white-space:nowrap; }
.col-left .block .block-title { background-image: url('../images/juostele_lite_190.jpg'); }
.block .block-title h2 { font-size:18px; font-weight:normal; line-height:30px; color:#fff }
.block .block-title h2 a { font-size:12px; line-height:26px; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { border:1px dashed #cccccc; border-width:0 0 1px; padding:7px 10px 12px; }
.block .actions { clear:both; width:200px; text-align:right; }
.col-left .block .actions { width:170px; } /* 2010 02 06 */
.block .actions a { /* float:left; */ }
.view-all { padding:0 0 0 6px; margin-left:4px; border-left:1px solid #f0e5af; }

/* Dark blocks =========== */
.block-layered-nav .block-title, 
.block-cart .block-title, 
.block-progress .block-title,
.block-account .block-title
	{ background:#b78547 url('../images/juostele.jpg') repeat-x 0 0; height:32px; border-width:0 1px 1px; }
.col-left .block-layered-nav .block-title, 
.col-left .block-cart .block-title, 
.col-left .block-progress .block-title,
.col-left .block-account .block-title
	{ background-image:url('../images/juostele_190.jpg'); }
.block-cart .block-content,
.block-progress .block-content,
.block-account .block-content
	{ border-width:0 1px 1px; }
	
.block-layered-nav .azuolas,
.block-account .azuolas 
	{ position:absolute; bottom:0; right:-15px; display:block; width:70px; height:32px; background:transparent url('../images/azuolas-block-left.png') no-repeat 0 0; }
.block-cart .azuolas,
.block-progress .azuolas 
	{ position:absolute; bottom:0; right:-12px; display:block; width:65px; height:37px; background:transparent url('../images/azuolas-block-right.png') no-repeat 0 0; }


/* Block: Account */
.block-account .current span { color:#666; background:#f7f4da url('../images/next-darkgrey.gif') no-repeat 96% 7px; }
.block-account .block-content { padding:7px 0 12px; }
.block-account li a, .block-account .current span { height:26px; line-height:24px; padding:0 26px 0 11px; display:block; width:181px; }
.block-account li a:hover { background:#f0e5af url('../images/next-lightbrown.gif') no-repeat right 0; }


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


/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .currently { background:#f7f4da; }
.block-layered-nav .block-content { padding:0; border-width:0 1px 0; }
.block-layered-nav dt { padding:8px 10px 4px; color:#80562f; font-weight:bold; }
.block-layered-nav dd, .block-layered-nav .actions { padding:0 0 8px; border-bottom:1px dashed #cccccc; }
		/* .block-layered-nav a { display:block; width:183px; margin:0 -1px 0 -1px; padding:1px 26px 0 11px; overflow:hidden; } 2010 02 06 */
.block-layered-nav a { display:block; width:153px; /* height:26px; line-height:24px; */ margin:0 -1px 0 -1px; padding:1px 26px 0 11px; overflow:hidden; }
.block-layered-nav a:hover { background:#f0e5af url('../images/next-lightbrown.gif') no-repeat right -3px; }
.block-layered-nav .flat-nav dd { padding-top:5px; }
.block-layered-nav .flat-nav a { height:26px; line-height:24px; padding:0 26px 0 11px; }
.block-layered-nav .flat-nav a:hover { background-position: right 0; }
.block-layered-nav a .count { color:#c9c9c9; margin-left:4px; }
.block-layered-nav a:hover .count { color:#a6a6a6; }

.block-layered-nav h4 { padding:6px 10px 6px; background:#f7f4da; }
.block-layered-nav .currently { padding:0; background:#f7f4da; }
.block-layered-nav .currently li { padding:0 2px 1px 3px; margin:0 4px 0 7px }
.block-layered-nav .currently li:hover { background:#fff; /* background:#f0e5af; */ }
.block-layered-nav .currently .label { color:#80562f; font-weight:bold; }
.block-layered-nav .currently a, .block-layered-nav .actions a { float:right; display:inline; padding:0; width:auto; line-height:1.5; background:none; height:auto; }
.block-layered-nav .currently a { display:block; width:17px; height:17px; margin-top:1px; text-indent:-9999px; background:transparent url('../images/list_remove_btn_layer.gif') no-repeat 3px 3px; }
.block-layered-nav .currently a:hover { background:#f0e5af url('../images/list_remove_btn_lightbrown.gif') no-repeat 3px 3px; }
		/* .block-layered-nav .actions { width:202px; padding:0 6px 5px 10px; background:#f7f4da; } 2010 02 06 */
.block-layered-nav .actions { width:172px !important; padding:0 6px 5px 10px; background:#f7f4da; }
.block-layered-nav .actions a { padding:0 4px 1px 17px; background:transparent url('../images/list_remove_btn_layer.gif') no-repeat 4px 4px; }
.block-layered-nav .actions a:hover { background:#f0e5af url('../images/list_remove_btn_lightbrown.gif') no-repeat 4px 4px; }

/* Block: Cart */
.block-cart .block-content { padding-top:7px; }
.block-cart .amount { width:auto; float:left; }
.block-cart .subtotal { width:auto; float:right; text-align:right; color:#a6a6a6; }
.block-cart .subtotal .label { display:none; }

.mini-products-list { color:#a6a6a6; padding:0 0 6px; border-bottom:1px dashed #cccccc; margin:0 -11px 8px; }
.mini-products-list li { padding:4px 7px 4px 11px; line-height:1.3; border-bottom:1px solid white; }
.mini-products-list li:hover { background:#f0e5af; }
.mini-products-list li .product-details h4 { width:185px; font-size:12px; font-weight:normal; margin:0; position:relative; }
.mini-products-list li .product-details a { display:block }
.mini-products-list li .product-details a .count { color:#c9c9c9; margin-left:8px; }
.mini-products-list li:hover .product-details a .count { color:#a6a6a6; }
.mini-products-list li .product-details a .count-price { display:none; color:#a6a6a6; }
.mini-products-list li .product-details a .count-price .count { margin:0; color:#666; }
.mini-products-list li:hover .product-details a .count-price { display:block; }
.mini-products-list li .product-details h4 a img { position:absolute; display:none; left:-62px; top:-4px; width:50px; border:4px solid #f0e5af; }
.mini-products-list li:hover .product-details h4 a img { display:block; z-index:2; }

.mini-products-list li .product-details a.btn-remove { float:right; display:block; width:17px; height:17px; text-indent:-9999px; background:transparent url('../images/list_remove_btn.gif') no-repeat 3px 3px; }
.mini-products-list li:hover .product-details a.btn-remove { background-image:url('../images/list_remove_btn_layer.gif'); }
.mini-products-list li .product-details a.btn-remove:hover { background:transparent url('../images/list_remove_btn_lightbrown.gif') no-repeat 3px 3px; }


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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin:0; /* width:18px; */ margin-right:5px; text-align:left; }
.block-related li.item {  }
.block-related div.item { float:right; width:auto; position:relative; }
.block-related .item .product-image { float:left; margin-right:10px; width:50px; height:50px; }
.block-related .item .product-details { float:right; width:118px; }
.block-related .item .product-name { line-height:1; }
.block-related .item .product-name a { color:#80562f; font-weight:bold; font-size:12px; }
.block-related .price-label { display:none; }
.block-related .price-box { margin-top:4px; }
.block-related .price-box p { display:inline; margin-right:2px; }
.block-related .price-box .old-price .price { display:none; font-size:11px; color:#a6a6a6; font-weight:normal; }
.block-related .price-box .special-price, .block-related .price-box .regular-price .price { font-size:12px; }
.block-related .price-box a.minimal-price-link { display:inline; font-weight:bold; }
.block-related .price-box a.minimal-price-link .label { display:none; }
.block-related .special-price-img { position:absolute; top:-6px; left:32px; width:0; height:0; padding:0 27px 16px 0; background:transparent url('../images/akcija-small.png') no-repeat 0 0; }

/* Block: Compare Products */
.block-compare h2 .view-all { font-size:12px; }
.block-compare button.button { clear:both; }
.block-compare li { padding:4px 0; }
.block-compare a.btn-remove { float:right; display:block; width:17px; height:17px; text-indent:-9999px; background:transparent url('../images/list_remove_btn.gif') no-repeat 3px 3px; }
.block-compare .actions a { float:right; padding:0 0 1px 17px; background:transparent url('../images/list_remove_btn.gif') no-repeat 4px 4px; }
.block-compare a.btn-remove:hover, .block-compare .actions a:hover { background-image:url('../images/list_remove_btn_hover.gif'); }

/* Block: Viewed */
.block-recent li { padding:4px 0 }

/* Block: Poll */
.block-poll h3 { font-size:12px; line-height:1.5; font-weight:normal; color:#666; margin-bottom:10px; }
.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 .input-box { padding-top:5px; }
		/* .block-subscribe .input-box input { width:188px; } 2010 02 06 */
.block-subscribe .input-box input { width:158px; }

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

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

/* Block: Checkout Progress */
.block-progress { color:#a6a6a6 }
.block-progress .block-content { padding:7px 0 0; border-bottom:0; }
.block-progress dt { font-weight:normal; padding:0 10px 0; }
.block-progress dt a { font-weight:normal; padding:0 0 0 8px; margin-left:6px; border-left:1px solid #e6e6e6; }
.block-progress dt.complete { font-weight:bold; color:#80562f; }
.block-progress dd { border-bottom:1px dashed #cccccc; padding:0 10px 10px; margin-bottom:10px; }
.block-progress dd.complete {  }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { /* border-bottom:1px solid #ddd; */ /* margin:0 0 10px; */ }
.category-description { text-align:justify; }
.category-image { display:block; margin:0 auto; }
		/* .category-products { width:460px; } 2010 02 06 */
.category-products { width:660px; }

/* View Type: Grid */
		/* .products-grid { width:460px; margin:30px 0 5px; padding-bottom:10px; border-bottom:1px dashed #cccccc; } 2010 02 06 */
.products-grid { width:100%; margin:30px 0 5px; padding-bottom:10px; border-bottom:1px dashed #cccccc; }
.products-grid tr.odd {}
.products-grid tr.even {  }
		/* .products-grid td { float:left; display:block; position:relative; width:220px; padding:0 0 40px 0; margin:0px; text-align:center; margin-right:20px; z-index:1; } 2010 02 06 */
.products-grid td { float:left; display:block; position:relative; width:200px; padding:0 0 60px 0; margin:0px; text-align:center; margin-right:29px; z-index:1; /* border:1px solid red; border-width:0 1px 1px 0; */ }
.products-grid td.last { margin-right:0; }
.products-grid td.empty { background:none; }
.products-grid a.product-image { display:block; padding:0 0 8px; }
.products-grid h3 a { color:#80562f; font-size:12px; font-weight:bold; }
.products-grid .ratings { display:none; }
.products-grid .regular-price { font-size:16px; font-weight:bold; color:#666; }
.products-grid .old-price { display:inline; }
.products-grid .old-price .price { font-weight:normal; }
.products-grid .special-price { display:inline; }
.products-grid .special-price .price-label,
.products-grid .old-price .price-label { display:none; }
.products-grid .special-price .price, .special-price { font-size:16px; font-weight:bold;  color:#93c101; }
.products-grid .price { margin:0 3px; }
.products-grid .buttons { width:auto; display:block; margin-top:3px; height:30px; overflow:hidden; white-space:nowrap; }
.products-grid button.button { margin:0 0px 0 0; display:inline; /* float:left; */ }
.products-grid .add-to-links { display:inline; overflow:hidden; }
.products-grid a.grid-compare { overflow:hidden; background:#f0e5af url('../images/compare.gif') no-repeat 0px 0px; }
		/* .products-grid td img.special-price-img { position:absolute; top:-10px; right:-10px; } 2010 02 06 */
.products-grid td img.special-price-img { position:absolute; top:-10px; right:3px; }

/* 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 { margin-top:20px }
.product-essential { padding:0 0 30px; margin-bottom:40px; border-bottom:1px dashed #CCCCCC; }
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:282px; margin-top:5px; }
.product-view .product-img-box .product-image { border:1px dashed #CCCCCC; }
.product-view .product-img-box .product-image-zoom { border:0; position:relative; width:280px; height:280px; 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:12px auto 25px; 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 #track_hint { margin-top:3px; color:#a6a6a6; }
.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:6px 0 0 }
.product-view .product-img-box .more-views li { float:left; margin:0 10px 8px 0; }

.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:400px; }
.product-view .product-name h2 { margin-bottom:10px; }
.product-view .short-description { margin-bottom:30px; clear:both; }
.product-view .price-box .price-label { font-size:12px; }
.product-view .product-pricing,
.product-view .price-box,
.product-view .add-to-box { margin-bottom:30px; }
.product-view .product-pricing  li { color:#a6a6a6; padding:0 0 3px 10px; background:transparent url('../images/next-bullet.gif') no-repeat 0 6px;  }
.product-view .product-pricing  li strong { color:#666; }
.product-view button.button { margin:0; }
.product-view a.grid-compare { display:block; /* width:auto; */ width:70px; border:0; padding:5px 32px 5px 10px; line-height:1.2; color:#666; overflow:hidden; background:#f0e5af url('../images/compare.gif') no-repeat right 0px; }
.product-view .add-to-cart { display:inline; float:left; }
.product-view .options-addto { margin-left:10px; margin-bottom:30px; float:left; }
.product-view .options-addto ul.add-to-links { float:left; }
.product-view .options-addto ul.add-to-links, .product-view .options-addto ul.add-to-links li { display:inline; width:auto; }
.product-view .add-to-cart label, .product-view span.or { font-weight:bold; line-height:22px }
.product-view h3 { margin-bottom:15px; }
.product-view .email-to-friend { float:left; margin-left:2px; }
.product-view .buttons-set { margin-top:20px; border:1px dashed #ccc; padding:7px 10px 10px; }
.product-view #customer-reviews { margin-bottom:30px; } .product-view #customer-reviews .data-table  { margin-bottom:0; }
.product-view #customer-reviews dd { margin-bottom:20px; }
.product-view #customer-reviews .date { color:#a6a6a6; margin-top:7px; }
.product-view #customer-reviews dt { margin:10px 0 7px; }
.product-view #customer-reviews dt a { padding-right:12px; margin-right:8px; border-right:1px solid #e6e6e6; }
.product-view #review-form textarea { width:400px; height:120px; }
.product-view #review-form .buttons-set { border:0; padding:0; }
.product-view #review-form .buttons-set button.button {float:left;}

/* Rating */
.ratings { width:auto; float:left; }
.ratings .amount {}
.ratings .rating-links a { padding-right:12px; margin-right:8px; border-right:1px solid #e6e6e6; }
.ratings .rating-links .separator { display:none; }
.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 { margin:0 5px 5px 0; display:inline; line-height:25px; }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }
.product-view .availability { display:none; }

/********** < 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-size:16px; 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:14px bold #93c101; }

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

.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 h3 { font-weight:normal; } */
.product-view .description div.std { margin-bottom:30px; }

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid { margin:0 0 30px; border:0; padding:0; width:auto; }
.product-view .up-sell .products-grid td { width:125px; padding:0;  }
.product-view .up-sell .price-box { margin:5px 0 0; line-height:1; }
.product-view .up-sell .price-box p { display:inline; }
.product-view .up-sell .product-name { line-height:1; }
.product-view .up-sell .product-name a { color:#80562f; font-weight:bold; font-size:12px; }

/* Block: Tags */
.product-view .tags h4 { font-size:12px; font-weight:normal; color:#666; }
.product-view .tags .tags-list { margin-bottom:30px; }
.product-view .tags .tags-list li { padding-right:12px; margin-right:8px; border-right:1px solid #e6e6e6; color:#a6a6a6;  }
.product-view .tags .tags-list li.last { border:0; }
.product-view .tags .form-add-tags label { float:left; display:block; width:100%; margin-bottom:5px; font-weight:bold; color:#80562f; }
.product-view .tags .form-add-tags .input-box { float:left; clear:left; width:260px; margin:0 10px 0 0; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags #addTagForm p { clear:both; color:#a6a6a6;  }

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

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


/* Content Styles ================================================================= */
.product-name { font-size:14px; font-weight:normal; line-height:1.1; color:#80562f; margin-bottom:0; }

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

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

/* CMS Home Page */
/* .cms-home .products-grid td { width:20%; } */
.home-links { border:10px solid #f0e5af; overflow:hidden; margin:0 -10px 30px; }
.home-links a { float:left; display:block; overflow:hidden; }
.home-links h2 { float:left; display:block; overflow:hidden; width:auto; }
.cms-home .products-grid { width:440px; border-bottom:0; }
.cms-home .category-products { float:left; /* overflow:hidden; */ width:430px; }
.cms-home .category-products h2 { border-bottom:1px dashed #ccc; }
.cms-home .home-best { float:right; width:430px; /* margin-right:-10px; overflow:hidden; */ }
.cms-home .products-grid td { /* float:left; */ width:210px; height:272px; margin-right:10px; }
.cms-home .products-grid td.last { margin-right:0; }

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


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


/* Shopping Cart ========================================================================= */
.cart .product-name a { font-size:12px; font-weight:bold; line-height:1.4; color:#80562f; }
.cart button.button { padding:5px 10px 6px 10px; background:#ad7a39/*  url('../images/next-midbrown-btn.gif') right 0 no-repeat */; }
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types button.button { font-size:16px; padding:5px 26px 7px 11px; margin:0; background:#5e2800 url('../images/next-brown-btn.gif') right 3px no-repeat; }

/* Shopping Cart Table */
.cart-table { width:939px; }
.cart-table .item-msg { font-size:10px; }
.cart-table tfoot td /* button.button */ { padding:10px 10px 0; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:640px; }
.cart .cart-collaterals .col-1 { width:340px; margin:0; overflow:hidden; }
.cart .cart-collaterals .col-2 { width:280px; margin:0; }
.cart .cart-collaterals h3 { margin-bottom:10px; }
.cart .cart-collaterals .discount label,
.cart .cart-collaterals .shipping p { display:block; margin-bottom:10px; color:#a6a6a6; }
.cart .cart-collaterals .discount,
.cart .cart-collaterals .shipping { padding:10px 15px 15px; margin-bottom:20px; border:1px dashed #ccc; width:248px; }
.cart .cart-collaterals input { float:left;}
.cart .cart-collaterals button.button { float:left; clear:left; margin:0; }
.cart .cart-collaterals .discount button.button { clear:none; float:right;  }
.cart .crosssell .item { clear:both; position:relative; overflow:hidden; padding:10px 0 20px; border-bottom:1px dashed #ccc; margin-bottom:10px; }
.cart .crosssell .product-image { float:left; margin:3px 10px 0 0; }
.cart .crosssell .product-shop { float:left; }
.cart .crosssell .price-label { display:none; }
.cart .crosssell .price-box p { display:inline; margin-right:5px; }
.cart .crosssell .product-shop > p { display:inline; float:left; }
.cart .crosssell .product-shop .add-to-links { display:inline; float:left; }
.cart .crosssell button.button { margin:0 2px 0 0; padding:5px 26px 6px 10px; background:#ad7a39 url('../images/next-midbrown-btn.gif') right 0 no-repeat; }
.cart .crosssell button.button span { display:block; width:18px; height:15px; text-indent:-9999px; background:#ad7a39 url('../images/cart.gif') 0 0 no-repeat; }
.cart .crosssell button.button:hover span { background-position:0 -32px; }
.cart .crosssell .special-price-img { position:absolute; top:3px; left:45px; width:0; height:0; padding:0 27px 16px 0; background:transparent url('../images/akcija-small.png') no-repeat 0 0; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; padding:10px; border:1px dashed #ccc; width:258px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 5px 3px 5px; }
.cart .totals table th { font-weight:bold; color:#80562f; }
.cart .totals tfoot { font-size:18px; font-weight:normal; }
.cart .totals tfoot strong { font-weight:normal; }
.cart .totals tfoot .price { color:#93c101; }
.cart .totals .checkout-types li { overflow:hidden; display:block; }
.cart .totals .checkout-types button { margin:8px 0 6px; }

/* 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 { position:relative; }
.opc li.section { border-bottom:1px solid #fff; }
.opc .step-title { background:#b78547 url('../images/juosta_lite.jpg') repeat-x 0 0; height:32px; padding:0 5px; text-align:right; line-height:30px; }
.opc .active .step-title { background-image:url('../images/juosta_dark.jpg') }
.opc .step-title .number { font-size:18px; float:left; margin:0 5px 0 6px; color:#fff; }
.opc .step-title h3 { font-size:18px; float:left; color:#fff; font-weight:normal; line-height:30px; margin:0; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border:1px dashed #ccc; border-top:0; padding:10px 15px 15px; margin-bottom:20px; position:relative; }
.opc .step h4 { font-size:18px; font-weight:normal; margin-bottom:10px; }
.opc .step .form-list { margin:10px 0; color:#80562f; }
.opc #checkout-step-login .col-1, #checkout-step-login .col-2 { height:240px; position:relative; }
.opc #checkout-step-login .buttons-set { position:absolute; bottom:0; right:0; width:315px; }
.opc button.button { margin:0 0 0 4px; }
.opc .step .col-1 { width:315px; margin:0; }
.opc .step .col-2 { width:315px; margin:0; }
.opc .step .tool-tip { right:10px; }

.opc #checkout-step-billing .form-list { margin-top:0; }
.opc #checkout-step-billing .form-list .billing-street { width:400px; }
.opc #checkout-step-review h4 { font-size:12px; font-weight:bold; margin:0; }
.opc .order-review tfoot td, .opc .order-review tfoot th { padding:0; }
.opc .order-review tfoot th { color:#80562f; }
.opc .order-review tfoot tr.last { font-size:16px; }
.opc .order-review tfoot tr.last .price { color:#93c101; }
.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; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


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

.account-create fieldset { margin-bottom:30px; width:580px; }
.account-create label { font-weight:normal; color:#a6a6a6; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin-bottom:30px; }
.dashboard .col2-set { margin-bottom:20px; }
.dashboard .dash-header { display:block; overflow:hidden; width:100%; margin-bottom:5px; }
.dashboard .dash-header h4 { float:left; }
.dashboard .dash-header a.edit { float:left; padding-left:10px; margin:4px 0 0 12px; border-left:1px solid #ccc; line-height:1.2; }

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

/* Block: Tags */
.dashboard .tags {padding:15px 0 30px;}
.dashboard .tags .title-buttons a { float:left; padding-left:10px; margin:4px 0 0 12px; border-left:1px solid #ccc; line-height:1.2; }
.dashboard .tags ol li { margin-bottom:25px; }
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }
.dashboard .tags .details h3 { margin-bottom:3px; }
.dashboard .tags .details p { display:inline; margin-right:10px; }

/* 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 h1 { position:relative; top:0; left:0; }
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .col2-set { margin-bottom:20px; }
.page-print .col-1, .page-print .col-2 { margin:0; }
/* 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 { padding:10px; height:86px; text-align:center; position:relative; }
.footer a { color:#a57e4c; }
.footer p { text-align:center; }
.footer address { display:block; position:absolute; bottom:15px; left:-10px; width:100%; text-align:center; }
.footer ul { display:block; margin:0 auto; }
.footer li { display:inline; margin-right:8px; padding-right:10px; border-right:1px solid #a6a6a6; }
.footer li.last { border:0; }
/* ======================================================================================= */
