/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper { width:100%; }
.page { width:942px; margin:0 auto; padding:0; text-align:left; }
.page-print { ; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0; padding-top:20px; }

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

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding:30px; padding-top:0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:532px; padding:40px; padding-top:20px;}
.col2-right-layout .col-main { width:562px; padding:20px; padding-left:30px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:313px; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text,select,textarea {  }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

/* Button */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; 
background:url(../images/layout/button.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button:hover {background:url(../images/layout/button-hover.png) 0 50% no-repeat;}
button.button span { float:left; padding:0 12px 0 0; 
background:url(../images/layout/button.png) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff;}
button.button:hover span { background:url(../images/layout/button-hover.png) 100% 50% no-repeat; }
button.disabled {}
button.disabled span {}

/* Arrow title */
.arrow-title { background:url(../images/layout/arrow-title.png) top left no-repeat; width:250px; height:40px; line-height:40px; text-align:center; margin-top:10px; }
.arrow-title a { font-size:16px; text-align:center; color:#666; text-decoration:none;}
.arrow-title:hover { background:url(../images/layout/arrow-title-hover.png) top left no-repeat; }
.arrow-title:hover a { color:#fff; text-decoration:none; }

/* Input & Textarea stretched for 100% */
.field-100 { padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { ; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:208px; }
.form-list input.input-text,
.form-list textarea { width:198px; }
.form-list select { width:204px; }
.form-list li.add-row { ; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select { margin:20px 0 10px 0 ; padding:34px 25px 12px 25px; }
.group-select .legend,
.group-select h3 { margin-top:-50px; float:left; padding:0 8px; font-weight:bold; font-size:1.1em; padding:10px 20px 10px 10px; }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:208px; }
.group-select li .input-text,
.group-select li select,
.group-select li textarea { width:460px; }
.group-select li .input-box .input-text,
.group-select li .input-box textarea { width:198px; }
.group-select li .input-box select { width:204px; }
.group-select label { font-weight:bold; }

.advanced-search .range .input-text { width:70px; }

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

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px;  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; ; }
.validation-failed {  }
.validation-passed {}
.required { ; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success {   }
.error {  }
.notice {  }
.success,
.error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg,
.success-msg,
.notice-msg,
.note-msg {
min-height:23px !important;
margin-bottom:20px;
background-repeat:no-repeat !important;
background-position:10px 8px !important;
padding:8px 8px 8px 36px !important;
font-size:.95em !important;
font-weight:bold !important;
}
.error-msg li,
.success-msg li,
.notice-msg li { /*margin-bottom:.2em;*/ }
.error-msg {}
.success-msg {}
.notice-msg,
.note-msg{}

/* BreadCrumbs */
.breadcrumbs { padding:0; margin:10px 0 30px 0;  }
.breadcrumbs span { padding:0 6px 0 6px; }
.breadcrumbs li { display:inline; }
.breadcrumbs { text-transform:uppercase; font-size:14px; }
.breadcrumbs a { text-transform:uppercase; font-size:14px; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 20px; }

.title-buttons { text-align:right; margin-bottom:10px; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */
.pager { margin:0 30px 10px 30px; padding:0 10px 0 10px; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages {  }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; padding:0 4px 0 4px; }
.pager .pages .current {}

/* Sorter */
.sorter { padding:20px; margin-top: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; font-weight:normal; white-space:nowrap; }
.data-table td { padding:5px; white-space:normal; }
.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 { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:normal; }
.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 { ; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even {}
dt.odd,
dd.odd {}
dt.even,
dd.even {}

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

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 4px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container { padding:0 20px 0 20px; height:275px; }
.header-top { height:30px; line-height:30px; padding:0 10px 0 10px; }
.header-main { height:205px; clear:both; }
.header-bottom { height:45px; line-height:45px; text-align:right; }

.header-top .form-language { float:left; width:120px; }
.header-top .links { float:right; }
.header-top .links li { display:inline; }
.header-top .links .separator { padding:0 5px 0 5px;  }
.header-top .welcome-msg { float:left; margin-right:10px; max-width:200px; overflow:hidden; }
.header-main .logo,
.header-main .logo a { width:940px; height:180px; }
.header-main .logo { float:left; overflow:hidden; background-position:0 0; background-repeat:no-repeat; text-indent:-999em;}
.header-main .logo a { display:block; }
.header-main .form-search { display:none; text-align:right; }
.header-main .form-search .search-autocomplete { z-index:999; }
.header-main .form-search .search-autocomplete ul { }
.header-main .form-search .search-autocomplete li { padding:3px; ; cursor:pointer; }
.header-main .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header-main .form-search .search-autocomplete li.selected {}
.header-bottom .separator { margin:0 10px 0 10px; }

/********** < Navigation */
#nav { height:22px; line-height:22px; font-size:12px; padding:10px 0 10px 30px; margin:0; }
/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none;  font-weight:normal;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:0 20px 0 0; font-size:14px; font-weight:bold; }
#nav li a:hover {  }
#nav li.over a,
#nav li.active a { }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:35px; left:-10000px; }
#nav ul li { float:none; }
#nav ul li.last { }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; }
#nav ul li a:hover { }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; }

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

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

/* Links */
.block-account .links { padding:0 10px 0 10px; margin:0; }

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; padding:30px;}
.block .block-title { }
.block .block-content { padding:10px 0 10px 0; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}
.block-account .current { font-weight:bold;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; }

/* Block: Layered Navigation */

.block-layered-nav {}
.block-layered-nav .block-title {  }
.block-layered-nav .block-content { margin:0; padding:0; }
.block-layered-nav .block-content h3 { margin-bottom:10px; padding:4px 10px 4px 10px; font-weight:normal; font-size:16px; line-height:1.5; }
.block-layered-nav ol.currently  { margin:0; padding:16px; padding-bottom:10px; }
.block-layered-nav .actions  { margin-bottom:16px;  }
.block-layered-nav dl { margin:0; padding:6px; }
.block-layered-nav dt { font-weight:bold; font-size:1.2em; font-variant:small-caps; }
.block-layered-nav dd { padding-bottom:10px; }
.block-layered-nav .currently {}
.block-layered-nav .currently .label { font-weight:bold; font-size:1.2em; font-variant:small-caps; }

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

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

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

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


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

/* Block: Viewed */
.block-recent { display:none; }

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

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

/* Block: Subscribe */
.block-subscribe { display:none; }

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

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

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


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-title h2 { font-size:2em; }
.category-title .link-rss { float:right; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; padding:0; margin:20px 0 0 0; }
.products-grid a,
.sorter a {  }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; padding:0;}
.products-grid td.empty {}
.products-grid .product-image img { }
.products-grid .price-box {  }
.products-grid .button.button {  }
.products-grid .price-box .price {  }
.products-grid .add-to-links {  }
.products-grid .rating-box { display:none; float:none; }
.products-grid .button {  }

/* View Type: List */
.products-list li.item { padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:348px; }
.products-list .add-to-links {  }
.products-list .learn-more,
.products-list .add-to-links li { display:inline; }
.products-list .learn-more { }
.products-list .button { float:right; /* add to cart button */ position:relative; top:10px; margin-left:2px; }
.products-list .desc { margin:10px 0 10px 0; }
.products-list .price-box .price { }
.products-list .rating-links { clear:both; margin:0 0 10px 0; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {  padding:0; margin:0; }
.product-view-content { padding:0; margin:0; }

.product-essential { }
.product-collateral { display:none; }

.product-view .product-img-box { float:left; width:400px; margin:0;}
.product-view .product-shop { float:left; width:420px; padding:0; margin:0 0 0 40px;}
.product-view .product-shop .padding { padding:0 20px 0 20px; }
.product-view .product-img-box .product-image-zoom { height:400px; }

.product-view h3 { font-size:1.3em;}
.product-collateral h3 { margin:20px 0 6px; padding-bottom:4px; }
.product-view .data-table { margin:10px 0 10px 0;  }
.product-view .products-grid { margin:10px 0 0 0;  }
.product-view .products-grid img { }
.product-view .products-grid td {  }


/* Product Images */
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; overflow:hidden; z-index:9; border:none;}
.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;  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:2px; 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:0; top:0; padding:4px;}
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:0; padding:4px;}
.product-view .more-views {  }
.product-view .more-views img { }
.product-view .more-views h3 { }
.product-view .more-views ul { margin-top:6px; }
.product-view .more-views li { display:inline; margin-right:10px; }

.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 {  font-size:12px; margin:10px 0 10px 0; }
.product-view .product-name h2 { padding-bottom:10px; }

.product-view .short-description { margin-top:10px; }
.product-view .short-description p { margin-top:10px; }
.product-view .availability { margin:10px 0 10px 0; font-size:11px; }
.product-view .price-box { margin:10px 0 10px 0; font-size:16px; }
.product-view .add-to-links { margin-bottom:10px; padding-bottom:10px;}
.product-view  .rating-box { float:none; }

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

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

/* 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:right; margin-bottom:10px;  }
.add-to-box .or { }
.add-to-box .add-to-links {  }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0;  ; }
.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; ; }
.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;  ; }
.product-options-bottom .price-box { margin:10px 0; }

/* 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; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

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

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


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

/* Product Tags */
.product-view .tags-list { margin:10px 0; padding:20px ; }
.product-view .tags-list li { display:inline; }

/* Advanced Search */
.advanced-search-top { width:813px; margin:0 auto;  margin-bottom:30px; border:solid 1px #ccc;}
.advanced-search-top .nb-results { padding:10px; background:#eee; }
.advanced-search-top .search-summary { padding:10px; }
.advanced-search-top .note-msg { margin:0;  }

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


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


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

/* Checkout Button */
.checkout-button { width:140px; height:50px; border:0; 
background:url(../images/layout/commander.png) top left no-repeat; cursor:pointer; margin:10px 0 10px 0; }
.checkout-button span { font-weight:bold; font-size:1.2em; text-align:center; white-space:nowrap; color:#5f1f1f; }
.checkout-button:hover { background:url(../images/layout/commander-hover.png) top left no-repeat; }
.checkout-button:hover span { color:#fff; }

/* Shopping Cart Table */
.cart-table { margin-bottom:20px; }
.cart-table .item-msg { font-size:10px; }
.cart-table button.continue-shopping { float:left; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:560px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}
.cart .discount {}
.cart .discount .input-text { width:80%; display:block; }
.cart .discount .button { margin-top:4px; }


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

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


/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; }
.opc li.section {  }
.opc .step-title { padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { ; cursor:default; }
.opc .step { padding-bottom:20px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review { padding-top:20px}


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; ; text-align:center; ; }
.checkout-progress li.active {  }

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

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { padding:20px 30px 10px 30px; }
.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; }

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

/* Tooltip */
.tool-tip {  ; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form {  ; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

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

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content {  ; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { margin-top:10px; margin-bottom:20px; }
.account-login .col-1,
.account-login .col-2 { width:360px; padding:20px;  padding-top:10px; padding-bottom:10px; }
.account-login .new-users,
.account-login .registered-users { min-height:180px; padding:20px;}
.account-login .new-users h3,
.account-login .registered-users h3 { margin-bottom:20px; text-transform:uppercase; }


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

/* My Account ============================================================================= */
/********** < Dashboard */
/* Block: Recent Orders */
.dashboard .recent-orders,
.dashboard .account-info,
.dashboard .reviews,
.dashboard .tags { margin:10px 0 20px ; padding:20px;}
.dashboard .account-info-title { margin-bottom:10px;  }
.dashboard .col2-set { margin:0 0 20px ; }

.dashboard .title-buttons {  }
.dashboard .title-buttons a { font-size:.9em; padding-right:5px; position:relative; top:3px;  }
.dashboard .title-buttons h4 {   }
.dashboard .title-buttons h3 {   }

/* Block: Recent Orders */
.dashboard .recent-orders .data-table td span.nobr { white-space:normal !important; }

/* Block: Reviews */
.dashboard .reviews li { clear:both; padding-bottom:10px; }
.dashboard .reviews .number { float:left; padding:4px; font-size:.9em; }
.dashboard .reviews .details { float:left; margin-left:20px; }
.dashboard .reviews .details .product-name { margin-bottom:6px; }
.dashboard .reviews .details p { float:left; padding-right:10px; }
.dashboard .reviews .details .rating-box { float:left; top:2px; }

/* Block: Tags */
.dashboard .tags li { clear:both; margin-bottom:10px; }
.dashboard .tags .number { float:left; padding:4px; font-size:.9em; }
.dashboard .tags .details { float:left; margin-left:20px; }
.dashboard .tags .details p { display:inline; padding-right:10px; }

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

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


/* Footer ================================================================================ */
.footer { height:168px; padding:20px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { text-align:left; float:left; padding:0 20px 0 0; }
.footer ul .separator { display:none; }
/* ======================================================================================= */


