/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/* Layout ================================================================================= */
.col-left {
        float: left;
        width: 177px;
        margin-left: -185px;
        position: relative;
        display: inline;
        z-index: 2;
}
.left-corner {
        background: url(../images/bg-left-corner.gif) no-repeat;
        width: 185px;
        height: 95px;
        margin-top: -62px;
        position: relative;
}
/*COLUMN 2*/
.col-right {
        float: right;
        width: 185px;
        margin-right: -185px;
        position: relative;
        display: inline;
}
.right-corner {
        background: url(../images/bg-right-corner.gif) no-repeat;
        width: 185px;
        height: 99px;
        margin-top: -66px;
        position: relative;
}

.wrapper {}
.page { width:100%; text-align: left;}
.page-print { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { padding:0 0 10px; margin: 0 185px;}
.clear {
        clear: both;
}
.clear-me {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
/* Base Columns */
/* .col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; } */
.col-main {
   float:left;
   width: 100%;
   background:transparent url(../images/bg-content-box.jpg)
}
.content-wrap {
   background-color: #fff;
   min-height: 425px;
   margin-top: 10px;
}
/* .col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; } */
/* ======================================================================================= */

body {
        font: 64% Arial, Helvetica, sans-serif;
        margin: 0;
        background: #0e3d63;
        min-width: 1003px;
}

body.sales-order-print {
	background: #ffffff;
}

/* Header ================================================================================ */
.header-container {}
.header {
   background:transparent url(../images/bg-header.gif) repeat-x scroll 50% 0;
   height:147px;
   position:relative;
}
/*logo*/
.logo {
        margin: 0 auto;
        height: 117px;
        width: 759px;
        display: block;
        position: relative;
        z-index: 1000;
}
.logo a {
        background: url(../images/logo.jpg) no-repeat;
        height: 117px;
        width: 759px;
}
.hidden-text {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
}

/*main navigation*/
#mainlevelmain-nav, #mainlevelabout {
        margin: 0;
        padding: 2px 0 0;
        text-align: center;
        position: relative;
        z-index: 100;
        text-transform: uppercase;
}
#mainlevelmain-nav li, #mainlevelabout li {display: inline; margin-left: 2px;}
#mainlevelmain-nav li a, #mainlevelabout li a {
        line-height: 23px;
        padding: 3px 15px;
        font-weight: bold;
        color: #000;
        font-size: 12px;
        text-decoration: none;
}
#mainlevelmain-nav li a:hover, #mainlevelmain-nav li a#active_menumain-nav {background: url(../images/bg-main-nav-hover.gif) repeat-x;}
.moduletableabout, .menuwhite {
   background-color: white;
}

/*number*/
.number {
        position: absolute;
        right: 20px;
        top: 53px;
        color: #5d1c00;
        font-size: 14px;
}

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

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

/* 0 Level */
#nav li { }
#nav li.active a { color:#2a2824; }
#nav a { padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#2a2824; }

/* 1st Level */
#nav ul li,
#nav ul li.active { margin:0; padding-bottom:1px; background:#ddd; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

/* #nav ul a, */
/* #nav ul a:hover { float:none; padding:0; background:none; } */
/* #nav ul li a { font-weight:normal !important; } */

/* 2nd leven */
/* #nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; } */

/* 3rd+ Level */
/* #nav ul ul { top:5px; } */

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

