/**
 * 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)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Layout ================================================================================= */
.wrapper { padding:50px 0 80px 0; }
.page { width:958px; background:#fff; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0 10px; }
.col-main { height:400px; }
.col-main[class] { height:auto; min-height:400px; }

/* Base Columns */
.col-left { float:left; width:230px; padding:0; }
.col-main { float:left; width:688px; padding:0; }
.col-right { float:right; width:230px; padding:0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; display:block; 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:438px; margin-left:20px; }

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


/* Header ================================================================================ */
.header { margin:0; padding:4px 10px 30px 10px; position:relative; z-index:1000; }
.header .col-1 { float:left; width:150px; }
.header .col-2 { float:right; width:788px; }
.logo { float:left; display:inline; overflow:hidden; width:132px; height:55px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:132px; height:55px; }
.header .welcome-msg { font-weight:bold; text-align:right; font:11px/1.5 Arial, Helvetica, sans-serif; }
.header .links { margin:0; padding:1px 20px 0 0; float:right; display:inline; }
.header .links li { margin:0; padding:0 9px 0 8px; float:left; display:inline; font:11px/1.5 Arial, Helvetica, sans-serif; background:url(../images/pipe.gif) right center no-repeat; }
.header .links li.last { padding-right:0; background:none; }
.header .form-search { margin:0; padding:0; float:right; display:inline; text-align:right; font:11px/1.5 Arial, Helvetica, sans-serif; }
.header .form-search .input-text { font:11px/1.3 Arial, Helvetica, sans-serif; }
.header .form-search button { margin:0 0 0 5px; padding:0; border:0; text-transform:none; background:none; cursor:pointer; }
.header .form-search button span { margin:0; padding:0 7px 0 0; font:bold 11px/16px Arial, Helvetica, sans-serif; background:url(../images/btn-go.gif) 100% 3px no-repeat; color:#888; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { background-color:#fff; border:1px solid #ddd; border-bottom:0; }
.header .form-search .search-autocomplete li { margin:0; padding:1px 2px; border-bottom:1px solid #ddd; cursor:pointer; font:11px/1.5 Arial, Helvetica, sans-serif; text-align:left; }
.header .form-search .search-autocomplete li .amount { margin:0; float:right; display:inline; font-weight:bold; }
.header .form-search .search-autocomplete li.selected { margin:0; padding:1px 2px; }
.header .form-language { text-align:center; }

.header .shopping-cart { margin:10px 0 0 0; padding:0; float:right; display:inline; position:relative; text-align:right; width:150px; }
.header .shopping-cart .cart-title { background:url(../images/icon-cart.gif) right top no-repeat; height:20px; }
.header .shopping-cart .cart-title .amount { float:right; margin:0 -6px 0 10px; display:inline; padding:8px 0 0; width:32px; color:#666; font:10px/1 Arial, Helvetica, sans-serif; text-align:center; position:relative; }
.header .shopping-cart .cart-title h2 { margin:0; padding:8px 0 0; font:9px/11px Arial, Helvetica, sans-serif; }

.header .shopping-cart .cart-content-holder { margin:0 0 -1px 0; display:inline; position:relative; height:1px; line-height:1; font-size:1px; z-index:1000; }
body:nth-of-type(1) .header .shopping-cart .cart-content-holder { display:block; } /*Google Chrome fix*/
.header #cart-content { display:none; position:absolute; z-index:1000; top:20px; right:0; }
.header #cart-content.show { display:block; }
.header .shopping-cart .cart-content { width:300px; padding:4px 15px; border:1px solid #ddd; border-width:0 1px; background:#fff; font:11px/1.3 Arial, Helvetica, sans-serif; text-align:left; }
.header .shopping-cart .cart-content .amount { margin:4px 0 -10px 0; padding:0; float:right; display:inline; color:#666; font:11px/1.2 Arial, Helvetica, sans-serif; }
.header .shopping-cart .cart-content .title { margin:0 0 10px 0; padding:0; color:#999; font:bold 15px/1.5 Arial, Helvetica, sans-serif; }
.header .shopping-cart .mini-products-list { margin:0; padding:0; }
.header .shopping-cart .mini-products-list li { margin:0 0 10px 0; padding:0; font:12px/1.3 Arial, Helvetica, sans-serif; }
.header .shopping-cart .cart-price { margin:0; font-weight:normal; font-size:11px; }
.header .shopping-cart .cart-price strong { font-weight:normal; }
.header .shopping-cart .cart-price .price { font-weight:normal; }
.header .shopping-cart .btn-remove { margin:18px 0 0 0; float:right; display:inline; }
.header .shopping-cart .actions { margin:0; padding:11px 0 5px 0; text-align:right; }
.header .shopping-cart .actions .button { margin:0; padding:0; }
.header .shopping-cart .actions .button span { padding:0 15px 0; height:24px; text-transform:lowercase; font:normal 14px/24px Arial, Helvetica, sans-serif; }
.header .shopping-cart .actions .subtotal { margin:5px 0 0 0; padding:0; float:left; font:12px/1.5 Arial, Helvetica, sans-serif; }

.menu { width:630px; padding:0; margin:12px 0 0 0; }

.header .top-menu { margin:0; padding:0 0 0 25px; list-style:none; }
.header .top-menu li { margin:0 25px 0 0; padding:0; float:left; display:inline; list-style:none; font:bold 13px/1.5 Arial, Helvetica, sans-serif; text-transform:lowercase; position:relative; }
.header .top-menu a { float:left; position:relative; color:#999; text-decoration:none; height:15px; font-size:13px; line-height:15px; }
.header .top-menu a img { position:relative; }
.header .top-menu a .item-off { left:0; top:0; }
.header .top-menu a .item-on { left:-9999em; top:-9999em; position:absolute; }
.header .top-menu a:hover { border:0; }
.header .top-menu a:hover .item-off { left:-9999em; top:-9999em; display:none; }
.header .top-menu a:hover .item-on { left:0; top:0; position:relative; }
.header .top-menu .active .item-off { left:-9999em; top:-9999em; display:none; }
.header .top-menu .active .item-on { left:0; top:0; position:relative; }


/********** < Navigation */
.navigation-holder { display:inline; margin:0; position:relative; height:1px; font-size:1px; line-height:1; z-index:1000; }
#navigation { margin:0 -2000px 0 0; font:11px/1.3 Arial, Helvetica, sans-serif; }
#navigation { position:absolute; top:20px; left:25px; z-index:999; }
/*.navigation-holder .show { display:block !important; }*/

.navigation-content { margin:0; padding:11px 12px; background:#fff; border-left:1px solid #ddd; border-right:1px solid #ddd; }
.navigation-content .borders { padding:25px 0 20px; border-top:18px solid #d8d8fe; background:url(../images/line-dotted-h.gif) repeat-x left bottom; }
.navigation-content table { padding:0; border:0; }
.navigation-content table tr td { padding:0 50px 0 0; border:0; background:url(../images/line-dotted-v.gif) repeat-y 90% top; }
.navigation-content table tr td.last { padding:0 15px 0 0; background:none; }
.navigation { margin:0; padding:0; list-style:none; }
.navigation li.level0 { float:left; display:inline; margin:0; padding:0; list-style:none; }
.navigation li.last { margin:0; padding:0; }

/* 0 Level */
.navigation li.level0 a,
.navigation li.level0 span.a { font:bold italic 12px/1.3 Arial, Helvetica, sans-serif; color:#666; }

/* Nth Level */
.navigation li.level0 ul { margin:10px 0 0 0; padding:0; border:0;}
.navigation li.level0 ul li { margin:0; padding:0; border:0; }
.navigation li.level0 ul li a { font:normal 11px/1.3 Arial, Helvetica, sans-serif; color:#333; }

.navigation-content .view-all { margin:0; padding:7px 0 0 0; text-transform:uppercase; }
.navigation-content .view-all a { font:normal 9px/1.3 Arial, Helvetica, sans-serif; color:#999; text-transform:uppercase; }

.navigation li.level0 ul li.hide { display:none; }
/********** Navigation > */

.breadcrumbs { margin:0 0 -50px 0; padding:0 0 0 25px; position:relative; z-index:100; }
.breadcrumbs li { display:inline; font-size:10px; text-transform:lowercase; }
.breadcrumbs li.divider { margin:0 2px; padding:0; }
.breadcrumbs li.divider span { font-size:12px; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#999; }
input.input-text,select,textarea { background:#fff; border:1px solid #ebebeb; }
input.input-text,textarea { padding:2px; }
select { padding:1px; /*position:relative; z-index:50;*/ }
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::-moz-focus-inner { padding:0; border:0; }
button.button { overflow:visible; width:auto; border:0; padding:0; background:none; cursor:pointer; -webkit-border-fit:lines; }
button.button span { float:left; margin:0; padding:0 8px; height:21px; text-transform:uppercase; font:bold 9px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#f0f0f0; background:#939cfb; }
button.gray span { background:#acaba7; }
button.disabled {}
button.disabled span {}

/*firefox fix*/
button::-moz-focus-inner { padding:0; border:0; }
/*google chrome fix*/
button.button {-webkit-border-fit:lines; }

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

/* Form lists */
.form-list { margin:10px 0 0; padding:0; list-style:none; }
.form-list .form-list { margin:0 0 10px 0; }
.form-list label { font-weight:bold; font-size:11px; }
.form-list li { margin:0 0 5px; }
.form-list li .input-box {}
.form-list li input.input-text,
.form-list li textarea { width:230px; }
.form-list li select { width:236px; }
.form-list li.add-row { border-top:1px solid #b6b6b6; margin-top:10px; }

.group-select {}
.group-select label { margin:0 10px 1px 0; font-weight:bold; font-size:11px; }
.group-select ul { margin:10px 0 20px 0; padding:0; }
.group-select ul ul { margin:0 0 10px 0; padding:0; }
.group-select li { margin:0 0 5px; }
.group-select li .input-box { float:left; width:290px; }
.group-select li input.input-text,
.group-select li textarea {width:560px; }
.group-select li select { width:566px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:270px; }
.group-select li .input-box select { width:276px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; margin:0 0 0 10px; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; background:url(../images/line-dotted-h.gif) repeat-x left top; }

/* 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:#939cfb; }
.validation-failed { border:1px dashed #939cfb !important; background:#ebf0ff !important; }
.validation-passed {}
.required { color:#939cfb; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border:1px dotted #acaba7; background-color:#fff; background-repeat:no-repeat; min-height:18px; padding:8px 8px 8px 32px; font-size:10px !important; font-weight:bold; color:#999; }
.error-msg { background-position:10px 8px; background-image:url(../images/msg_error_icon.gif); }
.success-msg { background-position:10px 8px; background-image:url(../images/msg_success_icon.gif); }
.note-msg,
.notice-msg { background-position:10px 8px; background-image:url(../images/msg_note_icon.gif); }

/* Page Heading */
.page-title { margin:0 0 15px 0; padding:0 0 2px 0; border:0; }
.page-title h2 { margin:0; padding:0; border:0; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-links { margin:0; padding:5px 0 0 0; }

/* Toolbar */
.toolbar { /*width:550px;*/ font-size:11px; line-height:1.15; margin:0 0 0 1px; padding:5px 0; text-align:right; }
.toolbar .separator { margin:0 4px; }
.toolbar .prev-link { margin:0 6px 0 0; }
.toolbar .next-link { margin:0 0 0 6px; }
.toolbar .prev-link,
.toolbar .next-link { font-size:0; line-height:0; }
.toolbar .prev-link img,
.toolbar .next-link img { vertical-align:top; margin-top:2px; }
.toolbar .pages { float:left; white-space:nowrap; text-align:left; }
.toolbar .pages,
.toolbar .pages ol,
.toolbar .pages li { display:inline; }
.toolbar .pages .current {}

.toolbar label { vertical-align:middle; margin-top:1px; }
.toolbar select { vertical-align:top; font:normal 10px/1.2 Verdana, Arial, Helvetica, sans-serif; }
.toolbar .limiter { float:left; white-space:nowrap; }


/* Data Table */
.data-table { width:100%; }
.data-table th { padding:4px 8px; border:0; border-bottom:1px solid #fff; font:normal 11px/1.2 Verdana, Arial, Helvetica, sans-serif; color:#777; white-space:nowrap; }
.data-table td { padding:8px; border:0; border-bottom:2px solid #fff; }
.data-table thead { background-color:#dad9d4; }
.data-table tbody { background-color:#f2f2f2; }
.data-table tfoot { background-color:#fff; }
.data-table tfoot th { white-space:nowrap !important; }
.data-table tr.first {}
.data-table tr.last { border-bottom:1px solid #fff; }
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { }
.data-table tbody.even { }
.data-table tbody.even td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { }
.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 tfoot tr { }
.data-table tfoot th,
.data-table tfoot td { padding:8px; vertical-align:middle; font-size:12px; }
.data-table tfoot th { }
.data-table tfoot td { }
.data-table tfoot tr.last th,
.data-table tfoot tr.last td { font:bold 16px/1.34 Arial, Helvetica, sans-serif; }
.data-table tfoot tr.last td.last { }
.data-table tfoot p { margin:5px 0; padding:0; }
.data-table tfoot tr.last td.last .price { }


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

/* 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; }
.disc { list-style:disc outside; padding-left:1.5em; }
.col-main a { color:#555; }
.col-main a:hover { }
/* ======================================================================================= */


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

/* Block: Account */
.account-navigation { margin:0 0 15px 0; padding:0; background:#f9f9f9; }
.account-navigation ul { margin:0; padding:0; }
.account-navigation ul li { margin:0; padding:0; display:inline; font:normal 15px/1.5em Arial, Helvetica, sans-serif; }
.account-navigation ul li.last a,
.account-navigation ul li.last span { background:#f9f9f9; }
.account-navigation ul li span,
.account-navigation ul li a { color:#999; text-decoration:none; margin:0; padding:5px 15px; float:left; display:inline; background:#f9f9f9 url(../images/line-dotted-v.gif) repeat-y right top; }
.account-navigation ul li a:hover { text-decoration:none; background-color:#f0f0f0; }
.account-navigation ul li.current a,
.account-navigation ul li.current span { color:#000; background-color:#f0f0f0; }

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

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

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

.mini-products-list { padding:0 0 10px 0; }
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { margin:0; padding:0; float:left; display:inline; width:50px; margin-right:-60px; }
.mini-products-list .product-details { margin-left:60px; }
.mini-products-list .product-details h4 { margin:0; font-weight:normal; font-size:1em; }
.mini-products-list .product-details .btn-remove { margin:18px 0 0 0; float:right; display:inline; }

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

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

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

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

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

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

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

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

/* Block: Checkout Progress */
.block-progress { margin:0; width:auto; }
.block-progress .block-title { margin:0; padding:0; }
.block-progress .block-title h2 { margin:0; padding:8px 18px 0 18px; height:26px; font:bold 13px/1.5em Arial, Helvetica, sans-serif; color:#999; }
.block-progress .block-content { margin:0 5px; padding:10px; height:auto; background:none; }
.block-progress dt { margin:0; padding:1px 0 1px 10px; font-size:11px; font-weight:bold; color:#999; background:url(../images/li.gif) no-repeat left 7px; }
.block-progress dd { margin:0 0 10px 10px; }
.block-progress dt.complete { color:#444; }
.block-progress dt.complete,
.block-progress dd.complete { }
.block-progress dt .separator { color:#666;  }
.block-progress dt a { margin:0 0 0 0; font:normal 11px/1.2 Verdana, Arial, Helvetica, sans-serif; }
.block-progress dt .separator { margin:0 3px; font:normal 9px/1.2 Arial, Helvetica, sans-serif; color:#999; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-holder { width:936px; margin:0; }
.category-holder .col-1 { width:468px; margin:0; }
.category-holder .col-2 { width:443px; height:250px; margin:0; padding:0 0 0 25px; position:relative; z-index:10; }
.category-holder[class]  .col-2 { height:auto; min-height:250px; }
.category-holder .no-cols { height:100px; margin:0; padding:0 0 0 25px; position:relative; z-index:10; }
.category-holder .no-cols[class] { height:auto; min-height:100px; }
.category-holder .category-image {}
.category-holder .category-image img {}
.category-holder .category-title { padding:20px 10px 10px 0; }
.category-holder .category-title h2 { font-size:20px; }
.category-holder .category-description { margin:0 10px 10px 0; }
.category-holder .news-holder { height:80px; margin:0; padding:0; }
.category-holder .news { position:absolute; bottom:20px; }
.category-holder .news img { margin:0 10px 0 0; }

/* View Type: Grid */
.products-grid-holder { margin:0 -3px 10px -3px; width:944px; }
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { }
.products-grid td.empty { }

.products-grid td,
.products-grid td.empty { padding:0; text-align:left; vertical-align:top; }
.products-grid .products-grid-item { width:147px; height:147px; margin:0 1px 0 0; padding:4px; position:relative; z-index:20; background:url(../images/bg-product-image.gif) no-repeat 0 0; overflow:hidden; }
.products-grid .product-image { width:147px; height:147px; border:0; display:block; position:relative; }
.products-grid .product-image img { border:0; vertical-align:top; }
.products-grid .product-name { display:none !important; position:absolute; bottom:8px; right:10px; }
.products-grid .product-name { margin:0; padding:0; display:inline; font:bold 10px/1.1 Verdana, Arial, Helvetica, sans-serif; text-align:right; text-transform:lowercase; }
.products-grid .product-image { color:#999; text-decoration:none; }
.products-grid .product-image:hover { color:#999; text-decoration:none; }

.products-grid .big .products-grid-item { width:302px; height:302px; margin:0 0 -5px 0; padding:8px 7px 7px; background:url(../images/bg-product-image-big2.gif) no-repeat 0 0; top:-5px; }
/*.products-grid .big .product-image { width:302px; height:302px; }*/
.products-grid .big .product-name { position:absolute; bottom:13px; right:13px; }
.products-grid tr.even .big .products-grid-item { top:0; background:url(../images/bg-product-image-big2-last.gif) 0 1px no-repeat; padding:4px 7px 4px; }

.products-grid .product-image { position:relative; }
.products-grid .product-image img { float:left; }
.products-grid .product-image .img-off { }
.products-grid .product-image .img-on { position:absolute; left:-9999em; top:-9999em; }
.products-grid .product-image:hover {}
.products-grid .product-image:hover .img-off { display:none; }
.products-grid .product-image:hover .img-on { position:relative; left:0; top:0; }


/* old grid
.products-grid-holder { margin:0 0 10px 0; }
.products-grid { width:936px; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td,
.products-grid td.empty { width:156px; padding:0; text-align:left; vertical-align:top; }
.products-grid td { }
.products-grid td.empty { }*/

/* Block: Related */
.block-related li.item  { float:left; width:148px; height:148px; margin:0; padding:4px; position:relative; z-index:20; background:url(../images/bg-product-image.gif) no-repeat 0 0; }
.block-related .product-image { width:152px; height:152px; border:0; }
.block-related .product-image img { border:0; vertical-align:top; }

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


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

.product-essential { width:936px; position:relative; z-index:30; }

/* Product Images */
.product-essential .product-img-box { width:468px; height:361px; margin:0; }
.product-essential[class] .product-img-box { height:auto; min-height:361px; }
.product-essential .product-img-box .product-image { width:468px; overflow:hidden; }
.product-essential .product-img-box .more-views ul { width:468px; margin:0; padding:0; position:absolute; left:5px; bottom:5px; }
.product-essential .product-img-box .more-views li { margin:0 0 0 4px; padding:0; float:left; display:inline; width:8px; height:8px; font-size:1px; line-height:1px; background:url(../images/switch.gif) no-repeat 0 -8px; }
.product-essential .product-img-box .more-views li.current { background-position:0 0; }
.product-essential .product-img-box .cached-images { height:0; overflow:hidden; position:absolute; }

.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-essential .product-shop { width:443px; height:250px; margin:0; padding:0 0 46px 25px; }
.product-essential[class] .product-shop { height:auto; min-height:250px; }
.product-essential .product-name {}
.product-essential .product-name h2 { margin:20px 10px 10px 0; font-size:20px; }
.product-essential .short-description { margin:0 10px 10px 0; }
.product-essential .product-links { width:468px; position:absolute; bottom:8px; left:468px; }
.product-essential .product-links ul { margin:0; padding:0 0 0 25px; list-style:none; }
.product-essential .product-links ul li { margin:0 20px 0 0; padding:0 0 0 10px; display:inline; background:url(../images/li.gif) no-repeat 0 6px; }
.product-essential .product-links .share { position:absolute; width:120px; }
.product-essential .product-links .share img { vertical-align:top; margin-top:2px; }
.product-essential .product-shop .availability { margin:0 5px; }

.product-essential .link-details { font-style:italic; cursor:pointer; font-size:11px; }
.product-essential .details-holder { margin:0 0 -1px 0; position:relative; height:1px; line-height:1; font-size:1px; z-index:1000; }
.product-essential .details { margin:0; padding:10px; width:408px; border:1px solid #ddd; font:11px/1.5 Arial, Helvetica, sans-serif; background:#f9f9f9; color:#333; }
.product-essential .close { margin:0 0 -7px 0; padding:0; text-align:right; }
.product-essential .close span { cursor:pointer; font-size:11px; color:#aaa; }
.product-essential #details { position:absolute; left:0; top:0; z-index:1000; }
.product-essential .product-attributes { margin:2px 0; padding:0; list-style:none !important; }
.product-essential .product-attributes li { margin:2px 0; padding:0 0 0 10px; background:url(../images/li.gif) no-repeat 0 6px; list-style:none !important; }
.product-essential .product-attributes .label { font-weight:bold; color:#777; }

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

/* Availability */
.availability { margin:0 0 10px; }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { vertical-align:top; font-weight:bold; color:#d00; }

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

.price-box { margin:0 0 10px 0; display:inline; }
.price-box .price { font-weight:bold; }

.price-box-bundle { display:inline; }

/* Regular price */
.regular-price { display:inline; }
.regular-price .price { font-weight:bold; color:#333; }

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

/* Special price */
.special-price { display:inline; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; color:#333; }

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

/* Product Options */
.product-options { margin:0; padding:10px 10px 0 0; }
.product-options table { margin:0; padding:0; }
.product-options td label { color:#666; font:bold 9px/1.5 Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; }
.product-options td .qty-holder { float:right; }
.product-options td .qty-holder label { vertical-align:middle; }
.product-options td .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options td { padding:0 0 10px 0; vertical-align:middle; }
.product-options td.last {}
.product-options td input.input-text { }
.product-options td textarea { width:98%; height:8em; }
.product-options td select { }
.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; text-transform:uppercase; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { display:none; }
.product-options-bottom .price-box { margin:0; }

.product-options .options-table { width:100%; }

/* Add to Cart */
.add-to-cart .qty-box { margin:0; padding:0 0 10px 0; }
.add-to-cart .qty-box label { width:82px; float:left; display:inline; margin:3px 0 0 0; color:#666; font:bold 9px/1.5 Verdana, Arial, Helvetica, sans-serif; }
.add-to-cart[class] .qty-box label { width:85px; }
.add-to-cart .qty { width:3em !important;  }
.add-to-cart button.button { }

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

/* 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; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }

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

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


/* Content Styles ================================================================= */
.product-name { font-size: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%; }
/* ======================================================================================= */


/* 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 h2 { font:normal 14px/1.3 Arial, Helvetica, sans-serif; border:0; }

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

/* Shopping Cart Collateral boxes */
.cart-collaterals-wrapper { overflow:hidden; }
.cart .cart-collaterals { width:620px; margin:0; float:left; display:inline; }
.cart .cart-collaterals .col-1 { width:298px; margin:0; padding:0; border:1px solid #ddd; }
.cart .cart-collaterals .col-2 { width:298px; margin:0; padding:0; border:1px solid #ddd; }
.cart .cart-collaterals .crosssell-col { margin:2px; padding:15px 15px 5px 15px; background-color:#d7d7fd; }
.cart .cart-collaterals .shipping-col { margin:3px 10px; padding:10px; background:url(../images/bg-block.gif) 0 0 repeat-x; }
.cart .crosssell li { margin:5px 0; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell h3 { margin:0 0 10px 0; padding:0; font-size:11px; }
.cart .crosssell ul { margin:0 0 10px 0; padding:0; list-style:none; }
.cart .crosssell .product-name { margin:0 0 5px 0; }
.cart .crosssell .product-name a { color:#777; }
.cart .crosssell .price { color:#666; }
.cart .crosssell .old-price .price { color:#aaa; }

.cart .shipping { margin:0; }
.cart .shipping .buttons-set button.button { margin-left:0; }
.cart .discount { margin:15px 0 0 0; }
.cart .discount .input-text { margin:0 5px 0 0; }

.cart .crosssell-col { height:260px; }
.cart[class] .crosssell-col { height:auto; min-height:260px; }
.cart .shipping-col { height:258px; }
.cart[class] .shipping-col { height:auto; min-height:258px; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:270px; height:264px; padding:15px 15px 5px 15px; border:1px solid #ddd; }
.cart[class] .totals { height:auto; min-height:264px; }
.cart .checkout-types { margin:10px 0 0 0; float:none; display:block; }
.cart .checkout-types li { margin:0 0 10px 0; text-align:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px 0; }
.cart .totals table th { padding-right:10px; }
.cart .totals table tfoot th { text-transform:uppercase; }
.cart .totals table tfoot th,
.cart .totals table tfoot td { font-size:15px; font-weight:normal !important; }
.cart .totals .feedback { margin:10px 0; }
.cart .totals .feedback h4 { margin:0 0 2px 0; font-size:12px; }
.cart .totals .feedback p { margin:0 0 10px 0; font-size:11px; }


/* 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 #d4d4d4; }
.opc li.section { border:1px solid #d4d4d4; border-bottom:0; background-color:#fdfdfd; }
.opc .step-title { background-color:#dedede; padding:3px 7px; text-align:right; }
.opc .step-title .number { margin:2px 7px 0 0; padding:1px 4px 2px; float:left; display:inline; font-size:10px; font-weight:bold; line-height:1.2; background-color:#fff; color:#999; }
.opc .step-title h3 { margin:0; padding:0; float:left; display:inline; font-size:13px; line-height:1.5; color:#999; }
.opc .allow .step-title { background-color:#eee; cursor:pointer; }
.opc .allow .step-title h3 { color:#444; }
.opc .allow .step-title .number { background-color:#fff; color:#333; }
.opc .active .step-title { background-color:#939cfb; cursor:default; }
.opc .active .step-title h3 { color:#eee; }
.opc .active .step-title .number { background-color:#fff; color:#000; }
.opc .step { border-top:1px solid #ddd; padding:10px 28px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .group-select li { margin-right:-10px; }
.opc .group-select input.input-text,
.opc .group-select textarea { width:624px; }
.opc .group-select select { width:630px; }
.opc .group-select .input-box { width:320px; }
.opc .group-select .input-box input.input-text,
.opc .group-select .input-box textarea { width:304px; }
.opc .group-select .input-box select { width:310px; }
.opc .order-review { margin-bottom:20px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:20px 53px; }
.checkout-progress li { float:left; width:19%; border-top:5px solid #d4d4d4; text-align:center; color:#777; margin-right:1px; }
.checkout-progress li.active { border-top-color:#939cfb; color:#333; }

.multiple-checkout .narrow { width:26%; }
.multiple-checkout .wide { width:70%; }

.multiple-checkout { padding:0 0 25px 0; position:relative; }
.multiple-checkout .data-table td select { width:370px; }
.multiple-checkout .tle-items { font-size:11px; margin-bottom:5px; }
.multiple-checkout .tle-items .separator,
.multiple-checkout .tle-items a { font-weight:normal; }
.multiple-checkout .green-header,
.multiple-checkout .grey-header { margin-top:0; }
.multiple-checkout .wide .sp-methods { margin-left:10px; }
.multiple-checkout .tool-tip { right:16px; top:50%; margin-top:-120px; }
.multiple-checkout .grand-total { margin:10px 0; padding:0 10px; font:bold 16px/1.34 Arial, Helvetica, sans-serif; text-align:right; color:#000; }
.multiple-checkout .grand-total .price { font-size:inherit; color:#000; }

.checkout-multishipping-address-newshipping .page-title,
.checkout-multishipping-address-editshipping .page-title { padding:0 16px; }
.checkout-multishipping-address-newshipping .edit-address,
.checkout-multishipping-address-editshipping .edit-address { width:652px; margin:0 auto; }

.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4,
.multiple-checkout h5 { margin:0; padding:0; border:0; background:none; }
.multiple-checkout h2 { font:normal 18px/1.375 Arial, Helvetica, sans-serif; }
.multiple-checkout .page-title { margin:0 0 15px 0; padding:0 0 2px 0; border-bottom:1px solid #e5e5e5 !important; }
.multiple-checkout h3 { margin:10px 0 5px 0; padding:0 0 2px 0; font:bold 11px/1.5 Arial, Helvetica, sans-serif; background:url(../images/line-dotted-h.gif) repeat-x left bottom; }
.multiple-checkout h4,
.multiple-checkout h5 { margin:0; padding:0; font:bold 11px/1.5 Arial, Helvetica, sans-serif; color:#777; }

.multiple-checkout .data-table h3,
.multiple-checkout .data-table h4 { margin:0; padding:0; border:0; background:none; }
.multiple-checkout .data-table h3 { font-size:14px; }
.multiple-checkout .data-table h4 { font-size:12px; }

.multiple-checkout h3 a { margin:0 0 0 0; font-weight:normal; text-transform:none; }
.multiple-checkout .edit-link { margin:0 0 0 0; font:normal 11px/1.2 Verdana, Arial, Helvetica, sans-serif; text-transform:none; }
.multiple-checkout .separator { margin:0 3px; font:normal 9px/1.2 Arial, Helvetica, sans-serif; color:#999; text-transform:none; }
.multiple-checkout .separator { position:relative; top:-1px; }

.multiple-checkout address { margin:0 0 0.8em 0; padding:0; }

.multiple-checkout .data-table tfoot tr.last td { font:bold 14px/1.34 Arial, Helvetica, sans-serif; }
.multiple-checkout .data-table tfoot tr.last td.last .price { color:#444; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:130px; 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 > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { height:205px; }
.login-page[class] .content { height:auto; min-height:205px; }

.new-users { width:440px !important; margin:0; padding:0 30px 0 0; background:url(../images/line-dotted-v.gif) repeat-y right top; }
.registered-users { margin:0; width:445px !important; }
.registered-users p.required { margin:-15px 0 0 0; float:right; display:inline; }

.opc .content { height:195px; }
.opc[class] .content { height:auto; min-height:195px; }

.wholesale .registered-users { float:none !important; width:310px !important; margin:0 auto !important; }
.wholesale .registered-users .content { height:150px; }
.wholesale .registered-users .content[class] { height:auto; min-height:150px; }
.wholesale .registered-users .form-list input.input-text { width:304px; }
/* ======================================================================================= */

/* My Account ============================================================================= */
/********** < Dashboard */
.account-content{ margin:0 5px; }

.account-content h2,
.account-content h3,
.account-content h4,
.account-content h5 { margin:0; padding:0; border:0; background:none; }
.account-content h2 { font:normal 18px/1.375 Arial, Helvetica, sans-serif; }
.account-content .page-title { margin:0 0 15px 0; padding:0 0 2px 0; border-bottom:1px solid #e5e5e5; }
.account-content h3 { margin:10px 0 5px 0; padding:0; color:#666; font:bold 13px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; }
.account-content h4,
.account-content h5 { margin:0; padding:0; font:bold 12px/1.5 Arial, Helvetica, sans-serif; color:#777; }

.my-account h3 { margin:10px 0 5px 0; padding:0 0 2px 0; font:bold 13px/1.5 Arial, Helvetica, sans-serif; background:url(../images/line-dotted-h.gif) repeat-x left bottom; }

.account-content .data-table h3,
.account-content .data-table h4 { margin:0; padding:0; border:0; background:none; }
.account-content .data-table h3 { font-size:14px; }
.account-content .data-table h4 { font-size:12px; }

.account-content .edit-link { margin:0; font:normal 11px/1.2 Verdana, Arial, Helvetica, sans-serif; text-transform:none; }
.account-content .separator { margin:0 3px; font:normal 9px/1.2 Arial, Helvetica, sans-serif; color:#999; text-transform:none; }
.account-content .separator { position:relative; top:-1px; }

.account-content .col2-set { padding:0 0 20px 0; }
.account-content .col-1,
.account-content .col-2 { margin:0; }

.account-content address { margin:0 0 0.8em 0; padding:0; }

.account-content .pager { margin:5px 0; text-align:right; }
.account-content .pager .amount { float:left; display:inline; }
.account-content .pager .limiter { }

.account-content p.required { margin:5px 0; }
.account-content .buttons-set { }
.account-content .buttons-set .back-link { }
.account-content .buttons-set .button { }
.account-content form { display:block; height:100px; }
.account-content[class] form { height:auto; min-height:100px; }

.account-content .toolbar { float:right; }

.dashboard { padding:0 0 0 0; }
.dashboard .welcome-msg { padding:0 0 20px 0; }
.dashboard .welcome-msg h3 { font-size:13px; color:#444; background:none; font-family:Verdana; text-transform:none; }

/* 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 { margin:0 0 3px 0; padding:5px; background:#f0f3f9; }
.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 .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { margin:20px 0 0 0; padding:20px 12px 9px 10px; }
.footer p { text-align:right; font-size:11px; line-height:15px; }
.footer address { padding:1px 0 0 0; text-align:right; font-size:11px; line-height:15px; }
.footer ul { float:left; margin:0; padding:0; }
.footer ul li { margin:0 25px 0 0; padding:0; float:left; display:inline; font-size:13px; line-height:15px; }

.footer .bottom-menu { float:left; display:inline; margin:0; padding:0; }
.footer .bottom-menu li { margin:0 25px 0 0; padding:0; float:left; display:inline; font-size:13px; line-height:15px; }
.footer .bottom-menu a { position:relative; }
.footer .bottom-menu a:hover { border:0; }
.footer .bottom-menu a img { position:relative; }
.footer .bottom-menu a .item-off { left:0; top:0; }
.footer .bottom-menu a .item-on { left:-9999em; top:-9999em; position:absolute; }
.footer .bottom-menu a:hover .item-off { left:-9999em; top:-9999em; display:none; }
.footer .bottom-menu a:hover .item-on { left:0; top:0; position:relative; }

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




/* Alex Woo Styles ======================================================================= */
.main-content { border:1px solid #ddd; }
.secondary-content { border:1px solid #ddd; margin:10px 0; text-align:left; }

/* Home Page */
.home .main-content { border:0; }
.home .secondary-content { border:0; margin:10px 0; text-align:center; }

/* Category View Page */
.top-category { margin:0; padding:0; }
.top-category .main-content { width:936px; margin:0; border:0; }
.top-category .main-content .col-1,
.top-category .main-content .col-2 { width:468px; margin:0; }
.top-category .secondary-content { margin:10px 0; border:0; }
.top-category .secondary-content .col-1,
.top-category .secondary-content .col-2 { width:468px; margin:0; }
.top-category .secondary-content p { margin:0 10px 10px 0; text-align:left; }
.top-category .secondary-content select { font-size:11px; }

/* Shopping Cart Page */
.cart .main-content { padding:15px; border:1px solid #ddd; }
.cart .secondary-content { border:0; margin:10px 0; text-align:left; }
.cart .qty { text-align:center; }
.cart .action-links p { margin:5px 0 15px 0; padding:0; font:normal 10px/1.2 Verdana, Arial, Helvetica, sans-serif; }
.cart .action-links a { font-size:9px; font-weight:bold; color:#aaa; }
.cart .data-table tfoot td { padding:15px 0 5px 0; }
.cart .data-table tfoot .button { margin:0 0 0 15px; }

.cart .cart-icons {}
.cart .cart-icons ul { margin:0; padding:15px 0 0 0; list-style:none; }
.cart .cart-icons ul li { margin:0 35px 0 0; padding:0; display:inline; }
.cart .discount h3 { margin:0 1px; padding:5px 0 3px 0; font-size:12px; }
.cart .discount .input-text,
.cart .discount .button { margin:5px 0 0 0; }
.cart .shipping h3 { margin:0 1px; padding:5px 0 8px 0; font-size:12px; }
.cart .shipping .buttons-set { clear:both; margin:5px 0 0; padding:5px 0; }
.cart .shipping .buttons-set button.button { float:left; }


/* Custom Select class */
.col-main .select { width:170px; height:17px; margin:0 15px 10px 0; padding:0; float:left; display:inline; border:1px solid #ebebeb; background:#fff; font:normal 10px/1.3 Arial, Helvetica, sans-serif; text-align:left; position:relative; z-index:999; cursor:pointer; }
.col-main .select .title { width:153px; padding:2px 7px 2px 10px; background:url(../images/select-arrow.gif) no-repeat 96% 6px; }
.col-main .select .reset { display:none; }
.col-main .select a { color:#999; text-decoration:none; display:block; }
.col-main .select a:hover { color:#555; text-decoration:none; }
.col-main .select ul { position:absolute; top:16px; left:-1px; width:160px; border:1px solid #ebebeb; border-top:0; background:#fff; margin:0; padding:12px 0 5px 10px; list-style:none; line-height:1.2em; }
.col-main .select ul li { margin:0 0 4px 0; padding:0; text-align:left; text-transform:uppercase; border-bottom:1px solid #fff; }
.col-main .select ul li a { margin:0; padding:0; background:none; }
.col-main .closed { z-index:1; }
.col-main .closed ul { display:none; }

.col-main .selected { background:#d7d7fd; z-index:1; }
.col-main .selected .reset { float:right; /*display:block;*/ position:absolute; right:3px; top:2px; color:#999; cursor:pointer; }
.col-main .selected a { color:#555; text-decoration:none; display:block; }
.col-main .selected a:hover { border:0; color:#555; text-decoration:none; }
.col-main .selected a:hover .reset { display:block !important; background:#d7d7fd; padding-left:5px; }
.col-main .selected ul { display:none; }

.filters { margin:0 0 0 2px; padding:5px 0 0; text-align:left; }
.filters[auto] { height:auto; min-height:20px; }

.toolbar .sort-by { float:left; white-space:nowrap; }
.toolbar .sort-by .select { width:67px; margin-right:5px; border:0; cursor:default; background:none !important; }
.toolbar .sort-by .select .title { width:32px; background:none; cursor:pointer; }
.toolbar .sort-by .select ul { width:95px; border:1px solid #ebebeb; cursor:pointer; }
.toolbar .sort-by .select a.active { color:#000; font-weight:bold; }
.toolbar .sort-by .separator { float:left; }
.toolbar .sort-by .sort-arrow { float:right; font-size:0; line-height:0; margin:4px 0 0 0; cursor:pointer; padding:2px; }
.toolbar .sort-by .sort-arrow img { vertical-align:top; }

.category-products { margin:0; }
.category-products .filters { float:left; width:374px; }
.category-products .toolbar { float:right; }

.catalogsearch-result-index .category-products .filters { float:left; width:570px; }


.top-category .col-1 .select { width:190px; margin-top:5px; }
.top-category .col-1 .select .title { width:173px; }
.top-category .col-1 .select ul { width:180px; }

.top-category .col-2 .select { width:270px; margin-top:5px; }
.top-category .col-2 .select .title { width:253px; }
.top-category .col-2 .select ul { width:260px; }


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


/* Shadow styles ========================================================================= */
.main-content-shadow-holder { width:944px; margin:0 -4px 10px -4px; }
.main-shadow-holder { width:966px; margin:0 auto; }

.shadow-left { padding:0 0 0 4px; background:url(../images/shadow-l.png) repeat-y left top; }
.shadow-right { padding:0 4px 0 0; background:url(../images/shadow-r.png) repeat-y right top; }
.shadow-top { background:url(../images/shadow-t.png) repeat-x left top; }
.shadow-bottom { background:url(../images/shadow-b.png) repeat-x left bottom; }
.shadow-top,
.shadow-bottom { margin:0 10px; height:10px; font-size:1px; line-height:1px; }
.white-space { background:#fff; margin:0 4px; height:6px; font-size:1px; line-height:1px; }

.shadow-corner { height:10px; font-size:1px; line-height:1px; }
.shadow-lt { margin-left:-10px; background:url(../images/shadow-lt.png) no-repeat left top; }
.shadow-rt { margin-right:-10px; padding-top:4px; background:url(../images/shadow-rt.png) no-repeat right top; height:6px; }
.shadow-lb { margin-left:-10px; background:url(../images/shadow-lb.png) no-repeat left bottom; }
.shadow-rb { margin-right:-10px; background:url(../images/shadow-rb.png) no-repeat right bottom; }

.shadow-top .with-border { border:1px solid #ddd; border-bottom:0; height:5px; }
.shadow-bottom .with-border { border:1px solid #ddd; border-top:0; height:5px; }

.main-content-shadow-holder .main-content,
.main-content-shadow-holder .product-essential,
.main-content-shadow-holder .category-holder { position:relative; z-index:30; top:-6px; }
.main-content-shadow-holder .shadow-overlap { margin:-12px -4px; background:#fff; height:12px; }

#navigation .white-space,
#navigation .navigation-content { -moz-opacity:0.8; opacity:0.8; }

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

#wishlist-table .product-name { margin:3px 0 2px 0; padding:0; font:bold 12px/1.5 Arial, Helvetica, sans-serif; color:#555; text-transform:none; }
