/**
 * 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; }
html		  { height: 100%; }
body          { height: 100%; background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:none; vertical-align:top; }
p			  { margin-bottom:15px;}
p a		      { color:#394f8d;}
a             { color:#394F8D; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; color: #004e6c; text-transform: uppercase;}
h2            { font-size:18px; font-weight:normal; line-height:1; color: #004e6c; margin-left: 30px; margin-bottom: 15px; text-transform: uppercase; }
h3            { font-size:14px; font-weight:bold; line-height:1.25; color:#394f8d; margin:20px 0 10px 0;}
h4            { font-size:14px; color: #394f8d; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

h2.cufon      { font-size:36px; }
h2 em,
h3 em		  { font-family: Georgia, Arial, Helvetica, sans-serif; font-style: italic; font-weight: normal; }
h2 span,
h3 span		  { text-transform: uppercase; }

/* 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:normal; }
.tablePadding td {padding-right:15px;width:200px;}
.downloadTable td {padding-bottom:10px; width:300px;}

/* 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; }
.showTabs     { list-style:disc outside none !important; }
.showTabs li  { margin-bottom:10px; }
.decimal      { list-style:decimal outside none !important;margin-left:15px; }
.alpha        { list-style:upper-alpha outside none !important;margin-left:15px; }
.listPadding  { margin-left:15px; }

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


/* Layout ================================================================================ */
.wrapper-clouds { background:#e0f3fc url(../images/bg/wrapper-clouds.jpg) top center no-repeat; }
.wrapper-field-fade { background:transparent url(../images/bg/wrapper-field-fade.png) bottom center no-repeat; }
.wrapper-field { background:transparent url(../images/bg/wrapper-field.png) bottom center no-repeat; }
.page { position: relative; width: 990px; min-height: 522px; margin:0 auto; padding:0; 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 { padding-bottom:20px; }
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width: 232px; margin-right: 30px; }
.col-main { float:left; width: 728px; }
.col-right { float:right; width: 232px; margin-right:22px; }
.col-flash {height:355px;}

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

/* Cloud Boxes ======================================================================================= */

.cloudSpacer{height:50px;width:100%;clear:both;}

.cloudWrapper,.cloudWrapperBlue{margin:50px 0 25px 0;background:transparent url(../images/cloud-middle.png) 0px 0px repeat-y;width:717px;}

.cloudWrapperTop,.cloudWrapperBlue .cloudWrapperTop{position:absolute;margin-top:-25px;height:25px;width:717px;background:transparent url(../images/cloud-top.png) 0 0 no-repeat;}

.cloudWrapperBottom,.cloudWrapperBlue .cloudWrapperBottom{position:absolute;height:25px;width:717px;background:transparent url(../images/cloud-bottom.png) 0 0 no-repeat;}

.cloudWrapperBlue{background:transparent url(../images/cloud-middle-blue.png) 0 0 repeat-y;}
.cloudWrapperBlue .cloudWrapperTop{background:transparent url(../images/cloud-top-blue.png) 0 0 no-repeat;}
.cloudWrapperBlue .cloudWrapperBottom{background:transparent url(../images/cloud-bottom-blue.png) 0 0 no-repeat;}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
.main .main-indent { padding: 0 30px; }
.strikethrough { border-bottom:1px solid #4e619a; }
.strikethrough-white { border-bottom:1px solid #fff; }

/* 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 #707070; }
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; margin-bottom: 2px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button,button.buttonGrey::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button,button.buttonGrey { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button,button.buttonGrey  { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;text-transform:uppercase }
button.button span,button.buttonGrey span  { float:left; height:25px; background:transparent url(../images/bkg_button.png) 0 0 no-repeat; padding:0 0 0 8px; font:15px; color:#fff; }
button.buttonGrey span{background-position:0 -25px;}
button.button span span,button.buttonGrey span span { background-position:100% 0; padding:4px 12px 0 4px;width:150px; }
button.buttonGrey span span{background-position:100% -25px !important;color:#394e8c;}
button.disabled {}
button.disabled span {}

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

/* Buttons */
.buttons-set { clear:both; }
.buttons-set .buttonSearch {float:right;}
.buttons-set .back-link { float:left; }
.buttons-set button.button {margin-bottom:10px; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.btn-blank,
.btn-gray,
.btn-blue-lg-long,
.btn-blue-lg,
.btn-blue-med,
.btn-blue-sm { float: left; display:block; padding: 0; margin: 0; text-decoration:none; text-align:center; background: none; background-position:top center; background-repeat:repeat-x; cursor: pointer; border: none; text-transform: uppercase; color: #fff; line-height: 1em; vertical-align: middle; white-space: nowrap; }
.btn-blank:hover,
.btn-gray:hover,
.btn-blue-lg-long:hover,
.btn-blue-lg:hover,
.btn-blue-med:hover,
.btn-blue-sm:hover { background-position:bottom center; }

.btn-blue-lg { width:152px; height:35px; background-image:url(../images/buttons/blue-lg.png); font-size:16px !important; color:#ffffff !important; }
a.btn-blue-lg { height:28px; padding-top:7px; }
button.btn-blue-lg { padding-bottom:7px; }

.btn-blue-lg-long { width:300px; margin:15px; height:35px; background-image:url(../images/buttons/blue-lg-stretch.png); font-size:16px !important; color:#ffffff !important; }
a.btn-blue-lg-long { height:28px; padding-top:7px; }
button.btn-blue-lg-long { padding-bottom:7px; }

.btn-blue-med { width:152px; height:25px; background-image:url(../images/buttons/blue-md.png); font-size:11px !important; color:#ffffff !important; }
a.btn-blue-med { height:19px; padding-top:6px; }
button.btn-blue-med { padding-bottom:3px; }

.btn-blue-sm { height:18px; padding:0 11px; border:1px solid #314682; background:url(../images/buttons/blue-sm-stretch.png); background-repeat:repeat-x; font-size:10px !important; color:#ffffff !important; }
a.btn-blue-sm { height:15px; padding-top:3px; }
button.btn-blue-sm { height:20px; padding-bottom:3px; }

.btn-gray-med { height:18px; padding:0 11px; margin-right:7px; border:1px solid #a7a7a7; background:url(../images/buttons/gray-md-stretch.png); background-repeat:repeat-x; font-size:11px !important; color:#394e8c !important; }
a.btn-gray-med { height:17px; padding-top:0px; }
button.btn-gray-med { height:20px; padding-bottom:3px; }

.btn-gray { height:18px; padding:0 11px; margin-right:7px; border:1px solid #a7a7a7; background:url(../images/buttons/gray-sm-stretch.png); background-repeat:repeat-x; font-size:10px !important; color:#394e8c !important; }
a.btn-gray { height:15px; padding-top:3px; }
button.btn-gray { height:20px; padding-bottom:3px; }

.btn-pink-med { width:152px; height:25px; background-image:url(../images/buttons/pink-md.png); font-size:11px !important; color:#ffffff !important; }
a.btn-pink-med { height:19px; padding-top:6px; }
button.btn-pink-med { padding-bottom:3px; }


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 */
.form-list {}
.form-list li { float: left; width: 310px; margin: 0; }
.form-list li.odd { margin-right: 34px; }
.form-list li.even {}
.form-list li.even .input-text { width: 97%; }
.form-list li.full { width: 100%; }
.form-list li.half { width:45%; float:left;} 
.form-list li.indent {}
.form-list li.control { margin: 1.5em 0; }
.form-list li.control label { float: left;  margin-bottom: 0;}
.form-list li.control input.radio,
.form-list li.control input.checkbox { float: left; clear: left; margin-right:6px; margin-top: 2px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list li.stacked { clear: left; margin-top: 4px; }
.form-list li.stacked-top { clear: left; margin-bottom: 0; }

.form-list label { display: block; margin-bottom: 4px; }
.form-list .input-box { display:block; clear:both; margin-bottom: 8px; }
.form-list .field {}
.form-list input.input-text { width: 98%; }
.form-list textarea { width: 99%; height: 6em; }
.form-list select { width: 99%; }
.form-list li.wide .input-box {}
.form-list li.wide input.input-text {}
.form-list li.wide textarea {}
.form-list li.wide select {}
.form-list li.additional-row { 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 {}

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

.list-odd,
.list-even { float: left; width: 310px; }
.list-odd { margin-right: 34px; }

.fieldset {}
.fieldset .legend {}

/* Form Validation */
.validation-advice { display: none; 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; }
.validation-passed {}
p.required {}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:none; width:12em; margin-right:-12em; position:relative; }
.customer-account-create .validation-advice { display:block; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden;padding:0; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {  width:680px;height:90px !important; font-size:11px !important; font-weight:bold !important; color:#FFF; }
.error-msg { background:transparent url(../images/errorMessage.png) 0 0 no-repeat;  }
.success-msg { background:transparent url(../images/noticeMessage.png) 0 0 no-repeat; }
.note-msg,
.notice-msg { background:transparent url(../images/noticeMessage.png) 0 0 no-repeat; }

.notice-msg ul,.error-msg ul,.success-msg ul,.note-msg ul {padding:37px 0px 0px 38px !important;}

.error-msg a, .success-msg a,.error-msg a:hover, .success-msg a:hover {color:#fff;}

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }
.catalog-product-view .breadcrumbs { display:none; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px 30px; text-transform: uppercase; }
.page-title h1,
.page-title h2 { font-size:32px; color:#004e6c; }
.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; }
.subLevel { font-weight:bold;font-size:13px;}
/* Pager */
.pager { padding:5px; margin:5px 0; text-align:center; }
.pager .amount { display:none; }
.pager .limiter { display:none; }
.pager .pages { float: right; margin-right:40px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a {padding-right:5px;}
.pager .pages .current {}

/* Sorter */
.sorter { display:none; }
.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 10px; color: #394f8d; font-size: 14px; line-height: 1em; }
.data-table td { padding: 8px 10px; font-size: 12px; border-bottom: 1px solid #394f8d; }
.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:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}
.data-table .last { padding-right: 0; }
.data-table .last td { border-bottom-width: 0px; }

.page-print .data-table { width:100%; }
.page-print .data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.page-print .data-table td { padding:5px; border:1px solid #ddd; }
.page-print .data-table thead { background-color:#f2f2f2; }
.page-print .data-table tr.even { background-color:#f6f6f6; }
.page-print .data-table tbody.odd td { border-width:0 1px; }
.page-print .data-table tbody.even { background-color:#f6f6f6; }
.page-print .data-table tbody.even td { border-width:0 1px; }
.page-print .data-table tbody.odd tr.border td,
.page-print .data-table tbody.even tr.border td { border-bottom-width:1px; }
.page-print .data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.page-print .data-table td.label,
.page-print .data-table th.label { font-weight:bold; background-color:#f6f6f6; }

/* 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 */
.stay-off-the-grass { padding-bottom:300px; }
.std { margin-left:30px; }
.std h2 { margin-left:0px; }
.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 ul.disc li { padding:4px; }
.std ul.carrot { margin:0 0 10px; }
.std ul.carrot { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul.compress li { padding:0; margin:0; }

.std ul.targetIcons { margin:0 0 10px; }
.std ul.targetIcons li { padding:4px; }


/*.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 {}
.links li.first {}
.links li.last { border-width: 0px; }
.links li a { text-decoration: none; }
.links li a:hover { text-decoration: underline; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.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 { height:173px; padding-top:20px; }
.header { padding: 0 30px; font-size: 11px; color: #394f8d; }
.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 h1.logo img { border: none; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .quick-access { float: right; width: 250px; height: 63px; background: transparent url(../images/bg/toplinks.png) right top no-repeat; }

.header .links { float: left; margin: 19px 0 0 6px; }
.header .links li { padding-bottom: 2px; text-align: right; }
.header .links li.first {}
.header .links li.last {}
.header .links li a { padding: 1px 6px; color: #394f8d; }
.header .links li a:hover {}

.form-search { background:transparent url(../images/callouts/calloutSearch.png) 0 0 no-repeat;width:220px;height:140px;margin-left:10px; }
.form-search #search {float:left;margin:88px 0 0 15px;width:107px;border:none;background:#90d7f3;}
.form-search button {width:15px;height:15px;background:transparent url(../images/icons/mag.png) 0 0 no-repeat;border:none;margin:90px 0 0 2px;z-index:999;float:left;}
.form-search  p {float:left;color:#FFF;margin:90px 0 0 8px;font-size:11px;line-height:.85em;}
.form-search  p a {text-decoration:none;color:#FFF;}
.form-search  p a:hover {text-decoration:underline;color:#FFF;}
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul {}
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
#advanced-search-list li label { font-weight:bold; font-size:1.4em;}
#advanced-search-list li .input-box span{float:left; padding:0 15px 10px 0; display:block; width:135px;}
#advanced-search-list li .input-box span input { margin-right:4px; }
#advanced-search-list li {margin-bottom:10px;}
#advanced-search-list li{width:100% !important;}
.advanced-search label{font-weight:bold;}
.header h2.tagline { float: left; width: 385px; height: 26px; margin: 23px 0 0 22px; background: transparent url(../images/bg/tagline.png) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -999em; }
.header .cart-header { float: right; width: 150px; margin-top: 18px; }
.header .cart-header .cart-link { display: block; height: 17px; margin-bottom: 1px; text-indent: -999em; }
.header .cart-header ul { margin-left: 44px; }
.header .cart-header ul li { display: block; float: left; width: 50px; padding: 0; text-align: center; }

/********** < Navigation */
.nav-container { height:76px; margin-top:8px; background:transparent url(../images/nav/main-nav_bg.png) top center no-repeat; }
#nav { padding: 10px 0 0 38px; }

/* All Levels (defaults) */
#nav li { position:relative; display:block; }
#nav li.over { z-index:80; }
#nav li a { display:block; cursor:pointer; text-decoration:none; color:#004e6c; font-size:13px; line-height:1em; }
#nav li.over a { color:#fff; }

/* First level */
#nav li.level0 { float:left; text-align:center; background:url(../images/nav/main-nav-li_bg.png) center right no-repeat; }
#nav li.last { background:none; }
#nav li.level0 a.level0 { text-transform:uppercase; padding:10px 5px 15px 5px; position:relative; z-index:10; }

#nav li.collections { width:106px; }
#nav li.character-sets { width:99px; }
#nav li.nonfiction { width:109px; }
#nav li.single-books { width:71px; }
#nav li.chapter-books { width:76px; }
#nav li.spanish { width:78px; }
#nav li.software-bookbuilder { width:113px; }
#nav li.professional-products { width:122px; }
#nav li.response-to-intervention { width:120px; }
#nav li.teaching-tools { width:140px; }
#nav li.special-offers { width:76px; }

#nav li.collections a.level0,
#nav li.nonfiction a.level0,
#nav li.spanish a.level0 { padding:16px 0 23px 0; }


/* Second Level */
#nav       ul.level0 { border:solid 1px #004e6c; position:absolute; width:279px; top:42px; left:-2px; display:none; }
#nav .over ul.level0 { display:block; }
#nav ul.level0 li { padding:5px; margin:0; background-color:#42beed; border:solid 1px #ffffff; border-bottom:1px solid #a1dff6; }
#nav ul.level0 li.first { border-top:none; }
#nav ul.level0 li.last { border-bottom:solid 1px #ffffff; }
#nav ul.level0 li a { padding:0; font-size:14px; text-align:left; color:#000; }
#nav ul.level0 li.over a { color:#fff; }

#nav .teaching-tools ul.level0,
#nav .special-offers ul.level0 { right:-1px; left:auto; width:200px; }

#nav .tab { display:none; position:absolute; top:7px; left:-2px; height:36px; background-color:transparent; background-position:0 0; background-repeat:no-repeat; border:none; }
#nav .over .tab { display:block; }
#nav .collections .tab { width:109px; background-image:url(../images/nav/tab-collections.png); }
#nav .character-sets .tab { width:102px; background-image:url(../images/nav/tab-character-sets.png); }
#nav .nonfiction .tab { width:112px; background-image:url(../images/nav/tab-nonfiction.png); }
#nav .single-books .tab { width:74px; background-image:url(../images/nav/tab-single-books.png); }
#nav .spanish .tab { width:81px; background-image:url(../images/nav/tab-spanish.png); }
#nav .software-bookbuilder .tab { width:116px; background-image:url(../images/nav/tab-software-bookbuilder.png); }
#nav .professional-products .tab { width:125px; background-image:url(../images/nav/tab-professional-products.png); }
#nav .teaching-tools .tab { width:143px; background-image:url(../images/nav/tab-teaching-tools.png); }
#nav .special-offers .tab { width:79px; background-image:url(../images/nav/tab-special-offers.png); }

/* Subnav */
#subnav { float: left; }
#subnav ul { margin: 10px 0 0 0; }
#subnav ul li { display: inline; padding: 0; text-align: center; border-right: 1px solid #248bb2; }
#subnav ul li.last { border-width: 0px; }
#subnav ul li a { padding: 3px 5px; font-size: 12px; color: #248bb2; }
#subnav ul li a:hover { color: #394e8c; text-decoration: none; }
#subnav .links {width:675px;}


/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { padding:3px 10px; }
.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 { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list .item { display:block; width:229px; height:210px; float:left; margin:0 0 5px 5px; padding:0; position:relative; }
.mini-products-list .item .img { display:block; height:100%; width:100%; margin:0; padding:0; background-position:center center; background-repeat:no-repeat; text-decoration:none; }
.mini-products-list .item .img span { display:block; width:201px; min-height:16px; padding:6px 4px; margin:0 10px; position:absolute; bottom:15px; color:#fff; text-decoration:none; background-color:#00A4E3; border-top:solid 1px #fff; border-bottom:solid 1px #fff; }

/* 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 { text-align:center; }

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

/* Block: Related */
.block-related { padding:10px; }
.block-related h3 { padding-bottom:5px; }

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

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


/* Category Page ========================================================================= */
.category-title {}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px 30px; }
.category-products { }

/* View Type: Grid */
.products-grid {}
.products-grid .item {display:block; width:229px; height:210px; float:left; margin:0 5px 5px 0; padding:0; position:relative;}
.products-grid .item .img { display:block; height:100%; width:100%; margin:0; padding:0; background-position:center center; background-repeat:no-repeat; }
.products-grid .item .img span.bar { display:block; width:206px; padding:7px 0 7px 10px; position:absolute; bottom:12px; color:#fff; text-decoration:none; background-color:#00A4E3; border-top:solid 1px #fff; border-bottom:solid 1px #fff; }
.products-grid .item .img span span.title { padding-right:5px;}
.products-grid .item .img span span.level { display:block; float:right; color:#004e6c; width:auto; padding:0; margin:0; margin-right:5px; background:none; border:none; position:static; }
.products-grid .item a {text-decoration:none;}
.products-grid .item .productLarge {background:url(../images/productBackgroundBorderLarge.png) 0 0 no-repeat; width:100%;height:100%;padding-left:10px;}
 
.products-grid .item .add-to-links { display:none; padding:0; position:absolute; bottom:44px; left:0; }
.products-grid .item .add-to-links li { border-top:solid 1px #333; background:url(../images/catalog/product/trans_85_white.png) 0 0 repeat; width:200px; height:30px; padding:5px; margin:0 5px; overflow:hidden; }
.products-grid .item .add-to-links li .child-name { color:#004e6c; font-size:12px; font-weight:bold; margin:2px 0 0 0; }
.products-grid .item .add-to-links li .price { color:#e64689; font-size:12px; font-weight:bold; margin:2px 0 0 2px; }
.products-grid .item .add-to-links li .note { color:#012a3a; font-size:10px; clear:left; display:block; height:15px; overflow:hidden; }
.products-grid .item .add-to-links li .backordered { font-style:italic; }
.products-grid .item .add-to-links li .btn-blank { margin:5px 0 0 0; float:right; width:40px; }
.products-grid .item .ajaxtocart-active li { display:none; }
.products-grid .item .ajaxtocart-active li.ajaxtocart-active { position:absolute; bottom:0; height:71px; background-color:#ffffff; }
.products-grid .item .ajaxtocart-active li.ajaxtocart-active a.btn-pink-med { clear:left; float:left; width:97px; padding:6px 0 0 0; margin:10px 0 0 0; }
.products-grid .item .ajaxtocart-active li.ajaxtocart-active a.btn-gray-med { clear:none; float:left; width:93px; padding:6px 0 0 0; margin:10px 0 0 5px; }
.products-grid .item:hover .add-to-links { display:block; }

/* View Type: List */
.products-list .item { display:block; float:left; position:relative; cursor:pointer; background-repeat:no-repeat; background-position:center center; background:transparent url(../images/productBackgroundWide.png) top center no-repeat; width:730px; height:225px; }
.products-list .item .name { position:absolute; bottom:44px; margin:0 0 0 35px; }
.products-list .item .name a { font-size:28px; color:#004e6c; text-decoration:none; }
.products-list .item .description { position:absolute; bottom:20px; width:680px; height:16px; padding:6px 10px; margin:0 0 0 25px; color:#fff; font-style:italic; background-color:#00A4E3; border-top:solid 1px #fff; border-bottom:solid 1px #fff; }
.products-list .item .add-to-links { display:none; padding:0; position:absolute; bottom:50px; right:0; }
.products-list .item .add-to-links li { float:right; border-top:solid 1px #333;  background:url(../images/catalog/product/trans_85_white.png) 0 0 repeat; width:155px; min-height:60px; padding:7px; margin:0 10px 0 0; overflow:hidden;}
.products-list .item .add-to-links li .child-name { color:#004e6c; font-size:12px; font-weight:bold; margin:2px 0 0 0; }
.products-list .item .add-to-links li .price { color:#e64689; font-size:12px; font-weight:bold; margin:2px 0 0 2px; }
.products-list .item .add-to-links li .note { color:#012a3a; font-size:10px; clear:left; display:block; height:15px; overflow:hidden; }
.products-list .item .add-to-links li .backordered { color:#012a3a; font-size:10px; clear:left; display:block; height:15px; overflow:hidden; font-style:italic; }
.products-list .item .add-to-links li .btn-blank { margin:5px 0 0 0; clear:left; width:152px; }
.products-list .item .add-to-links li .ajaxtocart-done .btn-pink-med { clear:both; float:left; padding:6px 0 0 0; width:78px; }
.products-list .item .add-to-links li .ajaxtocart-done .btn-gray-med { clear:none; float:left; padding:5px 0 1px 0; width:68px; margin-left:5px; }
.products-list .item:hover .add-to-links { display:block; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: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; }

/* Reviews */
.review-form { display:block; padding:20px 0 25px 0; }
.review-form li { float:left; display:block; padding-bottom:10px; }
.review-form li .input-text { width:275px; }
.review-form li .input-textarea { width:585px; }
.review-form .login-required { font-weight:bold; }
.review-form .response { padding:0; margin:0; font-weight:bold; }
.review-form .loading { float:left; padding:5px 0 0 10px; }

.box-reviews dl dd { margin:0 0 15px 0; padding:0 0 15px 0; border-bottom:solid 1px #999999; }


/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* 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 {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

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

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

.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; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

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


.product-view {}

.product-essential {}

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

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 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; background-color:#ddd; margin:0 0 8px 4px ; }

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

/* Product Shop */
.product-view .product-name { color:#004e6c; font-size:36px; text-transform:uppercase; padding-left:30px; }
.product-view .short-description {}

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

.product-view .children { display:block; width:705px; height:85px; padding:165px 0 0 30px; background-position:center center; background-repeat:no-repeat; }
.product-view .children .col2-set { display:block; width:320px; height:50px; padding:10px; margin:0 5px; float:left; border:solid 1px #185f7b; background-color:#ffffff; }
.product-view .children .col2-set .name { font-weight:bold; font-size:15px; color:#004e6c; line-height:1em; }
.product-view .children .col2-set .price { font-weight:bold; font-size:16px; color:#e64689; }
.product-view .children .col2-set .note { clear:left; font-size:11px; color:#012a3a; display:block; }
.product-view .children .col2-set .backordered { clear:left; font-size:11px; color:#012a3a; display:block; font-style:italic; }
.product-view .children .col2-set .btn-blank { float:right; }
.product-view .children .col2-set .btn-gray { width:128px; margin:5px 0 0 0; }

.button-pos-right .children { width:702px; height:207px; padding:30px 30px 0 0; }
.button-pos-right .children .col2-set { float:right; margin:5px 0; clear:both; }

/* Tabs */
.product-view dl.tabs { position:relative; margin:0; padding:0 20px; }
.product-view dl.tabs .tab { font-size:15px; float:left; height:33px; padding:0; cursor:pointer; background:url(../images/bookTabs.png) 0 0 no-repeat transparent; font-size:0; text-indent:-5000px; }
.product-view dl.tabs .tab-body { position:absolute; top:30px; left:0; width:100%; }
.product-view dl.tabs .tab-body .std { padding:10px; margin-right:30px; }

#tab-description { background-position:0px 0px; width:116px; }
#tab-description.active { background-position:0px -33px; }
#tab-levels { background-position:-116px 0px; width:77px; }
#tab-levels.active { background-position:-116px -33px; }
#tab-readonline { background-position:-193px 0px; width:124px; }
#tab-readonline.active { background-position:-193px -33px; }
#tab-resources { background-position:-317px 0px; width:195px; }
#tab-resources.active { background-position:-317px -33px; }
#tab-reviews { background-position:-512px 0px; width:103px; }
#tab-reviews.active { background-position:-512px -33px; }

/* Grouped Product */
.product-view .grouped-items-table {}

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

/* Block: Additional */
.product-view dl.box-additional { width:100%; float:left; }
.product-view dl.box-additional dt { float:left; width:auto; margin:4px 4px 4px 0px; text-indent:0; background:none; clear:left; font-size:12px; height:auto; padding:0; cursor:auto; }
.product-view dl.box-additional dd { float:left; width:auto; margin:4px 0px 4px 0px; background-color:none; }

.product-view .bucket-list h3,
.product-view .bucket-reverse-list h3 { color:#004e6c; }

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

/* Bucket lists */
.bucketlist h3, h3.bucketheading { padding:20px 0 0 25px; margin:0; clear:both; font-size:18px; }
 
.bucketlist { padding:5px 10px; clear:both; }
.bucketlist li { color:#004E6C; margin:0 15px; padding:5px 10px; border-top:solid 1px #e0f6ff; }
.bucketlist li:first-child { border-top:none; }
.bucketlist li a { color:#004E6C; }
.bucketlist li span { float:right; }

.bucketlist-parent { padding:15px 10px 10px 10px; clear:both; }
.bucketlist-parent h3 { padding-left:25px; }
.bucketlist-parent li { color:#fff; font-size:14px; background:url(../images/bg/set-row.png) 0 0 no-repeat; }
.bucketlist-parent li .name { float:left; height:32px; padding:14px 0 0 32px; }
.bucketlist-parent li .name a { color:#fff; text-decoration:none; }
.bucketlist-parent li .name a:hover { color:#e8e9ff; }
.bucketlist-parent li .toggler { float:right; color:#c7c9e6; padding:0 21px 0 0; margin:14px 20px 0 0; cursor:pointer; background:url(../images/bg/plus-minus.png) top right no-repeat; }
.bucketlist-parent li div.active { background-position:bottom right; }

.bucketlist-child { display:block; padding:0; margin:0; clear:both; }
.bucketlist-child li { color:#004E6C; font-size:12px; margin:0 15px; padding:5px 10px; border-top:solid 1px #e0f6ff; background:none; }
.bucketlist-child li:first-child { border-top:none; }
.bucketlist-child li a { color:#004E6C; }
.bucketlist-child li span { float:right; }

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


/* CMS Styles ================================================================= */
.cms-home .main { margin-top: 0; }
.cms-home .main .col-main { position: relative; }
.home-flash-container {}
#home-flash { height: 350px; }
#home-flash ul { position:relative; background:url(../images/bg/cloud-home-panels.png) center center no-repeat; width:968px; height:345px; }
#home-flash ul li { position:absolute; top:0; left:0; }
#home-flash ul li img { position:absolute; top:0; left:0; }
.home-content { margin-top:-25px; }
.home-content h3 { color: #fff; font-size: 23px; }
.home-content .main-indent { min-height: 269px; background: transparent url(../images/bg/cloud-wrapper-puppy.png) 434px 0 no-repeat; }
.home-content .main-indent-blank { background: none; }
.home-content #hoverimage { position: absolute; right: 20px; bottom: 10px; z-index:1000; }
.home-content ul { margin-top: 6px; }
.home-content ul li { float: left; width: 140px; margin-right: 15px; }
.home-content ul li a { color: #003e56; text-decoration: none; font-size: 13px; line-height: 1.6em; }
.home-content ul li a:hover { text-decoration: underline; }

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

/* Shopping Cart ========================================================================= */
#checkout .checkout-types { float:right; text-align:right; }
.cart { font-size: 14px; }

/* Shopping Cart Table */
.cart-table, .cart-totals-table { width: 100%; font-size: 14px; margin-left: 1px; }
.cart-table .cart-remove,
.data-table .remove { display: block; padding-top: 4px; }
.cart-table .cart-remove img,
.data-table .remove img { border: none; }
.cart-table .item-msg { font-size:10px; }
.cart-table .error { font-weight: bold; color: #990000; }
/*.cart-table tr, .cart-totals-table tr { background: transparent url(../images/bg/checkout_cart_row_bg.gif) right 0 repeat-y; }*/
.cart-table .product-image,
#wishlist-table .product-image { display: block; width: 63px; height: 63px; padding: 6px 0 0 10px; background: transparent url(../images/bg/cart-row-image.png) 0 0 no-repeat; }
.cart-table .product-image img,
#wishlist-table .product-image img { display: block; float: left; margin: 0; border: none; }
.cart-table label { display: inline; font-weight: bold; cursor: default; }
.cart-table .product-name { margin: 0; font-size: 14px; color: #000; }
.cart-table .product-name a { color: #000; }
.cart-table .product-name a:hover { text-decoration: none; }
.cart-table dl.item-options { float: left; padding-top: 2px; padding-right: 10px; margin-left: 15px; font-size: 0.9em; }
.cart-table dl.item-options dt { display: inline; font-style: normal; }
.cart-table dl.item-options dd { display: inline; padding: 0 5px 0 0 }
.cart-table p, #checkout .cart-table p { clear: left; font-size: 12px; padding: 0 12px 10px 0; line-height: 1.25em; color: #990000; }
.cart-table .discounted {}
.cart-table .discounted label { float: left; }
.cart-table .cart-price { padding: 0; }
.cart-table .discounted .price {}
.cart-table .cart-price .strikethrough .price { text-decoration: line-through; }
.cart-table input { width: 37px; padding: 2px; text-align: center; }
.cart-totals .divider, .cart-totals-table .divider {}

.cart-table td,
.cart-table th { padding: 5px 6px; }
.cart-table td { border-bottom: 1px solid #394f8d; }
.cart-table th { padding-top: 0; padding-bottom: 0; color: #394f8d; }
.cart-table tr:last-child td,
.cart-table tr.last td { border-bottom-width: 0; }

.cart-table .col-1 { padding-left: 0; width: 12px; }
.cart-table .col-2 { width: 73px; padding-top: 10px; padding-bottom: 10px; }
.cart-table .col-3 { min-width: 240px; }
.cart-table .col-4 {}
.cart-table .col-5 {}
.cart-table .col-6 { padding-right: 0; }

.checkout-coupon {}
.checkout-coupon label { display: block; margin-bottom: 3px; }
.checkout-coupon input { float: left; margin-right: 6px; }

.checkout-base { margin-bottom: 25px; }
.checkout-base .checkout-base-left,
.checkout-base .checkout-base-right { float: left; width: 60%; }
.checkout-base .checkout-base-right { width: 40%; }
.checkout-base .checkout-base-right .btn-blue-lg,
.checkout-base .checkout-base-right .btn-gray { float: right; clear: right; }
.checkout-base .checkout-base-right .btn-gray { margin-right: 0; margin-top: 10px; }

/* Shopping Cart Totals */
.cart-totals-table { float: right; width: auto; margin-right: 18px; margin-bottom: 6px; }
.cart-totals-table td { padding-bottom: 6px; text-align: right; }
.cart-totals-table td.col-1,
.cart-totals-table td.first { font-weight: bold; }
.cart-totals-table td.col-2,
.cart-totals-table td.last { padding-left: 30px; }
.cart-totals-table .grand td,
.cart-totals-table .grand_total td { font-size: 1.2em; }
.cart-totals-table .grand td.col-2,
.cart-totals-table .grand_total td.last { font-weight: bold; }

/* Shopping Cart Error */
div.cart-error { margin: 10px 0 0 144px; min-height: 27px; }
div.cart-error p { font-weight: bold; color: #990000; font-size: 11px; }

/* Shopping Cart Collateral boxes */
#checkout .cart-collaterals { float:left; }
#checkout .shipping {}
.crosssell { }
.crosssell h3 {color:#2DB5E9; margin:0 0 10px 10px;font-size:1.5em;}
.crosssell li {}
.crosssell .product-image { display: block; width: 96px; height: 65px; margin-top: 7px; padding-top: 7px; }
.crosssell .product-image img { display: block; margin: 0 auto; }

/* Shopping Cart Links */
#checkout ul.checkout-links { clear: both; }
#checkout ul.checkout-links li { float: left; width: 50%; }

#checkout .free-shipping-upsell { color:#7f1119; padding:5px 0 0 125px; position:relative; }
#checkout .free-shipping-upsell a { display:block; position:absolute; top:-45px; left:115px; clear:right; }

/* Checkout ============================================================================== */
.checkout-wrapper { font-size: 12px; }
#checkout { margin: 0 auto; line-height:1.3; }
#checkout-progress {}
#checkout .checkout-content { min-height: 350px; }
.checkout-content .cloudWrapper { margin-bottom: 35px; }
.checkout-content p.required { margin: 4em 0 2em; }
.checkout-content h3 { margin-bottom: 12px; }
.checkout-content h4 { margin-bottom: 12px; }
.checkout-content p { margin-bottom: 1em; }
.checkout-content .btn-blue-lg { float: right; }

/* Two Page */
#checkout .payment h3 { padding-left: 12px; }
#checkout #co-billing-form,
#checkout #co-shipping-form,
#checkout #co-shipping-method-form,
#checkout #co-comments-form,
#checkout #co-payment-form { margin-bottom: 22px; }
#checkout #co-shipping-method-form .disabled { color: #666; }
#checkout .shipment-methods { margin-bottom: 12px; }
#checkout .opc-please-wait { height: 16px; margin: 0 10px; float: left; }
#checkout .cvv-what-is-this { float: left; display: block; margin-left: 10px; padding-top: 2px; font-size: 11px; }
#payment-tool-tip { position: absolute; width: 453px; height: 205px; padding: 20px 12px 12px; border: 1px solid #333; background: #fff; }
#payment-tool-tip img {}
.tool-tip .tooltip-close { display: block; position: absolute; top: 6px; right: 6px; width: 11px; height: 12px; cursor: pointer; background: transparent url(../images/icons/remove-x.png) 0 0 no-repeat; }
.checkout-content .payment-methods { position: relative; }
.checkout-content .payment-methods dt { position: absolute; top: 0; }
.checkout-content .payment-methods dd { position: relative; top: 34px; left: 0; }

/* Form Elements */
.checkout-content select {}
.checkout-content select option { background-color: #fff; }
.checkout-content .form-list img { float: left; }
.checkout-content .address-book label { float: none; display: block; padding-bottom: 4px; }
.checkout-content .address-book select { width: 99%; }
.checkout-content select.month { width: 150px; }
.checkout-content select.year { width: 73px; }
.checkout-content select.month { margin-right: 6px; }
.checkout-content input.cvv { width: 50px !important; }
.checkout-content .address-book { margin-bottom: 10px; }
.checkout-content .shipment-methods ul li { margin-bottom: 4px; }

/* Checkout Login */
#checkout .login h4 { margin-bottom: 15px; }
#checkout .login .buttons-set { clear: left; padding-top: 6px; }
#checkout .login .buttons-set .btn-gray { clear: left; margin-top: 8px; }
#checkout .login .form-list input.input-text { width: 70%; }
#checkout .login .form-list label.for-radio { text-align: left; display: inline; float: none; }

/* Checkout Review */
#checkout .review ul.checkout-links { float: right; }
#checkout .review ul.checkout-links li { float: none; display: inline; }
#checkout .review {}
#checkout .review p,
#checkout .review .payment-container td { line-height: 1.5em; }
#checkout .review p.method-title { margin-bottom: 0; }
#checkout .review .col2-set { margin-bottom: 20px; }
#checkout .review h4 { color: #394f8d; margin-bottom: 6px; }

/* Checkout Confirm */
#checkout .order-complete p.intro { margin-bottom: 14px; }
#checkout .order-complete .col2-set { margin-bottom: 10px; }

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

.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 */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.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-color:#f6f6f6; padding:0 5px; 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-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

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

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


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login p{margin-bottom:15px;}
.account-login .col2-set{width:650px;}
.account-login .new-users {}
.account-login .registered-users {}
.account-login h2, .account-create h2 { font-size: 36px; }
#login-form {}

#login-form h3 {margin-bottom:25px;}

.account-create {}
.account-create h3 { margin-bottom: 10px; }
.account-create .fieldset,
.account-create .buttons-set { margin-bottom: 10px; }
.account-create .btn-blue-med { float: right; margin-right: 7px; }

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


/* My Account ============================================================================= */
.account-wrapper {}
.account-wrapper h2 {}
.account-wrapper h3 { margin-bottom: 12px; font-size: 20px; }
.account-wrapper h4 { margin-bottom: 6px; font-size: 14px; }
.account-wrapper h5 { margin-bottom: 3px; font-size: 12px; color: #1a2854; }

.account-nav { padding-left: 15px; margin-bottom: 12px; }
.account-nav ul { float: left; height: 33px; background: transparent url(../images/nav/account-nav-ul_bg.png) 0 22px repeat-x; }
.account-nav ul li { float: left; height: 33px; background: transparent url(../images/nav/account-nav-li_bg.png) 100% 11px no-repeat; font-size: 16px; }
.account-nav ul li.current {}
.account-nav ul li.last { background-image: none; }
.account-nav ul li a,
.account-nav ul li span { display: block; height: 28px; padding: 4px 15px 1px; background-position: center center; background-repeat: no-repeat; color: #394f8d; text-decoration: none; text-align: center; }
.account-nav ul li.current span { color: #1b2956; }

.account-nav ul li span.dashboard,
.account-nav ul li span.my-orders,
.account-nav ul li span.my-wishlist { background-image: url(../images/nav/account-nav-a-dashboard.png); }
.account-nav ul li span.contact-information { background-image: url(../images/nav/account-nav-a-contact.png); }
.account-nav ul li span.address-book { background-image: url(../images/nav/account-nav-a-address.png); }

.account-content { padding: 0 20px 20px 30px; }
.account-content .edit-link { font-size: 11px; font-weight: bold; color: #000; }
.account-content .edit-link:hover { text-decoration: underline; }
.account-content .buttons-set {}
.account-content .buttons-set .btn-blue-lg { float: right; }
.account-content .buttons-set .back-link { margin-top: 5px; }

.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin-bottom: 30px; }

/* 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 */
/* Adress Book */
.addresses-list {}
.addresses-list h4 { margin-bottom: 12px; }
.addresses-list ol { margin-bottom: 3em; }
.addresses-list li { float: left; width: 170px; margin-right: 20px; }
.addresses-list li address {}
.addresses-list li.empty { width: auto; }

/* Order View */
.order-info {}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }
.order-view .checkout-base { margin-top: 20px; }
.order-view .checkout-base .col2-set { margin-bottom: 20px; }
.order-view .cart-totals-table { margin-right: 0; }
.order-view .strikethrough { background-position: 0 0.85em; }
.order-date { margin:10px 0 20px; }

.order-info-box {}

.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; }

/* Wishlist */
#wishlist-table { margin-bottom: 12px; }
#wishlist-table .first { padding-left: 0; padding-right: 0; }
#wishlist-table .product-name { font-size: 12px; }
#wishlist-table .product-name a { color: #000; }
#wishlist-table .price { font-weight: normal; }
#wishlist-table .remove { margin-top: 16px; }
#wishlist-table textarea { width: 140px; border-color: #abadb3; }

/* 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; }
.page-print h2 { margin-left: 0; font-size: 18px; font-weight: bold; }
.page-print .col2-set { margin-bottom: 1em; }
.page-print .buttons-set { margin-top: 1em; }

/* 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 { width:980px; margin: 0 auto; padding: 20px 5px 15px 5px; color: #7b81c2; font-size: 11px; }
.footer p {}
.footer a { color: #7b81c2; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer address { float: left; }
.footer ul { float: right; }
.footer ul li { display:inline; border-right: 1px solid #7b81c2; }
.footer ul li.last { border-width: 0px; }
.footer ul li a { padding: 1px 6px; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clear-left {clear: left}
.clear-right {clear: right}
.clear-both {clear: both}
.clear-none {clear: none}

.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,
.checkout-base:after,
.main-content:after,
.cloudWrapper:after,
.cloudWrapperBlue:after,
.payment-methods:after,
.form-list li:after,
.account-nav:after,
.addresses-list ol:after,
ul.form-list:after,
.main-indent:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Block: Account */
.account-tabs { margin-bottom:0 !important; }
.account-tabs li { float:left; width:119px; height:32px; margin-right:2px; background-color:#c2c2c2; }
.account-tabs li span,
.account-tabs li a { color:#2f2f2f; font-size:13px; text-decoration:none; display:block; padding:6px 0 0 0; text-align:center; }
.account-tabs li a:hover { }
.account-tabs li.current { background-color:#ffffff; }
.account-tabs li.last { }

/* Callout Stylings */
.outer .content a {text-decoration:none;}
.calloutLink{font-weight:bold;font-size:14px;}
.marker{color:#fff;}
.outer {margin-left:1px;}
.content a:hover {}
.underLine {text-decoration:underline !important;} 
#underLineElem {height:1px;border-bottom:1px solid #165B87;width:300px; position:absolute;z-index:999;} 
#calloutWrapper{width:240px;background:transparent url(../images/callouts/calloutCloudMiddle.png) 0 0 repeat-y;margin-bottom:60px;}
#calloutWrapperNoBG{width:240px;margin-bottom:45px;}
#calloutWrapperBottom{position:absolute;width:240px;background:transparent url(../images/callouts/calloutCloudBottom.png) 0 0 no-repeat;height:40px;}

#calloutQuestions {background:transparent url(../images/callouts/calloutQuestions.png) 0 0 no-repeat;width:235px;height:166px;}
#calloutQuestions p {color:#216f8d;width:150px;}
#calloutQuestions .marker {color:#216f8d;}
#calloutQuestions h4 {color:#FFF;font-size:26px;}
#calloutQuestions a {color:#004e6c;text-decoration:none;}
#calloutQuestions .content{padding:60px 0 0 30px;}

#calloutJackandDaisyship {background:transparent url(../images/callouts/calloutJackandDaisyship.png) 0 0 no-repeat;width:237px;height:152px;color:#c9cdf3;}
#calloutJackandDaisyship a{color:#fff;font-size:14px;}
#calloutJackandDaisyship .content{padding:20px 0 0 30px;}

#calloutFreeShipping {background:transparent url(../images/callouts/calloutFreeShipping.png) 0 0 no-repeat;width:237px;height:152px;color:#c9cdf3;}
#calloutFreeShipping a{color:#fff;font-size:14px;}
#calloutFreeShipping .content{padding:20px 0 0 30px;}

#calloutSocial{background:transparent url(../images/callouts/calloutSocial.png) 0 0 no-repeat;width:233px;height:204px;}
#calloutSocial a{line-height:2em;padding:5px 0 0 30px;text-decoration:none;color:#165b87;}
#calloutSocial .marker {color:#165b87;}
#calloutSocial .twitter{background: transparent url(../images/icons/twitter.png) no-repeat center left;}
#calloutSocial .contact{background: transparent url(../images/icons/contact.png) no-repeat center left;}
#calloutSocial .newsletter{background: transparent url(../images/icons/newsletter.png) no-repeat center left;}
#calloutSocial .facebook{background: transparent url(../images/icons/facebook.png) no-repeat center left;}
#calloutSocial .content{padding:65px 0 0 30px;}

ul.add-this{display:block;padding:23px 0 0 125px;background:transparent url(../images/callouts/shareThis.png) top right no-repeat;height:56px;}
ul.add-this li{float:left;display:inline;margin-left:5px;}
.addthis_button_twitter span{background:transparent url(../images/icons/twitter.png) 0 0 no-repeat !important;width:20px;height:20px;}
.addthis_button_facebook span{background:transparent url(../images/icons/facebook.png) 0 0 no-repeat !important;width:20px;height:20px;}
.addthis_button_linkedin span{background:transparent url(../images/icons/linkedIn.png) 0 0 no-repeat !important;width:20px;height:20px;}

#calloutBlog {background:transparent url(../images/callouts/calloutBlog.png) 0 0 no-repeat;width:235px;height:166px;}
#calloutBlog p {color:#c9cdf3;width:150px;}
#calloutBlog .marker {color:#fff;}
#calloutBlog h4 {color:#c9cdf3;font-size:26px;}
#calloutBlog a {color:#fff;text-decoration:none;}
#calloutBlog .content{padding:60px 0 0 30px;}

#calloutTeachingTools{background:transparent url(../images/callouts/calloutTeachingTools.png) 0 0 no-repeat;width:235px;height:169px;color:#FFF;}
#calloutTeachingTools a{color:#fff;font-size:14px;}
#calloutTeachingTools p{width:125px;font-size:28px; line-height:0.90; text-transform:uppercase; margin:10 0 15 0; }
#calloutTeachingTools p.calloutLarge{ margin-top:12px; margin-bottom:5px; }
#calloutTeachingTools .content{padding:10px 0 0 30px;}

#calloutBellaAndRosie{background:transparent url(../images/callouts/calloutBellaAndRosie.png) 0 0 no-repeat;width:235px;height:153px;color:#FFF;}
#calloutBellaAndRosie a{color:#fff;font-size:14px;}
#calloutBellaAndRosie .content{padding:20px 0 0 30px;}

#calloutMoreResources{background:transparent url(../images/callouts/calloutMoreResources.png) 0 0 no-repeat;width:235px;height:166px;color:#c9cdf3;}
#calloutMoreResources a{margin-top:15px;color:#fff;font-size:14px;}
#calloutMoreResources p{width:125px;}
#calloutMoreResources .content{padding:30px 0 0 30px;}

#calloutNewsletter{background:transparent url(../images/callouts/calloutNewsletter.png) 0 0 no-repeat;width:233px;height:180px;color:#bfedc5;}
#calloutNewsletter a{color:#fff;font-size:14px;}
#calloutNewsletter p{width:175px;margin-bottom:15px;}
#calloutNewsletter .content{padding:50px 0 0 30px;}

#calloutBellaAndRosieWorld {background:transparent url(../images/callouts/calloutBellaAndRosieWorld.png) 0 0 no-repeat;width:235px;height:160px;color:#FFF;}
#calloutBellaAndRosieWorld a{color:#fff;font-size:14px;}
#calloutBellaAndRosieWorld .content{padding:90px 0 0 30px;}

#calloutABCbooks {background:transparent url(../images/callouts/calloutABCbooks.png) 0 0 no-repeat;width:235px;height:160px;color:#FFF;}
#calloutABCbooks a{color:#fff;font-size:14px;}
#calloutABCbooks .content{padding:90px 0 0 30px;}

#calloutLittleElfdeal {background:transparent url(../images/callouts/calloutLittleElf.png) 0 0 no-repeat;width:235px;height:160px;color:#FFF;}
#calloutLittleElfdeal a{color:#fff;font-size:14px;}
#calloutLittleElfdeal .content{padding:90px 0 0 30px;}

#calloutJackandDaisygiftcard {background:transparent url(../images/callouts/calloutJackandDaisygiftcard.png) 0 0 no-repeat;width:235px;height:160px;color:#FFF;}
#calloutJackandDaisygiftcard a{color:#fff;font-size:14px;}
#calloutJackandDaisygiftcard .content{padding:90px 0 0 30px;}

#calloutLittleElfreview {background:transparent url(../images/callouts/calloutLittleElf.png) 0 0 no-repeat;width:235px;height:160px;color:#FFF;}
#calloutLittleElfreview a{color:#fff;font-size:14px;}
#calloutLittleElfreview .content{padding:90px 0 0 30px;}

#calloutShopCharacterSets {background:transparent url(../images/callouts/calloutCharacterSets.png) 0 0 no-repeat;width:235px;height:173px;color:#FFF;}
#calloutShopCharacterSets a{color:#fff;font-size:14px;}
#calloutShopCharacterSets p{width:115px;margin-bottom:15px;}
#calloutShopCharacterSets .content{padding:41px 0 0 30px;}

#calloutPawPrints {background:transparent url(../images/callouts/calloutPawPrints.png) 0 0 no-repeat;width:235px;height:117px;color:#FFF;}
#calloutPawPrints a{color:#fff;font-size:14px;}
#calloutPawPrints p{width:150px;margin-bottom:15px;}
#calloutPawPrints .content{padding:27px 0 0 30px;}

#calloutTeachingToolsShop {background:transparent url(../images/callouts/calloutTeachingToolsShop.png) 0 0 no-repeat;width:235px;height:180px;color:#FFF;}
#calloutTeachingToolsShop a{color:#fff;font-size:14px;}
#calloutTeachingToolsShop p{width:130px;margin-bottom:5px;}
#calloutTeachingToolsShop .content{padding:28px 0 0 30px;}

#calloutCollections {background:transparent url(../images/callouts/calloutCollections.png) 0 0 no-repeat;width:235px;height:166px;color:#FFF;}
#calloutCollections a{color:#fff;font-size:14px;}
#calloutCollections p{width:165px;margin-bottom:5px;}
#calloutCollections .content{padding:71px 0 0 30px;}

#calloutRTIResources {background:transparent url(../images/callouts/calloutRTI.png) 0 0 no-repeat;width:235px;height:135px;color:#FFF;}
#calloutRTIResources a{color:#fff;font-size:14px;}
#calloutRTIResources .content{padding:85px 0 0 30px;}

#calloutTinyTreasures {background:transparent url(../images/callouts/calloutTinyTreasures.png) 0 0 no-repeat;width:235px;height:166px;color:#FFF;}
#calloutTinyTreasures a{color:#fff;font-size:14px;}
#calloutTinyTreasures .content{padding:41px 0 0 30px;}

#calloutMoreFunStuff {background:transparent url(../images/callouts/calloutMoreFunStuff.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutMoreFunStuff p{width:165px;margin:0 0 11px 0;color:#bfedc5;}
#calloutMoreFunStuff a{color:#fff;font-size:14px;}
#calloutMoreFunStuff a:hover {text-decoration:underline;}
#calloutMoreFunStuff .content{padding:43px 0 0 36px;}

#calloutReadingTools {background:transparent url(../images/callouts/calloutMoreFunStuff.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutReadingTools p{width:165px;margin:0 0 19px 0;color:#bfedc5;}
#calloutReadingTools a{color:#fff;font-size:14px;}
#calloutReadingTools .content{padding:43px 0 0 36px;}

#calloutTeachingToolsFunStuff {background:transparent url(../images/callouts/calloutTeachingToolsFunStuff.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutTeachingToolsFunStuff p{width:108px;margin:0 0 5px 0;color:#c3e4f3;}
#calloutTeachingToolsFunStuff a{color:#fff;font-size:14px;}
#calloutTeachingToolsFunStuff .content{padding:39px 0 0 36px;}

#calloutMixAndMatch {background:transparent url(../images/callouts/calloutMixAndMatch.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutMixAndMatch p{width:170px;margin:0 0 5px 0;color:#c3e4f3;}
#calloutMixAndMatch a{color:#fff;font-size:14px;}
#calloutMixAndMatch .content{padding:39px 0 0 36px;}

#classicBlackAndWhiteBooks {background:transparent url(../images/callouts/classicBlackAndWhiteBooks.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#classicBlackAndWhiteBooks p{width:170px;margin:0 0 10px 0;color:#FFF;}
#classicBlackAndWhiteBooks a{color:#fff;font-size:14px;}
#classicBlackAndWhiteBooks .content{padding:34px 0 0 30px;}

#calloutReadingRecoveryCollections {background:transparent url(../images/callouts/calloutReadingRecoveryCollections.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutReadingRecoveryCollections p{width:150px;margin:0 0 10px 0;color:#e3f2f8;}
#calloutReadingRecoveryCollections a{color:#fff;font-size:14px;}
#calloutReadingRecoveryCollections .content{padding:34px 0 0 30px;}

#calloutPawprintsCollection {background:transparent url(../images/callouts/calloutPawPrintsCollection.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutPawprintsCollection p{width:125px;margin:0 0 10px 0;color:#e3f2f8;}
#calloutPawprintsCollection a{color:#fff;font-size:14px;}
#calloutPawprintsCollection .content{padding:36px 0 0 29px;}

#calloutLeveledCollections {background:transparent url(../images/callouts/calloutLeveledCollections.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutLeveledCollections p{width:120px;margin:0 0 35px 0;color:#e3f2f8;}
#calloutLeveledCollections a{color:#fff;font-size:14px;}
#calloutLeveledCollections .content{padding:34px 0 0 31px;}

#calloutChapterBookCollection {background:transparent url(../images/callouts/calloutChapterBookCollection.png) 0 0 no-repeat;width:234px;height:173px;color:#FFF;}
#calloutChapterBookCollection p{width:155px;margin:0 0 35px 0;color:#e3f2f8;}
#calloutChapterBookCollection a{color:#fff;font-size:14px;}
#calloutChapterBookCollection .content{padding:35px 0 0 30px;}


/* Advanced Search Selector */

#advancedSearchSelectGrid{width:658px;border-right:1px solid #000;border-left:1px solid #000;background:#FFF;margin-left:-15px;margin-bottom:50px;overflow:hidden;clear:both;}
.catalogsearch-advanced-index #advancedSearchSelectGrid {margin-left:0;}
#advancedSearchSelectGrid .category{width:130px;height:100%;float:left;border-right:1px solid #000;}
#advancedSearchSelectGrid .category .header{background:#015d82;color:#FFF;height:60px;width:100%;text-align:center;padding:0;}
#advancedSearchSelectGrid .category .header h3{padding-top:20px;font-size:13px;color:#FFF;}
#advancedSearchSelectGrid .category .header h3.intervention-reading-recovery {padding-top:10px;}
#advancedSearchSelectGrid .category .selectable{border-bottom:1px solid #000;text-align:center;cursor:pointer;}
#advancedSearchSelectGrid .noRightBorder{border-right:none !important;width:134px !important;}
#advancedSearchSelectGrid .category .highlight{background:#fdf5a2;color:#0a81b0;}
#advancedSearchSelectGrid .category .inactive{color:#999999;}
#advancedSearchSelectGrid h3 {margin:0;}

/* Complete list of Books */
.completelist { padding-left:35px; }
.completelist h2 { margin-left:0; }
.completelist table { margin-bottom:300px; }
.completelist th { font-weight:bold; font-size:15px; color:#000; margin:8px 0; padding:0; border-bottom:1px solid #000; cursor:pointer; }
.completelist td { width:100px; height:16px; padding:8px 0; border-bottom:1px solid #D6D9ED; }
.completelist .sku { }
.completelist .name { width:350px; }
.completelist .count { text-align:right; }
.completelist .level { text-align:right; }
.completelist th.table-sorted-asc { background:url(../images/bg/up-down-arrows.png) bottom left no-repeat; padding:0 0 0 10px; }
.completelist th.table-sorted-desc { background:url(../images/bg/up-down-arrows.png) top left no-repeat; padding:0 0 0 10px; }
.completelist th.count.table-sorted-asc,
.completelist th.level.table-sorted-asc { background:url(../images/bg/up-down-arrows.png) bottom right no-repeat; padding:0 10px 0 0; }
.completelist th.count.table-sorted-desc,
.completelist th.level.table-sorted-desc { background:url(../images/bg/up-down-arrows.png) top right no-repeat; padding:0 10px 0 0; }

/* Newsletter Sign Up */
.block-subscribe .block-content { padding:0px; }
.block-subscribe .shiftLeft { margin:0 0 0 -30px; }
.block-subscribe .shiftRight { margin:0 0 0 30px; }
.block-subscribe .input-box { float:left; width:340px; padding: 0 0 20px 0; }
.block-subscribe .input-box label { float:left; width:300px; padding-bottom:5px; }
.block-subscribe .input-box .input-text { width:300px; }
.block-subscribe .input-box select { float:left; width:300px; }
.block-subscribe .actions { float:right; padding-top:25px; padding-right:95px; }
.block-subscribe .actions.request-catalog { padding-top:0px; padding-right:95px; }

/* BookBuilder Styles */
#bookBuilderHeader{width:680px;height:351px;background:transparent url(../images/bookBuilder.png) 0 0 no-repeat;}
#bookBuilderHeader .padding{padding:265px 0 0 51px;}
#bookBuilderHeader a,#bookBuilderHeader p {font-size:22px;color:#FFF;text-decoration:none;}

/* Misc Styling Stuff */
.purpleLinks a{color:#394f8d;text-decoration:none;font-size:14px;font-weight:bold;}
.purpleLinks a:hover{color:#394f8d;text-decoration:underline;}
.fontBlack {color:#000;font-size:13px;}
.noMargins {margin:0 !important;}
.fontBold{font-weight:bold;}
.noCursor{cursor:auto !important;}
.greyColor{color:#999999;}

#arrowElem{position:absolute;font-weight:bold;color:#003E56;}

/* CMS Page styles */
.fontSmall{font-size:10px;}
.cms-resource-center .col-main ul li { margin-bottom:15px; }

.techHeading{color:#394f8d;font-size:16px;}

.backToTop{color:#394f8d;font-size:14px;font-weight:bold;text-decoration:none;}
.backToTop:hover{text-decoration:underline;}

.add-tiny-treasures-sets ol { padding:15px 0 0 30px; }
#tinyTreasuresBox{margin-left:-30px;width:723px;height:300px;background:transparent url(../images/tinyTreasuresBox.png) 0 100%  no-repeat;}
#tinyTreasuresBox p{margin-left:30px; width:495px;}
#tinyTreasuresBox .priceBlock{width:50%;float:left;}
#tinyTreasuresBox .priceBlock p{margin:20px 0 0 65px;font-size:16px;}

.price-cloud { background:url(../images/bg/price-cloud.png) center center no-repeat; width:723px; height:126px; }
.price-cloud .priceBlock { width:50%; float:left; }
.price-cloud .priceBlock p { margin:27px 0 0 55px; font-size:16px; }

.targetIcon {background:transparent url(../images/targetIcon.png) left top no-repeat; padding-left:30px;padding-bottom:10px !important;float:left;clear:both; }
a.next,a.previous {text-decoration:none;color:#394f8d;font-weight:bold;}

h3.you-might-also-like { float: left; width: 700px; height: 27px; margin: 23px 0 0 22px; background: transparent url(../images/bg/you-might-also-like.png) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -999em; }

.page .main .col-main .ajaxtocart-active { display:block; }
.page .main .col-main .ajaxtocart-loading { background:url(../images/inline/walking-paws.gif) top center no-repeat; text-transform:uppercase; color:#9fcbdd; padding:40px 0 0 0; text-align:center; }