/* #nav ul li a { background:#f6f6f6; color:#898885; } */
/* #nav ul li a:hover { background:#ccc; color:#fff !important; } */
/* #nav ul span, */
/* #nav ul li.last li span { padding:3px 15px 4px 15px; } */
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #888; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }
button.button { overflow:visible; width:auto; background:#f6f6f6; border:1px solid #717171; cursor:pointer; }
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
.highlight {}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list li .input-box {}
.form-list li input.input-text,
.form-list li textarea { width:250px; }
.form-list li select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list label {}

.group-select {}
.group-select label {}
.group-select .legend {}
.group-select li { margin:0 0 5px; }
.group-select li .input-box { float:left; width:260px; }
.group-select li input.input-text,
.group-select li textarea {width:510px; }
.group-select li select { width:516px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }

.account-edit .group-select { background:none; border:none; padding:0; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 5px 5px 12px; border:none; }
.buttons-set .back-link { float:left; font-weight:bold; color:#0e3d63; }
.buttons-set .button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; 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 {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px 10px 0; margin:0;}
.breadcrumbs li, .breadcrumbs ul { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* 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 { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */


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

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

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

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

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

.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:75px; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

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

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

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

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

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

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

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

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

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

/* Block: Checkout Progress */
.sidebar .block-progress {}
.sidebar .block-progress dt { font-weight:bold; }
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; padding:5px; }
.products-grid td.empty {}

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


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

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.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 #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-shop { float:right; width:445px; }
.product-view .product-name {}
.product-view .short-description {}

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

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

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

.price-box-bundle {}

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

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

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

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

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

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

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

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

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

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart .button { 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 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 dd .multiselect option {}
.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; }
.product-options-bottom .price-box { margin:10px 0; }

fieldset#product-options-wrapper { /*display:none; */}

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

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

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

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

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

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

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


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

/* Advanced Search */
.search-summary {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* 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; font-size:12px; }
.item-options dd { padding-left:10px; }
.item-options dd a { color:#FFF; line-height:14px; }
.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; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.one-page-checkout { border-bottom:1px solid #ddd; position:relative; }
.one-page-checkout li.section { border:1px solid #ddd; border-bottom:0; }
.one-page-checkout .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.one-page-checkout .step-title .number { float:left; line-height:22px; margin-right:5px; }
.one-page-checkout .step-title h3 { float:left; }
.one-page-checkout .allow .step-title { cursor:pointer; }
.one-page-checkout .active {}
.one-page-checkout .active .step-title { background-color:#ccc; cursor:default; }
.one-page-checkout .step { border-top:1px solid #ddd; padding:10px; }
.one-page-checkout .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 .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
.shipping-methods {}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt span { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { 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; }

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


/* Footer ================================================================================ */
.footer {
        clear: both;
        text-align: center;
        font-size: 10px;
        color: #fff;
        margin: 5px 0 0;
}
.footer ul.menufoot {
        width: 500px;
        font-size: 12px;
}

/* .footer { border:1px solid #ddd; padding:10px; } */
/* .footer p { text-align:right; } */
/* .footer address { text-align:right; } */
.footer ul { margin: 0 auto; width: 350px;}
.footer ul a { color: white; }
.footer ul li { float:left; padding: 3px 4px; text-transform: uppercase; } */
/* ======================================================================================= */

/**********Checkout styles */

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

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:0;
	margin-bottom:8px;
    border:1px solid #bbafa0;
    padding:12px;
    background:#FFF;
	background-image:url(../images/lower-page.jpg);
	background-repeat:repeat-x;
    }
.group-select .legend {
    border:none;
    background:none;
    padding:0 8px;
    color:#0e3d63;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
    }
label.required {
    font-weight:bold;
    }
p.required { font-size:.95em; text-align:right;margin:8px;margin-bottom:0px; }


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }

/* One-Page checkout */
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 20px;
    background:#faf7ee;
    }
.one-page-checkout .head {
    margin-bottom:0 ;
    padding:4px 8px 6px 8px;
    background:url(../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; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.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 .alloq .head a { display:block; } /* Display Edit button in active selection */
.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(../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(../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; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }



/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

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

/* My Account navigation */
.account-nav { border:1px solid #bbb; }
.account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { background:url(../images/login_box_bg.gif) repeat-x #faf7ee; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { min-height:230px; }


/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }

/* Stylin's */

.col-main {
        background-repeat:repeat-x;
        background-color:#FFFFFF;
}

div.breadcrumbs, div.breadcrumbs a {
        color:#FFF;
        font-weight:normal;
}

.category-title {
        border:none;
        padding: 0px 12px 10px 12px;
        margin:0px;
        border-bottom:solid 1px #616f9e;
}

.category-title h2{
        color:#fff;
        font-size:24px;
        border-bottom:solid 1px #705170;
		font-weight:bold;
}

.content-wrap {
        background:none;
		margin-top:4px;
}

.category-products, .product-view {
        background-color:#FFF;
        border-top:solid 1px #4d597f;
}

.products-list .product-image {
        float:left;
        width:151px;
        background-image:url(../images/p_image_edge.jpg);
        background-repeat:no-repeat;
        background-position:left;
        text-align:center;
        position:relative;
        z-index:1;
}
.products-list .product-shop {
        margin-left:143px;
        width:auto;
        float:none;
        position:relative;
        z-index:2;

}

h3.product-name {
        padding-left:12px;
        border-bottom:solid 1px #91a6b7;
        padding-bottom:4px;
}

h3.product-name a{
        color:#751f00;
        font-size:18px;
        text-decoration:none;
}

h3.product-name a:hover {
	text-decoration:underline;
}

div.price-box {
        font-size:18px;
        font-weight:bold;
        color:#0c3d65;
        margin-top:8px;
}

button.button {
}

.products-list .item {
        border:none;
        padding: 12px;
        margin-bottom:12px;
}

li.even {
        background-color:#FFF;
}

.product-shop p {
	margin: 12px 0px 12px 12px;
}

ul.add-to-links li a {
	font-weight:bold;
	color:#103d66;
}

div.product-list-links {
	float:right;
	width:200px;
	text-align:right;
}

p.add_to_cart-btn {
	display:bock;
	background-image:url(../images/add_to_cart-bg.jpg);
	background-repeat:repeat-x;
	background-color:#d6d8eb;
	border:solid 1px #9fb1c1;
	padding: 5px 7px;
	text-align:center;
	width:120px;
	float:right;
}

fieldset.sort-by {
	float:right;
}

.pager {
	border:none;
	color:#0e3d63;
	padding: 5px 12px;
}

/*column titles*/
.col-left h3 {
        text-align: right;
        color: #ceb800;
        font-size: 12px;
        margin: 0 2px 6px;
}
.col-right h3 {
        color: #ceb800;
        font-size: 12px;
        margin: 0 0 6px;
}
/*column box*/
.column-box-holder {
        background: url(../images/bg-column-box.gif) no-repeat;
        padding-top: 10px;
        margin: 0 0 10px 13px;
}
.col-right .column-box-holder {
   margin-left: 0;
}
.col-right .moduletable {
   margin-left: 12px;
}
.column-box {
        background: url(../images/bg-column-box.gif) no-repeat 0 100%;
        padding: 0px 4px 10px 0px;
        position: relative;
        color: #AABFDD;
        font-size: 10px;
}

.column-box input.i-text {
        height: 17px;
        background: url(../images/bg-input.gif) no-repeat;
        width: 127px;
        border: 0;
        padding: 0 5px;
        font: 11px Arial, Helvetica, sans-serif;
}
.column-box label {
        font-size: 10px;
        color: #c7d4dd;
        font-weight: bold;
        display: block;
        line-height: 14px;
}
.column-box input.i-text {
        height: 17px;
        background: url(../images/bg-input.gif) no-repeat;
        width: 127px;
        border: 0;
        padding: 0 5px;
        font: 11px Arial, Helvetica, sans-serif;
		margin-left:12px;
}

/* column menus */

.column-box ul#nav li {
	border-bottom:solid 1px #2c5477;
	padding-left:6px;
}

.column-box ul.account-links li {
	border-bottom:solid 1px #2c5477;
	padding:4px 0px;
	padding-left:10px;
}

.column-box ul.account-links li.last, .column-box ul#nav li.last {
	border-bottom:none;
}

.column-box ul.links, .column-box ul#recently-viewed-items, .column-box ol#compare-items {
	padding-right:10px;
	padding-left:1px;
}

.column-box ul.links li, .column-box ul#recently-viewed-items li, .column-box ol#compare-items li {
	border-bottom:solid 1px #2c5477;
	padding:4px 0px 4px 10px;
}

.column-box ul.links li.last, .column-box ol#compare-items li.last {
	border-bottom:none;
}

.column-box ol#compare-items li.odd, .column-box ol#compare-items li.even {
	background:none;
}

.block-compare .actions {
	text-align:center;
}

.block-compare a {
	display:block;
}

.block-compare p {
	padding-left:10px;
}

.column-box ol#compare-items li a {
	display:inline;
}

.column-box ul#nav li.nav-workshops-camps {
	border-bottom:none;
}

.column-box ul.account-links li a {
	font-weight:bold;
}

.column-box a, .column-box ul#nav li a, .column-box ul.account-links li a  {
	color:#FFF;
	text-decoration:none;
}

.column-box a:hover, .column-box ul#nav li a:hover, .column-box ul.account-links li a:hover {
	color:#ceb800;
}

