/**
 * 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

body          { background:#a2cd2e; font:12px Arial, Helvetica, sans-serif; color:#666; text-align:center;background:url(../images/body-bg.gif) fixed; }

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

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

/* Headings */
h1            { font-size:22px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25;color:#381E13; }
h3            { font-size:14px; font-weight:normal; line-height:1.25;color:#381E13; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
.my-account fieldset {margin:12px;}
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:normal; }

/* 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; }
.clearfix {clear:both;}
/* ======================================================================================= */


/* font-face ================================================================================ */
@font-face {
    font-family: 'RalewayThin';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway_thin-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Layout ================================================================================ */
.wrapper {}
.page { width:920px; background-color:#FFFFFF; margin:0 auto; padding:0 20px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0; }
.cms-home .main { margin-bottom:0; }

/* Base Columns */
.col-left { float:left; width:200px;  padding:5px 5px 0; }
.col-main { float:left; width:686px; padding:5px; }
.col-right { float:right; width:200px; }
.cms-home .col-main { padding-bottom:0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:909px!important; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { padding: 0 0 0 5px;margin-bottom:15px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:480px;background:url(../images/productdetails-header-bg.jpg);background-repeat:no-repeat; }
.col3-layout .col-wrapper { float:left; width:700px; }
.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:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; 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 { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 11px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

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 8px; }
.form-list label { float:left; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.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 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:normal; color:#888; }
.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; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* 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:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 12px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:14px 8px 14px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#a2cd2e;  background-image:url(../images/i_msg-success.gif); color:#a2cd2e; }
.note-msg,
.notice-msg { border-color:#a2cd2e;  background-image:url(../images/i_msg-success.gif); color:#a2cd2e; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px;font-size:11px; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title ul {margin-top:7px;margin-right:12px;}

.page-title { -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: url(../images/module-heading-bg.jpg) no-repeat scroll 0 0;
border:medium none;

font-size:11px;
font-weight:normal;


margin-bottom:5px;
margin-right:0;
margin-top:0;
position:relative;
}

.cart .page-title { -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: url(../images/module-heading-bgcart.jpg) no-repeat scroll 0 0;
border:medium none;

font-size:11px;
font-weight:normal;


margin-bottom:5px;
margin-right:0;
margin-top:0;
position:relative;
}

.page-title h1,
.page-title h2 {color:#9FCE41;
font-size:11px;
font-weight:bold;
letter-spacing:0.12em;
padding:12px;
text-transform:uppercase; }
.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 { clear:both; }

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

/* Sorter */
.sorter { padding:5px; margin:0 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%;margin-bottom:0px;margin-top:10px; }
.data-table th { white-space:nowrap;padding:10px; }
.data-table td {padding:10px;  }
.data-table thead { }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {border-bottom:none;}
.data-table tr.odd {border-top:1px dotted #ddd;}
.data-table tr.even {border-top:1px dotted #ddd; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* 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 { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std p {padding-bottom: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 {width:660px;text-align:right;}
.links li { display:inline; margin-left:25px; }
.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:normal; }

.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

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

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding-right:10px; }
.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 { font-weight:bold; text-align:right; }
.header .links { float:right;clear:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }

.wbnav {float:right;font-size:13px;color:#989898;margin-bottom:35px;font-family:'Century Gothic', Arial, Helvetica, sans-serif;letter-spacing: 0.1em;}
.wbnav div {float:left;border-left:1px #a2cd2e solid;padding:13px 70px 2px 10px;}
.header .links {font-size:11px;}
.header .links a:link {color:#a2cd2e;text-decoration:none;}
.header .links a:hover {color:#a2cd2e !important;text-decoration:none;}
.header .links a:visited {color:#a2cd2e;text-decoration:none;}

.header a:link {color:#3b2215;text-decoration:none;}
.header a:hover {color:#a2cd2e !important;text-decoration:none;}
.header a:visited {color:#3b2215;text-decoration:none;}

.form-search { margin-bottom:20px; }

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

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

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


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title span {color:#9FCE41;
font-size:11px;
font-weight:bold;
letter-spacing:0.12em;
text-transform:uppercase;}
.block .block-title { -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#381E13 url(../images/module-heading-bg.jpg) no-repeat scroll 0 0;
border:medium none;
color:#9FCE41;
font-size:11px;
font-weight:normal;

letter-spacing:0.12em;
margin-bottom:5px;
padding:10px 10px 10px 12px;
margin-right:0;
margin-top:0;
position:relative;
text-transform:uppercase;}
.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:11px; font-weight:normal;margin-bottom:5px;color:#bbb; }
.block .block-content { padding:12px; }
<!--#checkout-progress-wrapper .block-content {padding:12px;}-->
.block .block-content li.item { float:left;
margin-right:25px;
padding:5px 0;
width:140px;
height:110px; }
.block .btn-remove { float:right; }
.block .actions { text-align:center;margin:10px 0; }
.block .actions a { float:left; }
.block .empty {}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { }

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


/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left;position:absolute;  }
.block-related .item {  }
.block-related .item .product-image { float:left; }
.block-related .item .product-details {  }
.block-related .item .product { margin-bottom:10px; }

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

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

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


/* Category Page ========================================================================= */
.category-title { -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#381E13 url(../images/module-heading-bg.jpg) no-repeat scroll 0 0;
border:medium none;
color:#9FCE41;
font-size:11px;
font-weight:normal;

letter-spacing:0.12em;
margin-bottom:5px;
margin-right:0;
margin-top:0;
position:relative;
text-transform:uppercase; 
}

.category-title h1 {color:#9FCE41;
font-size:11px;
font-weight:bold;
letter-spacing:0.12em;
text-transform:uppercase;padding-top:12px;padding-left:12px;}

.category-title2 {
	background:none;
}

.cat-boxstorage {
	background:url(../images/catimg-boxstorage.jpg) no-repeat 0 0;
	height:456px;
	width:920px;
	margin: 20px auto 0;
}

.catimg-title {
	background: url(../images/catimg-titlebg.png);
	padding: 30px 15px 30px 30px;
	float: right;
	margin: 190px 0 0;
}

.cat-boxstorage h1 {
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 700;
	color:#9FCE41;
font-size:56px;
letter-spacing:0em;
text-transform:none;
display:block;
text-align:left;
margin:0 0 10px;
padding:0}
.cat-boxstorage h2 {
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 400;
	color:#ffffff;
font-size:20px;
font-weight:400;
letter-spacing:0em;
text-transform:none;
display:block;
text-align:left;
margin:0;
padding:0}


.catinfo-col3 {
	background:#9FCE41;
	float: left;
	width: 100%;
}

.catinfo-col {
	display: block;
	width: 285px;
	padding: 5px 0px 5px 10px;
	text-align: left;
	border-right: 1px solid #FFF;
	margin: 10px 0;
	float: left;
}

.catinfo-col p.title {
	margin: 15px 0 0;
	text-align: left;
	font-size: 17px;
	color: #FFF;
	font-family: 'RalewayThin' !important;
	letter-spacing:0.1em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	width: 100px;
}
.catinfo-col p {
	margin: 0;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 400;
	float: left;
	width: 140px;
}






.category-title2 h1 {
	font-family: 'RalewayThin' !important;
	font-style: normal;
	font-weight: normal;
	color:#9FCE41;
font-size:56px;
letter-spacing:0em;
text-transform:none;
display:block;
text-align:center;
margin:0 auto;
padding:0}

.cms-help .category-title2 h1 {
	font-family: 'Nunito', sans-serif !important;
	font-style: normal;
	font-weight: 700;
}	

.category-title2 h2 {
	font-family: 'Nunito', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	color:#41281a;
font-size:18px;
letter-spacing:0em;
text-transform:none;
display:block;
text-align:center;
margin:0 auto 25px;
padding:0}


.cms-returns .category-title2 h1 {
font-family: 'Nunito', sans-serif !important;
font-style: normal;
font-weight: 700;
font-size:50px;
}
.cms-returns h3 {
	font-size:20px;
	margin-bottom:5px;
	clear: both;
}

.cms-returns .reasons {
	margin-top:20px;
	clear: both;
	float:left;
	display:none;
}

.cms-returns .return_reasons {
	margin:10px auto 0;
	width: 75%;
	padding:0;
}
.cms-returns .return_reasons li {
	margin:0 30px;
	padding:0;
	float:left;
	text-align:center;
}
.cms-returns .return_reasons img {
	margin:0 auto 10px;
}
.cms-returns .reutrns_form {
	margin:0 auto;
}
.cms-returns .returns_examples {
	float:right;
	width:280px;
}
.cms-returns .returns_examples img {
	width:260px;
	margin:10px auto;
}

.cms-returns li {
	margin:5px 0;
}

.cms-returns ul {
	margin:10px 15px 0px;
}

.category-info img {
	float:left;
}
.category-info p {
	margin: 63px 0 0 10px;
	float: left;
	display: block;
	width: 300px;
	font-size:14px;
	color:#41281a;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 400;
}
.category-info-col3 {
	display: inline-block;
	width: 190px;
	padding: 0 15px 25px;
	text-align: center;
}

.category-info-col3 img {
	margin:0 auto;
}
.category-info-col3 p.title {
	margin: 10px auto 1px;
	text-align:center;
	font-size:18px;
	color:#41281a;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 700;
}
.category-info-col3 p {
	margin: 0 auto;
	text-align:center;
	font-size:14px;
	color:#41281a;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 400;
}

.category-record-album-storage-cubes .catinfo-col p.title,
.category-storage-bench-storage .catinfo-col p.title,
.category-bookcases-shelving .catinfo-col p.title,
.category-bookcase-room-divider .catinfo-col p.title {
margin: 0;
text-align: left;
font-size: 19px;
color: #FFF;
	font-family: 'Karla' !important;
letter-spacing: 0.1em;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
float: none;
width: 100px;
}

.category-record-album-storage-cubes .catinfo-col p,
.category-storage-bench-storage .catinfo-col p,
.category-bookcases-shelving .catinfo-col p,
.category-bookcase-room-divider .catinfo-col p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 400;
	float: none;
	width: auto;
}


.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px dotted #CCCCCC; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:150px; padding:12px 10px 50px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px 10px; }
.products-grid .product-name {  font-weight:normal; font-size:11px; text-align:center; }
.products-grid .product-name a {color:#381E13;
text-decoration:none;}
.products-grid .product-name a:hover {color:#a2cd2e;}
.products-grid .price-box { margin:0px;font-size:11px!important;color:#999!important; text-align:center; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px;width:155px;text-align:center; }
.products-grid .actions a {text-decoration:none!important;}
.products-grid .actions a:hover {text-decoration:underline!important;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:680px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; 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-more { 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; }
.product-shop .regular-price {font-size:18px;color:#ffffff;font-weight:bold;}
/* ======================================================================================= */


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

.product-collateral .ratings {padding-left:0px!important;}
.ratings { font-size:11px; line-height:1.25; padding-left:38px; }
.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:0;display:none; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {padding-top:3px;}

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

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

.product-view .price-box {margin-top:0px !important;float:left;color:#381E13;margin-right:20px;}
/*.price-box .oldprice {color:white;font-size:9px;}
.price-box .old-price {color:white;font-size:9px;}*/

.grouped-items-table .price-box {float:none !important;margin-right:0px !important;}

.price-box {
margin-top:10px;}
.price-box .price {  }

#super-product-table .price-box {margin-top:0px !important;}

/* Regular price */
.regular-price {}
.regular-price .price {  }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:normal; text-decoration:line-through; }

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

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

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

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

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

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

/* 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;font-size:18px;margin-top:0px;color:#ffffff; }
.add-to-cart .qty { float:left;border:none;color:#fd8e00;font-size:15px;text-align: center; }
.grouped-items-table input {border:none;color:#fd8e00;font-size:15px;text-align: center;}
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box a {text-decoration:none!important;}
.add-to-box a:hover {text-decoration:underline!important;}
.add-to-box {/*vertical-align:middle;margin-top:10px;font-size:11px;*/ }
.add-to-box .add-to-cart { /*float:left;*/ }
.add-to-box .or { float:left; margin:3px; color:#BBBBBB; }
.add-to-box .add-to-links { float:left;margin-top:3px; }


.product-view { padding:0 0 0 10px;}

.product-essential {}

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

/* Product Images */
.product-view .product-img-box { float:left; width:267px;margin-bottom:10px; }
.col3-layout .product-view .product-img-box { float:none; margin:20px auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; margin:0 0 8px 5px ; }
.more-views {margin-bottom:10px;margin-top:10px;
}
.more-views h4 {font-size:10px;color:#BBBBBB;font-weight:normal;margin-bottom:3px;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:340px;padding:20px;background:transparent url(../images/productdetails-header-bg.jpg) no-repeat scroll 0 0; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name h1 {color:#381E13;
line-height:100%;
margin-bottom:1px;
margin-top:0;}
.product-view .short-description {margin-bottom:10px;}

/*.product-view .short-description h2 {font-size:10px;color:#BBBBBB;margin-top:-20px;} */

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

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {color:#ffffff;
margin-top:0;}

/* Block: Description */
.product-view .box-description h2 {font-size:10px;color:#BBBBBB;margin-top:10px;}

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

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

/* 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 {}
/*#customer-reviews {padding:20px;background:transparent url(../images/productdetails-header-bg.jpg) no-repeat scroll 0 0;}*/
.form-add h3 {font-size:11px;}
.form-add {width:250px;}
#review-form .buttons-set {width:255px;}

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


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

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

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

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

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

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0px; margin-bottom:20px; }
.cart .cart-collaterals .col2-set { float:left; width:400px; }

.cart .crosssell {float:left; width:400px;}
.cart .crosssell h2{
	 -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#381E13 url(../images/module-heading-bg.jpg) no-repeat scroll 0 0;
	border:medium none;
	color:#9FCE41;
	font-size:11px;
	font-weight:normal;

	letter-spacing:0.12em;
	margin-bottom:5px;
	padding:10px 10px 10px 12px;
	margin-right:0;
	margin-top:0;
	position:relative;
	text-transform:uppercase;
}
.cart .crosssell .product-image { float:left; width:60px; height:60px; border:none; }
.cart .crosssell .product-details { margin-left:50px; text-align:left; font-size:11px}
.cart .crosssell h3 {font-size:11px}
.cart .crosssell .price-box { margin:5px 0; }
.cart .crosssell li.item { margin:10px 0; float:left; width:200px; }
.cart .crosssell li.item img {width:50px; height:50px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
/*.cart .discount,
.cart .shipping {width:400px;}*/

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold;margin-top:7px; }
.sp-methods li { margin-top:7px; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .messages li.error-msg { border-color:#a2cd2e; background-image:none; color:#a2cd2e; padding-left:14px; }
.sp-methods .messages li.error-msg ul { padding:0; margin:0; }
.sp-methods .messages li.error-msg li { padding:0; margin:3px 0 0 -10px; font-size:14px; font-style:italic; font-weight:normal; }

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .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 #ddd; 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 #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

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

/* One Page Checkout */
.checkoutlogin {background-image:url(../images/checkout_login_bg.jpg);}
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { margin-bottom:12px; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

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

.opc .step-title { background:#c2de7b url(../images/checkout_other.jpg); padding:6px 6px 6px 10px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.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 { background:#a2ce2e url(../images/checkout_active.jpg); cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:15px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {width:46%;}
.account-login .registered-users {width:46%}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* 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:#ddd; }
.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:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {margin-top:10px;}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

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


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }

#wbutility-footer {position: relative;height:168px;width: 960px;color:#ccc;margin: 0px 0px 0px -20px;border:none;background: #381e13 url("../images/footer-bg.jpg") no-repeat}
#wbutility-footer a {color:#ccc;}
#wbutility-footer a:link {text-decoration:none;}
#wbutility-footer a:visited {text-decoration:none;}
#wbutility-footer a:hover {text-decoration:underline;}
#wbutility-footer li {background:none;padding:0px;line-height:14px;}
#wbutility-footer #left {position:absolute; top:20px;left:20px;height:135px;width:200px;font-size:11px;}
#wbutility-footer h5 {font-weight:normal;font-family:'century gothic';font-size:12px;color:#a1cd2e;letter-spacing: 0.1em;margin-bottom:5px;}
#wbutility-footer #middle {position:absolute; top:20px;left:250px;height:135px;width:390px;font-size:11px;}
#wbutility-footer #middle a {color:#ccc}
.pU {border:none;}

/*#wbutility-footer #middle ul {list-style-type:square;list-style-position:outside;}
#wbutility-footer #middle li {margin-left:15px;}
*/
#wbutility-footer #right {position:absolute; top:20px;left:655px;height:135px;width:280px;border:none;font-size:11px;}
#wbutility-footer input, #utility-footer select  {font-size:10px;padding:2px 2px 2px 4px;vertical-align:middle;width:auto;margin:0px 0px 0px 5px;border: 1px solid #ccc;}
#wbutility-footer #box-newsletter-footer-wrap {margin:5px 0px;padding:0px;border:none;}
#wbutility-footer #box-newsletter-footer {margin:0px;padding:0px;width:265px;}
#wbutility-footer #box-newsletter-footer span.brown {color:#ccc;}
#wbutility-footer input.submitbutton {border:none;}

#wbfooter {position:relative;font-weight:normal;font-family:arial;font-size:11px;width:960px;margin:0px;color:#336600}
#wbfooter #top {position:absolute; top:15px;left:-20px;text-transform: uppercase;text-align: center;width:960px;}
#wbfooter #lower {position:absolute; top:41px;left:-20px;text-align: center;width:960px;}
#wbfooter a {text-decoration:none}
#wbfooter a:link, #wbfooter a:visited {color:#336600;text-decoration:none;}
#wbfooter a:hover {color:#336600;text-decoration:underline;}
#wbfooter .poweredby a {color:#336600;text-decoration:none;}
/* ======================================================================================= */


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

/**********************************************Vertical Nav ****************************************/ 
#nav_vert { padding:0 20px; font-size:1em; z-index:999; width:190px; }

/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */ 
#nav_vert li { 
width:175px; 
list-style:none; 
position:relative; 
text-align:left; 
} 
#nav_vert li.over { z-index:999; } 
#nav_vert li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */ 
#nav_vert a { line-height:1.3em; } 
#nav_vert a, #nav_vert a:hover { display:block; text-decoration:none; } 
#nav_vert span { display:block; cursor:pointer; }

/************ 1ST LEVEL ***************/ 
#nav_vert li { float:left; background:url(http://www.waybasics.com/skin/frontend/default/blank/images/nav_bg.gif) repeat-x 50%; height:30px; margin-right:1px; } 
#nav_vert li.active a { color:#4c6a16; } 
#nav_vert a {

float:left; 
padding:5px 12px 6px 8px; 
color:#4c6a16; 
font-weight:bold; 
font-family:Trebuchet MS; 
font-size:13px;} 
#nav_vert li.over a, #nav_vert a:hover { color:#CCCCCC; }

/************ 1ST LEVEL RESET ************/ 
#nav_vert ul li, #nav_vert ul li.active {

float:none; 
height:auto; 
background:none; 
margin:0; 
} 
#nav_vert ul a, #nav_vert ul a:hover { 
float:none; 
padding:0; 
background:none; 
} 
#nav_vert ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ***********/ 
#nav_vert ul { 
position: absolute; 
width:15em; 
margin-left:125px; 
top:5px; 
left:-10000px; 
border:1px solid #666666; 
}

/* Show menu */ 
#nav_vert li.over ul { left:0; } 
#nav_vert li.over ul ul { left:-10000px; } 
#nav_vert li.over ul li.over ul { left:100px; }

#nav_vert ul li a { background:#FFFFFF/*#ecf3f6*/; } 
#nav_vert ul li a:hover { background: #F2F1D2; /*#d5e4eb;*/ } 
#nav_vert ul li a span { background:url(http://www.waybasics.com/skin/frontend/default/blank/images/nav_divider.gif) repeat-x 0 100%; } 
#nav_vert ul li a, #nav_vert ul li a:hover { color:#2f2f2f !important; } 
#nav_vert ul span, #nav_vert ul li.last li span { padding:3px 15px 4px 15px;} 
#nav_vert ul li.last span { background:none; }

/************ 3RD+ LEVEL ************/

#nav_vert ul ul { top:5px;} 
#nav_vert ul ul ul { left:-10000px;} 
#nav_vert li.over ul li.over ul ul { left:-10000px;} 
#nav_vert li.over ul li.over ul li.over ul { left:100px; }

/* Fix for the IE bug */

#nav_vert iframe { 
position: absolute; 
left: -1px; 
top: 0; 
z-index: -1; 
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); 
}

.rss-box {margin-bottom:10px;}
.rss-box a {color:#CCCCCC!important;}
.rss-box ul, .rssbox li {list-style-type:square;list-style-position:inside;}


/************ HOME PAGE SLIDER ************/


/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	/*#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:907px;
		background:#fff;		
		margin-bottom:2em;
		}	*/
				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:907px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:907px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(http://www.waybasics.com/skin/frontend/default/blank/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(http://www.waybasics.com/skin/frontend/default/blank/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:-30px 0 1em 5px;
		position:relative;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* // Home page rollovers */

a.c1 {
	display: block;
	width: 123px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_1.jpg);
	}

a.c1:hover {
	background-position: 0 -135px;
	}
	
a.c1 span {display:none;}
	
a.c2 {
	display: block;
	width: 131px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_2.jpg);
	}

a.c2:hover {
	background-position: 0 -135px;
	}
	
a.c2 span {display:none;}

a.c3 {
	display: block;
	width: 131px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_3.jpg);
	}

a.c3:hover {
	background-position: 0 -135px;
	}	
	
a.c3 span {display:none;}


a.c4 {
	display: block;
	width: 129px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_4.jpg);
	}

a.c4:hover {
	background-position: 0 -135px;
	}	
	
a.c4 span {display:none;}



a.c5 {
	display: block;
	width: 133px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_5.jpg);
	}

a.c5:hover {
	background-position: 0 -135px;
	}	
	
a.c5 span {display:none;}


a.c6 {
	display: block;
	width: 135px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_6.jpg);
	}

a.c6:hover {
	background-position: 0 -135px;
	}	
	
a.c6 span {display:none;}


a.c7 {
	display: block;
	width: 124px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_7.jpg);
	}

a.c7:hover {
	background-position: 0 -135px;
	}	
	
a.c7 span {display:none;}


a.c8 {
	display: block;
	width: 124px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_8b.jpg);
	}

a.c8:hover {
	background-position: 0 -135px;
	}
	
a.c9 {
	display: block;
	width: 124px;
	height: 135px;
	text-decoration: none;
	background: url(../images/c_9.jpg);
	}
a.c9 span {display:none;}

a.c9:hover {
	background-position: 0 -135px;
	}	
	
a.c8 span {display:none;}


a.smartbox1 {
	display: block;
	width: 304px;
	height: 116px;
	text-decoration: none;
	background: url(../images/smartbox.jpg);
	}

a.smartbox1:hover {
	background-position: 0 -116px;
	}	
	
a.smartbox1 span {display:none;}


a.smartbox2 {
	display: block;
	width: 304px;
	height: 116px;
	text-decoration: none;
	background: url(../images/smartbox.jpg);
	background-position:-304px 0;
	}

a.smartbox2:hover {
	background-position:-304px -116px;
	}	
	
a.smartbox2 span {display:none;}


a.smartbox3 {
	display: block;
	width: 298px;
	height: 116px;
	text-decoration: none;
	background: url(../images/smartbox.jpg);
	background-position:-608px 0;
	}

a.smartbox3:hover {
	background-position:-608px -116px;
	}	
	
a.smartbox3 span {display:none;}



.displace {
	position: absolute;
	left: -5000px;
	}

#tweetmeme_button {
	float:right;
}	


	
a.catlinks {color:#9d9d9d;}
a.catlinks:hover {color:#9d9d9d;}
a.catlinks:visited {color:#9d9d9d;}

.homehead {-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-image:url(https://../images/module-heading-bg.jpg);
color:#9FCE41;
font-size:11px;
font-weight:bold;
letter-spacing:0.12em;
padding:10px !important;
text-transform:uppercase;margin-bottom:10px;}

.top-link-cart {background-image:url('../images/carticon.gif');background-repeat:no-repeat;padding-left:28px;padding-top:3px;padding-bottom:4px;}


.ToolText{position:relative; } 
.ToolTextHover{position:relative;} 
.ToolText span{display: none;} 

.ToolTextHover span{ 
  display:block; 
  position:absolute;
  width:100px; 
  top:40px; 
  left:0px; padding:19px 10px 10px 10px;font-size:10px;line-height:13px;
  background-image:url('../images/tooltip.gif'); color:white;
} 

.ToolText1{position:relative;z-index:990; } 
.ToolTextHover1{position:relative;z-index:990;} 
.ToolText1 span{display: none;} 

.ToolTextHover1 span{ 
  display:block; 
  position:absolute;
  
  top:15px;padding-left:10px;
  left:-11px;padding-right:10px;width:150px;
  border-left:1px solid #A2CD2E;
font-size:11px;padding-bottom:10px;padding-top:10px;z-index:990;
letter-spacing:0.1em;background-image:url('../images/dropdownbg2.gif');background-repeat:no-repeat;border-bottom:#dddddd 1px solid;line-height:15px;


} 


.retailer {
	display: block;
	width: 150px;
	float: left;
	margin: 0 33px;
}


.col-4 {
	display: inline-block;
	width: 145px;
	padding: 10px 10px 25px;
	text-align: center;
	vertical-align: top;
}
.col-5 {
	display: inline-block;
	width: 110px;
	padding: 10px 10px 25px;
	text-align: center;
	vertical-align: top;
}


.col-4 img,.col-5 img {
	margin:0 auto;
}
.col-4 p.title,.col-5 p.title {
	margin: 10px auto 1px;
	text-align:center;
	font-size:16px;
	color:#41281a;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 700;
}
.col-4 p,.col-5 p {
	margin: 0 auto;
	text-align:center;
	font-size:14px;
	color:#41281a;
	font-family: 'Karla' !important;
	font-style: normal;
	font-weight: 400;
}
.cms-help .products-grid .product-name {
	font-size:13px;
	font-weight:bold;
}

.faq-row {
width: 100%;
margin: 10px auto;
}
.faq a {
font-weight: normal;
line-height: normal;
display:block;
}

.faq {
	position: relative;
	background: #faf8f4;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,0.3));
	filter: drop-shadow(0 1px 1px rgba(0,0,0,0.3));
	display:block;
	float:left;
	padding: 8px;
	clear: both;
	width: 90%;
	margin: 10px 20px 5px 0;
}

.faq.last {
	margin-right:0;
}

.faq:after, .arrow_box:before {
	top: 100%;
	border: solid rgba(255, 255, 255, 0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.faq:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #faf8f4;
	border-width: 10px;
	left: 10%;
	margin-left: -30px;
}
.faq:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #faf8f4;
	border-width: 15px;
	left: 10%;
	margin-left: -30px;
}

.faq img {
margin-bottom: 10px;
}
.faq span.name {
color: #011A29;
font-size: 14px;
}
.clear {
clear: both;
}
.faq-content div {
display: none;
margin: 20px auto;
padding: 20px;
border:4px solid #F5F1E9;
border-radius: 6px;
}

.faq-content div img {
	max-width:580px;
}

.list-inline {
padding-left: 0;
list-style: none;
}
.faq-content .list-inline li {
width: 270px;
padding: 0;
vertical-align: top;
display: inline-block;
}
.leadname {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 15px 0;
font-size: 18px;
display: block;
}
.faq-content .list-inline li.mid {
margin: 0 65px;
}


/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.page-head:after,
	.page-head-alt:after,
	.clear:after,
	.col2-set:after,
	.col3-set:after,
	.col4-set:after,
	.col2-alt-set:after,
	.head:after,
	.inner-head:after,
	.header-top:after,
	.quick-access:after,
	.header-nav:after,
	#nav:after,
	.middle:after,
	.product-essential:after,
	.button-set:after,
	.actions:after,
	.legend:after,
	.form-list li:after,
	.button-container:after,
	.ratings:after,
	.page-head:after,
	.page-head-alt:after,
	.group-select li:after,
	.search-autocomplete li:after,
	.side-col li:after,
	.account-box li:after,
	.address-list li:after,
	.generic-product-list li:after,
	.listing-type-list .listing-item:after,
	.listing-type-list .product-info .product-reviews:after,
	.my-review-detail:after,
	.shopping-cart-totals .checkout-types:after {
	    content:".";
	    display:block;
	    clear:both;
	    height:0;
	    font-size:0;
	    line-height:0em;
	    visibility:hidden;
	    overflow:hidden;
	}
	
	/************************ Reset */
	ul,ol,li,dl,dt,dd,fieldset { margin:0; padding:0; }


	/********************** Columns */

	/* All */
	.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

	/* Col2 */
	.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
	.col2-set .col-1 { float:left; }
	.col2-set .col-2 { float:right; }

	/* Col2-alt */
	.col2-alt-set .col-1 { width:32%; }
	.col2-alt-set .col-2 { width:65%; }
	.col2-alt-set .col-1 { float:left; }
	.col2-alt-set .col-2 { float:right; }
	.col-main { min-height:200px; }

	/********************** Main */
	body { margin:0; font-family:Helvetica; font-size:11px; color:#444; overflow-x:hidden; max-width:320px; -webkit-user-select:none; -webkit-text-size-adjust:none; background-image:none; background: #A2CD2E; }

	a { cursor:pointer; display:inline; color:#0068b7; text-decoration:inherit; }
	a[disabled="true"] { color:#c1cee2; text-shadow:none; }
	table { font-family:Helvetica; font-size:11px; }
	ul, ol, li { list-style:none; padding:0; margin:0; }
	p { padding:0; margin:5px 0; }
	img { border:0; }

	fieldset { border:0; padding:0; }
	fieldset legend { display:none; }
	input,select,textarea,button { vertical-align:middle; }
	select { font-size:10px; padding:0; }

	.middle-container { padding:0px; }
	.footer-container { background:transparent url(../../iphone/images/footer-bg.gif) repeat-x top; padding-top:1px; }
	#main { margin:0; padding:0; }

	.clear { clear:both; }

	.a-left { text-align:left !important; }
	.a-center { text-align:center !important; }
	.a-right { text-align:right !important; }
	.v-top { vertical-align:top !important; }
	.no-display { display:none; }
	.nowrap,
	.nobr  { white-space:nowrap; }

	/********************** Headings */
	h1, h2, h3, h4, h5, h6 { margin:5px 0; padding:0; }
	.inner-head { line-height:1.25em; text-align:right; }
	.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }
	.inner-head { background:#ddd; padding:3px 5px; }
	/****************************************************8*/

	.header-top {
	    background:#1e3647 url(../../iphone/images/header-bg.gif) repeat-x;
	    height:36px;
	    padding:0 10px 0 0;
	}
	.header-top .col2-alt-set .col-2 {
	    text-align:right;
	    padding-top:7px;
	}
	h1#logo {
	    margin:0;
	    height:34px;
	}
	.shop-access ul, .informational ul {
	    list-style:none;
	    font-size:11px;
	    font-weight:bold;
	    padding:0;
	    margin:0
	}

	.inner-head a { float:right; }
	.shop-access ul { background:transparent url(../../iphone/images/menu-bg.gif) repeat-x; height:28px; }
	.in-page { padding:0 5px 5px 5px; }
	.informational { margin-top:7px; }
	.informational ul {
	    font-size:11px;
	    font-weight:normal;
	    margin:5px 10px 0 0;
	}
	.shop-access ul li {
	    float:left;
	    width:32.5%;
	    text-align:center;
	    padding-top:7px;
	    margin:0;
	}
	.shop-access ul li a { color:#fff; }
	.informational ul li { float:right; padding:0 0 5px 7px; }
	.informational div { clear:both; }
	.middle-container {
	    /*background:transparent url(../../iphone/images/page-bg.gif) repeat-x left top;
	    border-top:1px solid #fff; */
	}

	.search-form {
	    text-align:center;
	    width:100%;
	    border:0;
	    height:35px !important;
	}
	.search-form-cont 	{ background:#d1d1d1 url(../../iphone/images/search-bg.gif) repeat-x bottom left; padding:0 10px; }
	.search-form .col-1 { width:75%; }
	.search-form .col-2 { width:22%; padding:8px 0 0 0; }
	.search-st 			{ background:transparent url(../../iphone/images/search-st.gif) no-repeat top left; }
	.search-end 		{ background:transparent url(../../iphone/images/search-end.gif) no-repeat top right; }
	.search-md 			{ background:transparent url(../../iphone/images/search-md.gif) repeat-x top right; height:35px; }
	.search-md input 	{ font-size:12px; margin:10px 0 0 10px; width:190px; border:0; background:transparent; color:#999; }
	.search-close,
	.search-go			{ background:transparent url(../../iphone/images/search-close-but.gif) no-repeat top left; width:20px; height:20px; display:block; float:right; }
	.search-go			{ float:left; background-image:none; }


	ul.breadcrumbs, .user-links ul { list-style:none; margin:5px 0; padding:0; }
	ul.breadcrumbs { margin:10px 0; }
	ul.breadcrumbs li { float:left; padding-right:5px; color:#818181; }
	.user-links { float:right; height:28px; }
	.user-links ul li { float:left; padding:0 0 0 4px; }
	.user-links ul li a { display:block; color:#fff; background:transparent url(../../iphone/images/link_separator.gif) no-repeat right 1px; padding:0 6px 0 3px; }
	.user-links ul li.last a { padding-right:0; background-image:none; }

	.category-head { font-size:11px; }

	#nav { font:bold 14px/18px Helvetica; }
	#nav ul li { font-weight:normal; padding:1px 0; }
	#nav a, #nav a:hover { display:block; text-decoration:none; border-bottom:1px solid #a5adbc; background:transparent url(../../iphone/images/menu-arrow.gif) no-repeat 98% 50%; padding-right:15px; }
	#nav span { display:block; cursor:pointer; white-space:nowrap; }
	#nav li ul span { white-space:normal; }
	#nav li.active a { color:#7d90ae; }
	#nav a { padding:8px 12px 9px 8px; /*color:#7d90ae;*/color:#797c7f; }
	#nav .level0 li a { padding-left:10px; }
	#nav .level1 li a { padding-left:20px; }
	#nav .level3 li a { padding-left:30px; }
	#nav .level4 li a { padding-left:40px; }
	#nav .level5 li a { padding-left:50px; }

	.c-list { border-top:1px solid #ccc; padding-top:3px; }
	.c-list li { padding:8px 0 9px 0; }
	.c-list li h5 { margin:0 0 5px 0; }
	.c-list li h5 a { color:#7d90ae; font-size:12px; text-decoration:underline; }
	.category-head h2, .page-head h3 { color:#7d90ae; font-size:13px; margin:7px 0; }
	.c-list li div.col2-alt-set { border-bottom:1px solid #ccc; padding-bottom:10px; }
	.c-list li div.col2-alt-set .col-1 { width:22%; }
	.c-list li div.col2-alt-set .col-2 { width:74%; }
	.c-list li .description { margin-top:5px; }
	.product-image img { border:1px solid #ccc; }
	.product-price,
	.product-bundle-price { margin:5px 0; font:bold 12px/14px Arial; }

	ul.breadcrumbs { padding:0 5px; }

	.category-block { padding:0 5px; }

	.legality { color:#818181; margin:6px 0; text-align:center; }

	.pager { color:#444; margin:10px 0; }
	.pager ol { float:right; }
	.pager ol li { float:left; padding-left:5px; font-weight:bold; }
	.pager ol li a, .pager ol li span.on { display:block; border:1px solid #ccc; padding:1px 4px; color:#cecece; background:#eee; }
	.pager ol li a { color:#2a60b4; background:#c3cdde; border-color:#7d90ae; }
	.page-num strong { float:right; }

	.input-text { border:1px solid #ccc; width:100%; }
	.button-set { margin-top:10px; padding:0 8px; }
	.button-set .form-buttons { text-align:right; }
	.form-buttons button { margin-bottom:7px; }
	.select190inner select { width:190px; }
	.select250inner select { width:250px; }
	.select300inner select { width:300px; }

	/*.form-button, .form-button-alt { padding:2px 5px; }*/
	.product-info-box { padding:0 10px 10px 10px; }
	.product-info-box h3 { color:#7d90ae; margin:0; }
	.qty { width:50px; }
	.data-table { width:100%; }
	.data-table td { padding:2px 3px; vertical-align:top; }
	.data-table td.label { background:#E4E4E4; text-align:right; border-top:1px solid #fff; }
	.data-table td.data { background:#ECECEC; border-top:1px solid #fff; border-left:1px solid #fff; }

	.shopping-cart { width:100%; }
	.shopping-cart thead { background:#ccc; }
	.shopping-cart th { padding:5px 3px; border-left:1px solid #fff; }
	.shopping-cart .qty { width:20px; }
	.shopping-cart tbody td { padding:10px 3px; border-bottom:1px solid #ccc; }
	.shopping-cart tfoot td { padding:5px 3px; }
	.checkout-review tfoot td { padding:3px; }
	tr.td-noborder td { border:0; }

	.shopping-cart-totals table td { text-align:right; padding:2px 5px; }
	.shopping-cart-totals tfoot td { font:normal 14px/18px Arial; }
	.p-methods { text-align:center; padding:10px; }

	.discount-codes { background:#e2e2e2; margin:5px 0; padding:3px; }

	.multicheckout tbody td { padding:5px 3px; }

	.product-data { margin:5px 0; }
	.product-data tbody td { padding:3px; }
	.product-pricing, .product-attributes { margin:5px 0; }
	.product-attributes td { padding-right:5px; }
	.product-attributes select { width:100%; }

	.small-buttons button { margin:5px 0; }
	.small-buttons button span { font-size:11px; }

	.price-box .price { font-weight:bold; white-space:nowrap; }
	.old-price { text-decoration:line-through; }

	.product-collateral { margin:10px 0; }
	.product-collateral .up-sell .product-image {}
	.product-collateral .up-sell .product-image img { border:1px solid #ddd; }

	.product-options { margin:5px 0 0; }
	.product-options dt { padding:0; margin:0; }
	.product-options dt label { font-weight:bold; }
	.product-options dd { margin:0 0 10px; padding:0 0 10px; border-bottom:1px solid #ddd; }
	.product-options dd select { width:100%; }
	.product-options dl.last dd.last { margin:0; padding:0; border-bottom:0; }
	.product-options-bottom { margin:0 0 5px; }

	/********************** Messages  */
	.required { color:#df280a; }
	p.required { text-align:right; }
	.success { color:#3d6611; }
	.error, .validation-advice { color:#df280a; }
	.notice {color:#e26703; }
	.success, .error { font-weight:bold; }
	.messages,
	.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
	.messages { width:100%; overflow:hidden; }
	.error-msg, .success-msg, .notice-msg, .note-msg {
	    margin-bottom:1em !important;
	    border-style:solid !important;
	    border-width:1px !important;
	    background-repeat:no-repeat !important;
	    background-position:10px 10px !important;
	    padding:8px !important;
	    font-size:.95em !important;
	    font-weight:bold !important;
	    text-align:center !important;
	}
	.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
	.error-msg, .success-msg, .notice-msg, .note-msg { border-left:0 !important; border-right:0 !important; }
	.error-msg {
	    border-color:#f16048;
	    color:#df280a;
	    background-color:#faebe7;
	}
	.success-msg {
	    border-color:#446423;
	    color:#3d6611;
	    background-color:#eff5ea;
	}
	.notice-msg, .note-msg {
	    border-color:#fcd344;
	    color:#3d6611;
	    background-color:#fafaec;
	}

	.link-remove { color:#df280a; }
	.link-cart { color:#3d6611; }

	.login-box { padding:0 10px 10px 10px; }
	.login-box h4 { margin:0; }
	.registered-users { border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:10px; }
	.form-list { margin-right:10px; }
	.form-list li { padding:3px 0; }
	.form-list li .col-1 { text-align:right; padding-top:3px; }
	.new-users .content { line-height:14px; }
	.new-users .button-set { text-align:right; }
	h4.legend { margin:1px 0 5px 0; }
	.dashboard-block { margin:0 0 10px 0; }

	.primary-address-list h4, .address-list h4 { background:#ccc; padding:5px; }
	.primary-address-list ol li, .address-list ol li { border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:5px; }

	.checkout-types li { padding:10px 0; }
	.shipment-methods li { padding:10px 0; }
	.payment-methods dt, .payment-methods dd { padding:3px 0; }
	.payment-methods dd { margin-left:20px; padding:5px 0 10px 0; }
	.v-fix { float:left; }
	.v-fix select { width:95px; }

	/* One-Page checkout */
	.one-page-checkout .group-select { margin-right:0; }
	.one-page-checkout .box {
	    border:1px solid #bbb6a5;
	    border-top:0;
	    padding:5px;
	    background:#faf7ee;
	}
	.one-page-checkout .head {
	    margin-bottom:0 ;
	    padding:4px 8px 6px 8px;
	    background:url(../../iphone/images/opc_off_head_bg.gif) repeat-x 0 100% #eee;
	    border-width:0 1px 0 1px;
	    border-color:#D9DDE3;
	    border-style:solid;
	    border-top:1px solid #fff;
	}
	.one-page-checkout .head a { display:none; float:right; color:#a4b3b9; text-decoration:underline; }  /* Hide Edit button in step header */
	.one-page-checkout h3 { color:#999; font-size:1.05em; margin:0; width:55%; float:left; }
	.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
	.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
	.one-page-checkout .content { padding:5px; }
	.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
	.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
	.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
	.one-page-checkout .allow .head a { display:block; } /* Display Edit button in active selection */
	.one-page-checkout .active .head a { display:none; }
	.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
	.one-page-checkout .allow h3 { color:#a4b3b9; }
	.one-page-checkout .active h3 { color:#F18200; }
	.one-page-checkout .allow .step-count { background:#dbe6eb; }
	.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
	.one-page-checkout .active .box { display:block; border-color:#BBAFA0;  background:url(http://www.waybasics.com/skin/frontend/default/iphone/images/multi_address_box_bg.gif) repeat-x #FBFAF6; }
	.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
	.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
	.one-page-checkout-progress .page-head { margin-bottom:1em; }
	.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
	.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
	.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
	.one-page-checkout-progress h4 a { text-transform:none; }
	.one-page-checkout-progress .content { padding:8px 13px; }
	#opc-login .button-set { border-top:0; }
	#opc-review .box { border:0; padding:0; }
	#opc-review .content { border:1px solid #D9DDE3; border-top:0; }
	#opc-review .data-table{ border-top:0; }
	.opc-please-wait { padding-right:7px; }
	.one-page-checkout a.back { background:url(http://www.waybasics.com/skin/frontend/default/iphone/images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
	.one-page-checkout .payment-methods dd { padding:0; }
	.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
	.one-page-checkout ul.super-product-attributes { padding-left:15px; }
	.default-box { margin-right:1px; }
	.one-page-checkout li { zoom:1; vertical-align:top; }
	.one-page-checkout .box { zoom:1; }

	.checkout-progress { margin:0 auto; width:290px; }
	.checkout-progress td {
	    margin-right:3px;
	    text-align:center;
	    border-top:3px solid #999;
	    padding:4px 6px;
	    color:#abb5ba;
	    font-weight:normal;
	}
	.checkout-progress td.active {
	    border-top-color:#e96200;
	    color:#e96200;
	}

	/********************* Customer */
	/* Date of Birth */
	.customer-dob .input-box { float:left; width:60px !important; }
	.customer-dob input { width:50px !important; }
	.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }
	/********************************/

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

	/* For Demo store only */
	.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

	/* Class: std - styles for admin-controlled content */
	.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; }
	.std .a-top { text-align:right; }
	
}