/**
 * 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.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

html,body	  { height:100%; }
body          { background:#fff; font:400 11px/1.36em Helvetica, Arial, sans-serif; color:#000; text-align:center; min-width:1000px; }

img           { border:0; vertical-align:top; }

a             { color:#999; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1, h2, h3, h4, h5, h6	{ font-size:1em; font-weight:bold; line-height:1.36em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:400; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear		  { clear:both; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin:0 0 -23px; padding:0 10px; }
.page { width:980px; margin:0 auto; padding:200px 0 63px; text-align:left; }

.page-print { background:#fff; padding:20px; text-align:left; height:auto; min-width:485px; }
.page-print > div { width:485px; margin:0 auto; }
.page-print h1 { border-top:1px solid #000; padding-top:10px; margin-top:23px; }
.page-print .buttons-set { padding-top:10px; border-top:1px solid #000; }
.page-print .col2-set { margin:30px 0 40px; }
.page-print .col2-set .col-1,
.page-print .col2-set .col-2 { width:227px; }
.page-print .col2-set h2 { border-bottom:1px solid #ccc; padding-bottom:2px; margin-bottom:21px; }
.page-print .order-date { margin-bottom:12px; }

.sales-order-printshipment {}
.sales-order-printshipment tbody tr.last td { border-bottom:0 none; }
.sales-order-printshipment .buttons-set { margin:0; }
.sales-order-printshipment #my-shipment-tracking td { padding:0; }

.page-empty { background:#fff; padding:20px; text-align:left; }

.page-popup { padding:20px; text-align:left; min-width:485px; height:auto; }
.page-popup > div { width:485px; margin:0 auto; }

.main-container {}
.main { margin:0; }

/* Base Columns */
.col-left { float:left; width:155px; padding-right:10px; }
.col-main { float:left; width:815px; }
.col-right { float:right; width:155px; }

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

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

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:400 11px/13px Helvetica, Arial, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ccc; }
input.input-text,textarea { padding:6px 5px; line-height:13px; }
input.input-text:focus,textarea:focus, select:focus { border-color:#000; color:#000; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ccc; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
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 { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button,
a.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button > span,
a.button > span { float:left; height:15px; padding:5px 7px 4px; padding:4px 7px 5px\9; font-weight:bold; line-height:15px; text-align:center; white-space:nowrap; background:#000; color:#fff; }
button.button:hover > span,
a.button:hover > span { background:#333; }
button.button span span,
a.button span span { line-height:15px;}
button.disabled {}
button.disabled span {}
input.form-button { font-weight:bold; color:#fff; border:0 none; outline:none; height:24px; line-height:24px; padding:0 7px; background:#000; cursor:pointer; }
input.form-button:hover { background:#333; }

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 16px; }
.form-list label { float:left; color:#999; font-weight:400; position:relative; z-index:0; padding-bottom:2px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#999; position:absolute; top:0; right:-8px; }
.form-list li.control { margin:27px 0 16px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list .field + .field { margin-top:18px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:400; color:#999; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; }
.buttons-set .border-top { border-top:1px solid #000; padding-top:11px; }
.buttons-set .back-link { float:left; }
.buttons-set .back-link a { text-decoration:none; color:#000; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 24px; }

.buttons-set-order {}

.fieldset {}
.fieldset .legend {}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#999; }
/* 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:#999; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:auto; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.messages > li + li { margin-top:-50px; border-top:0 none !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-top:1px solid #000 !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:10px 0 26px !important; font-size:11px !important; font-weight:400 !important; }
.error-msg {}
.success-msg {}
.note-msg,
.notice-msg {}

/* BreadCrumbs */
.breadcrumbs { margin:0 0 10px; }
.breadcrumbs li { display:inline; }
.breadcrumbs a { color:#000; }

/* Page Heading */
.page-title { border-top:1px solid #000; padding:11px 0 0; margin:0 0 11px; }
.page-title h1,
.page-title h2 {}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; color:#999; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ccc; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:0 0 3px; border-bottom:1px solid #ccc; font-weight:400; white-space:nowrap; }
.data-table td { padding:10px 0 9px; border-bottom:1px solid #ccc; }
.data-table th + th,
.data-table td + td { padding-left:20px; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.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:400; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}
.data-table tfoot td { border:0; padding:5px 0 4px; }
.data-table tfoot tr.first td { padding-top:10px; }
.data-table tfoot tr.last td { padding-bottom:10px; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.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 */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder {}
.link-compare { font-weight:bold; }
.link-print { padding:2px 0; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {}
.btn-remove2 {}
.btn-edit    {}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; font-size:9px; line-height:9px; vertical-align:middle; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ccc; text-indent:-999em; overflow:hidden; }

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

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { position:fixed; top:0; left:0; width:100%; z-index:200; }
.header-container .gradient { background:url(../images/nav-gradient.png) 0 100% repeat-x; display:block; width:100%; min-width:1000px; height:100%; position:absolute; top:0; left:0; z-index:1; }
.anchor .header-container .gradient { padding-top:30px; }
.header { width:980px; margin:0 auto; padding:29px 10px 0; text-align:left; position:relative; z-index:10; display:block; }
.header-container .header a { background:url(../images/spacer.gif) 0 0 no-repeat; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg,
.header .login-link { font-size:11px; line-height:22px; }
.header .welcome-msg a { color:#000; text-decoration:none; display:block; background:url(../images/arrow-down.png) 0 center no-repeat; padding-bottom:4px; }
.header .welcome-msg a.open { background-position:100% center; }
.header .login-link a { color:#000; text-decoration:none; display:block; padding-bottom:4px; }
.header .welcome-msg a:hover { font-weight:bold; letter-spacing:-0.03em; }
.header .login-link a:hover { font-weight:bold; letter-spacing:-0.06em; }
.header .quick-access { width:155px; margin-left:10px; float:left; font-size:10px; line-height:22px; }
.header .quick-access .account-links { display:none; border-top:1px solid #000; }
.header .quick-access .account-links li { line-height:16px; }
.header .quick-access .account-links li.first { padding-top:8px; }
.header .quick-access .account-links li.last { padding-bottom:8px; }
.header .quick-access .account-links li.first.last { padding:3px 0; }
.header .quick-access .account-links li a { display:block; color:#000; text-decoration:none; }
.header .quick-access .account-links li a:hover { font-weight:bold; letter-spacing:-0.04em; }
.header .topcart-wrap { position:relative; border:1px solid #000; border-width:1px 0; z-index:100; }

.header .topcart-wrap .block-cart {
	position:absolute;
	top:22px;
	right:0;
	z-index:20;
	width:274px;
	padding:21px 22px 0;
	border:1px solid #000;
	background:#fff;
	display:none;
}
.header .topcart-wrap .block-cart.empty { padding:12px 22px 11px; text-align:center; }
.header .topcart-wrap a.top-link-cart { color:#000; text-decoration:none; display:block; }
.header .topcart-wrap a.top-link-cart:hover { font-weight:bold; letter-spacing:-0.035em; }
.header .topcart-wrap li.item .item-actions a { float:none; }
.header .topcart-wrap .actions { padding:14px 0 15px; }

.header .links { z-index:1; }
.header .links li { display:block; }
.header .links li a { display:block; color:#000; text-decoration:none; border-bottom:1px solid #000; }
.header .links li a:hover { font-weight:bold; letter-spacing:-0.05em; }
.header-container .form-search { text-align:right; clear:both; float:right; border-bottom:1px solid #000; width:155px; position:relative; top:23px; }
.header-container .form-search label { display:none; }
.header-container .form-search button.button { width:10px; height:10px; float:left; }
.header-container .form-search button.button > span { display:block; width:10px; height:10px; background:url(../images/search.png) 0 0 no-repeat; }
.header-container .form-search button.button span span { display:none; }
.header-container .form-search input.input-text { padding:0; border:0 none; background:none; width:145px; float:left; }
.header-container .form-search .search-autocomplete { z-index:999; width:155px !important; }
.header-container .form-search .search-autocomplete ul { text-align:left; }
.header-container .form-search .search-autocomplete li { padding:0; cursor:pointer; line-height:22px; border-bottom:1px solid #000; }
.header-container .form-search .search-autocomplete li .amount { float:right; font-weight:400; padding-left:1em; }
.header-container .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.header-left { width:155px; float:left; }
.header-menu { width:155px; float:left; font-size:10px; line-height:22px; }
.header-menu a { color:#000; text-decoration:none; display:block; width:155px; }
.header-menu a:hover { font-weight:bold; letter-spacing:-0.04em; }
.header-menu > li > a { font-size:11px; padding-bottom:4px; }

.header-menu ul.level1 { border-top:1px solid #000; }
.header-menu ul.level1 > li > a { border-bottom:1px solid #000; }
.header-menu ul.level1 > li.over > a { font-weight:bold; letter-spacing:-0.04em; background:url(../images/nav-close.png) right center no-repeat; }

.header-menu ul.level2 { border-bottom:1px solid #000; display:none; }
.header-menu ul li.over ul.level2 { }
.header-menu ul.level2 li { border:0 none; line-height:16px; }
.header-menu ul.level2 li.first { padding-top:8px; }
.header-menu ul.level2 li.last { padding-bottom:8px; }
.header-menu ul.level2 li.first.last { padding:3px 0; }

.nav-container { float:left; }
#nav {}

/* All Levels */
#nav li { text-align:left; position:relative; float:left; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li.show > a { background:url(../images/nav-close.png) right center no-repeat; }
#nav li a { display:block; text-decoration:none; color:#000; width:155px; }
#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; }
#nav li.blank { display:block; width:155px; height:22px; border-bottom:1px solid #000; }

/* 1st Level */
#nav li {}
#nav li a { display:block; font-size:10px; line-height:22px; border-bottom:1px solid #000; }
#nav li.level1.first { border-top:1px solid #000; }
#nav li.level1.over > a,
#nav li.level1.show > a { font-weight:bold; letter-spacing:-0.04em; }
#nav > li { margin-left:10px; }
#nav > li > a { font-size:11px; line-height:22px; padding-bottom:4px; border:0 none; }
#nav > li > span { font-size:11px; line-height:22px; display:block; padding-bottom:4px; }
#nav li a.level-top,
#nav li.active a.level-top { font-weight:normal; border:0 none; }
#nav li a:hover { font-weight:bold; letter-spacing:-0.04em; }
#nav li.over > a {}
#nav li.active > a { font-weight:bold; letter-spacing:-0.04em; }
#nav li a.level-top,
#nav li.active a.level-top { font-weight:normal; border:0 none; }
#nav li a.level-top:hover,
#nav li.active a.level-top:hover { font-weight:bold; letter-spacing:-0.04em; }

/* 2nd Level */
#nav ul,
#nav div {}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div {}
#nav ul ul ul { display:none; border-bottom:1px solid #000; }
#nav ul ul ul li a { border:0 none; line-height:16px; }
#nav ul ul ul li:first-child { padding-top:8px; }
#nav ul ul ul li.last { padding-bottom:8px; }
#nav ul ul ul li:first-child.last { padding-top:3px; padding-bottom:3px; }

#nav ul li { float:none; overflow:hidden; }
#nav ul li.last {}
#nav ul li a { float:none; font-weight:400; }
#nav ul li a:hover {}
#nav ul li.active > a,
#nav ul li.over > a {}
#nav ul li.wrap3 { float:left; }
#nav ul li.wrap3 + .wrap3 { padding-left:10px; }
#nav ul li.wrap3 + .wrap3 > ul { border-top:1px solid #000; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { /* display:block; */ }
#nav li.show ul,
#nav li.show div { /* display:block; */ }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ccc; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content {}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even {}

/* Mini Products List */
.mini-products-list li.item { padding:0 !important; }
.mini-products-list li.item + li.item { padding:18px 0 0 !important; }
.mini-products-list .product-name a { color:#000; }
.mini-products-list .product-image { float:left; width:86px; }
.mini-products-list .product-details { margin:0 0 0 109px; padding:36px 0 0; font-size:10px; line-height:17px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list li.item .item-actions { margin:11px 0 0 109px; font-size:10px; color:#999; }

/* Block: Account */
.block-account {}
.block-account li { line-height:20px; }
.block-account a { color:#000; text-decoration:none; }

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

/* Block: Layered Navigation */
.layered-nav-wrap { position:fixed; width:100%; z-index:190; top:170px; left:0; }
.block-layered-nav { width:980px; margin:0 auto; padding:0 10px; }
.block-layered-nav .block-content .actions { float:left; margin-right:16px; }
.block-layered-nav #narrow-by-list { float:left; }

.block-layered-nav .grid-count,
.header-container .grid-count { float:left; width:100px; }
.block-layered-nav .grid-count label,
.header-container .grid-count label { float:left; line-height:17px; margin-right:15px; }
.block-layered-nav .grid-count a,
.header-container .grid-count a { display:block; float:left; width:17px; height:17px; margin:0 8px 0 0; text-indent:-9999px; overflow:hidden; line-height:0px; color:transparent; background:url(../images/grid-switch.png) 0 0 no-repeat; }
.block-layered-nav .grid-count.looks-count a,
.header-container .grid-count.looks-count a { background-image:url(../images/grid-switch-group.png); }
.block-layered-nav .grid-count a.four,
.header-container .grid-count a.four { background-position:100% 0; }
.block-layered-nav .grid-count a.six,
.header-container .grid-count a.six { background-position:0 0; }
.block-layered-nav .grid-count.six a.four,
.block-layered-nav .grid-count.four a.six,
.header-container .grid-count.six a.four,
.header-container .grid-count.four a.six { opacity:0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }
.block-layered-nav .grid-count.six a.four:hover,
.block-layered-nav .grid-count.four a.six:hover,
.header-container .grid-count.six a.four:hover,
.header-container .grid-count.four a.six:hover { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
.block-layered-nav .grid-count.four a.four,
.block-layered-nav .grid-count.six a.six,
.header-container .grid-count.four a.four,
.header-container .grid-count.six a.six { cursor:default; }

.header-container .grid-count { clear:both; margin-top:20px; }

.block-layered-nav .block-content { float:right; }
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav dd { float:left; margin-left:10px; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
.block-layered-nav select { border-color:#000; height:14px; width:155px; font-size:9px; line-height:14px; color:#000; }
.block-layered-nav select option { font-size:10px; line-height:13px; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:-3px 0 0 30px; text-align:right; width: 120px; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

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

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

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

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

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

/* Block: Subscribe */
.block-subscribe { margin:0; border-bottom:1px solid #000; }
.quick-access #news-subscribe { color:#000; text-decoration:none; display:block; }
.quick-access #news-subscribe:hover,
.quick-access #news-subscribe.show { font-weight:bold; letter-spacing:-0.04em; }
.quick-access #news-subscribe.show { border-bottom:1px solid #000; background:url(../images/nav-close.png) right center no-repeat; }
.quick-access .block-subscribe #mc_embed_signup form { padding:0; }
.quick-access .block-subscribe #mc_embed_signup .mc-field-group { min-height:1px; width:155px; }
.quick-access .block-subscribe label { display:none !important; }
.quick-access .block-subscribe .input-box { float:left; width:135px; }
.quick-access .block-subscribe #mc_embed_signup .mc-field-group input[type="email"] { background:none !important; border:0 none !important; padding:0 !important; font-size:10px !important; line-height:22px !important; height:22px !important; width:130px !important; float:left; }
.quick-access .block-subscribe .actions { float:left; width:20px; height:22px; text-align:right; }
.quick-access .block-subscribe #mc-embedded-subscribe { color:#000; font-weight:400; font-size:9px; line-height:16px; height:22px; background:none !important; border:0 none; border-radius:0; line-height:22px; cursor:pointer; margin:0; padding:0; clear:none; width:25px; float:right; }
.quick-access .block-subscribe .validation-advice { margin:8px 0 10px; }
.quick-access .block-subscribe #mc_embed_signup div.mce_inline_error { background:none; position:absolute; top:22px; color:#cc3300; padding:0; margin:0; line-height:2em; }
.quick-access .block-subscribe #mc_embed_signup { background:none; color:#cc3300; padding:0; margin:0; line-height:1.36em; }
.quick-access .block-subscribe #mc_embed_signup div#mce-responses { margin:0; padding:0; width:155px; top:22px; }
.quick-access .block-subscribe #mc_embed_signup div#mce-responses > div { border-top:1px solid #000; width:100%; }
.quick-access .block-subscribe #mc_embed_signup div#mce-responses #mce-success-response { color:#000; font-weight:normal; }

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

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 12px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.subcat-title h2 { font-weight:400; float:left; }
.subcat-title a { color:#000; text-decoration:none; }
.subcat-title a:hover { font-weight:bold; }
.subcat-title .scrolltop { float:right; }

/* View Type: Grid */
.products-grid { position:relative; padding-bottom:1px; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:244px; height:390px; padding:0 1px 0 0; position:relative; }
.products-grid li.item.last { padding-right:0; }
.products-grid li.item .under { position:absolute; top:0; left:0; z-index:10; }
.products-grid li.item .middle { position:absolute; top:0; left:0; z-index:20; display:none; }
.products-grid li.item .over { position:absolute; bottom:0; left:0; z-index:30; display:none; background:rgba(255,255,255,0.6); width:100%; text-align:center; }
.products-grid li.item .over a { display:block; color:#000; text-decoration:none; padding:9px 10px 6px; }
.grouped .products-grid li.item .over a:hover .product-name { text-decoration:underline; }
.products-grid li.item .over .old-price,
.products-grid li.item .over .special-price { float:none; display:inline; }
.subcategory-list {}
.subcategory-list + .subcategory-list { margin-top:56px; }
.subcategory-list .jump-link { line-height:0px; width:0px; height:0px; overflow:hidden; display:block; position:absolute; top:0; }
.subcategory-list + .subcategory-list .jump-link { position:relative; top:-200px; }
.products-grid .product-image { display:block; width:244px; height:390px; margin:0 0 10px; }
.products-grid .product-name { margin:0; font-weight:bold; font-size:11px; line-height:15px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:0; line-height:15px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:980px; margin:0 auto; }

/* Grid of Six */
.products-grid.six { width:983px; }
.products-grid.six li.item,
.products-grid.six .product-image { width:163px; height:260px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ccc; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

/* Grouped List */
.category-products.grouped {}
.grouped .products-grid { width:981px; }
.grouped .products-grid li.item { width:490px; height:392px; }
.grouped .products-grid .product-image { width:490px; height:392px; margin:0; }
.grouped .products-grid li.item .over { width:auto; float:left; padding:3px 15px; top:50%; left:50%; bottom:auto; }

.grouped .products-grid.six li.item,
.grouped .products-grid.six .product-image { width:326px; height:260px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:8px 0 0; line-height:14px; }
.availability span {}
.availability.in-stock span {}
.availability.out-of-stock span { color:#EE3300; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ccc; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

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

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

/* Old price */
.old-price { float:left; margin-right:0.5em; }
.old-price .price-label { white-space:nowrap; display:none; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

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

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

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

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

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

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

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:400; }

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

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

.price-box-bundle {}
/********** Product Prices > */

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

.tier-prices-grouped {}

/* 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; margin-bottom:16px; padding:2px 0; text-align:center; width:1.75em !important; }
.add-to-cart button.button { clear:both; float:left; }
.add-to-cart button.button > span { padding:7px 10px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

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


.product-view { margin-top:44px; clear:both; }

.product-essential {}

.product-collateral {}
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:485px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { cursor:pointer; float:right; position:relative; }
.product-view .product-img-box .product-image .rollover { display:none; left:0; position:absolute; top:0; z-index:1; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-right:2px; float:right; width:163px; }
.product-view .product-img-box .more-views li { float:right; margin:0 0 2px 2px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:485px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { font-size:12px; }
.product-view .short-description {}
.product-view .product-shop .price-box { font-size:12px; }
.product-view .product-shop .price-box .price { font-weight:400; }
.product-view .add-to-cart { margin-top:16px; }

/* Product Options */
.options-wrap { margin:13px 0 0; clear:right; float:right; width:485px; }
.product-options { width:155px; }
.product-options dt label { font-weight:400; }
.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 dt.size { display:none; }
.product-options dd { margin:2px 0 8px; }
.product-options dl.last dd.last { margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; text-align:left; display:none; }

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

/* Grouped Product */
.product-view.grouped { margin-top:54px; }
.product-view.grouped .product-name.main { padding:0 0 16px 165px; display:none; }
.product-view.grouped .product-name.main h1 { font-weight:400; }
.product-view.grouped .product-essential { margin-bottom:29px; }
.product-view.grouped .box-collateral { width:270px; margin-left:165px; }

.product-view.grouped .product-shop { z-index:10; position:relative; width:322px; margin-right:163px; }
.product-view.grouped .product-img-box { z-index:20; position:relative; }

.product-view .grouped-items-table { float:right; width:486px; }
.product-view.grouped .grouped-items-table { width:100%; }
.product-view .grouped-items-table .pair { width:160px; float:left; margin-right:1px; }
.product-view .grouped-items-table .group-item { float:left; width:160px; height:255px; overflow:hidden; margin:0 0 1px; position:relative; }
.product-view .grouped-items-table .group-item .under { position:absolute; top:0; left:0; z-index:10; }
.product-view .grouped-items-table .group-item .middle { position:absolute; top:0; left:0; z-index:20; display:none; }
.product-view .grouped-items-table .group-item .over { position:absolute; bottom:0; left:0; z-index:30; display:none; background:rgba(255,255,255,0.6); width:100%; text-align:center; }
.product-view .grouped-items-table .group-item .over a { display:block; color:#000; text-decoration:none; padding:9px 0 6px; }
.product-view .grouped-items-table .group-item .product-name,
.product-view .grouped-items-table .group-item .price-box .price { font-weight:bold; }

/* Block: Description */
.product-view .box-description { color:#353535; line-height:14px; margin-top:22px; width:260px; }
.product-view .box-description h2 { display:none; }
.product-view .alert-stock { color:#353535; line-height:14px; margin-top:22px; width:250px; }

/* Block: Additional */
.product-view .box-additional { color:#353535; line-height:14px; width:260px; }
.product-view .box-additional .attribute { margin-top:13px; }

/* Block: Upsell */
.product-view .box-up-sell { padding:32px 0 0 165px; }
.product-view .box-up-sell .upsell-item { clear:both; }
.product-view .box-up-sell .upsell-item + .upsell-item { margin-top:32px; }
.product-view .box-up-sell .upsell-item > .product-name { font-weight:400; margin-bottom:16px; }
.product-view .box-up-sell .upsell-item > .product-name a { color:#000; }
.product-view .box-up-sell .products-grid { width:auto; }
.product-view .box-up-sell .products-grid .product-image { width:320px; height:480px; position:relative; float:left; }
.product-view .box-up-sell .products-grid .product-image .rollover { position:absolute; top:0; left:0; z-index:1; display:none; }
.product-view .box-up-sell .products-grid .product-name,
.product-view .box-up-sell .products-grid .price-box .price { font:400 12px/15px Helvetica, Arial, sans-serif; }
.product-view .box-up-sell .products-grid .group-item .product-name,
.product-view .box-up-sell .products-grid .group-item .price-box .price { font-weight:bold; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

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

/* Send a Friend */
.send-friend {}

/* Add This */
.sharing { padding:69px 0 0 2px; line-height:16px; }
.sharing a { color:#000; }
.sharing .addthis_default_style .at300b,
.sharing .addthis_default_style .at300bo,
.sharing .addthis_default_style .at300m { padding:0; }
.sharing .addthis_toolbox.addthis_default_style span { margin:0; }
.addthis_toolbox {}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m { color:#000 !important; font-weight:bold !important; }
.at300bs { background:none !important; width:0px !important; }
.atm-i { border-radius:0 !important; box-shadow:none !important; border-color:#000 !important; padding:0 !important; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:400; }
.product-name a {}

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

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

/* CMS Home Page */
/*body.cms-home { background:url(../images/homepage/rc_fpo_still.jpeg) center center fixed no-repeat; background-size:cover; -moz-background-size: cover; -webkit-background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homepage/rc_fpo_still.jpeg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homepage/rc_fpo_still.jpeg', sizingMethod='scale')";
 }*/
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.video-bg { background:#000; }
.video-bg #flash-loader { background:url(../images/loader-white.gif) 0 0 no-repeat; display:block; height:16px; left:20px; position:fixed; top:20px; width:16px; z-index:99999; }
.video-bg #flashcontent { height:100%; left:0; position:fixed; top:0; width:100%; z-index:-1; opacity:0; filter:alpha(opacity=0); }
.video-bg .header-menu *,
.video-bg .nav-container *,
.video-bg .header-container .welcome-msg *,
.video-bg .header-container .account-links,
.video-bg .header-container .account-links *,
.video-bg .header .links *,
.video-bg .header .block-subscribe,
.video-bg .header .block-subscribe *,
.video-bg #search_mini_form *,
.video-bg .header .welcome-msg,
.video-bg .header .login-link *,
.video-bg .footer-container * { border-color:#fff !important; color: #fff !important; }
.video-bg .header .topcart-wrap, .video-bg .header .topcart-wrap .block-cart { border-color:#fff; }
.video-bg .header .topcart-wrap > a { color:#fff; }
.video-bg .header-container .gradient {
	padding-top:0 !important;
	top:-100%;
        background: url(/skin/frontend/default/comey/images/nav-gradient-black.png) 0 100% repeat-x !important;
        display: block;
        width: 100%;
        min-width: 1000px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(25%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0)));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%);  IE10+ 
	background: linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%);  W3C */
}
.video-bg #nav li.show > a,
.video-bg .header-menu ul.level1 > li.over > a,
.video-bg .quick-access #news-subscribe.show { background-image:url(../images/nav-close-white.png); }
.video-bg .header .welcome-msg a { background-image:url(../images/arrow-down-white.png); }
.video-bg .header-container .form-search button.button > span { background-image:url(../images/search-white.png); }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { float:left; width:815px; }

/* Checkout Types */
.checkout-cart-index .page-title { width:155px; padding:0 10px 0 0; border:0 none; margin:0; float:left; }
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types a { color:#000; }
.cart .checkout-types li { margin:0 0 25px; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
.cart button.btn-update {}
.cart button.btn-update span { background:none; padding:0; color:#000; line-height:1.36em; }
.checkout-cart-index .cart-empty { float:left; width:320px; padding-top:10px; border-top:1px solid #000; }
.checkout-cart-index .cart-empty h2 { margin-bottom:12px; }
.checkout-cart-index .checkout-types img.paypal-logo { width: 180px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table th { border:1px solid #000; border-width:1px 0 0; padding-top:10px;r }
.cart-table td { border:0 none; }
.cart-table tbody td { padding-top:0; padding-bottom:23px; line-height:13px; }
.cart-table tbody td + td { padding-top:50px; }
.cart-table tbody tr.first td { padding-top:12px; }
.cart-table tbody tr.first td + td { padding-top:62px; }
.cart-table tbody tr.last td { padding-bottom:30px; }
.cart-table tfoot td { border-top:1px solid #000; }
.cart-table tfoot a { color:#000; }
.cart-table .product-name { margin-bottom:6px; }
.cart-table .product-name,
.cart-table .product-name a { font-weight:bold; color:#000; }
.cart-table .item-actions { margin-top:20px; color:#999; }
.cart-table input.qty { width:10px !important; height:12px; line-height:12px; padding:4px 5px 3px; text-align:center; }
.cart-table .price { line-height:21px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { margin:25px 0 0; padding:14px 0 0; border-top:1px solid #000; line-height:13px; }
.cart .cart-collaterals .col2-set { float:left; width:485px; }
.cart .cart-collaterals .col2-set .col-2 { width:155px; }
.cart .cart-collaterals h2 { margin-bottom:13px; line-height:13px; }
.cart .cart-collaterals p {}
.cart .cart-collaterals .input-box { width:154px; }
.cart .cart-collaterals .input-box select { width:154px; height:19px; }
.cart .cart-collaterals .input-box .input-text { width:148px; height:13px; line-height:13px; padding:2px; }
.cart .cart-collaterals .buttons-set .button { float:none; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ccc; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.cart .discount .input-box { margin-bottom:14px; }

.cart .discount label,
.cart .shipping p { width:145px; margin-bottom:17px; display:block; color:#000; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 0 7px 10px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .totals table tfoot td { padding:18px 0 20px 10px; }
.cart .totals button.button { width:90px; }
.cart .totals button.button span { padding-left:0; padding-right:0; width:90px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd {}
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin:6px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-top:10px; }
.checkout-onepage-index .sp-methods .form-list li { margin-bottom:18px; }
.checkout-onepage-index .sp-methods select.month { width:150px; margin-right:10px; }
.checkout-onepage-index .sp-methods select.year { width:75px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; line-height:26px; }

/* Tooltip */
.tool-tip { border:1px solid #ccc; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ccc; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_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 #ccc; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ccc; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-onepage-index {}
.checkout-onepage-index .main { width:650px; }
.checkout-onepage-index .col-main { width:485px; }
.checkout-onepage-index .page-title { margin-bottom:23px; }

.checkout-onepage-index .form-list li { margin:0; }
.checkout-onepage-index .form-list li.fields,
.checkout-onepage-index .form-list li.wide { margin-bottom:18px; }
.checkout-onepage-index .form-list select { padding:5px; width:235px; color:#000000; }
.checkout-onepage-index .form-list li.wide .input-box,
.checkout-onepage-index .form-list li.wide select { width:485px; }
.checkout-onepage-index .form-list li.wide input.input-text { width:473px; }
.checkout-onepage-index .form-list li.control { margin:6px 0; }
.checkout-onepage-index #checkout-step-shipping .form-list li.control { margin:0 0 6px; }
.checkout-onepage-index .form-list .field,
.checkout-onepage-index .form-list .input-box { width:235px; }
.checkout-onepage-index .form-list input.input-text { width:223px; }
.checkout-onepage-index .form-list .field + .field { float:right; margin:0; }
.checkout-onepage-index .buttons-set { padding:11px 0 20px; }
.checkout-onepage-index .buttons-set p.required { margin:0 0 6px; }
.checkout-onepage-index #review-buttons-container { border-top:1px solid #000; }

.block-progress {}
.block-progress .block-title { border-bottom:0 none; margin-bottom:35px; }
.block-progress .block-title strong { font-size:11px; line-height:1.36em; }
.block-progress dt { border-top:1px solid #000; line-height:22px; }
.block-progress dd { padding:10px 10px 10px 0; }
.block-progress dt.complete,
.block-progress dd.complete {}
.block-progress dd p { font-size:11px !important; }

.opc { position:relative; }
.opc li.section { border-top:1px solid #000; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:24px; line-height:24px; }

.opc .step-title { text-align:right; line-height:22px; }
.opc .step-title .number { float:left; display:block; width:1em; text-align:left; }
.opc .step-title h2 { float:left; line-height:22px; font-weight:400; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative; padding-top:10px; }
.opc .step .tool-tip { right:10px; }
#checkout-step-login { line-height:20px; }
#checkout-step-login .subhead { margin:12px 0; line-height:20px; }
#checkout-step-login .register-radio li { float:left; margin:0 15px 12px 0; }
#checkout-step-login .buttons-set { padding-top:0; }
#checkout-review-table {}
#checkout-review-table .product-name { font-weight:bold; }
#checkout-review-table .item-options { margin-top:6px; }
#checkout-review-submit .btn-checkout { width:155px; }
#checkout-review-submit .btn-checkout > span { padding:6px 0 4px; padding:5px 0\9; width:100%; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

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

.checkout-onepage-success {}
.checkout-onepage-success .page-title { width:155px; float:left; margin-right:10px; border:0 none; padding:0; margin:0 10px 0 0; }
.checkout-onepage-success .order-thanks { width:320px; float:left; }
.checkout-onepage-success .order-thanks p { margin:0 0 23px; }
.checkout-onepage-success .order-thanks .order-num { border-top:1px solid #000; font-weight:bold; padding:10px 0 0; }
.checkout-onepage-success .order-thanks .order-num a { color:#000; }
.checkout-onepage-success .buttons-set button.button { float:none; }
.checkout-onepage-success .buttons-set button.button > span { padding-left:0; padding-right:0; width:155px; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.customer-account-login {}
.account-login .page-title { width:155px; padding:0 10px 0 0; border:0 none; margin:0; float:left; }
.account-login {}
.account-login .col2-set { width:650px; float:left; line-height:20px; }
.account-login .col2-set p { margin:12px 0; }
.account-login .messages { width:650px; }
.account-login .messages + form .col2-set { margin-left:165px; }

.account-login .new-users { width:320px; margin-right:10px; padding-top:10px; border-top:1px solid #000; }
.account-login .new-users p { padding-right:43px; }
.account-login .new-users .buttons-set { margin-top:17px; }
.account-login .new-users .buttons-set button.button { float:left; width:155px; }
.account-login .new-users .buttons-set button.button span { padding-left:0; padding-right:0; width:100%; }

.account-login .registered-users { width:320px; border-top:1px solid #000; padding-top:10px; }
.account-login .registered-users .form-list li { display:block; float:left; width:155px; margin-bottom:4px; }
.account-login .registered-users .form-list li + li { margin-left:10px; }
.account-login .registered-users .form-list .input-box { width:155px; }
.account-login .registered-users .form-list input.input-text { width:143px; }
.account-login .registered-users .buttons-set { clear:both; }
.account-login .registered-users p.required { margin:0; text-align:left; float:left; color:#000; font-size:10px; }
.account-login .registered-users .buttons-set .forgot-pass { float:right; color:#000; font-size:10px; }
.account-login .registered-users .buttons-set .button { clear:both; margin-top:10px; }

.account-create {}
.account-create .page-title { width:155px; padding:0 10px 0 0; border:0 none; margin:0; float:left; }
.account-create .create-content { float:left; width:485px; }
.account-create .fieldset:first-child { padding-top:10px; border-top:1px solid #000; }
.account-create .fieldset .legend { margin-bottom:23px; }
.account-create .form-list li.control { margin:18px 0 48px; }
.account-create .form-list .field { width:232px; }
.account-create .form-list .field + .field { margin:0 0 0 20px; }
.account-create .form-list .input-box { width:232px; }
.account-create .form-list input.input-text { width:220px; }
.account-create .buttons-set { margin:0; }
.account-create p.required { text-align:left; margin:-4px 0 30px; }

.customer-account-forgotpassword {}
.customer-account-forgotpassword h1 { float:left; width:165px; }
.customer-account-forgotpassword .forgot-password-main { float:left; width:320px; padding-top:10px; border-top:1px solid #000; }
.forgot-password-main .legend { margin-bottom:12px; }
.forgot-password-main .legend + p { line-height:20px; padding-right:43px; margin-bottom:12px; }
.forgot-password-main .form-list li { margin:0 0 10px; }
.forgot-password-main .form-list .input-box { width:100%; }
.forgot-password-main .form-list .input-box input.input-text { width:308px; }
.forgot-password-main .buttons-set p.required { float:right; color:#000; }
.forgot-password-main .buttons-set .back-link { clear:both; }

.customer-account-resetpassword{}
.customer-account-resetpassword .page-title { float:left; width:165px; padding:0; margin:0; border:0 none; }
.customer-account-resetpassword .password-reset { float:left; width:320px; padding-top:10px; border-top:1px solid #000; }
.customer-account-resetpassword .password-reset .legend { margin-bottom:12px; }
.password-reset .form-list .field,
.password-reset .form-list .field .input-box { width:100%; }
.password-reset .form-list li { margin-bottom:10px; }
.password-reset .form-list .field input.input-text { width:308px; }
.password-reset .buttons-set p.required { color:#000; }

/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account { width:485px; }
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .box { margin-bottom:40px; }
.my-account .box-head { margin-bottom:12px; }
.my-account .box-title { text-align:right; border-bottom:1px solid #ccc; padding-bottom:2px; margin-bottom:21px; }
.my-account .box-title h2 { text-align:left; }
.my-account .box-title h3 { font-weight:400; float:left; }
.my-account .box-title a { text-decoration:none; }

.my-account .box-content h4 { margin-bottom:12px; }
.my-account .box-content p a,
.my-account .box-content address + a { text-decoration:none; }
.my-account .box-content address { margin-bottom:23px; }

.my-account .box-info .col2-set .col-1,
.my-account .box-info .col2-set .col-2 { width:227px; }

/********** < Dashboard */
.dashboard { border-bottom:1px solid #000; border-width:1px 0; padding:0 0 23px; }
.dashboard .welcome-msg { margin-bottom:38px; padding-top:10px; border-top:1px solid #000; }
.dashboard .welcome-msg .hello { margin-bottom:1.36em; }

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

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ccc; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ccc; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Account Info */
.customer-account-edit .my-account { width:320px; padding:0; }
.customer-account-edit .fieldset { padding-top:10px; border-top:1px solid #000; }
.customer-account-edit .fieldset + .fieldset { margin-top:40px; }
.customer-account-edit .fieldset .legend { margin-bottom:23px; }
.customer-account-edit .form-list .field { width:320px; }
.customer-account-edit .form-list .input-box { width:100%; }
.customer-account-edit .form-list input.input-text { width:308px; }
.customer-account-edit .buttons-set { margin:-30px 0 0; }

/* Address Book */
.addresses-list {}
.addresses-list li { display:block; float:left; width:155px; margin-right:10px; border-top:1px solid #000; padding:10px 0 23px; position:relative; }
.addresses-list li.end { margin-right:0; }
.addresses-list-additional li.item {}
.addresses-list li h3 { margin-bottom:16px; }
.addresses-list li .actions { margin-top:23px; }
.addresses-list li .actions a { text-decoration:none; }
.addresses-list button.button { width:155px; clear:both; float:right; }
.addresses-list button.button span { padding-left:0; padding-right:0; width:100%; }
.addresses-list button.button.empty { margin-top:-46px; }
.customer-address-index .buttons-set { clear:both; margin-top:37px; padding-top:10px; border-top:1px solid #000; }

.customer-address-form .my-account {}
.customer-address-form .fieldset { border-top:1px solid #000; padding-top:10px; }
.customer-address-form .fieldset + .fieldset { padding-top:11px; border:0 none; }
.customer-address-form .fieldset .legend { margin-bottom:15px; }
.customer-address-form .form-list .field + .field { margin:0; float:right; }
.customer-address-form .form-list .field,
.customer-address-form .form-list .input-box { width:235px; }
.customer-address-form .form-list select { width:235px; padding:5px; }
.customer-address-form .form-list input.input-text { width:223px; }
.customer-address-form .form-list li { margin-bottom:18px; }
.customer-address-form .form-list li.wide + li.wide { margin-top:-8px; }
.customer-address-form .form-list li.wide .input-box { width:100%; }
.customer-address-form .form-list li.wide input.input-text { width:473px; }
.customer-address-form .form-list li.control { margin:19px 0 0; }
.customer-address-form .form-list li.control + li.control { margin:6px 0 0; }
.customer-address-form .buttons-set { margin-top:-15px; }
.customer-address-form .buttons-set p.required { margin-bottom:30px; }
.customer-address-form .buttons-set button.button { width:155px; }
.customer-address-form .buttons-set button.button span { padding-left:0; padding-right:0; width:100%; text-align:center; }

/* Order View */
.sales-order-history .pager { border-top:1px solid #000; padding:10px 0 26px; }
.sales-order-history .buttons-set { border-top:1px solid; #000; padding-top:10px; margin-top:30px; }

.sales-order-view .page-title,
.sales-order-invoice .page-title,
.sales-order-shipment .page-title,
.sales-order-creditmemo .page-title { border:0 none; padding:0; margin:0 0 3px; }
.sales-order-view .my-account .page-title,
.sales-order-invoice .my-account .page-title,
.sales-order-shipment .my-account .page-title,
.sales-order-creditmemo .my-account .page-title { border-top:1px solid #000; padding-top:10px; }
.sales-order-view .buttons-set,
.sales-order-invoice .buttons-set,
.sales-order-shipment .buttons-set,
.sales-order-creditmemo .buttons-set { padding-top:10px; margin-top:0; border-top:1px solid #000; }

.sales-order-shipment tbody tr.last td { border-bottom:0 none; }
.sales-order-shipment .table-caption { margin-bottom:3px; }

.order-info { padding:25px 0 20px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }
.order-info li span { display:none; }
.order-info li + li span { display:inline; }

.order-date { margin:0; }

.order-info-box {}
.order-info-box .col-1,
.order-info-box .col-2 { width:227px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2 { margin-bottom:21px; }
.order-items h2 .separator,
.order-items h2 a { font-weight:400; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:-18px 0 23px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table  td { border:0 none; padding:0; }

.shipping-tracking-popup h2 { margin-bottom:23px; }
.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th { padding:1px 10px 1px 0; }
.tracking-table-popup td { padding:1px 0; }
.tracking-table-popup .error { font-weight:400; color:#000; }
.shipping-tracking-popup .buttons-set { margin-top:30px; padding-top:10px; border-top:1px solid #000; }

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

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* My Saved Items */
.wishlist-index-index {}
.wishlist-index-index .my-account { width:650px; }
#wishlist-table .product-image { float:left; margin-right:18px; }
.wishlist-index-index .data-table th { border-top:1px solid #000; border-bottom:0 none; padding-top:10px; padding-bottom:5px; }
.wishlist-index-index .data-table td { border:0 none; line-height:18px; }
.wishlist-index-index .data-table td + td { padding-top:45px; }
.wishlist-index-index .data-table td .info { padding-top:35px; }
.wishlist-index-index .data-table td .info a { color:#000; }
.wishlist-index-index textarea { width:110px; height:53px; }
.wishlist-index-index .btn-cart { width:94px; float:right; margin-bottom:7px; }
.wishlist-index-index .btn-cart span { padding-left:0; padding-right:0; width:94px; }
.wishlist-index-index .buttons-set { padding-top:10px; border-top:1px solid #000; margin:8px 0 0; }
.wishlist-index-index .buttons-set .button { margin-left:10px; width:155px; }
.wishlist-index-index .buttons-set .button span { padding-left:0; padding-right:0; width:100%; }
.wishlist-index-index .btn-cart + a { clear:both; color:#999; }
.wishlist-index-index .btn-cart + a:hover { text-decoration:underline; }

.wishlist-index-share {}
.wishlist-index-share .col2-left-layout .col-main { float:none; }
.wishlist-index-share .my-account { width:650px; }
.wishlist-index-share .page-title { width:155px; padding:0 10px 0 0; border:0 none; margin:0; float:left; }
.wishlist-index-share .wish-share-content { width:485px; float:left; padding-top:10px; border-top:1px solid #000; }
.wishlist-index-share .legend { margin-bottom:18px; }
.wishlist-index-share .form-list li.wide .input-box { width:485px; }
.wishlist-index-share .form-list li.wide textarea { width:473px; }
.wishlist-index-share #email_address { height:3.54em; }
.wishlist-index-share #message { height:11.82em; }
.wishlist-index-share .buttons-set p.required { margin:-5px 0 25px; }
.wishlist-index-share .buttons-set .button { margin-left:10px; width:155px; }
.wishlist-index-share .buttons-set .button span { padding-left:0; padding-right:0; width:100%; }

/* Returns - RMA */
body.returns {}
body.returns .awrma-account,
body.returns div#messages { width:485px; }
body.returns p.request-rma { margin:15px 0 20px; }
body.returns .data-table ~ p.request-rma { margin:30px 0 -29px; padding-top:10px; border-top:1px solid #000; text-align:right; }
body.returns .awrma-account .pager { padding:10px 0 26px; border-top:1px solid #000; }
body.returns .form-list li.wide .input-box,
body.returns .form-list li.wide .input-box select { width:485px; color:#000; }
body.returns .form-list li.wide > .input-box > input[type="text"],
body.returns .form-list li.wide .input-box textarea { width:473px; }
body.returns #awrma-items .awrma-items-count { width:1.25em; text-align:center; }
body.returns .form-list li.request-items { margin:30px 0; }
body.returns .form-list .fields.request-details .field { margin:0; clear:none; width:237px; }
body.returns .form-list .fields.request-details .field + .field { float:right; }
body.returns .form-list .fields.request-details .field .input-box,
body.returns .form-list .fields.request-details .field .input-box select { width:100%; color:#000; }
.form-list.return-details { margin:9px 0 24px; }
.form-list.return-details li,
.form-list.return-details li .field { margin:0; }

.awrma-guest-rma-index {}
.awrma-guest-rma-index h1 { float:left; width:165px; }
.awrma-guest-rma-index .return-content { float:left; width:485px; }
.awrma-guest-rma-index .prompt { margin:12px 0; }
.awrma-guest-rma-index .form-list li { margin:0; }
.awrma-guest-rma-index .form-list .field { float:left; }
.awrma-guest-rma-index .form-list .field + .field { float:right; margin:0; }
.awrma-guest-rma-index .form-list .field,
.awrma-guest-rma-index .form-list .input-box { width:232px; }
.awrma-guest-rma-index .form-list .input-box input[type="text"] { width:220px; }
.awrma-guest-rma-index .buttons-set { margin-top:10px; }
.awrma-guest-rma-index .buttons-set p.required { text-align:left; color:#000; margin:0; }

body.awrma-guest-rma-new .awrma-account,
body.awrma-guest-rma-new div#messages,
body.awrma-guest-rma-view .awrma-account,
body.awrma-guest-rma-view div#messages { margin:0 auto; }
body.awrma-guest-rma-new .buttons-set,
body.awrma-guest-rma-view .buttons-set { width:485px; margin:0 auto; }

/* Gift Certificates */
.gift-balance { padding-top:10px; border-top:1px solid #000; width:485px; }
.gift-balance .retrieve-gift-card-balance { margin-top:30px; }
.gift-balance .retrieve-gift-card-balance .total { color:#999; margin-top:8px; }
.gift-balance .retrieve-gift-card-balance .total .balance { color:#000; font-weight:bold; padding:5px 6px; border:1px solid #ccc; margin-top:2px; display:block; width:165px; }

.product-gift-certificate {}
.product-gift-certificate .gift-card-info {}
.product-gift-certificate .gift-card-info > p { margin:13px 0 24px; }
.product-gift-certificate .gift-card-info .field { margin-bottom:16px; }
.product-gift-certificate .gift-card-info .field input[type="text"],
.product-gift-certificate .gift-card-info .field textarea { width:248px; }
.product-gift-certificate p label { color:#999; font-weight:400; padding-bottom:2px; }

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


/* Footer ================================================================================ */
.footer-container { height:23px; color:#000; min-width:1000px; }
.footer { width:980px; margin:0 auto; text-align:left; font-size:10px; line-height:13px; padding:5px 10px 0; }
.footer p { text-align:right; }
.footer a { color:#000; text-decoration:none; }
.footer address { display:inline; }
.footer ul { display:inline; margin-left:38px; }
.footer ul li { display:inline; padding-left:3px; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */


/* Custom Pages ========================================================================== */
/* Customer Service */
.cms-customer-service {}
.cms-customer-service .header-menu ul.level1 > li.service > a { font-weight:bold; letter-spacing:-0.04em; }
.customer-service {}
.customer-service .scrolltop { color:#000; }
.customer-service .contact { width:320px; }
.customer-service .service { width:650px; }
.customer-service .contact a { color:#000; }
.customer-service .jump-link { display:block; width:0; height:0; line-height:0; overflow:hidden; position:relative; top:-200px; }

.customer-service .section { margin-bottom:32px; }
.customer-service .section h3 { padding:8px 0 0; margin:0 0 16px; border-top:1px solid #000; font-weight:normal; }
.customer-service .section.info .column { width:270px; padding-right:55px; float:left; }
.customer-service .section.info .column p + p { margin-top:1.35em; }

.customer-service .chart { background:#f9f9f9; padding:13px 21px 10px; line-height:22px; margin-bottom:2px; }
.customer-service .chart > ul { clear:both; }
.customer-service .chart > ul > li { float:left; display:block; width:45px; }
.customer-service .chart > ul > li:first-child { width:72px; }

/* Collections */
body.collections .page { padding-top:174px; }
body.collections #content-container h1 { color:#FFFFFF; font-size:9px; margin-bottom:10px; }
body.collections #content-container { background:none; overflow:hidden; padding: 0 330px 50px 0; position:relative; width:650px; }
body.collections ul#image-grid { overflow:hidden; width:100%; }
body.collections ul#image-grid li { float:left; height:155px; }
body.collections ul#image-grid li.wide { clear:left; float:left; height:50px; width:100%; }
body.collections ul#image-grid li.wide.video { height:366px; }
body.collections ul#image-grid li.wide .title { display:none; }
body.collections ul#image-grid li.wide h1.title { line-height:30px; margin:20px 0 0; }
body.collections ul#image-grid li a { display:block; }
body.collections ul#image-grid li img { float:left; height:155px; }

.logo-hover { position:fixed; bottom:90px; left:50%; margin-left:-325px; opacity:0.7; filter:alpha(opacity=70); z-index:999; display:block; visibility:visible; }
.logo-hover:hover { opacity:0.5; filter:alpha(opacity=50); cursor:pointer; }

.catalog-product-view .logo-hover { display:none; visibility:hidden; }

/* ======================================================================================= */
div#list-of-colors-container{
    float:left;
	margin-right:8px;
}
ul#list-of-colors {
    float:left;
}
ul#list-of-colors li {
    margin-right: 8px;
    float:left; 
}
img.icon {
    width: 13px;
    height: 13px;
}
img.icon.icon-selected { padding-bottom:2px; border-bottom:1px solid #000; margin-right:8px; }
span#sort-color-label {
    display:block;
    float:left;
    margin-right: 8px;
}
span#remove-color-filter-label {
    display:none;
}


/* MC Form Styles */

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}