/* mini-cart */

div.mini-cart {
	padding-right:10px;
}

div.mini-cart div.head, div.mini-cart div.actions {
	text-align:center;
	padding-bottom:2px;
}

div.mini-cart h5 {
	font-size:10px;
	padding:4px;
	color:#FFF;
}

div.mini-cart a {
	color:#ceb800;
}

div.mini-cart a:hover {
	text-decoration:underline;
}

div.mini-cart p.subtotal {
	display:block;
	text-align:center;
	padding:4px;
	font-size:11px;
	background-color:#184c74;
	margin:4px 0px;
}

div.mini-cart ol#cart-sidebar {
	border-bottom:solid 1px #2f5b80;
	background-color:#184c74;
}

div.mini-cart ol#cart-sidebar li {
	border-top:solid 1px #2f5b80;
	padding:6px;
	clear:both;
	
}

div.mini-cart ol#cart-sidebar li.even {
	background:none;
}

div.mini-cart div.product-images {
	float:left;
	margin-right:4px;
}

div.mini-cart a.widget-btn {
	float:right;
}

div.mini-cart span.price {
	color:#FFF;
}

div.mini-cart div.content {
	padding: 0px 8px;
}



/* Product View */

.product-head .product-name h2 {
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	padding:8px 12px;
}

