/**
 * 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:960px; margin:0 auto; padding:0px; text-align:left;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { background:#ffe2e3 url(../images/main_bg.gif) repeat-y scroll 0 0; padding:6px 0; float:right;}
a { text-decoration:none; color:#990033; }
a:hover { text-decoration:underline; color:#FF6F6F;}


/* Base Columns */ 
.col-left { float:left; width:181px; padding:0; }
.col-main { float:left; width:776px; padding-left:3px;}

.col-right { float:left; width:181px; padding:0; height:950px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.col1-layout { width:940px; padding:10px; }
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:595px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48%; }
.col2-set .col-1 h3{ padding:0px; }
.col2-set .col-1 p{ padding:0px; }
.col2-set .col-1 a { text-decoration:underline; }
.col2-set .col-2 { float:right; width:50%; }
.col2-set .col-2 h3{ padding:0px; }
.col2-set .col-2 p{ padding:0px; }
.col2-set .col-2 a { text-decoration:underline; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }
.col2-set a { text-decoration:underline; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #aaa; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260; margin-right:5px;}
.customer-name-prefix .name-prefix {float:left; width:100px; margin-right:5px;}
.customer-name-prefix .name-firstname {float:left; margin-right:5px; clear:none;}
.customer-name-prefix .name-lastname {clear:right;}
.customer-password {float:left; margin-right:5px;clear:left;}
.customer-password-repeat {float:left;}
.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:460px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:0 10px 0 10px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; height:10px; /* margin:3px 0 0; */ padding-left:17px; font-size:10px; line-height:10px; 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; padding:0 10px 0 10px;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:98%; overflow:hidden; margin:12px 0 0 3px;}
.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 { font-size:12px !important; padding:4px 8px 2px 32px !important; min-height:12px !important; background-position:10px 5px !important; 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 { width:763px; height:18px; color:#e0e0e0; margin:0 0 5px 3px; padding:5px 0 0 10px ; position:absolute; left:0; top:5px; z-index:100;}
.breadcrumbs ul { font-size:11px; line-height:11px; height:10px; font-weight:bold;}
.breadcrumbs li { display:inline; }
.breadcrumbs a { color:#e0e0e0; }

/* Page Heading */
.page-title {  color:#ffe7e7; background: transparent url(../images/page_title_bg.gif) no-repeat scroll 0 0; width:741px; height: 44px; text-align:right; padding:4px 0 0 10px; text-align:left; }
.title-buttons { text-align:right; padding-right:10px;}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { width:418px; padding:0px; margin:0px 0; text-align:center; float:right; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; padding: 0 23px 0 0;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* 3 Column Pager */ 
.pager-3-column { width:300px; padding:0px; margin:0px 0; text-align:center; float:right; }
.pager-3-column .amount { float:left; }
.pager-3-column .limiter { float:right; }
.pager-3-column .pages { margin:0 135px; padding: 0 23px 0 0;}
.pager-3-column .pages ol { display:inline; }
.pager-3-column .pages li { display:inline; }
.pager-3-column .pages .current {}

/* Sorter */ 
/* Old Code Brendan 25-09-09
.sorter { width:735px;  padding:2px 7px 4px 7px; margin:0px 0; float:left;}
.sorter .view-mode { float:left; padding: 0 0 0 22px;}
.sorter .sort-by { float:left; }
.sorter .link-feed {}
*/
/* 
.sorter { float:left; margin:0 0 0 7px; width:735px; height:26px; background:transparent url(../images/sorter_bg.png) no-repeat scroll; padding:6px;}
.sorter .view-mode { float:left; padding: 0 0 0 22px;}
.sorter .sort-by { float:left; }
.sorter .link-feed {}
*/
/* New Code */ 
.sorter { float:left; margin:0 0 0 7px; width:735px; height:26px; padding:6px; position:absolute; left:0; top:153px; z-index:99;}
.sorter .view-mode { float:left; padding: 0 0 0 22px;}
.sorter .sort-by { float:left; }
.sorter .link-feed {}

/* 3-Column Sorter */
.sorter-3-column { float:left; margin:0 0 0 7px; width:570px; height:26px; background:transparent url(../images/sorter_3_column_bg.png) no-repeat scroll; padding:6px;}
.sorter-3-column .view-mode { float:left; padding: 0 0 0 22px;}
.sorter-3-column .sort-by { float:left; }
.sorter-3-column .link-feed {}

/* 2-Column Sorter */
.sorter-2-column {margin:0 0 0 4px; width:750px; height:26px; background:transparent url(../images/sorter_bg.png) no-repeat scroll; padding:6px;}
.sorter-2-column .view-mode { float:left; padding: 0 0 0 22px;}
.sorter-2-column .sort-by { float:left; }
.sorter-2-column .link-feed {}

.category-products .sorter .sort-by label select a {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - popup styles for admin-controlled content */
.page-popup .std-top { height:6px; width:527px; margin:0 0 0 0; padding:0 7px 0; background: url(../images/product_bg_top.png) no-repeat; }
.page-popup .std {  padding:7px 7px 0; width:527px; min-height:500px; background: url(../images/product_bg.png) repeat-y scroll 0 0; }
.page-popup .std-bottom { height:6px; width:527px; margin:0 0 0 0; padding:0 7px 0; background: url(../images/product_bg_bottom.png) no-repeat; }

/* Class: std - styles for admin-controlled content */

.std-top { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_top.png) no-repeat; }
.std { padding:7px 7px 0; width:752px; background: url(../images/product_bg.png) repeat-y scroll 0 0; }
.std-bottom { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_bottom.png) no-repeat; }
.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; }

.main-content-top { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_top.png) no-repeat; }
.main-content { padding:7px 7px 10px; width:752px; background: url(../images/product_bg.png) repeat-y scroll 0 0; }
.main-content .page-title { color:#ffe7e7; background: transparent url(../images/page_title_bg.gif) no-repeat scroll 0 0; width:741px; height: 44px; font-size:16px;  padding:4px 0 0 10px;}
.main-content .page-title-h2 { color:#ffe7e7; background: transparent url(../images/page_title_bg.gif) no-repeat scroll 0 0; width:741px; height: 44px; text-align:right; padding:4px 0 0 10px; }
.main-content .page-title-h2 h2 { color:#ffe7e7; width:447px; height: 44px; font-size:18px; font-weight:normal; text-align:left; line-height:1.34;}
.main-content-bottom { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_bottom.png) no-repeat; }
.main-content .col2-set{ padding:10px; }
.main-content p{ padding:10px; }
.main-content h3{ padding:10px; }
#my-orders-table { margin:0 10px 0 10px; width:732px;}

#form-validate h3 { padding:10px 0; }	

/* ======================================================================================= */


/* Header ================================================================================ */
.topnav-container { width:100%; height:24px; background-color:#000; padding:3px 0 0 0; margin:5px 0 0 0 ; border-bottom:1px solid #000;}
.topnav { margin:auto; padding:0; text-align:center; width:960px; height:28px; vertical-align:middle; font-family:"Franklin Gothic Medium", Arial, Helvitica, sans-serif;}
.topnav-links {text-align:right; vertical-align:middle; font-size:13px; height:28px; margin:0 0 0 0;}
.topnav-links a:hover {color:#ffffff;}
.topnav-links .cart {text-align:right; vertical-align:middle; color:#ffffff; font-size:13px; height:28px; margin:0 10px 0 5px; float:left;}
/* .topnav-links .price { color:#545454; } */
.topnav-links .price { color:#ffffff; }
.topnav .welcome-msg { text-align:right; vertical-align:middle; color:#ffffff; font-size:13px;}
.topnav .currency { text-align:left; vertical-align:middle; color:#ffffff; font-size:13px; margin:0 0 0 8px;}
.top-link-login { color:#ffffff; background:transparent url(../images/lock.png) no-repeat scroll 0 0; padding:2px 0 5px 22px; margin:0 20px; float:left;}
.top-link-myaccount { color:#ffffff; background:transparent url(../images/account.png) no-repeat scroll 0 0; padding:2px 0 5px 22px; margin:0 20px; float:left;}
.top-link-wishlist { color:#ffffff; background:transparent url(../images/wishlist.png) no-repeat scroll 0 0; padding:2px 0 5px 22px; margin:0 20px; float:left;}
.top-link-cart { color:#ffffff; background:transparent url(../images/cart.png) no-repeat scroll 0 0; padding:2px 0 5px 23px; /*margin:0 20px;*/ float:left;}
.top-link-logout { color:#ffffff; background:transparent url(../images/lock.png) no-repeat scroll 0 0; padding:2px 0 5px 22px; margin:0 28px 0 0; float:right;}
.top-link-contact { color:#ffffff; background:transparent url(../images/contact.png) no-repeat scroll 0 0; padding:2px 0 5px 23px; margin:0 20px; float:left;}
.top-link-checkout { color:#ffffff; padding:2px 0 5px 23px; margin:0 12px;}

.logo { margin-left:21px; margin-top:16px; float:left; width:129px; height:47px; overflow:hidden; } 
.header-container { width:960px; height:98px; background: url(../images/header_bg.gif) no-repeat; }
.header-container-sale { width:960px; height:98px; background: url(../images/header-09-xmas-sale.png) no-repeat; }

.header { padding:10px 9px 10px 20px;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:129px; height:47px; }
.header .welcome-msg { font-size:12px; letter-spacing:0.05em; text-align:right; color:#ffffff; float:right; font-family:"Franklin Gothic Medium", Arial, Helvitica, sans-serif; text-align:right;}
.header .order-hotline { font-size:18px; text-align:right; color:#ffffff; float:right; margin:12px 57px 0 0;}
.header .slogan { float:left; width:780px; font-weight:bold; text-align:left; color:#fff; background:url(../images/headertop_linksbar.png)}
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
.top_menu-container { background:transparent url(../images/top_menu_sample.jpg) no-repeat scroll 0 0; width: 712px; height:39px; float:left; }
.search-container { width:180px; height:39px; margin-top:45px; float:right; }
.search-container .form-search {padding:4px 0 0 15px;}
.search-container .form-search button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.search-container .form-search button.button { width:24px; height:24px; overflow:visible; border:0; background:transparent url(../images/search_button.png) no-repeat scroll 0 0; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
.search-container .form-search input.input-text { height:14px; background:#fff; width:147px; border:none;}

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 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 { padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; padding:0 7px; color:#fff; background:url(../images/infoBoxHeading.png) left no-repeat;}
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:0px; }

.block .block-featured {position: relative;}
.block .block-featured div {width: 100%; background-color:#FFF;}

.block .actions { text-align:right; float:right;}
.block .actions a { float:left; }

/* Block: Account */
.block-account {}
.block-account { margin:0; }
.block-account .block-title { margin:0 0 0 9px; width:172px; height:32px; background:transparent url(../images/my-account.gif) no-repeat scroll 0 0;}
.block-account .block-title h2 { padding:0px; display:none;}
.block-account .block-content { padding:0 5px 0 0; text-align:right; background:transparent url(../images/categories_right.png) repeat-y scroll top right;}
.block-account li { font-weight:bold; padding:0 4px 5px 5px; background:transparent url(../images/categories_bottom.png) no-repeat scroll bottom right;}
.block-account li.current {}

/* Block: Currency Switcher */
.block-currency { float:left; }
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Account Navigation */
.block-account_nav {}

/* Block: Layered Navigation */
.block-layered-nav {  margin:0 0 0 0; }
.block-layered-nav .block-title { margin:0 0 0 9px; width:172px; height:32px; background:transparent url(../images/categories.gif) no-repeat scroll 0 0;}
.block-layered-nav .block-title h2 { padding:0px; display:none;}
.block-layered-nav .block-content { padding:0 5px 0 0; text-align:right; background:transparent url(../images/categories_right.png) repeat-y scroll top right;}
.block-layered-nav dt { padding:0 4px 5px 0 ; font-weight:bold; background:transparent url(../images/categories_bottom.png) no-repeat scroll bottom right; }
.block-layered-nav .current {}
.block-layered-nav li { width:162px; padding:0px; margin:0 0 0 0; float:right; vertical-align:text-top;}
.block-layered-nav li a {color:#ffffff;} 
.block-layered-nav .top_subcat { width:162px; height:3px; padding:0px; margin:0 0 0 0; background:transparent url(../images/subcat_top_bg.png) no-repeat scroll; float:left;}
.block-layered-nav .subcat_content { width:158px; line-height:14px; padding:0 4px 0 0; margin:0 0 0 0; background:transparent url(../images/subcat_bg.png) repeat-y scroll; float:right; vertical-align:text-top; float:right;}
.block-layered-nav .bottom_subcat { width:162px; height:8px; padding:0px; margin:0 0 0 0; background:transparent url(../images/subcat_bottom_bg.png) no-repeat scroll; float:left;}

.block-layered-nav .top_subcat_selected { width:162px; height:3px; padding:0px; margin:0 0 0 0; background:transparent url(../images/subcat_top_bg_selected.png) no-repeat scroll; float:left;}
.block-layered-nav .subcat_content_selected { width:158px; line-height:14px; padding:0 4px 0 0; margin:0 0 0 0; background:transparent url(../images/subcat_bg_selected.png) repeat-y scroll; float:right; vertical-align:text-top; float:right;}
.block-layered-nav .bottom_subcat_selected { width:162px; height:8px; padding:0px; margin:0 0 0 0; background:transparent url(../images/subcat_bottom_bg_selected.png) no-repeat scroll; float:left;}

/* Old Code */
/*
.block-layered-filter { float:left; margin:0 0 0 7px; width:735px; height:26px; background:transparent url(../images/filter_bg.png) no-repeat scroll; padding:6px;}
.block-layered-filter dt {font-weight:bold;}
.block-layered-filter dd { float:left; }
.block-layered-filter dl { float:left; padding:0 10px 0 0;}
*/

.block-layered-filter { float:left; margin:0 0 0 7px; width:705px; height:26px; padding:6px; position:absolute; left:0; margin-left:19px; z-index:99; top:179px;}
.block-layered-filter dt {font-weight:bold;}
.block-layered-filter dd { float:left; }
.block-layered-filter dl { float:left; padding:0 10px 0 0;}

.block-layered-filter-products { margin:0 0 0 4px; width:750px; height:26px; background:transparent url(../images/filter_bg.png) no-repeat scroll; padding:6px;}
.block-layered-filter-products dt {font-weight:bold;}
.block-layered-filter-products dd { float:left; }
.block-layered-filter-products dl { float:left; padding:0 10px 0 0;}


.block-leftlinks { margin:5px 0 0; }
.block-leftlinks .block-title { margin:0 0 0 9px; padding:0px; width:172px; height:32px; background:transparent url(../images/information.gif) no-repeat scroll 0 0; float:left;}
.block-leftlinks .block-title h2 { padding:0px; display:none;}
.block-leftlinks .block-content { padding:0 5px 0 0; text-align:right; background:transparent url(../images/categories_right.png) repeat-y scroll top right;}
.block-leftlinks li { font-weight:bold; padding:0 4px 5px 5px; background:transparent url(../images/categories_bottom.png) no-repeat scroll bottom right;}
.block-leftlinks li.last {padding:0 4px 4px 5px; background:transparent;}

.block-recently-viewed {margin:5px 0 0;}
.block-recently-viewed .block-title { margin:0 0 0 9px; width:172px; height:32px; background:transparent url(../images/recently_viewed.gif) no-repeat scroll 0 0;}
.block-recently-viewed .block-title h2 { padding:0px; display:none;}
.block-recently-viewed .block-content { padding:0 5px 0 0; text-align:right; background:transparent url(../images/categories_right.png) repeat-y scroll top right;}
.block-recently-viewed li { font-weight: bold; padding:0 4px 5px 5px; background:transparent url(../images/categories_bottom.png) no-repeat scroll bottom right;}

/* Block: Cart */
.block-cart {}
.block-cart .amount { padding:0px;}
.block-cart .subtotal { padding:0px; }
.block-cart a { text-decoration:underline; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; height:75px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}
.block-wishlist a { text-decoration:underline; }

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { color:#990033; float:left;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
/* Block: Layered Navigation */
.block-progress {  margin:0 0 0 0; }
.block-progress .block-title { margin:0 0 0 9px; width:172px; height:32px; background:transparent url(../images/checkout-progress.gif) no-repeat scroll 0 0;}
.block-progress .block-title h2 { padding:0px; display:none;}
.block-progress dt { font-weight:bold; padding:5px 5px 5px 0px; text-align:center; }
.block-progress address { padding:5px 0 5px 5px; }
.block-progress dt.complete { padding:5px 0 5px 5px; }
.block-progress dd.complete { background-color:#fff; border:1px solid; padding:5px 0 5px 5px; width:90%; margin-left:10px;}

.block-banner-right {top:55px; margin-bottom:5px; position:relative;}
.block-banner-right-featured {margin-top:40px; margin-bottom:5px; margin-left:10px; width:153px;}

.block-banner-right-top {margin-top:0px; margin-bottom:15px; height:320px;}
/* ======================================================================================= */

/* Block: Contact Info */
.contact-list {
-moz-padding-start:40px;
display:block;
list-style-type:disc;
margin:1em 0;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {float:left; padding:0 0 0 0;}

.category-header { height:333px; width:769px; margin:0px; padding:0px; background:transparent url(../images/leather_header.jpg) no-repeat scroll 0 0;}
.category-header-fullpage { height:840px; width:769px; margin:0px; padding:0px; background:transparent url(../images/leather_header.jpg) no-repeat scroll 0 0;}

.subcategory-title { color:#ffe7e7; background: transparent url(../images/subcat_header_bg.png) no-repeat scroll 0 0; width:762px; height: 34px; font-size:16px;  padding:4px 0 0 0; text-align:center; margin:4px 0 0 4px;}
.category-description-header-top { height:7px; width:767px; margin:0px; padding:0px; background:transparent url(../images/subcat_description_top_bg.png) no-repeat scroll 0 0;}
.category-description-header { width:747px; margin:0px; padding:0 10px; background:transparent url(../images/subcat_description_bg.png) repeat-y scroll 0 0;}
.category-description-header-bottom { height:7px; width:767px; margin:0px; padding:0px; background:transparent url(../images/subcat_description_bottom_bg.png) no-repeat scroll 0 0;}
.header-text { float:right; color:#ffffff; height:100px; width:280px; margin:0px; padding:0 0 0 70px; background:transparent scroll 0 0; text-align: justify; position:relative; margin-left:20px;top:10px; z-index:100;}
.header-text-3column { float:right; color:#ffffff; height:115px; width:300px; margin:0px; padding:150px 35px 0 0; background:transparent scroll 0 0; text-align: justify; }

.sub-categories { width:769px; margin:0px; padding:0px; }

/* View Type: Grid */
.products-grid { width:769px; float:left; margin:0 5px 5px 0px;}
.products-grid-outlet { width:580px; float:left; margin:0 5px 5px 10px;}

.products-grid-3-column { width:570px; float:left; margin:0 5px 5px 7px;}
.products-grid-outlet-3-column { width:580px; float:left; margin:0 5px 5px 10px;}

.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:183px; padding:0 0 0 0px; text-align:center; padding:0 0 0 0px;}
.products-grid td.products-grid-text { padding:0 4px 0 0px; text-align:center;}
.products-grid td.products-grid-top {line-height:6px;}
.products-grid td.products-grid-bottom {line-height:6px;}

.products-grid td.empty {}

.best-sellers-head { width:762px; height:34px; margin:0 0 0 4px; padding:5px 0 0 0; background:transparent url(../images/best_sellers_bg.png) no-repeat scroll 0 0; color:#ffe7e7; font-size:16px; text-align:center; float:left;}

.products-grid-text-top { width:183px; height:6px; margin:1px 0 0 0; background:transparent url(../images/products-grid-text-top.gif) no-repeat scroll 1px 0;}
.products-grid-text-top-outlet { width:183px; height:6px; margin:1px 0 0 0; background:transparent url(../images/products-grid-text-top-outlet.gif) no-repeat scroll 1px 0;}

.products-grid-text { width:175px; padding:0; background:transparent url(../images/products-grid-text.gif) repeat-y scroll 1px 0; text-align:center;}
.products-grid-text-outlet { width:183px; padding:0; background:transparent url(../images/products-grid-text-outlet.gif) repeat-y scroll 1px 0;}

.products-grid-text-bottom { width:183px; height:6px; padding:0; background:transparent url(../images/products-grid-text-bottom.gif) no-repeat scroll 1px 0;}
.products-grid-text-bottom-outlet { width:183px; height:6px; padding:0; background:transparent url(../images/products-grid-text-bottom-outlet.gif) no-repeat scroll 1px 0;}

.products-grid-text .price-box { width:100%; }
.products-grid-text .button {}

.categorylisting {
    float:left; 
	/*
    width:120px; 
	height:213px;*/
    padding:6px 23px 4px 4px;
    margin-left:1px;
    text-align:left;
    } 
.categorylisting-3olumns {
    float:left; 
	/*
    width:120px; 
	height:213px;*/
    padding:4px 24px 4px 4px;
    margin:0px;
    text-align:left;
    } 
.categorylistingoutlet {
    float:left; 
	/*
    width:120px; 
	height:213px;*/
    padding:6px 14px 4px 4px;
    margin-left:10px;
    text-align:left;
    } 

/* NEW LINE .product-image { border:none;} */
.product-image-list { width:120px; height: 213px; border:none; opacity: 1; padding-left:5px;}	
.product-image-grid { width:120px; height: 213px; border:none; opacity: 1; }	

.product-image-container { width:186px; height:266px; padding:6px 0 0 0; background:transparent url(../images/category_product_image_bg.png) no-repeat scroll 0 0;}

/* NEW LINE .product-image div.subcat-text { height:41px; width:auto; padding:7px 0 0 0; text-align:center; vertical-align:middle; line-height:14px; background:transparent url(../images/subcat_text_bg.png) repeat-x scroll 0 0;  margin:0 2px; padding:7px 4px;} */
.product-image div.subcat-text { height:48px; width:110px; padding:10px 5px 0; text-align:center; vertical-align:middle; line-height:14px;}  
.product-image div.subcat-text-outlet { height:48px; width:110px; padding:20px 5px 0; text-align:center; vertical-align:middle; line-height:14px;}  
.product-image div.subcat-text-outlet a { font-weight:bold; color:#FFFFFF;}  




.product-image .subcat-text a { color:#E0E0E0 !important;  font-size:11.5px; font-weight:bold;} 
	
.categorylisting-end {
	float:left;
    width:120px; 
	height:213px;
    padding:0px;
    margin:0px;
    text-align:left;
    } 


/* View Type: List */
.products-list li.item { width:750px; height:275px; border:1px solid #990033; padding:5px; margin:4px 0 0 1px; background-color:#FFFFFF;}
.products-list-3-column li.item { width:567px; border:1px solid #990033; padding:5px; margin:4px 0 0 1px; background-color:#FFFFFF;}

.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:550px; margin-top:5px; text-align:left;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view-top { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_top.png) no-repeat; }
.product-view { width:766px; margin:0 0 0 0; background: url(../images/product_bg.png) repeat-y; }
.product-view-bottom { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_bottom.png) no-repeat; }

.product-essential {}
.product-collateral { width:740px; margin:0; padding:0 0 20px 7px; }
.product-collateral .page-title { color:#ffe7e7; background: transparent url(../images/product_name_bg.gif) no-repeat scroll 0 0; width:447px; height: 44px; font-size:16px;  padding:4px 0 0 10px}

/* Product Images */
.product-view .product-img-box { float:left; width:288px; min-height:399px;; margin:9px 0 0 19px; background:transparent url(../images/base_placeholder.png) no-repeat scroll 0 0;}
.product-view .product-img-box-container { margin:8px 8px auto; width: 246px; }
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:274px; height:364px; overflow:hidden; z-index:9; margin:0 0 13px 0;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:27px 0 0 -8px; width:288px;}
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; width:67px; height:87px; padding:5px 0 0 5px; background:transparent url(../images/more_views_placeholder.png) no-repeat scroll 0 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:445px; margin:11px 0 0;}
.product-view .product-shop .product-name-top { background: transparent url(../images/product_name_top_bg.gif) no-repeat scroll 0 0; width:415px; height:9px; padding:0px 0 0 10px; }
.product-view .product-shop .product-name { color:#ffe7e7; background: transparent url(../images/product_name_bg.gif) repeat-y scroll 0 0; width:415px; font-size:16px;  padding:0 0 0 10px; }
.product-view .product-shop .product-name h2{ line-height:18px; }
.product-view .product-shop .product-name-bottom { background: transparent url(../images/product_name_bottom_bg.gif) no-repeat scroll 0 0; width:415px; height:9px; padding:0px 0 0 10px; margin-bottom:4px;}
#description-main { width:431px; min-height:345px; background: transparent url(../images/description_bg.png) no-repeat scroll 0 0; padding:0 0 0 0px;}
#details { width:431px; height:345px; background: transparent url(../images/details_bg.png) no-repeat scroll 0 0; padding:0 0 0 12px;}
#delivery { width:431px; height:345px;background: transparent url(../images/delivery_bg.png) no-repeat scroll 0 0; padding:0 0 0 12px;}
#size_chart { width:431px; height:345px; background: transparent url(../images/size_chart_bg.png) no-repeat scroll 0 0; padding:0 0 0 12px;}
.description-container .products-tabs { margin:0 0 0 12px; }
.product-view .short-description {}
.product-view .products-tabs table {}
.product-view .products-tabs td { width:99px; height:26px; text-align:center; vertical-align:middle;}
.info-container{ width:431px; min-height:53px; background: transparent url(../images/info_container_bg.png) repeat-y scroll 0 0; padding:0 0 0 22px;}
.info-link { background:transparent url(../images/info_icon.png) no-repeat scroll 0 0; padding:0 0 5px 19px; margin:0 39px 0 0;}
.info-link a { text-decoration:underline; }
.info-bottom { width:431px; height:6px; background: transparent url(../images/info_bottom_bg.png) no-repeat scroll 0 0; padding:0 0 0 12px;}


/* Rating */
.ratings { float:right; margin:0 25px 0 0; }
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; color:#CFCFCF;}

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold;}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin:0 0 0 0; }
.add-to-cart button.button_simple { float:left; margin:0 0 0 0; }

/* Add to Links + Add to Cart */
.add-to-box { float:right; margin:2px 0 0 0; width:189px; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px;}
.add-to-box .add-to-links { width:165px; float:right; margin:0 6px 0 0; }
.add-to-box .add-to-links li { margin: 0 0 10px; }
.product-cart-container ul { float:right; width:132px;}
.add-to-box a.wishlist_icon { padding:3px 0 5px 32px; background:transparent url(../images/wishlist_icon.png) no-repeat scroll 0 0;}
.add-to-box a.review_icon { padding:3px 0 5px 32px; background:transparent url(../images/review_icon.png) no-repeat scroll 0 0;}
.add-to-box a.email_icon { padding:3px 0 5px 32px; background:transparent url(../images/email_icon.png) no-repeat scroll 0 0;}
.add-to-box a.cheaper_icon { padding:3px 0 5px 32px; background:transparent url(../images/cheaper_icon.png) no-repeat scroll 0 0;}
.add-to-box a.secure_icon { padding:3px 0 5px 32px; background:transparent url(../images/secure_icon.png) no-repeat scroll 0 0;}

/* Product Options */
.product-options { padding:0; }
.product-options-wrapper { width:213px; float:left; margin: 10px 0;}
.product-options dt { line-height:20px; width:42px; float:left; }
.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: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:150px; height:20px; float:right;}
.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 { float:right;}

.product-cart-container { background: transparent url(../images/product-options_bg.png) no-repeat scroll 0 0;  float:right; margin:3px 0 0; width:445px; height:158px;}
.product-cart-container-left { width:226px; height:148px; float:left; margin: 10px 0 0 14px;}
.product-cart-container-right { width: 189px; height: 158px; float: right; margin: 9px 11px 0 0;}
.rrp_data {font-size:10px; line-height:10px;}
.rrp_data .price { font-size:12px; font-weight:bold;}
.price_data {font-size:10px; margin:3px 4px 0 0;}
.price_data .price { font-size:14px; font-weight:bold; }
.wrong_currency { font-size:9px; text-align:left; float:left;}

/* .product-cart { width:445px; height:76px; background: transparent url(../images/product-options_bg.gif) no-repeat scroll 0 0; margin:15px 0 21px;
float:right; } */
.product-cart { }
.product-options-bottom { float:right; width:132px; margin:0px 10px 0 0;}
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description { padding:14px 20px 0 20px;}
.product-view .description_splitter { height:4px; width:408px; background: transparent url(../images/description_splitter.png) no-repeat scroll 0 0; margin: 0 0 0 -10px;}
.product-view .info_area { float:left; margin:6px 0 0 -4px;} 
.product-view .info_icon { padding: 6px 15px 0 0; vertical-align:middle;}
.product-view .std { width:400px; height:224px; overflow:auto; background:none; padding:0;}
.product-shop .std { width:400px; height:220px; overflow:auto; background:none; padding:0; margin:0 0 4px;}
.product-shop .list_description {background:transparent none repeat scroll 0 0; margin:0 0 4px; overflow:auto; padding:0; width:540px;}
.product-view .details { padding:14px 20px 0 10px;}
.product-view .other { padding:4px 14px 0 0;} */
.product-view .size_chart { padding:4px 14px 0 0;}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
/*.product-view .up-sell { background: transparent url(../images/upsell_bg.png) no-repeat scroll 0 0;  float:right; margin:3px 0 0; width:445px;}*/
.product-view .up-sell-top { width:445px; height:24px; margin:3px 0 0; background:transparent url(../images/upsell_bg_top.png) no-repeat scroll 0 0; float:right;}
.product-view .up-sell-top p {padding:4px 0 0 8px;}
.product-view .up-sell { width:445px;  float:right;}
.product-view .up-sell-bottom {width:445px; height:6px; background:transparent url(../images/upsell_bg_bottom.png) no-repeat scroll 0 0; float:left;}

/* .product-view .up-sell  { float:right; width:445px; margin:13px 0 0 0;  height:175px; background: transparent url(../images/upsell_bg.gif) no-repeat scroll 0 0;}
/* .product-view .up-sell {  margin:15px 0 0 21px; padding:4px 0 0 10px; width:445px; height:175px; background: transparent url(../images/upsell_bg.gif) no-repeat scroll 0 0; float:right;} */
.up-sell-container {  width:431px; background:transparent url(../images/upsell_bg.png) repeat-y scroll 0 0; float:left; padding:0 5px 0; }
.up-sell-products-grid { width:97%; }
.up-sell-products-grid td { width:50%; border: 0px none; text-align:left;}
.up-sell-products-grid tr.even { background: transparent; }
.up-sell-products-grid .up-sell-title { margin:0px; padding:0px;}
.up-sell-products-grid .price-box {margin:0 5px 0 0; padding:0px; float:right;}
.up-sell-products-grid .checkbox_container { line-height:15px; height:17px; width:98px; margin:0; padding:0 0 0 1px; float:right; background:transparent url(../images/include_bg.png) no-repeat scroll 0 0;}
.up-sell-products-grid input.checkbox {margin-top:-1px;}
.up-sell-products-grid .include_text { font-size:10px; color:#FFFFFF;}
/*.up-sell-products-grid .price-box { margin:0px; padding:0px;} */
.up-sell-products-grid .price { margin:0px; padding:0px; }
.product-view .up-sell .product-image { width:49px; height:63px; padding:4px 0 0 4px; background:transparent url(../images/main_product_bg.png) no-repeat scroll 0 0; float:left;}
/* .more-views li {
background:transparent url(../images/thumbnail_placeholder.gif) no-repeat scroll 0 0;
float:left;
height:69px;
padding:4px 0 0 5px;
width:52px;
.product-view .checkbox upsell-checkbox {float:right;} */

/* Block: Related */
.product-view .advert-related-container { float:left; width:286px; margin:3px 0 0 20px;}
.product-view .related-main-container { float:left; width:286px;  min-height:165px; margin:3px 0 0 20px;}
.product-view .related-top { background: transparent url(../images/related_box_top_bg.png) no-repeat scroll 0 0;  float:left; width:286px; height:24px;}
.product-view .related { background:transparent url(../images/related_box_bg.png) repeat-y scroll 0 0; float:left;width:286px;  min-height:135px;}
.product-view .related-bottom { background: transparent url(../images/related_box_bottom_bg.png) no-repeat scroll 0 0;  float:left; width:286px; height:6px;}
/*.product-view .related  { float:right; width:445px; margin:13px 0 0 0;  height:125px; background: transparent url(../images/upsell_bg.gif) no-repeat scroll 0 0;}
/* .product-view .up-sell {  margin:15px 0 0 21px; padding:4px 0 0 10px; width:445px; height:175px; background: transparent url(../images/upsell_bg.gif) no-repeat scroll 0 0; float:right;} */
.related-container { padding:4px 15px 0 10px; }
.related-products-grid { width:100%; }
.related-products-grid td { width:200px; border: 0px none; text-align:left;}
.related-products-grid tr.even { background: transparent; }
.related-products-grid .related-title { margin:0px; padding:0px;}
.related-products-grid .price-box {margin:0 5px 0 0; padding:0px; float:right;}
.related-products-grid .checkbox_container { line-height:15px; height:17px; width:98px; margin:0; padding:0 0 0 1px; float:right; background:transparent url(../images/include_bg.png) no-repeat scroll 0 0;}
.related-products-grid input.checkbox {margin-top:-1px;}
.related-products-grid .include_text { font-size:10px; color:#FFFFFF;}
.related-products-grid .price { margin:0px; padding:0px; }
.product-view .related .product-image { width:49px; height:63px; padding:4px 0 0 4px; background:transparent url(../images/main_product_bg.png) no-repeat scroll 0 0; float:left;}

/* .product-view .related{ padding:4px 10px 0 0; }
.product-view .related table { width:437px; }
.product-view .related .products-grid td { width:217px; border:none; text-align:left;}
.product-view .related .products-grid tr.even { background: transparent; }
.product-view .related .product-image {float:left;}
.product-view .checkbox related-checkbox {float:right;} */

/* 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 { padding:0 0 0 8px; }
.product-view .reviews dt { width:682px; margin:auto;}
.product-view .reviews dt { padding:8px 0 0 0; }
.product-view .reviews .review_details { padding:4px 0 0 0; }
.product-view .reviews h3 { color:#ffe7e7; background: transparent url(../images/product_name_bg.gif) no-repeat scroll 0 0; width:447px; height: 44px; font-size:16px;  padding:4px 0 0 10px}

/* Block: Add Review */
.product-view .add-review .review_splitter { height:3px; width:682px; background: transparent url(../images/review_splitter.png) no-repeat scroll 0 0; margin: 10px auto;}
.product-view .add-review-top { width:728px; height:24px; margin:3px 0 0 15px; background:transparent url(../images/review_bg_top.png) no-repeat scroll 0 0;}
.product-view .add-review-top  p { padding:4px 0 0 8px; }
.product-view div.add-review { width:728px; margin:0 0 0 15px; background:transparent url(../images/review_bg.png) repeat-y scroll 0 0; }
.product-view .add-review-bottom {width:728px; height:5px; margin:0 0 0 15px; background:transparent url(../images/review_bg_bottom.png) no-repeat scroll 0 0;}
.product-view .add-review { width:682px; margin:auto;}
.product-view .add-review .buttons-set { clear:both; margin:5px 0 0; padding:5px; border:none;}
.product-view .add-review .form-list li { margin:0 0 5px; vertical-align:top;}
.product-view .add-review .form-list label { font-weight:normal;}
.product-view .add-review input.input-text, textarea { width:211px; margin:2px; }
.product-view .add-review textarea { width:440px; }
.product-view .add-review .submit_button {text-align:center; vertical-align:bottom; width:100px;}
.product-view .add-review .review_note {font-size:10px;}
.product-view .add-review h3 { color:#ffe7e7; background: transparent url(../images/product_name_bg.gif) no-repeat scroll 0 0; width:447px; height: 44px; font-size:16px;  padding:4px 0 0 10px}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.product-name-featured { font-size:1em; font-weight:bold; line-height:1.5; }
.product-name-featured a:hover { color:#ffffff; }

.product-name-list { font-size:1em; font-weight:bold; line-height:1.5; margin-left:7px; margin-right:7px;}

/* 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 ========================================================================= */

.col-main .cart-top { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_top.png) no-repeat; }
.col-main .cart-bottom { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_bottom.png) no-repeat; }

.col-main .cart { height:683px; width:759px; margin:0px 0 0 0px; padding:7px 0 0 7px; background: url(../images/product_bg.png) repeat-y; }
.cart .page-title { width:740px; }
.cart .title-buttons h2 { color:#ffe7e7; background: transparent url(../images/shopping_cart_bg.gif) no-repeat scroll 0 0; width:447px; height: 44px; font-size:16px;  padding:4px 0 0 10px; text-align:left;}
.cart .page-title { width:740px; background:none repeat scroll 0 0 transparent;}
.cart form {float:left;}
#shopping-cart-table { width:740px; }

.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}
.cart .col2-set .col-2 {float: left; padding:15px 0 0 15px;}

/* Shopping Cart Totals */
.cart .totals { float:right; margin:0 24px 0 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 #751111; position:relative;width:100%; }
.opc li.section { border:1px solid #751111; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:2; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a {line-height:2;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#FFCFD1; cursor:default; }
.opc .step { border-top:1px solid #751111; 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-top { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_top.png) no-repeat; }
.account-login { width:752px; padding:7px 7px 0 7px; background: url(../images/product_bg.png) repeat-y scroll 0 0; }
.account-login-bottom { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_bottom.png) no-repeat; }
.account-login .page-title { color:#ffe7e7; background: transparent url(../images/page_title_bg.gif) no-repeat scroll 0 0; width:741px; height: 44px; font-size:16px;  padding:4px 0 0 10px}
.account-login .col2-set { width:740px; }
.account-login .new-users { }
.account-login .registered-users { }
.account-login .col-2 { padding-left:10px; border-left:1px solid #ddd;}

.account-create-top { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_top.png) no-repeat; }
.account-create { width:752px; padding:7px 7px 0 7px; background: url(../images/product_bg.png) repeat-y scroll 0 0; }
.account-create .page-title { color:#ffe7e7; background: transparent url(../images/page_title_bg.gif) no-repeat scroll 0 0; width:741px; height: 44px; font-size:16px;  padding:4px 0 0 10px}
.account-create-bottom { height:6px; width:766px; margin:0 0 0 0; background: url(../images/product_bg_bottom.png) no-repeat; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard { padding:0 0 10px; }
.dashboard .welcome-msg { color:#000000; }

/* 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 {padding:10px; }
.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 {clear:both;}
.page-print .logo { margin:0px;float:left; width:139px; height:57px;} 
.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; }
/* ======================================================================================= */


/* FAQ ================================================================================ */

.smallscroll {
background-color:#FFFFFF;
border:0 solid #666666;
}
.FAQQuestion {
background-color:#FFFFFF;
text-align:left;
text-indent:30px;
}
.FAQTop {
background-color:#FFFFFF;
color:#FF0000;
text-align:right;
}
.FAQTextQuestion {
background-color:#CCCCCC;
font-size:12px;
}
.FAQText {
}
.std h1 {
color:#666666;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:26px;
padding:2px;
text-align:center;
}

.FAQHead {
background-color:#FFFFFF;
color:#666666;
font-size:14px;
text-align:center;
}
input.brochure {
background-color:#FFFFFF;
border:1px solid #990000;
color:#333333;
font-family:Arial;
font-size:12px;
}
.imgreq {
border:2px solid #990000;
}
.req {
border:1px solid #990000;
}
.req td {
padding:11px;
}
.reqtext {
color:#333333;
font-family:Arial;
font-size:12px;
}
.reqtextj {
color:#333333;
font-family:Arial;
font-size:12px;
text-align:justify;
}
.mailaddbg {
background-image:url(/images/mail-add-bg.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
height:231px;
width:432px;
}
.mailtext {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
ul.mail {
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:11px;
padding-right:31px;
text-align:justify;
}
a.mail {
color:#990000;
font-size:11px;
}
.shopheader {
-x-system-font:none;
background:#F3F3F3 none repeat scroll 0 0;
border:1px solid #990000;
color:#990000;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px;
}
.waterloohead {
background:transparent url(images/waterlooshop.jpg) no-repeat scroll 210px 50%;
border-bottom:1px solid #990000;
border-left:1px solid #990000;
border-right:1px solid #990000;
padding:5px 5px 5px 15px;
}
.stapleshead {
background:transparent url(images/staplesshop.jpg) no-repeat scroll 220px 50%;
border-bottom:1px solid #990000;
border-left:1px solid #990000;
border-right:1px solid #990000;
height:120px;
padding:5px 5px 5px 15px;
}
.openingtimes {
background:transparent url(images/waterloomap.jpg) no-repeat scroll 110px 100px;
border-bottom:1px solid #990000;
border-left:1px solid #990000;
border-right:1px solid #990000;
padding:5px;
width:190px;
}
.aboutbox {
border-bottom:1px solid #D4288A;
border-right:1px solid #D4288A;
padding:5px;
text-align:justify;
}
.directions {
border-bottom:1px solid #990000;
border-left:1px solid #990000;
border-right:1px solid #990000;
padding:7px;
}
.directions2 {
background-image:url(images/staplesbusroute.jpg);
background-position:310px 40px;
background-repeat:no-repeat;
border-bottom:1px solid #990000;
border-left:1px solid #990000;
border-right:1px solid #990000;
padding:7px;
}
.storytext {
color:#8F0202;
font-size:14px;
}
.faqheader {
background-color:#990000;
border:1px solid #FFFFFF;
height:21px;
margin:0;
padding:0;
width:570px;
}
.faqheader h1 {
-x-system-font:none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0;
padding:0;
}
.faqbox {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #B5B5B5;
border-left:1px solid #B5B5B5;
border-right:1px solid #B5B5B5;
width:570px;
}
.faqtext2 {
-x-system-font:none;
color:#333333;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:10px;
text-align:justify;
}
.sizecharttable {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #B5B5B5;
}
.sizecharttext {
-x-system-font:none;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.sizecharttable td {
border:1px solid #B5B5B5;
}
.sizecharttext td {
-x-system-font:none;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom:2px;
padding-top:2px;
}
.sizechartheader {
-x-system-font:none;
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding-bottom:3px;
padding-top:13px;
}

.sizechart-table {font: 12px Arial, Helvetica, sans-serif; color: #000; width:100%; }
.sizechart-header {font: bold 14px Arial, Helvetica, sans-serif; color: #FFFFFF; background: #666; padding:3px 0px;}
.sizechart-headingcell {text-align:center; background-color:#999; border: solid #333 1px; }
.sizechart-infocell {text-align:center; border: solid #333 1px;}
.sizechart-footer {text-align:center; padding-top:5px;}

/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { float:right; padding-top:5px; padding-left:10px; padding-right:10px;width:940px; background:transparent url(../images/site-footer.jpg) no-repeat scroll 0 0; color:#FFFFFF;}
.footer a { color:#FFFFFF; }
.footer p { text-align:center; }
.footer address { text-align:center; }
.footer ul {padding:0 0 0 0; }
/* ======================================================================================= */

div.scroller { 
	overflow: hidden;
	border:0px solid #cccccc;
	/* background:#FFFFFF; */
	}
	div.scroller div.section {
		overflow:hidden;
		float:left;
		padding:1em;
		}
	div.scroller div.content {
		overflow: hidden;
		width: 1800px;
		padding-top:1px;
		margin: auto;
		}

	div.section1 {
		background:#FFFFFF;
		color:#000000;
		background:transparent url(../images/slider/featured-background1.png) no-repeat scroll 0 0; color:#FFFFFF;
		}
	div.section2 {
		background:#FFFFFF;
		color:#000000;
		background:transparent url(../images/slider/featured-background2.png) no-repeat scroll 0 0; color:#FFFFFF;
		}

	div.section3 {
		background:#FFFFFF;
		color:#000000;
		background:transparent url(../images/slider/featured-background3.png) no-repeat scroll 0 0; color:#FFFFFF;
		}


.category-header-banner {position:absolute; margin-left:610px; margin-top:8px;}

.categorylisting-banner {
    float:left; 
	/*
    width:120px; 
	height:213px;*/
    padding:4px;
    margin:0px;
    text-align:left;
    } 

.category-footer-content {text-align:left; position: absolute; width:745px; top:950px; padding:10px 5px; border: 1px solid; margin-left:5px; margin-bottom:15px;}

#category-product-new {
	width: 372px;
	height: 208px;
	border: 2px solid #FFFFFF;
	float: left;
	margin:4px;
	}

#category-product-new .inner {
	font-weight:bold; text-align:center; background-color: #FFEFF0;
	}

#category-product-new .product {
	background-color:#FFFFFF;
	width:122px;
	float:left;
	}
#category-product-new td {background-color: #FFFFFF;}
#category-product-new h6 {text-align:center; background-color: #FFEFF0; height:33px;}

#category-product-featured {
	width: 115px;
	height: 208px;
	border: 2px solid #FFFFFF;
	float: left;
	margin:4px;
	/* background:transparent url(../images/featured-background-1.gif) no-repeat scroll 0 0; */
	}

#category-product-featured th {font-weight:bold; text-align:center; background-color: #FFEFF0;}
#category-product-featured td {background-color: #FFFFFF;}
#category-product-featured h6 {text-align:center; background-color: #FFEFF0;}


.subcategory-footer-text-2columns {float:left; width:100%; margin-left:4px; margin-bottom:10px; margin-top:10px;}
.subcategory-footer-text-3columns {float:left; width:530px; margin-left:15px; margin-bottom:10px; margin-top:10px; border: 2px solid #FFFFFF; padding:10px;}
.subcategory-footer-text-3columns .footer-text {padding:5px; background:#FFEFEF;}

/*
#my-glider-3column {position:absolute; top:372px; width:595px; margin-left:7px;}
#my-glider-3column .scroller {width:585px; height:70px; background-color:#FFFFFF;}
*/

#my-glider-2column {position:absolute; top:372px; width:754px; margin-left:7px;}
#my-glider-2column .scroller {width:754px; height:70px; background-color:#FFFFFF;}

.subcategorylisting {position:relative; float:left; width:100%; margin-top:72px;}

.outlet-side-image { 
		width:186px; 
		height:255px; 
		/* background:url(../images/outlet-store.gif) no-repeat scroll 0 0; */
		z-index:1; 
		position:absolute; 
		margin-left:5px; 
		margin-top:3px;
		opacity: .25;
		}

.section-featured-arrow {float:right; position:absolute; top:67px; left:257px;}
.section-featured-table {}

.table-featured .td {background:url(../images/slider/featured-arrow.png) 0 0 repeat-x;}


#google_translate_element	{float:left; margin-top:-4px;}
#google_translate_element_label	{float:left; margin-left:5px; font-size:13px; vertical-align:middle; color:#ffffff;}


.category-head {position: relative; margin-left: 1px; margin-top:-3.5px; float:left;}
.category-head-text {position:absolute; top:40px; float:left; color:#E0E0E0; z-index:100; left:305px; width:350px;}
.category-head-description {position:absolute; top:95px; width:270px; float:left; color:#E0E0E0; z-index:100; left:310px;}

.featured-subcategory {position:absolute; width:190px; margin-top:25px; z-index:200;}
.featured-subcategory .container {width:180px; margin-top:0px; margin-bottom:0px; float:right; left:560px;}
.featured-subcategory .table {width:180px;}
.featured-subcategory .td {width:66px; margin-left:5px;}
.featured-subcategory a {color:#FFFFFF; font-weight:bold;}

.subcategory-header {position:absolute; left:0; width:400px; top:35px; font-size:25px; color:#FFFFFF; font-weight:bold; margin-left:160px; z-index:200;}
.subcategory-header .description {position:relative; width:350px; font-size:12px; color:#FFFFFF; font-weight:normal; z-index:200;}
.subcategory-header h2 {font-size:20px;}

.breadcrumbs-maincategory {position:relative; left:0;}

/* Translate */
#translate_dropdown {float:left; position:relative; width:200px; color:#FFFFFF; font-size:13px; padding-left:10px;}
#translate_dropdown .jq-translate-ui {width:100px;}

.navigation_bar {width:534px; /* opacity:.75; filter: alpha(opacity = 75); */ height:100px; position:absolute; top:190px; margin-left:7px; z-index:200; background: transparent url(../images/category/catpage-xmas-corner.png) no-repeat scroll 0 0; /* background: transparent url(../images/category/info-links-bar.png) no-repeat scroll 0 0;*/ left:0px;}
.navigation_bar .link_text {color:#E0E0E0;}
.navigation_bar td {font-weight:bold; vertical-align: middle; padding-left: 60px; padding-top:55px;}

.footer_text_top {background-image: url(../images/category/sub-cat-text-box-top.jpg); left:0px; height:46px; width:585px; position:relative; margin-left:2px;}
.footer_text_side {background-image: url(../images/category/sub-cat-text-box-middle.jpg); background-repeat: repeat-y; left:0px; text-align: left; /* height:300px;*/ width:585px; padding-left:20px; margin-left:2px;}
.footer_text_side p {width:515px; padding-top:5px;}
.footer_text_bottom {background-image: url(../images/category/sub-cat-text-box-bottom.jpg); left:0px; height:15px; width:585px; margin-left:2px;}

/*	Category Featured Product	*/
.category_featured_product {float:right; width:144px; position:relative; z-index:99; top:40px;}
.category_featured_product h6 {top:40px; margin-top:1px; line-height:13px; width:130px; text-align:center;}
.category_featured_product_imgage {border:1px solid #CCCCCC;}


.category_featured_product_list {width:144px; position:absolute; z-index:99; top:177px; margin-left:632px;}
.category_featured_product_list h6 {top:40px; margin-top:1px; line-height:13px; width:130px; text-align:center;}
.category_featured_product_list_image {border:0px solid #CCCCCC;}

/* List Featured Product */
.list_featured_product {z-index:100; margin-left:580px; position:absolute; top:30px; left:0;}
.list_featured_product a { text-decoration:none; color:#FFFFFF; }
.list_featured_product a:hover { text-decoration:underline; color:#FF6F6F;}

#flagpole { width: 190px; height: 74px; top: 67px; right: 0; }

#flags { width: 144px; height: 74px; display: block; position: absolute; right: 24px; top: 0px; text-align: center; z-index: 3; }
#flags ul { margin: 0; padding: 0; }
#flags li { margin: 0 9px 9px 0; display: inline; float: left; list-style: none; }
#flags li.rhs { margin: 0 0 9px 0; }
#flags li, #flags span { width: 42px; height: 28px; }
#flags span { display: block; position: relative; margin: 0 auto; cursor: pointer; z-index: 4; }

span#English { background: transparent url(../images/flags/flag-aussie.gif) }
span#Dutch { background: transparent url(../images/flags/flag-dutch.gif) }
span#German { background: transparent url(../images/flags/flag-german.gif) }
span#Chinese { background: transparent url(../images/flags/flag-chinese.gif) }
span#Japanese { background: transparent url(../images/flags/flag-japanese.gif) }
span#Korean { background: transparent url(../images/flags/flag-korean.gif) }

.list-top {background-image: url(../images/catalog/product/listview-box-top.jpg); left:0px; height:7px; width:769px; position:relative; margin-left:1px;}
.list-middle {background-image: url(../images/catalog/product/listview-box-middle.jpg); left:0px; width:769px; position:relative; margin-left:1px;}
.list-bottom {background-image: url(../images/catalog/product/listview-box-bottom.jpg); left:0px; height:7px; width:769px; position:relative; margin-left:1px;}
/* .product-image { float:left; }*/
.product-shop { /* float:right; width:550px; margin-top:5px; */text-align:left; padding-left:10px;}


.more-views-2 {background-image: url(../images/catalog/product/filmstrip-background.jpg); width:185px; height:132px;}
.more-views-2 td {padding-left:15px; padding-top:14px;}

.more-views-3 {background-image: url(../images/catalog/product/filmstrip-background.jpg); width:275px; height:132px;}
.more-views-3 td {padding-left:15px; padding-top:14px;}

.more-views-4 {background-image: url(../images/catalog/product/filmstrip-background.jpg); width:372px; height:132px;}
.more-views-4 td {padding-left:15px; padding-top:14px;}



/* Autocomplete search styles */
.mini-search { float: right; margin-top: 44px; }
#myInput { border: 0; width: 140px; margin-right: 13px; font-size: 11px; }
#mini-search-button { margin-right: -5px; margin-top: 2px; }

/* Crafty Clicks */
#zipDiv {float:left; clear:both;}
#findAddrBtnDiv {float:left;}
#crafty_postcode_result_display {float:left;}
#zipDiv2 {float:left; clear:both}
#findAddrBtnDiv2 {float:left;}

/* New Customer Registration Page */
.customer-name-prefix .name-prefix {width:100px;}
.customer-name-prefix #firstname {width:250px;}
.customer-name-prefix .name-firstname{width:260px;}
.customer-name-prefix .name-firstname  #billing:firstname {width:165px;}
.customer-name-prefix .#lastname {width:150px;}
.customer-name-prefix .name-lastname {width:250px;}

.std .form-list {list-style-type:none;}
.std .form-list-address {list-style-type:none;}
.std .form-list-address .wide{clear:both; margin-bottom:5px;}


.sales-order-print .col2-set {width:50%;}
.page-print .logo {width:100%; height:auto;}
.page-print .print-head address {width:100%; margin-top:10px; margin-bottom:10px; margin-left:0;}
