/**
 * 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 ================================================================================= */
.wrapper {}
.page { width:100%; text-align:left;  background: #fffff4 url(../images/blocks/bg_page.gif) left bottom repeat-x; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; width: 978px; margin: 0 auto; padding: 10px 30px; min-height: 400px; height: auto!important; height: 400px; }

/* Base Columns */ 
.col-left { float:left; width:195px; }
.col-main { float:left; width:763px; }
.col-right { float:right; width:177px; }

/* 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:568px; margin-left:20px; display: inline; }

/* 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 { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #e4e4d7; }
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 { float: left; height: 25px; font-size: 12px; font-weight: bold; color: #fff; background: url('../images/buttons/bg_button01_r.png') right top no-repeat; border-width: 0; margin: 0; padding: 0 10px 0 0!important; cursor: pointer; font-family: Arial, Helvetica, sans-serif;  }
button.button span { float: left; height: 25px; line-height: 25px; background: url('../images/buttons/bg_button01_l.png') left top no-repeat; padding: 0 0 0 10px!important; white-space: nowrap; display: block; position: relative; cursor: pointer;  }

button.button, input.button { /* width: auto; */ overflow: visible; }

button { -webkit-border-fit: lines; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button::-moz-focus-inner { padding: 0!important; border-width: 0!important; }

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:10px 0 0; padding:5px 0; border-top:1px solid #e4e4d7; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px 0; border-top:1px solid #e4e4d7; 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,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.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 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 0; margin:0 0 10px; border-bottom:1px solid #e4e4d7; color: #3f3f36; }
.breadcrumbs h4 { display: inline; color: #3f3f36; font-size: 11px; }
.breadcrumbs ul { display:inline; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a:hover { text-decoration: none; }

/* Page Heading */
.page-title { font-size: 30px; font-weight: bold; line-height: 34px; padding:0 0 5px; margin:0 0 10px; }
.page-title h2 { font-size: 30px; font-weight: bold; line-height: 34px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border-bottom:1px solid #e4e4d7; padding:5px 0; margin:0px 0 10px; text-align:center; }
.bottom-pager .pager  { border: none; border-top:1px solid #e4e4d7; margin: 10px 0 0 0; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 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 {} */

.data-table { width:100%; }
.data-table th { background: #eec; font-size: 12px; font-weight: bold; color: #1b931a; border: none; padding: 5px 8px; border-bottom: 1px solid #fff; white-space: nowrap; }
.data-table td { padding:5px; /* border:1px solid #ddd; */ }
.data-table thead { background-color:#EEC; }
.data-table tbody {}
.data-table tfoot {}
.data-table tfoot th { background: none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#F9F9F3; }
.data-table tr.odd { background-color: #F1F1E5; }
.data-table tr.odd td { border-width:0 1px; background-color: #F1F1E5; }
.data-table tbody.even { background-color:#F9F9F3; }
.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 {}


/* ATTRIBUTE SPECS TABLE */
#product-attribute-specs-table th { background: #eec; font-size: 12px; font-weight: bold; color: #1b931a; border: none; padding: 5px 8px; border-bottom: 1px solid #fff; }
#product-attribute-specs-table td { border: none; font-size: 12px; padding: 8px 8px; border-bottom: 1px solid #fff; }

/* 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; }
.cms-home .std  { margin: 0; }

/* 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 { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
 
.header-container { width: 100%; height: 120px; border-bottom: 5px solid #6c6c6c; overflow: hidden; background: url(../images/blocks/bg_header.gif) left top repeat-x;  }
/* Disable header_carousel */
/*
.cms-home .header-container { height: 276px; border: none; }
*/
.header { width: 978px; height: 115px; padding: 0px 30px; margin: 0 auto; text-align: left; background: url(../images/blocks/bg_header.jpg) left top no-repeat;}
/* Disable header_carousel */
/* .cms-home .header { height: 271px; }*/

.header .logo { float:left; width:273px; height:60px; overflow:hidden; margin: 16px 0 2px 0;  }
.header .logo a { display:block; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; padding: 8px 25px 0 0; }
.header .links li { float: left; font-size: 12px; padding-right: 9px; margin-right: 8px; background: url(../images/bullets/bullet05_w.gif) right 2px no-repeat; }
.header .links li a { float: left; color: #fff; text-decoration: none; }
.header .links li a:hover { text-decoration: underline; }
.header .links li.last { padding: 0; margin: 0; background: none; }
.header .top-links { float: left; list-style: none; margin: 0 0 7px; padding: 0 0 0 0px; }
.cms-home .header .top-links {  padding: 0 0 0 25px; }
.header .top-links li { float: left; }
.header .top-links a { float: left; height: 29px; line-height: 29px; font-size: 18px; text-decoration: none; color: #fff300; padding: 0 0 0 15px; }
.header .top-links a span { float: left; height: 29px; line-height: 29px; font-size: 18px; padding: 0 15px 0 0px; cursor: pointer; }
.header .top-links a:hover { color: #000; }
.cms-home .header .top-links li.imp-home a { background: url(../images/blocks/bg_top_links_l.gif) left top no-repeat; color: #000; }
.cms-home .header .top-links li.imp-home a span { background: url(../images/blocks/bg_top_links_r.gif) right top no-repeat; }
.contacts-index-index .top-links li.imp-contacts a { background: url(../images/blocks/bg_top_links_l.gif) left top no-repeat; color: #000; }
.contacts-index-index .header .top-links li.imp-contacts a span { background: url(../images/blocks/bg_top_links_r.gif) right top no-repeat; }
.cms-about-us .header .top-links li.imp-about-us a { background: url(../images/blocks/bg_top_links_l.gif) left top no-repeat; color: #000; }
.cms-about-us .header .top-links li.imp-about-us a span { background: url(../images/blocks/bg_top_links_r.gif) right top no-repeat; }
.cms-service .header .top-links li.imp-service a { background: url(../images/blocks/bg_top_links_l.gif) left top no-repeat; color: #000; }
.cms-service .header .top-links li.imp-service a span { background: url(../images/blocks/bg_top_links_r.gif) right top no-repeat; }
.header .quicksearch { width: 356px; height: 42px; padding: 6px 36px 0 12px; float: right; background: url(../images/blocks/bg_search.gif) left top no-repeat; margin: 10px 0 20px 0; }
.header .quicksearch .i-text { border: none; background: none; width: 310px; padding: 12px 2px 0; float: left; font-size: 14px; }
.header .quicksearch .i-button { background: url(../images/buttons/bg_search_button.gif) left top no-repeat; border: none; cursor: pointer; width: 36px; height: 36px; float: right; }
.header .form-search { }
.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; }

.gallery-box { width: 938px; height: 133px; clear: both; background: url(../images/blocks/bg_carousel.gif) left top no-repeat; padding: 15px 15px 0 25px; }
.gallery-box .title { background: url(../images/blocks/bg_popular_printer_label.gif) left top no-repeat; /* float: left; */ text-indent: -9999px; font-size: 24px; font-weight: bold; color: #eeeecc; /* width: 421px; */ width: 930px; height: 24px; line-height: 24px; margin: 0 0 9px 0;  }
.gallery-box a.link-gfx { background: url(../images/blocks/bg_see_all_printers_label.gif) left top no-repeat; text-indent: -9999px; float: right; width: 321px; height: 17px; margin: -13px 0 0 0; padding-right: 7px; }
.gallery-box a.link-prev { float: left; background: url(../images/bullets/bullet03_l.gif) left top no-repeat; width: 26px; height: 26px; margin: 50px 0 0 -38px; display: inline; position: relative; }
.gallery-box a.link-next { float: right; background: url(../images/bullets/bullet03_r.gif) left top no-repeat; width: 26px; height: 26px; margin: 50px -28px 0 0px; display: inline; position: relative; }
.gallery-box .list-box-wrap { width: 938px;  border: 0!important; height: 61px; overflow: hidden; margin: 0;  }
.gallery-box .list-box-wrap .list-box { width: 1200px; height: 61px; float: left; border: 0!important; }
.gallery-box .list-box-wrap .list-box .gallery-item { width: 134px; float: left; height: 61px; border: 0!important; overflow: hidden; }
.gallery-box .list-box-wrap .list-box .gallery-item a { width: 126px; height: 57px; background: url(../images/blocks/bg_carousel_img.png) left top no-repeat; float: left; text-align:center; padding: 4px 0 0 0; overflow: hidden; }

.gallery-markers { text-align:center; height:12px; margin:0; overflow:hidden; padding:13px 0 0 0;  }
.gallery-markers a { width:12px; height:12px; display:inline; background: url(../images/bullets/bullet01.gif) left top no-repeat; margin:0 9px; text-decoration: none; }
.gallery-markers a:hover, .gallery-markers a.gold { text-decoration: none; background-position: left -38px; }

/********** < Navigation */
#nav { font-size:14px; font-weight: bold;   }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; white-space:nowrap; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; width: 11px; height: 31px; cursor:pointer; position: absolute; right: -11px; top: 0; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { width: 100%; float:left; }
#nav li a { float:left; padding:0px 10px; height: 31px; line-height: 31px; width: 175px; font-weight:bold; color:#1b931a; }
#nav li a:hover { color:#fff; background: #1b931a; }
#nav li a:hover span { background: url(../images/blocks/bg_menu_act.gif) left top no-repeat; }
#nav li.over a { color:#000; }
#nav li.active a { color: #fff; background: #1b931a; }
#nav li.active a span { background: url(../images/blocks/bg_menu_act.gif) left top no-repeat; }

/* 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 { margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #e4e4d7; padding:10px 10px 5px; }
.block .block-title h2 { font-size:14px; font-weight:bold; line-height:16px; color: #1b931a; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

.col-right .block { width: 100%; float: left; background: url(../images/blocks/bg_rc_box.gif) left top repeat-y; } 
.col-right .block-title { width: 157px; float: left; background: url(../images/blocks/bg_rc_box_t.gif) left top no-repeat; } 
.col-right .block-content { width: 100%; float: left; background: url(../images/blocks/bg_rc_box_b.gif) left bottom no-repeat; } 
 
/* Block: Account */
.block-account { background: url(../images/blocks/bg_box_small.gif) left top repeat-y; border: none; }
.block-account .block-title { background: url(../images/blocks/bg_box_small_t.gif) left top no-repeat; border: none; font-size: 14px; font-weight: bold; color: #fff; height: 35px; line-height: 34px; padding: 0 10px; }
.block-account .block-title h2 { height: 32px; line-height: 34px; margin: 0; color: #fff; }
.block-account .block-content { background: url(../images/blocks/bg_box_small_b.gif) left bottom no-repeat; padding:10px; }
.block-account .block-content ul li { padding: 5px 0; }


/* 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: Main Navigation in Left Column */
.block-imp-nav, .block-layered-nav { background: url(../images/blocks/bg_box_small.gif) left top repeat-y; border: none; }
.block-imp-nav .block-title, .block-layered-nav .block-title { background: url(../images/blocks/bg_box_small_t.gif) left top no-repeat; border: none; font-size: 14px; font-weight: bold; color: #fff; height: 35px; line-height: 34px; padding: 0 10px; }
.block-imp-nav .block-title h3, .block-layered-nav .block-title h2 { height: 32px; line-height: 34px; margin: 0; color: #fff; }
.block-imp-nav .block-content, .block-layered-nav .block-content { background: url(../images/blocks/bg_box_small_b.gif) left bottom no-repeat; padding: 0 0 10px; }
.block-layered-nav .block-content { padding: 10px; }

/* Block: Cart */
.block-cart {}
.block-cart .block-content { width:157px; }
.block-cart .amount {}
.block-cart .subtotal { text-align:center; background: #f1f1e5; padding: 5px 0; }
.block-cart .actions .button { float: right; }
.block-cart  h3 { border-top:1px solid #e4e4d7; font-size:11px; font-weight:normal; padding:5px 10px 0; margin: 10px -10px 0; }
.block-cart  #cart-sidebar { margin: 0 -10px; width: 177px; }
.block-cart  #cart-sidebar li { padding: 5px 10px; }

.mini-products-list li { padding:5px 0; border-bottom:1px solid #e4e4d7; background: none; }
.mini-products-list li.last { border: none; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #f1f1e5; margin-right:-70px; }
.mini-products-list .product-details { margin-left:70px; font-size:11px; }
.mini-products-list .product-details h4 { font-size:11px; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

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

/* Block: Related */
.block-related {}
.block-related .block-content { padding: 10px 0; }
.block-related li { padding:5px 10px; border-bottom: 1px solid #e4e4d7; background: none!important; }
.block-related li.last { border: none; padding-bottom: 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { }
.block-related .item .product-image { float:left;  }
.block-related .item .product-image img { margin: 0 5px 0 0; }
.block-related .item .product-details {  }
.block-related .item .product-details .price-box .old-price { font-size: 11px; font-weight: normal; margin: 0; }
.block-related .item .product-details .price-box .special-price { font-size: 11px; font-weight: bold;  }
.block-related .item .product-details .product-name { font-size: 11px; font-weight: normal; margin-bottom:5px; }
.block-related .item .product-details .button { float: right; clear: both; margin-bottom: 5px; }

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

/* Block: Viewed */
.block-recent {}
.block-recent .block-content { padding: 0 0px 10px; }
.block-recent #recently-viewed-items li { padding: 10px 10px 10px; border-bottom: 1px solid #e4e4d7; background: none; }
.block-recent #recently-viewed-items li.last { border: none; padding-bottom: 0; }

/* 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-subscribe .block-title { border: none; }
.block-subscribe .block-content { width: 157px; }
.block-subscribe .block-title h2 { font-weight: normal; color: #0081b9; font-size: 14px; }
.block-subscribe .input-box { padding-bottom: 10px; }
.block-subscribe .input-text { width: 97%; }
.block-subscribe .button{ float: right; }

/* Block: Reorder */
.block-reorder {}
.block-reorder .block-content { padding: 0  0 10px 0; }
.block-reorder h3 { padding: 5px 10px; font-size: 11px; font-weight: normal; border-bottom: 1px solid #f1f1e5; }
.block-reorder li { padding:5px 10px; }
.block-reorder li.even { background: #f1f1e5; }
.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: Checkout Progress */
.block-progress {}
.block-progress .block-content { /* width: 157px; */ padding: 5px 0 10px 0; }
.block-progress dt { font-weight:bold; }
.block-progress dt, .block-progress dd  {  padding: 5px 10px 0;  }
.block-progress dd.complete { border-bottom: 1px solid #f1f1e5; padding-bottom: 5px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-title h2 { font-size: 30px; line-height: 34px; font-weight: bold; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

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

.filter-box { width: 723px; height:47px; padding: 20px; margin-bottom: 20px; background: url(../images/blocks/bg_filter.gif) left top no-repeat; }
.filter-box .filter-item { width: 340px; float: left; }
.filter-box .filter-item h3 { font-size: 16px; line-height: 16px; font-weight: bold; color: #000; margin-bottom: 10px; }
.filter-box .filter-item .imp-select  { width: 98%; }
.category_holder h3  { font-size: 14px; font-weight: bold; line-height: 32px; }
.category_holder h3 a { color: #fff; text-decoration: none; }
.category_holder .fce-box .fce-box-c { margin: 0 0 0 10px; padding-top:10px; }

.cat-col-5 ol.category-list { width: 740px; float: left; background: #f1f1e5 url(../images/blocks/bg_category_list.gif) left top repeat-y; margin-bottom: 1px; }
.cat-col-5 ol.category-list li { float: left; }
.cat-col-5 ol.category-list li.last  .product_holder{ width: 140px; }

.cat-col-4 ol.category-list { width: 742px; float: left; background: #f1f1e5 url(../images/blocks/bg_category_list_4.gif) left top repeat-y; margin-bottom: 1px; }
.cat-col-4 ol.category-list li { float: left; }
.cat-col-4 ol.category-list li.last  .product_holder{ width: 178px; }

.cat-col-3 ol.category-list { width: 741px; float: left; background: #f1f1e5 url(../images/blocks/bg_category_list_3.gif) left top repeat-y; margin-bottom: 1px; }
.cat-col-3 ol.category-list li { float: left; }
.cat-col-3 ol.category-list li.last  .product_holder{ /* width: 178px; */ }
.cat-col-3 ol.category-list li.last  .product_holder{ width: 240px; }

.category_holder .product_holder { float: left; }
.category_holder .product_holder h4 { background: #f1f1e5; font-size: 11px; padding: 5px 5px 5px 10px; float: left; }
.category_holder .product_holder h4 a{ font-size: 11px; color: #0081b9; text-decoration: underline; background: url(../images/bullets/bullet02.gif) left top no-repeat; padding: 0 0 0 20px; float: left; }
.category_holder .product_holder h4 a:hover{ text-decoration: none; }
.cat-col-5 .product_holder { width: 150px; }
.cat-col-5 .product_holder h4 { /* width: 140px; */ width:125px; }
.cat-col-4 .product_holder { width: 188px; }
.cat-col-4 .product_holder h4 { /* width: 178px; */ /* width: 153px; */ width: 163px; }
.cat-col-3 .product_holder { width: 250px; }
.cat-col-3 .product_holder  h4{ /* width: 240px; */ width: 225px; }
.imp-product-single-view .cat-col-3 ol.category-list { width: 545px; background: #f1f1e5 url(../images/blocks/bg_category_list_3_single.gif) left top repeat-y; }
.imp-product-single-view .cat-col-3 .product_holder { width: 185px; }
.imp-product-single-view .cat-col-3 .product_holder  h4{ width: 160px; }
.imp-product-single-view .cat-col-3 ol.category-list li.last  .product_holder{ width: 175px; }
.imp-product-single-view .cat-col-3 .top-category-title {}
.imp-product-single-view .fce-box-c { padding-top: 0!important; }

.banner-box { margin-bottom: 10px; }
/* ======================================================================================= */


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

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

/* Product Images */
.product-view .product-img-box { float:left; width:122px; }
.product-view .product-img-box .product-image { border:1px solid #f7f7ee; }
.product-view .product-img-box .product-image-zoom { position:relative; width:120px; height:120px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:pointer; }
.product-view .product-img-box .zoom-notice { text-align:center; color: #0081b9; font-size: 10px; margin: 0; }
.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-essential { padding-bottom: 10px; border-bottom: 1px solid #e4e4d7; margin-bottom:10px; }
.printer-single .product-essential { border-bottom: none; margin-bottom:0px; }
.product-view .product-shop { float:right; width:437px; }
.product-view .product-shop .data-table { width: 200px; float: right; }
.product-view .product-shop .data-table td, .product-view .product-shop .data-table th { background: none!important;  }
.product-view .product-shop .data-table td.label { border-left: 1px solid #e4e4d7; padding: 5px 0 5px 15px; }
.product-view .product-shop .data-table td.value { border: none; }
.printer-single .product-shop { width:620px; }
.product-view .product-shop .add-to-box { border-top: 1px solid #e4e4d7; padding-top: 10px; }
.product-view .product-shop .add-to-box label { height: 25px; line-height: 25px; }
.product-view .product-shop .add-to-cart .qty { margin-top: 2px; background: none; }
.product-view .product-name {}
.product-view .product-name h2 { font-size: 18px; font-weight: bold; color: #000; margin: 0 0 10px; /* line-height:34px; */ }
.product-view .short-description {}
.product-view .item-sku { font-size: 16px; font-weight: bold; color: #3f3f36; }

/* Rating */
.ratings { border: 1px solid #e4e4d7; border-width: 1px 0; padding: 10px 0; margin-bottom: 10px; }
.ratings p { margin: 0; }
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; float: left; }
.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 { font-size: 12px; color: #3f3f36; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { /* font-weight:bold;  text-decoration:line-through; */ }

/* Special price */
.special-price { color: #cf50a4; font-size: 14px; }
.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; }
.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 td { border: none; padding: 10px 0 10px 10px; }
.grouped-items td.item-image { width: 70px; }
.grouped-items td.item-name { padding: 10px; }
.grouped-items td.item-add-to { width: 140px; }
.grouped-items td.last { padding: 10px; /* width: 140px; */ }
.grouped-items td img { border: 1px solid #dfdfd4; }
.grouped-items tr.odd td { background: #f1f1e5;  }
.grouped-items tr.even td { background: #f9f9f3;  }
.grouped-items .item-name { font-size: 14px; color: #0081b9; margin-bottom: 10px; }
.grouped-items .price-box p { margin: 0; font-size: 14px; }
.grouped-items .button { float: right; margin-left: 5px; background: url(../images/buttons/bg_button03_r.png) right top no-repeat; }
.grouped-items .button span { background: url(../images/buttons/bg_button03_l.png) left top no-repeat; }
.grouped-items .qty { float: right; border-color: #dfdfd4; background: #fffff4; padding:3px 2px; margin-top:2px; }

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

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

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

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.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 .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}
.product-view .reviews ol li {}
.product-view .reviews ol li .f-left   { width: 395px; }
.product-view .reviews ol li .f-right { width: 120px; }
.product-view .reviews ol li .f-right .data-table th, .product-view .reviews ol li .f-right .data-table td { background: none; border: none; }
.product-view .reviews ol li .f-right .data-table th.label { color: #000; }
.product-view .reviews ol li .fce-box-c { background: url(../images/bullets/bullet06.gif) 400px top repeat-y; }
.nickname { font-size: 10px; color:#A1A3A5; }

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

#my_recent_reviews li  { width: 100%; float: left; padding-bottom: 5px; }
#my_recent_reviews li.even { background: none!important;  }
#my_recent_reviews li .product-name { float: left; margin-right: 10px; }

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


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

.cart .checkout-types .button { background-image: url(../images/buttons/bg_button02_r.png); height: 38px; line-height: 38px; padding: 0 20px 0 0px!important; margin: 10px 0; }
.cart .checkout-types .button span { background-image: url(../images/buttons/bg_button02_l.png) ; height: 38px; line-height: 38px; text-transform: uppercase; font-size: 16px; font-weight: bold; padding: 0 0 0 20px!important; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:660px; }
.cart .cart-collaterals #discount-coupon-form .button { float: right; }
.cart .cart-collaterals #discount-coupon-form .input-text { float: left; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; margin-top: 20px; width: 265px; }
.cart .totals .fce-box-c { padding-top: 0; }
.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: 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:#49b322; cursor:default; color: #fff; }
.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; }
/********** 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 .welcome-msg {}

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

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


.imp-product-image { width:130px; float: left; }
.imp-product-details { width:615px; float: right; }
.imp-product-details .product-name{ font-size: 14px; font-weight: bold; color: #1b931a; margin:0 0 10px 0; }
.imp-product-details .product-name .data-table { border: none; width:240px; }
.imp-product-details .data-table td, .imp-product-details .data-table th { border: none; background: none; }

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


/* Footer ================================================================================ */
.footer { width: 978px; margin: 0 auto; text-align: left; font-size: 11px; padding:17px 0 50px; }
.footer .img-wrap { width: 202px; float: left; margin-right: 10px; text-align:center; }
.footer .mcafee-fox { height: 45px; padding: 14px 0 0 0; background: url(../images/blocks/bg_mcafee.gif) 50% top no-repeat; text-align: center; }
.footer .info-box { width: 760px; float: left; }
.footer address { width: 100%; margin-bottom: 10px; float:left; font-size: 10px; color: #3f3f36; }
.footer ul.footer-links { width: 100%; margin-bottom: 15px; float:left; color: #3f3f36; }
.footer ul.footer-links li { float:left; padding-right: 3px; }
.footer ul.footer-links li a { color: #3f3f36; text-decoration: none; }
.footer ul.footer-links li a:hover { text-decoration: underline; }
.footer .footer-info { clear:both; color:#8C8C84; font-size:10px; text-align:left; }
#footernav { float: left; width: 100%; margin-bottom: 20px; }
#footernav li { float: left; background: url(../images/bullets/bullet05_b.gif) right 50% no-repeat; padding-right: 5px; margin-right: 4px; }
#footernav li a { color: #3f3f36; text-decoration: none; }
#footernav li a:hover { text-decoration: underline; }
#footernav li.nav-other { background: none; margin: 0; padding: 0; }

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

		/* FCE BOX */
.fce-box { width: 100%; background: #fff; float: left; margin-bottom: 10px; }
.fce-box .fce-box-c { margin:0px 10px; clear: both; }
.fce-box .fce-box-lt, .fce-box .fce-box-rt, .fce-box .fce-box-lb, .fce-box .fce-box-rb { width: 100%; float: left; }
.fce-box .fce-box-lt { background: url(../images/fce_box/bg_lt.gif) left top no-repeat; }
.fce-box .fce-box-rt { background: url(../images/fce_box/bg_rt.gif) right top no-repeat; }
.fce-box .fce-box-lb { background: url(../images/fce_box/bg_lb.gif) left bottom no-repeat; }
.fce-box .fce-box-rb { background: url(../images/fce_box/bg_rb.gif) right bottom no-repeat; }
.fce-box .fce-box-l { background: url(../images/fce_box/bg_ml.gif) top left repeat-y; }
.fce-box .fce-box-r { background: url(../images/fce_box/bg_mr.gif) top right repeat-y; }
.fce-box .fce-box-t { height: 10px; margin: 0 10px; background: url(../images/fce_box/bg_mt.gif) top left repeat-x; /* overflow: hidden; */ }
.fce-box .fce-box-b { width: auto; height: 10px; margin: 0 10px;  background: url(../images/fce_box/bg_mb.gif) bottom left repeat-x; }

.with-header .totals .fce-box { background: #eaeadf; }
.with-header .totals .fce-box .fce-box-lt { background: url(../images/fce_box/bg_totals_lt.gif) left top no-repeat; }
.with-header .totals .fce-box .fce-box-rt { background: url(../images/fce_box/bg_totals_rt.gif) right top no-repeat; }
.with-header .totals .fce-box .fce-box-lb { background: url(../images/fce_box/bg_totals_lb.gif) left bottom no-repeat; }
.with-header .totals .fce-box .fce-box-rb { background: url(../images/fce_box/bg_totals_rb.gif) right bottom no-repeat; }
.with-header .totals .fce-box .fce-box-l { background: url(../images/fce_box/bg_totals_ml.gif) top left repeat-y; }
.with-header .totals .fce-box .fce-box-r { background: url(../images/fce_box/bg_totals_mr.gif) top right repeat-y; }
.with-header .totals .fce-box .fce-box-t { background: url(../images/fce_box/bg_totals_mt.gif) top left repeat-x; }
.with-header .totals .fce-box .fce-box-b { background: url(../images/fce_box/bg_totals_mb.gif) bottom left repeat-x; }

.with-header .fce-box-lt { background: url(../images/fce_box/bg_header_lt.gif) left top no-repeat; }
.with-header .fce-box-rt { background: url(../images/fce_box/bg_header_rt.gif) right top no-repeat; }
.with-header .fce-box-t { height: 35px; margin: 0 10px; background: url(../images/fce_box/bg_header_mt.gif) top left repeat-x; }
.with-header .fce-box-t  h3 { font-size: 14px; font-weight: bold; line-height: 32px; color: #fff; white-space: nowrap; overflow: hidden; width: 100%; float: left; }
.with-header .fce-box-t  a { color: #eeeecc; font-size: 12px; text-decoration: underline; }
.with-header .fce-box-t  a:hover { text-decoration: none; }
.with-header .fce-box-c  { padding-top: 10px; }

.with-header .fce-box .fce-box-t { height: 10px; margin: 0 10px; background: url(../images/fce_box/bg_mt.gif) top left repeat-x; /* overflow: hidden; */ }
.with-header .fce-box .fce-box-lt { background: url(../images/fce_box/bg_lt.gif) left top no-repeat; }
.with-header .fce-box .fce-box-rt { background: url(../images/fce_box/bg_rt.gif) right top no-repeat; }

		/* DOUBLE BOX */
.double-box { background: url(../images/blocks/bg_double_box.png) left top repeat-y; width: 568px; float: left; margin-bottom: 10px; }
.double-box .double-box-b { background: url(../images/blocks/bg_double_box_b.png) left bottom no-repeat; width: 100%; float: left; padding: 0 0px 10px; }
.double-item { width: 255px; padding: 0 10px 0; }
.double-item .item-title { background: url(../images/blocks/bg_box_t.png) left top no-repeat; height: 30px; line-height: 30px; color: #fff; white-space: nowrap; font-weight: bold; font-size: 12px; margin: 0 -10px 10px; padding: 0 0 0 10px; }
 
.col2-set .double-box { background: url(../images/blocks/bg_double_big_box.png) left top repeat-y; width: 100%; float: left; margin: 0; }
.col2-set .double-box .double-box-b  { background: url(../images/blocks/bg_double_big_box_b.png) left bottom no-repeat; width: 100%; float: left; padding: 0 0px 10px; }
.col2-set .double-box .double-item { width: 460px; }
.col2-set .double-box .double-item .item-title { background: url(../images/blocks/bg_double_big_box_t.png) left top no-repeat; }

.imp-compare { text-align: center; font-size: 14px; }
.imp-compare span { color: #cf50a4; text-decoration: underline; }
.pink { font-weight: bold; color: #cf50a4; }

/* CHANGE PASSWORD */
.imp-change-password h3 { background: url(../images/blocks/bg_box_big_t.png) left top no-repeat; height: 35px; line-height: 34px; margin: 0; padding: 0 10px; color: #fff; font-size:14px; font-weight:bold; white-space: nowrap; }
.imp-change-password ul { background: url(../images/blocks/bg_box_big_b.png) left bottom repeat-y; padding: 10px 0; }
.imp-change-password ul li { background: url(../images/blocks/bg_box_big.png) left top repeat-y; padding:0 10px; }

/* 404 */
.imp-404 { background: url(../images/bg_404.png) left top no-repeat; padding:45px 0 0 300px; min-height: 300px; height: auto!important; height: 300px;}

/* HOME PAGE MOST POPULAR PRINTERS */
.most-popular-box  .fce-box-c{ margin-right: 2px; padding: 0; }
ol.most-popular { background: url(../images/blocks/bg_category_list_3_single.gif) left top repeat-y; }
ol.most-popular li.list-item { width: 175px; padding-right: 10px; height: 82px; margin-top: 10px; overflow: hidden; float: left; }
ol.most-popular li.list-item .popular-item { background: #f1f1e5; width: 100%; height: 82px; float: left; }
.popular-item h3 { color: #1b931a; font-weight: bold; font-size: 14px; height: 30px; line-height: 30px; padding-left: 10px; border-bottom:1px solid #FFF; }
.popular-item h3 a { color: #1b931a; text-decoration: none; }
.popular-item ul { padding: 0 0 0 0px; margin: 0; list-style: none; }
.popular-item ul li { padding: 0 0 0 10px; width: 165px; float: left; border-bottom: 1px solid #fff; }
.popular-item ul li a { padding: 5px 5px 5px 20px; width: 140px; float: left; background: url(../images/bullets/bullet02.gif) left 5px no-repeat; color: #000; text-decoration: none; min-height: 15px; height: auto!important; height: 15px; font-size: 12px; line-height: 14px; white-space: nowrap; overflow:hidden; }
.popular-item ul li a:hover { text-decoration: underline; }

.easy-shopping-box  .fce-box-c{ margin-right: 2px; padding: 0; }
ol.easy-shopping {}
ol.easy-shopping select  { background:none repeat scroll 0 0 #FFFFFF; display:block; font-weight:bold; height:20px; line-height:20px; margin:8px 16px 0; padding:0 0 0 2px; width:300px; }