.product-head .product-price {
	color:#FFFFFF;
	float:right;
	padding-right:12px;
	text-align:right;
}

.product-head .price-box {
	margin-top:2px;
}

.product-head span.price {
	color:#fffc00;
	font-size:24px;
	font-weight:bold;
}

.product-view .product-img-box-edge {
	display:block;
	width:272px;
	padding-left:8px;
	background-image:url(../images/lg_image_edge.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	text-align:center;
}

.product-view .product-img-box {
	width:281px;
	margin:10px;
}

.product-view .product-img-box .product-image {
	border:none;
	margin-bottom:8px;
}

.product-view .product-img-box .zoom-notice {
	padding: 6px 0px;
}

.product-view h3 {
	color:#0d3c62;
}

.product-view .product-shop {
	float:none;
	width:auto;
	padding-top:12px;
	padding-right:12px;
}

.product-view .description {
	font-size:12px;
	line-height:15px;
	color:#0e3d63;
	padding-left:12px;
}

.ratings {
	overflow:hidden;
}

.ratings a {
	color:#751f4f;
	font-weight:bold;
}

.ratings p {
	margin-bottom:0px;
}

.add-to-box {
	overflow:hidden;
	text-aligh:right;
}

.product-view .add-to-cart, .product-view .add-to-cart button, .product-view .add-to-cart label, .product-view .add-to-cart input, .product-view ul.add-to-links {
	float:none;
	text-align:right;
}

.product-view fieldset.add-to-cart {
	display:bock;
	background-image:url(../images/add_to_cart-bg.jpg);
	background-repeat:repeat-x;
	background-color:#d6d8eb;
	border:solid 1px #9fb1c1;
	padding: 5px 7px;
	text-align:center;
	width:190px;
	float:right;
	color:#0e3c63;
	margin-bottom:8px;
}

.product-view ul.add-to-links {
	clear:both;
}

.product-view .product-collateral {
	border-top:solid 1px #849caf;
	background-image:url(../images/lower-page.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding:12px;
}

/* product reviews */

.review_elements a {
	font-weight:bold;
	font-size:11px;
	color:#7e2100;
}

.review_link {
	float:right;
	padding-bottom:8px;
	display:none;
}

form#review-form .buttons-set {
	width:244px;
}

div#customer-reviews dl dt {
	color: #7e2100;
	font-size:12px;
	margin-bottom:8px;
}

div#customer-reviews dl dt a {
	color: #7e2100;
	font-size:12px;
	font-weight:bold;
}

div#customer-reviews dl dd {
	background-image:url(../images/review_body.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6f2;
	border:solid 1px #cccccc;
	padding:12px;
	color:#163650;
	font-size:11px;
	margin-bottom:12px;
}

form#review-form h4.product-name {
	color:#7e2100;
	font-size 12px;
}

form#review-form h4.product-name span {
	font-style:italic;
}

/* color */
blue-head, .page-title {
	border-bottom:1px solid #616f9e;
}

.white-page {
	background-color:#FFF;
	border-top:1px solid #4D597F;
	min-height:300px;
}

/* Home Page */

.store-home_blurb {
	margin:8px 18px;
	padding-top:8px;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	border-top:solid 1px #664664;
}

.home-ads {
	padding:6px 0px;
	text-align:center;
}

.home-ads img {
}

.homepage-products-list {
	background-color:#FFF;
	border-top:1px solid #4D597F;
	background-image:url(../images/lower-page.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:12px;
}

.homepage-products-list h1 {
	margin:auto;
	padding-bottom:8px;
	font-weight:bold;
	color:#04365d;
	font-size:14px;
	text-align:center;
}

.homepage-products-list .products-grid td {
	text-align:center;
	width:25%;
	padding:0px;
	padding-bottom:8px;
}

.products-grid .product-image {
	display:block;
	width:151px;
    background-image:url(../images/p_image_edge.jpg);
    background-repeat:no-repeat;
    background-position:left;
    text-align:center;
    position:relative;
    z-index:1;
	margin:auto;
	margin-bottom:12px;
}

div.small-title a {
	text-align:center;
	color:#224f70;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	padding:6px 12px;
}

/* Login */

div.page-title {
	padding:8px 12px;
	border:none;
	margin:0px;
}

div.page-title h2 {
	color:#FFF;
	font-weight:bold;
}

div.forgot-password {
	padding: 0 14px;
	font-size: 12px;
	width: 400px;
	margin: 30px auto;
}

div.forgot-password .page-title {
	padding-left: 0;
}

div.forgot-password p {
	margin: .5em 0;
}

fieldset.login-page {
	padding: 0px 12px;
	font-size: 12px;
}

fieldset.login-page p {
	margin: .5em 0;
}

fieldset.login-page p.required {
	text-align:left;
	margin:0px;
}

form#login-form .buttons-set {
	border:none;
	padding:0px;
}

.login-page .content {
	min-height:140px;
*	height:140px;
	overflow:visible;
}

input#change_password {
	margin-left:8px;
	margin-bottom:8px;
}

.padded {
	padding: 12px;
}

.user-page h3 {
	color:#0e3d63;
	border-bottom:solid 1px #688eaf;
	padding-bottom:4px;
	margin-bottom:8px;
}

.user-page h4 {
	color:#0e3d63;
	margin-bottom:8px;
}

.user-page .col2-set {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:solid 1px #688eaf;
}

.user-page a {
	font-weight:bold;
	color:#224f70;
}

.user-page ol li {
	margin-bottom:8px;
}

.user-page .welcome-msg {
	padding-bottom:8px;
}

table#wishlist-table h3 {
	border:none;
	margin:0px;
	padding:0px;	
}

table#wishlist-table h3 a {
	font-size:12px;
}

table#wishlist-table .product-image {
	margin-bottom:6px;
}

table#wishlist-table .price {
	font-size:12px;
}

.page-head-alt h3 {
	color:#FFF;
	padding-left:12px;
	padding-bottom:8px;
	padding-top:12px;
}

ul.checkout-types li {
	float:right;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:8px;
}

.page-head-alt ul.checkout-types {
	padding-right:12px;
}

.page-head-alt ul.checkout-types li {
	padding-bottom:0px;
}

ul.checkout-types li a {
	display:block;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border: solid 1px #406a83;
	background-color:#406a83;
	padding: 4px 6px;
}

.page-head-alt ul.checkout-types li a {
	border-color:#FFF;
}

.shopping-cart-collaterals {
	padding:8px;
}

.shopping-cart-collaterals input {
	margin-top:4px;
	margin-bottom:6px;
}

table#shopping-cart-totals-table {
	font-size: 12px;
	float:right;
}

.view-review .product-image {
	display:block;
	float:left;
	margin-bottom:12px;
}

/* Compare */
.page-popup .page-title-buttons h2 {
	color:#FFF;
}

.page-popup .page-title-buttons a {
	display:block;
	border:solid 1px #3d3d3d;
	background-color:#FFF;
	color:#0e3d63;
	font-weight:bold;
	padding:4px 6px;
	margin: 4px 0px;
}

table#product_comparison {
	background-color:#FFF;
}

table#product_comparison a.product-image {
	float:left;
	border:solid 1px #0e3d63;
	margin-right:8px;
	margin-bottom:8px;
}

table#product_comparison h3.product-name {
	padding:0px;
	border: none;
}

/* Purchase Path */

ol.one-page-checkout li.active {
	border-color:#0e3d63;
}

ol.one-page-checkout li.active div.head {
	background-color:#0e3d63;
}

ol.one-page-checkout li.active div.head h3 {
	color:#FFF;
}

.one-page-checkout .active .step-count {
	border-color:#FFF;
	color:#0e3d63;
	background-color:#FFF;
}

ol.one-page-checkout li input, ol.one-page-checkout li select {
	margin:4px 0px;
}

ol.one-page-checkout button.form-button {
	background-color:#0e3d63;
	border-color:#0e3d63;
}

ol.one-page-checkout a.back {
	display:block;
	background-image:none;
	background-color:#0e3d63;
	border-color:#0e3d63;
	padding:1px 8px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

div.one-page-checkout-progress {
	margin:0px 6px;
}

.one-page-checkout-progress li {
	background:none;
	border:none;
}

.one-page-checkout-progress li h4 {
	font-size:12px;
	background:none;
	padding:2px 2px;
	border-bottom:solid 1px #999999;
}

.one-page-checkout-progress li h4.complete {
	font-size:12px;
	background:none;
	padding:2px 2px;
	border-bottom:solid 1px #999999;
	color:#c0b800;
}

.one-page-checkout-progress li h4.complete a {
	color:#FFF;
	font-size:11px;
}

.one-page-checkout-progress li .content {
	color:#FFF;
}

.one-page-checkout .active .box, .one-page-checkout .box-no-padding {
	background-color:#e9f0f6;
}

.one-page-checkout dl dt {
	font-weight:bold;
	color:#0e3d63;
}

.blue-head h1, .blue-head h2, .blue-head h3 {
	color:#FFF;
	padding:8px 12px;
	font-weight:bold;
}

.one-page-checkout li.section {
	border:none;
}

a.minimal-price-link {
	display:none;
}

ul.tier-prices {
	padding-left:300px;
}

ul.tier-prices li {
	font-size:12px;
	color:#0e3d63;
	border:solid 1px #8aa5ba;
	background-image:url(../images/lower-page.jpg);
	background-repeat:repeat-x;
	padding:4px 6px;
	margin-bottom:12px;
}
.clrpad { height:4px; }
.email-friend { text-align:right; padding:0 20px 12px; }

