/**
 * 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 ================================================================================= */
body { background:url(../images/toki_tile.gif) repeat; }
.page { width:940px; margin:0 auto; text-align:left; background:#fff; position:relative; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:0 20px 20px; text-align:left; }
.main { margin-bottom:2px; min-height:448px; }

/* Base Columns */ 
.col-left { float:left; width:235px; padding-bottom:1px; }
.col-main { float:left; width:705px; padding-bottom:1px; }
.col-right { float:right; width:235px; padding-bottom:1px; }

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

/* 2 Columns Layout */
.col2-left-layout { background:url(../images/bkg_col2-left.gif) 0 0 repeat-y; }
.col2-left-layout .col-left { background:#b0b5b6; }
.col2-left-layout .col-main { float:right; width:680px; padding:0 10px 0 15px; }

.col2-right-layout { background:url(../images/bkg_col2-right.gif) 100% 0 repeat-y; }
.col2-right-layout .col-main { width:680px; padding:0 10px 0 15px; }
.col2-right-layout .col-right { background:#b0b5b6; }

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

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


/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {position:relative;}
.header { background:url(../images/bkg_header.gif) 0 0 no-repeat; height:104px; }
.header .logo { margin:30px 0 0 20px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .welcome-msg { clear:right; color:#fff; margin:0 14px; text-align:right; }
.header .links { float:right; }
.header .form-search { float:right; margin:2px 3px 14px 0; width:229px; height:58px; background:url(../images/bkg_search.gif) 0 0 no-repeat; border:1px solid #c4c7cb; }
.header .form-search fieldset { padding:4px 8px 0; }
.header .form-search label { display:block; margin-bottom:5px; font-size:11px; font-weight:bold; text-transform:uppercase; color:#35362d; }
.header .form-search input.input-text { width:165px; margin-right:3px; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #7f9db9; border-top:0; background-color:#e8e8e8; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #7f9db9; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.last { border-bottom:0; }
.header .form-search .search-autocomplete li.selected { background-color:#c4e9fb; }
.header .form-language { text-align:center; }

.menu { padding:0 10px; background:#1b1f22; font-size:10px; color:#fff; }
.menu .m-main { float:left; }
.menu .m-shop { float:right; }
.menu li { float:left; height:33px; line-height:33px; margin-right:9px; text-transform:uppercase; color:#fff; }
.menu a { color:#fff; text-decoration:none !important; }
.menu li.active a,
.menu a:hover { color:#ff436f; }
.menu .m-shop a { color:#00b8ee; }
.menu .m-shop a:hover { color:#ff436f; }
.menu .m-shop a.top-link-cart { background:url(../images/i_cart.gif) 0 50% no-repeat; padding-left:18px; padding-bottom:3px; }
.menu .m-shop li { margin-right:0; margin-left:10px; }

.menu .m-main li ul { display:none; width:103px; padding:0 2px; background:#393c3f; position:absolute; left:-9999em; top:-9999em; }
.menu .m-main li li { float:none; height:auto; line-height:1.25; display:block; }
.menu .m-main li li a { display:block; padding:4px 9px 5px; background:url(../images/bkg_m-dashed.gif) 0 100% repeat-x; }
.menu .m-main li li.last a { background:none; }
.menu .m-main li.over { position:relative; z-index:999; }
.menu .m-main li.over ul { display:block; left:-11px; top:33px; }
.menu .m-main li.over a,
.menu .m-main li.over a:hover { color:#ff436f; }
.menu .m-main li.over li a { color:#fff; }
.menu .m-main li.over li a:hover { color:#ff436f; }


/********** < Navigation */
#nav { width:915px; height:34px; font-size:11px; position:relative; background:url(../images/bkg_nav-divider.gif) 0 0 no-repeat; }

/* All Levels */
#nav li { position:relative; }
#nav li.over { z-index:999; }
#nav li a { display:block; padding:0 6px; font-weight:bold; text-transform:uppercase; text-decoration:none; color:#1b1f22; }
#nav li a:hover { text-decoration:none; color:#ef4e69; }
#nav li li.parent {}

/* 0 Level */
#nav li { float:left; height:34px; background:url(../images/bkg_nav-divider.gif) 100% 0 no-repeat; }
#nav li.active a { color:#ef4e69; }
#nav li a { float:left; height:34px; line-height:34px; }
#nav li a span { display:block; cursor:pointer; white-space:nowrap; }
#nav li.over a { color:#ef4e69; }
#nav li.over li a { color:#1b1f22; }
#nav li.over li a:hover { color:#ef4e69; }

/* 1st Level */
#nav ul { position:absolute; width:127px; padding:4px 3px; top:34px; left:-10000px; border:1px solid #afb1b2; border-top:0; background:#e6e6e6; }
#nav ul li { float:none; height:auto; background:url(../images/bkg_nav-divider2.gif) 0 100% repeat-x; }
#nav ul li.last { background:none; }
#nav ul li.active {}
#nav ul li.over {}
#nav ul li a { float:none; width:auto !important; height:auto; background:none !important; padding:3px 4px 4px !important; line-height:1.25; }
#nav ul li a span { white-space:normal; }

/* 2nd leven */

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

/* More categories */
#nav li.more-categories { position:absolute; top:0; right:0; background:url(../images/bkg_nav-more1.gif) 0 0 repeat-x; }
#nav li.more-categories a { width:103px; background:url(../images/bkg_nav-more2.gif) 100% 0 no-repeat; padding:0 24px 0 8px; }
#nav li.more-categories.over { background-position:0 -34px; }
#nav li.more-categories.over a { background-position:100% -34px; }
/********** Navigation > */
div#submenu div {
	background:url("../images/submenu_bg.gif") no-repeat scroll 10px 0 transparent;
	border-bottom:1px solid #AFB1B2;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#35362d; }
input.input-text,select,textarea { background:#c4e9fb; border:1px solid #7f9db9; }
input.input-text,textarea { padding:4px; }
select { padding:3px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2em !important; text-align:center !important; }
label { vertical-align:middle; }
/* Bottons */
button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* Webkit Fix */
button.button { overflow:visible; border:0 !important; min-height:26px; background:transparent url(../images/bkg_button1.gif) 0 50% no-repeat; padding:0 0 0 3px; cursor:pointer; }
button.button span { float:left; margin:0; padding:0 9px 0 6px; background:#000 url(../images/bkg_button1.gif) 100% 50% no-repeat; font:bold 13px/26px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; position:relative; }
body:nth-of-type(1) button.button span { float:none; display:inline-block; } /* Webkit Hack */
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 */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li { margin:0 0 7px; }
.form-list label { font-weight:bold; color:#000; }
.form-list li.last { margin:0; }
.form-list .input-box { float:left; width:345px; margin-bottom:5px; }
.form-list input.input-text,
.form-list textarea { display:block; width:325px; margin-top:3px; }
.form-list select { display:block; width:335px; margin-top:3px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { display:block; padding:3px 10px 0 0; text-align:right; }
.form-list .range { margin-top:3px; }
.form-list .range input.input-text { display:inline; margin-top:0; width:154px; }

.group-select { width:100%; overflow:hidden; }
.group-select li { margin-right:-10px; }
.group-select input.input-text,
.group-select textarea {width:670px; }
.group-select select { width:680px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:325px; }
.group-select .input-box select { width:335px; }

.buttons-set { clear:both; background:url(../images/bkg_dashed.gif) 0 0 repeat-x; padding:7px 0; margin:15px 0 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; text-align:right; margin-top:10px; }

/* 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:#d00; }
.validation-failed { border:1px dashed #d00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { /*color:#ff436f;*/ color:#d00; }
p.required { margin-top:15px; font-size:11px; 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 { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; margin:5px 0; }
.messages li { margin:0 0 10px; }
.messages li li { margin:3px 0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:dashed !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; /*min-height:24px !important; padding:8px 8px 8px 32px !important;*/ padding:6px 10px 6px 35px !important; font:bold 11px/1.25  "Trebuchet MS", Verdana, Arial, sans-serif !important; }
.error-msg { border-color:#000; background-color:#fedddd; background-image:url(../images/i_bones_error.gif); color:#cd2929; }
.success-msg { border-color:#000; background-color:#e0fde3; background-image:url(../images/i_bones_success.gif); color:#42672e; }
.note-msg,
.notice-msg { border-color:#000; background-color:#fefefe; background-image:url(../images/i_bones_notice.gif); color:#3d8fcb; }
p.note-msg { padding-top:9px !important; padding-bottom:9px !important; }

/* BreadCrumbs */ 
.breadcrumbs { font-size:11px; padding:6px 12px 5px; border-bottom:1px solid #eaebeb; }
.breadcrumbs a { color:#2d80c0; }
.breadcrumbs a:hover { color:#ff436f; }
.breadcrumbs li { display:inline; color:#1b1f22; }
.breadcrumbs li span { margin:0 3px; }

/* Page Headings */
.page-title { background:url(../images/bkg_page-title1.gif) 0 100% repeat-x; padding:16px 15px 10px; margin-bottom:10px; }
.page-title h2 { background:url(../images/bkg_page-title2.gif) 0 0 no-repeat; padding-left:39px; font:normal 18px/25px "Trebuchet MS", Verdana, Arial, sans-serif; color:#1b1f22; text-transform:uppercase; }
.page-title .link-rss { float:right; }

.col1-layout .page-title { margin-right:-15px; margin-left:-15px; }
.col2-right-layout .page-title,
.col2-right-layout .breadcrumbs,
.col2-left-layout .page-title,
.col2-left-layout .breadcrumbs { margin-right:-10px; margin-left:-15px; }

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

.heading-1 { font-size:16px; font-weight:bold; border-bottom:1px solid #cfcfcf; padding:0 0 1px; margin-bottom:10px; color:#828282; }
.heading-1 a { font-size:12px; font-weight:normal; color:#000; text-decoration:underline; }
.heading-1 a:hover { color:#ff436f; text-decoration:none; }

/* Toolbar */ 
.toolbar { margin:5px 0 15px; font-size:11px; border:1px dashed #ccccd0; border-width:1px 0; background:url(../images/bkg_toolbar.gif) 0 0 repeat; padding:4px 6px; text-align:center; }
.toolbar select { padding:0; }
.toolbar .amount { float:left; margin-top:2px; }
.toolbar .sort-by { float:left; }
.toolbar .limiter { float:right; }
.toolbar .pages { margin:0 135px; }
.toolbar .pages a { color:#2d80c0; text-decoration:underline; }
.toolbar .pages a:hover { color:#2d80c0; text-decoration:none; }
.toolbar .pages ol,
.toolbar .pages li { display:inline; }
.toolbar .pages li { margin:0 1px; }
.toolbar .pages .current { font-weight:bold; }

/* Pager */ 
.toolbar2 { margin:5px 0; padding:0 6px; }
.toolbar2 .amount { float:left; }
.toolbar2 .view-mode { float:right; }
.toolbar2 .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th,
.data-table td { padding:5px 7px; border-bottom:1px solid #919293; }
.data-table thead th { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; }
.data-table tfoot th,
.data-table tfoot td { border-bottom:0; }
.data-table tfoot tr.last th,
.data-table tfoot tr.first th,
.data-table tfoot tr.first td,
.data-table tfoot tr.last td { border-top:1px solid #919293 !important; }
.data-table tfoot strong { font-size:16px; font-weight:bold; }
/*.data-table tr.odd {}
.data-table tr.even { background-color:#fefefe; }*/
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#fefefe; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#fefefe; }
.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; }*/

/* Misc */
.box .box-content { padding:10px; }
ul.links li { display:inline; }

/* 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 =============================================================================== */
.block { margin-bottom:26px; }
.block .block-title { font-size:13px; background:#4c4c5a url(../images/bkg_block-title.gif) 0 0 repeat; border:1px solid #31313a; border-width:1px 0; padding:4px 10px; color:#e3e5e6; }
.block .block-title h2 { font-size:13px; font-weight:bold; color:#faf4c6; text-transform:uppercase; }
.block .block-title a { color:#e3e5e6; }
.block .block-title a:hover { color:#00b6ee; }
/*.block h3 { font-size:14px; }*/
.block .block-content { border:1px solid #d8dadb; border-width:1px 0; background:#727476; color:#ededed; }
.block .block-content a { color:#ededed; text-decoration:underline;  }
.block .block-content a:hover { color:#00b8ee; text-decoration:none; }
.block .block-content .validation-advice { color:#fdc !important; }
.block .actions { background:#b0b5b6; padding:8px 6px 0 10px; text-align:right; }
.block .actions a { color:#1b1f22 !important; text-decoration:underline; }
.block .actions a:hover { text-decoration:none; }
.block  button.button,
.block  button.button span { background-image:url(../images/bkg_button3.gif); }
/* Prices Rewrites */
.block .old-price .price { color:#fff; }
.block .special-price .price-label,
.block .special-price .price { color:#fcc; }

/* Block: Account */
.block-account .block-content { padding:6px 10px; }
.block-account .block-content li { margin:0 0 5px; }
.block-account .block-content li a { color:#ededed; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#00b8ee; }
.block-account .block-content li.last { margin-bottom:0; }
.block-account .block-content li.current { color:#00b8ee; }

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav h3 { background:#000; padding:2px 10px; font-size:11px; font-weight:bold; text-transform:uppercase; color:#fff; }
.block-layered-nav dt { font-size:11px; font-weight:bold; text-transform:uppercase; padding:12px 10px 0 25px; border-top:1px solid #d8dadb; background:url(../images/i_r-arrow.gif) 10px 14px no-repeat; }
.block-layered-nav dd { padding:0 10px 12px 25px; }
.block-layered-nav dd li { margin:3px 0; }
.block-layered-nav dd li a { text-decoration:none !important; }
.block-layered-nav .currently { background:#b0b5b6; }
.block-layered-nav .currently ol { border-top:1px solid #d8dadb; padding:5px 4px 0 10px; font-size:11px; font-weight:bold; color:#981717; text-transform:uppercase; }
.block-layered-nav .currently li { background:url(../images/i_r-arrow2.gif) 0 7px no-repeat; padding:5px 0 6px 15px; }
.block-layered-nav .currently .label { color:#000; }
.block-layered-nav .currently .btn-remove { float:right; }
.block-layered-nav .actions { background:url(../images/bkg_dashed2.gif) 0 0 repeat-x; padding:6px 6px 10px; }

/* Block: Cart */
.block-cart .actions { padding:10px 4px 0 10px; background:#b0b5b6; font-size:11px; color:#1b1f22; text-align:left; }
.block-cart .actions .price { font-size:14px; font-weight:bold; }
.block-cart .empty { padding:6px 10px; }

.mini-products-list li.item { border-bottom:1px solid #d8dadb; }
.mini-products-list li.last { border-bottom:0; }
.mini-products-list .product-name { text-decoration:none !important; }
.mini-products-list .product-image { float:left; width:58px; border:1px solid #3d3f3f; margin-right:-66px; overflow:hidden; }
.mini-products-list .product-image img { display:block; border:1px solid #f1f1f1; }
.mini-products-list .product-image .magic-thumb { border:1px solid #0a0a09; padding:1px; background:#f5f5f5; position:absolute; left:-9999em; top:-9999em; }
.mini-products-list .product-image:hover { overflow:visible; position:relative; }
.mini-products-list .product-image:hover .magic-thumb { left:-48px; top:-63px; }
.col-left .mini-products-list .product-image:hover .magic-thumb { left:27px; top:-63px; }
.mini-products-list .product-details { margin-left:66px; padding:6px 3px 6px 0; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:normal; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist .price-box { margin-bottom:5px; }

/* Block: Related */
.block-related .actions { padding:6px 10px; border-bottom:1px solid #d8dadb; text-align:left; color:#000; }
.block-related .actions a { font-weight:bold; }
.block-related .mini-products-list input.checkbox { float:right; margin:9px 5px 0 0 !important; }
.block-related .mini-products-list .product-details { margin-right:25px; }

/* Block: Compare Products */
/*.block-compare {}*/

/* Block: List */
.block-list .block-content { padding:6px 3px 6px 10px; }
.block-list li.item { margin:5px 0; }
.block-list .btn-remove { float:right; }

/* Block: List */
/*.block-recent {}*/

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

/* Block: Tags */
.block-tags .block-content { padding:18px 10px; text-align:center; }
.block-tags .block-content a { text-decoration:none !important; }
.block-tags .tags-list,
.block-tags .tags-list li { display:inline; }
.block-tags .tags-list li { margin:0 3px; }

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

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

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

/* Block: Checkout Progress */
.block-progress .block-content { padding:6px 10px; }
.block-progress dt { margin-bottom:5px; font-size:11px; font-weight:bold; text-transform:uppercase; color:#cfcfcf; }
.block-progress dt .separator,
.block-progress dt a { font-weight:normal; text-transform:none; }
.block-progress dd { padding:0 10px; margin-bottom:10px; }
.block-progress dt.complete,
.block-progress dd.complete { color:#fefefe; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-info { margin:0 0 12px -10px; }
.category-info .category-image { float:left; width:335px; margin:0 15px 15px 0; /*margin-right:-355px;*/ }
.category-info .category-image img { display:block; width:335px; }
.category-info .category-desc { font-size:13px; margin-left:15px; /*margin-left:355px;*/ }

.category-products { margin-left:-15px; }
/* View Type: Grid */
.products-grid { margin-top:10px; background:none; }
.products-grid li.item { float:left; width:155px; background:none; padding:5px 5px 9px; margin:0 5px; /*overflow:hidden;*/ }
.products-grid li.last { margin-right:0 !important; }
.products-grid .product-name { margin:6px 0; font-size:11px; font-weight:bold; min-height:2.5em; text-align:left; color:#2d80c0; width:100%; overflow:hidden; }
.products-grid .product-name a { color:#2d80c0; text-decoration:none !important; }
.products-grid .product-name a:hover { color:#ff426b; }
.products-grid .zoom-link { display:block; padding:0 5px 1px; background:#dee0e0; font-size:9px; line-height:11px; text-transform:uppercase; text-align:center; }
.products-grid .zoom-link img { vertical-align:middle; }
.products-grid .product-image { display:block; width:153px; border:1px solid #dee0e0; overflow:hidden; }
.products-grid .product-image img { display:block; }
.products-grid .product-image .magic-thumb2 { border:1px solid #0a0a09; width:250px; height:335px; position:absolute; left:-9999em; top:-9999em; cursor:pointer; }
.products-grid .product-image:hover { overflow:visible; position:relative; }
.products-grid .product-image:hover .magic-thumb2 { left:-49px; top:-50px; }
.products-grid li.first .product-image:hover .magic-thumb2 { left:-1px; top:-50px; }
.products-grid .availability,
.products-grid .status { 
	float:right; 
	margin:0; 
	text-align:right; 
}
.products-grid .price-box { width:68px; font-size:11px; }

/* View Type: List */
.products-list li.item { margin-top:10px; padding:5px 5px 9px; background:#f6fcf2; }
.products-list .product-image { float:left; width:153px; border:1px solid #dee0e0; overflow:hidden; }
.products-list .product-image img { display:block; }
.products-list .product-image .magic-thumb2 { border:1px solid #0a0a09; width:250px; height:335px; position:absolute; left:-9999em; top:-9999em; cursor:pointer; }
.products-list .product-image:hover { overflow:visible; position:relative; }
.products-list .product-image:hover .magic-thumb2 { left:163px; top:-71px; }
.products-list .product-shop { float:right; width:500px; }
.products-list .product-name { margin:0 0 6px; font-size:11px; font-weight:bold; color:#2d80c0; width:100%; overflow:hidden; }
.products-list .product-name a { color:#2d80c0; text-decoration:none !important; }
.products-list .product-name a:hover { color:#ff426b; }
.products-list .price-box { margin:6px 0; }
.products-list .desc { margin:6px 0; font-size:13px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { padding:14px 0 0; }

.product-essential { margin-bottom:30px; }
.product-collateral { margin:0 -10px 0 -15px; background:url(../images/bkg_collateral.gif) 0 0 repeat-x; padding:15px 10px 0 5px; }
.product-collateral .heading-1 { padding:0 10px; }
.product-collateral .box { padding:0 10px; margin:10px 0; }

/* Product Images */
.product-view .product-img-box { float:left; width:252px; }
/*.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 { font-size:11px; text-align:right; color:#ababab; }
/*.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 { margin:8px 0; }
.product-view .product-img-box .more-views h3 { font-size:12px; font-weight:normal; margin-bottom:7px; text-transform:lowercase; padding-left:16px; background:url(../images/i_more-views.gif) 0 50% no-repeat; color:#ababab; }
.product-view .product-img-box .more-views ul { margin-left:-1px }
.product-view .product-img-box .more-views li { float:left; width:60px; margin:0 0 8px 3px; overflow:hidden; }
.product-view .product-img-box .more-views li img { border:1px solid #ddd; }
.product-view .add-to-links { float:right; }

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

/* Magic Zoom */
.MagicZoom img { display:block; border:1px solid #dee0e0; }
/* CSS class for zoomed area */
.MagicZoomBigImageCont { border:1px solid #dee0e0; }
/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader { font:11px Georgia, "Times New Roman", Times, serif; color:#1b1f22; background:#b0b5b6; text-align:center; }
/* CSS class for small looking glass square under mouse */
.MagicZoomPup { border:1px solid #aaa; background:#fff; cursor:pointer; }
/* CSS style for loading animation box */
.MagicZoomLoading { text-align:center; background:#fff; color:#444; border:1px solid #ccc; opacity:0.8; padding:3px 3px 3px 3px !important; display:none; /* do not edit this line please */ }
.MagicZoomLoading img { display:inline; border:0; }
/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img { padding-top:3px !important; }

/* Product Shop */
.product-view .product-shop { float:right; width:400px; }
.product-view .product-shop .product-name { margin-bottom:6px; font-size:18px; font-weight:normal; text-transform:uppercase; color:#828282; }
.product-view .product-shop .sku { font-size:13px; }
.product-view .product-shop .availability { /*display:none;*/ margin:0 0 3px; }
.product-view .product-shop .price-box { font-size:16px; }
.product-view .product-shop .add-to-links { float:right; }
.product-view .short-desc { margin:15px 0; font-size:13px; }

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

.rating-table { width:100%; margin-bottom:3px;  }
.rating-table th,
.rating-table td { padding:2px 5px 2px 0; }
.rating-table th { font-weight:bold; }

/* Availability */
.availability { margin:5px 0; /*text-align:right;*/ }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock,
.status .new { 
	font-weight:bold; 
	color:#d00;
}
/********** < Product Prices */
.price { white-space:nowrap !important; }

.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 { display:none; }
.old-price .price { font-weight:bold; text-decoration:line-through; color:#777; }

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

/* 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 { font-size:13px; }
.add-to-links li { margin:0 0 6px; background:url(../images/i_arrow-right.gif) 0 5px no-repeat; padding-left:11px; }
.add-to-links a { color:#6ca6d3; text-decoration:underline; }
.add-to-links a:hover { color:#6ca6d3; text-decoration:none; }

/* Add to Cart */
.add-to-cart { white-space:nowrap; }
.add-to-cart label { /*float:left;*/ margin-right:3px; text-transform:uppercase; }
/*.add-to-cart .qty { float:left; }*/
.add-to-cart .btn-add img { /*float:left;*/ margin-left:6px; vertical-align:middle; }

/* Add to Links + Add to Cart */
.add-to-box { margin:6px 0; }
.add-to-box .add-to-cart { float:left; margin-top:3px; }
.add-to-box .or { float:left; margin:8px 7px 0; text-transform:uppercase; }
.add-to-box .add-to-links { float:left; }
.add-to-box .add-to-links li { margin:0; }

/* Product Options */
.product-options { background:#fff url(../images/bkg_toolbar.gif) 0 0 repeat; padding:14px 14px; 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; color:#000; }
.product-options dd { margin:5px 0 10px; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:97.4%; }
.product-options dd textarea { width:97.4%; height:5em; }
.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,
.product-shop-bottom { background:#fff; padding:12px 0 13px; margin:0 0 10px; background:url(../images/bkg_dashed.gif) 0 100% repeat-x; }
.product-options-bottom .add-to-cart,
.product-shop-bottom .add-to-cart { float:right; }
.product-options-bottom .price-box,
.product-shop-bottom .price-box { float:left; font-size:16px; font-weight:bold; }

/* Grouped Product */
.grouped-items { margin-bottom:10px; }

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

/* Block: Additional */
.product-view .additional { font-size:13px; }
.product-view .additional li.item { margin:2px 0; background:url(../images/i_list-item.gif) 0 5px no-repeat; padding-left:17px; }

/* Block: Upsell */
.product-view .upsell { margin:10px 0 10px -5px; }
.product-view .upsell .products-grid .price-box { width:auto; text-align:center; }
.product-view .upsell .products-grid .ratings { text-align:center; }
.product-view .upsell .products-grid .ratings .rating-box { float:none; margin:5px auto; }


/* Block: Tags */
.product-view .tags { font-size:13px; }
.product-view .tags h4 { font-size:1em; font-weight:normal; }
.product-view .tags ul { padding:10px 0 18px; background:url(../images/bkg_dashed.gif) 0 100% repeat-x; }
.product-view .tags li .separator { margin:0 4px; }
.product-view .tags li.last .separator { display:none; }
.product-view .tags a { font-weight:bold; color:#2d80c0; text-decoration:none !important; }
.product-view .tags a:hover { color:#ff436f; }
.product-view .tags .form-add-tags { margin:5px 0 0; }
.product-view .tags .form-add-tags label { display:block; font-weight:bold; margin-bottom:3px; }
.product-view .tags .form-add-tags .input-box { float:left; width:324px; margin:1px 8px 0 0; }
.product-view .tags .form-add-tags .input-box input.input-text { width:314px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { margin-top:3px; font-size:11px; color:#ababab; }

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

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name { margin-bottom:10px; color:#000; }
.product-view .add-review .product-name span { font-weight:bold; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review { margin-bottom:30px; }
.product-review .product-img-box { float:left; width:252px; }
.product-review .product-img-box .product-image img { border:1px solid #dee0e0; }
.product-review .details { float:right; width:400px; }
.product-review .details .product-name { margin-bottom:6px; font-size:18px; font-weight:normal; text-transform:uppercase; color:#828282; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { padding:0 5px; }

.checkout-types { float:right; }
.checkout-types a { color:#00b8ee; text-decoration:underline; }
.checkout-types a:hover { color:#00b8ee; text-decoration:none; }

.title-buttons .checkout-types { text-align:right; }
.title-buttons .checkout-types li { margin:0 0 5px; }
.title-buttons .checkout-types li.last { margin-bottom:0; }

/* Shopping Cart Table */
.cart-table th,
.cart-table td { vertical-align:middle; }
.cart-table td { font-size:13px; }
.cart-table tfoot { background:none; }
.cart-table tfoot th,
.cart-table tfoot td { border-bottom:0; padding:10px 0 14px; text-transform:lowercase; }
.cart-table tfoot a { color:#00b8ee; font-weight:bold; text-decoration:underline; }
.cart-table tfoot a:hover { color:#00b8ee; font-weight:bold; text-decoration:none; }
.cart-table .item-msg { font-size:10px; font-weight:normal; color:#333; }
.cart-table td.product-image { padding:0; border-left:1px solid #e2e4e4; border-right:1px solid #e2e4e4; }
.cart-table td.product-image img { display:block; }
.cart-table input.qty { width:3em !important; }

.cart .col3-set button.button,
.cart .col3-set button.button span { background-image:url(../images/bkg_button2.gif); }
.cart .col3-set button.button span { background-color:#707070; }
.cart .col3-set { overflow:hidden; }
.cart .col3-set { font-size:13px; padding-top:1px; background:url(../images/bkg_dashed.gif) 0 0 repeat-x; margin-bottom:30px; }
.cart .col3-set .col-1 { width:215px; }
.cart .col3-set .col-2 { width:460px; }
.cart .col3-set .col-3 { width:195px; }
.cart .col3-set .col-1,
.cart .col3-set .col-2,
.cart .col3-set .col-3 { padding-top:10px; }
.cart .col3-set h3 { font-size:13px; margin-bottom:8px; text-transform:uppercase; }
.cart .col3-set button.button span { text-transform:lowercase; }

/* Discount */
.cart .discount { border-right:1px dashed #8b8e93; }
.cart .discount h3 { background:url(../images/i_bones.gif) 0 50% no-repeat; padding-left:21px; }
.cart .discount fieldset { padding:5px 15px 10px 10px; background:url(../images/bkg_toolbar.gif) 0 0 repeat; }
.cart .discount .form-list { margin-top:7px; }
.cart .discount .form-list label { font-weight:normal; }
.cart .discount .form-list input.input-text { width:180px; }

/* Shipping */
.cart .shipping { border-right:1px dashed #8b8e93; }
.cart .shipping h3 { background:url(../images/i_estimate.gif) 0 50% no-repeat; padding-left:24px; }
.cart .shipping fieldset { padding:5px 0 10px 10px; background:url(../images/bkg_toolbar.gif) 0 0 repeat; }
.cart .shipping .form-list { margin-top:6px; }
.cart .shipping .form-list li { float:left; margin-right:13px; }
.cart .shipping .form-list label { white-space:nowrap; }
.cart .shipping .form-list select { width:154px; }
.cart .shipping .form-list input.input-text { width:93px; }
.cart .shipping .form-list li.buttons { float:none; clear:both; }

.cart .discount,
.cart .shipping { padding-bottom:1000px; margin-bottom:-1000px; }

/* Totals */
.cart .totals { float:right; }
.cart .totals .checkout-types li { margin:10px 0; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px 0 5px 5px; }
.cart .totals table tfoot th,
.cart .totals table tfoot td { padding-top:14px; font-size:16px; font-weight:bold; }

/* Crosssells */
.cart .cart-collaterals { margin:0 -20px; background:url(../images/bkg_collateral.gif) 0 0 repeat-x; padding:15px 20px 10px 20px; position:relative; }
.cart .products-grid { background:url(../images/bkg_grid5.gif) 0 0 repeat-y; }
.cart .products-grid li.item { margin:0 18px 0 0; }

/* 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; z-index:999; width:250px; padding:8px; border:1px solid #cfcfcf; background-color:#fff; }
.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 { border-bottom:1px solid #cfcfcf; position:relative; }
.opc li.section { border:1px solid #cfcfcf; border-top-style:dashed; border-bottom:0; }
.opc .step-title { background:#fff url(../images/bkg_toolbar.gif) 0 0 repeat; padding:2px 9px 3px; text-align:right; color:#cfcfcf; }
.opc .step-title .number { float:left; font-weight:bold; line-height:15px; padding:2px 4px 1px; margin:2px 9px 0 0; background:#cfcfcf; color:#fff; }
.opc .step-title h3 { float:left; font-size:16px; font-weight:bold; }
.opc .allow .step-title { cursor:pointer; color:#828282; }
.opc .allow  .step-title .number { background:#000; color:#cfcfcf; }
.opc .active .step-title { cursor:default; color:#000; }
.opc .active .step-title .number { color:#fff; }
.opc .step { background:#f6fcf2; border-top:1px dashed #cfcfcf; padding:12px 9px; position:relative; }
.opc .step .tool-tip { right:9px; }

.opc .order-review .data-table tfoot strong { font-size:16px; }

.opc .form-list .input-box { width:335px; }
.opc .form-list .input-box input.input-text,
.opc .form-list .input-box textarea { width:315px; vertical-align:top; }
.opc .form-list .input-box select { width:325px; vertical-align:top; }

.opc .group-select input.input-text,
.opc .group-select textarea { width:650px; }
.opc .group-select select { width:660px; }

.opc .customer-dob .input-box { width:112px !important; }
.opc .customer-dob .input-box input.input-text { width:91px !important; }

.opc .step-login .form-list { margin-top:10px; }
.opc .step-login .form-list .input-box { width:250px; }
.opc .step-login .form-list input.input-text,
.opc .step-login .form-list textarea { width:244px; }

/* Multiple Addresses Checkout */
.checkout-multishipping-address-newshipping .add-address { width:680px; margin:0 auto; }
.checkout-progress { padding:0 50px; margin:15px 0 10px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #cfcfcf; text-align:center; color:#828282; }
.checkout-progress li.active { border-top-color:#00b8ee; color:#00b8ee; }

.multiple-checkout { position:relative; }
.multiple-checkout .col2-set { margin:0 0 20px; }
.multiple-checkout h3,
.multiple-checkout h4,
.multiple-checkout h5 { margin-bottom:7px; }
.multiple-checkout .heading-1 { margin-bottom:10px; }
.multiple-checkout .product-name { margin-bottom:0; }
.multiple-checkout .separator { font-size:12px; font-weight:normal; position:relative; top:-1px; color:#999; }
.multiple-checkout .edit-link { font-size:12px; font-weight:normal; color:#000; text-decoration:underline; }
.multiple-checkout .edit-link:hover { color:#ff436f; text-decoration:none; }
.multiple-checkout .tool-tip { top:50%; margin-top:-100px; right:0px; }
.multiple-checkout .form-list input.input-text,
.multiple-checkout .form-list textarea { width:315px; vertical-align:top; }
.multiple-checkout .form-list select { width:325px; vertical-align:top; }
.multiple-checkout .grand-total { border-top:1px solid #919293; padding:5px 0 0; font-size:16px; font-weight:bold; text-align:right; }
/*.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}*/

/********** < Common Checkout Styles */
.opc .buttons-set,
.multiple-checkout .buttons-set { min-height:28px; }
.buttons-set.disabled button.button { display:none; }

/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin-bottom:7px; }
.sp-methods dd { margin:7px 0; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:200px !important; margin-right:10px; }
.sp-methods select.year { width:115px !important; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; /*margin:6px 10px 0 0;*/ }
.cvv-what-is-this { float:left; cursor:help; margin:8px 0 0 5px; }

/* Tooltip */
.tool-tip { border:1px solid #cfcfcf; background-color:#fff; 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 h4 { margin:0 0 5px; color:#555; }
.gift-message-form { margin:10px 0; border:1px solid #d4d5d5; background-color:#f9fdf7; }
.gift-message-form .inner-box { padding:9px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}
.gift-message-form .form-list input.input-text,
.gift-message-form .form-list textarea { width:610px; }
.gift-message-form .form-list select { width:616px; }
.gift-message-form .product-img-box .product-image { float:left; margin-right:10px; }
.gift-message-form .gift-item { margin:0 0 10px; }
.gift-message-form .gift-item .number { text-align:right; font-weight:bold; margin:0 0 10px; }

.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 { 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 .form-list { margin-top:10px; }
.login-page .form-list input.input-text,
.login-page .form-list textarea { width:250px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
.account-form { width:680px; margin:0 auto; }

/* Customer DOB */
.customer-dob .input-box { width:115px !important; }
.customer-dob .input-box input.input-text { width:95px !important; }
.customer-dob .input-box label { font-size:11px; font-weight:normal; color:#555; }

/* Dashboard */
.dashboard .welcome-msg { margin:15px 0 20px; }
.dashboard .welcome-msg h3 { font-size:13px; margin:0 0 5px; }

/* Block: Recent Orders */
/*.dashboard .recent-orders {}*/

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

/* Block: Reviews */
.dashboard .reviews {}
.dashboard .reviews .number { float:left; display:inline; margin-right:-20px; }
.dashboard .reviews .product-name,
.dashboard .reviews .rating-box,
.dashboard .reviews p { margin-left:20px; }

.my-account h3,
.my-account h4,
.my-account h5 { margin-bottom:7px; }
.my-account .heading-1 { margin-bottom:10px; }

.my-account .product-name { margin-bottom:0; }

.my-account .col2-set,
.my-account .recent-orders,
.my-account .reviews,
.my-account .tags { padding:0 0 20px; }

.my-account .tags-list { margin:0; padding:10px 0; }

.my-account .separator { font-size:12px; font-weight:normal; position:relative; top:-1px; color:#999; }
.my-account .edit-link { font-size:12px; font-weight:normal; color:#000; text-decoration:underline; }
.my-account .edit-link:hover { color:#ff436f; text-decoration:none; }

.my-account .list-addresses dt { font-size:13px; font-weight:bold; margin-bottom:5px;}
.my-account .list-addresses dd { padding:0 10px; margin-bottom:10px; }
.my-account .list-addresses dd address { margin-bottom:3px; }

/* Order View */
.order-info { margin:10px 0 5px; font-size:13px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }
.order-info li { margin:0 3px; }
.order-info li a { color:#00b8ee; }
.order-info li a:hover { color:#ff436f; }
.order-info li.current { color:#ff436f; }

p.date { font-size:13px; margin:0 0 10px; color:#444; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:right; margin:10px 0 0; }
.page-print .col2-set { margin-bottom: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; }

/* PopUp Rewrites */
.page-popup .page-title { margin-right:-20px; margin-left:-20px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
a.a-print { background:url(../images/i_printer.gif) 0 50% no-repeat; padding:1px 0 1px 21px; }

.product-name { font-size:1em; font-weight:normal; color:#00b8ee; text-align:center; }
.product-name a { color:#00b8ee; text-decoration:none !important; }
.product-name a:hover { color:#ff426b; }

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

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

/* CMS Home Page */
.cms-home .col-main { width:705px; padding-right:0; padding-left:0; }
.cms-home .page-title { margin-right:0; margin-left:0; }
.cms-home .products-grid td { width:20%; }

.cms-home .featured { background:none; margin-bottom:12px; }
.cms-home .featured li { float:left; width:165px; margin:0 5px; padding:6px 0 13px; text-align:center; }
.cms-home .featured .product-image { margin-bottom:10px; }
.cms-home .featured .product-image img { border:1px solid #dee0e0; }
.cms-home .featured .product-name { font-weight:bold; color:#2d80c0; }
.cms-home .featured .product-name a { color:#2d80c0; }
.cms-home .featured .product-name a:hover { color:#ff436f; }

.cms-home .banner {}

/* Sitemap */
.sitemap { margin-bottom:15px; }
.sitemap li { margin:5px 0; }
.sitemap li a { color:#333; text-decoration:underline; }
.sitemap li a:hover { color:#ff436f; text-decoration:none; }
/* ======================================================================================= */


div#hmailing {
    background: #FFF;
    width: 262px;
    height: 90px;
    font-size: 10px;
	line-height:16px;
    color: #000;
    padding: 0 10px 0 10px;
    border: 1px solid #C4C7CB;
    float:left;
    position:relative;
}
div#hmailing p {
    margin: 0;
    z-index: 5;
    position: absolute;
}
div#hmailing h3 {
    font-size: 12px;
    margin: 9px 0 0 0;
    color: #1B1F22;
	line-height:19px;
}
div#hmailing h3 span {
    color: #1B1F22;
}
div#hmailing p label {
    font-size: 10px;
	line-height:16px;
}
div#hmailing input {
    vertical-align: bottom;
}
div#hmailing input.input-text {
    margin: 0 0 2px 0;
    font-size: 10px;
    width: 180px;
    background-color: #C4E9FB;
    border: 1px solid #7F9DB9;
	padding:2px 0 0 0;
}
div#hmailing input.f-left {
    position:absolute;
    right:8px;
    top:7px;
}

div.footer {
    height: 145px;
    border-top: 1px solid #a9a9a9;
    margin:20px 20px 0;
    padding:20px 0 0;
    overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}


/* Newsletter */
.footer .subscribe {
	background: #FFF;
    width: 262px;
    height: 90px;
    font-size: 10px;
    color: #000;
    padding: 0 10px 0 10px;
    border: 1px solid #C4C7CB;
    float:left;
    position:relative;
}

div.footer div.block {
    position: relative;
    float: left;
    height: 83px;
}
div.footer div.block p {
    margin: 5px 0 0 0;
}
div.footer div.block h3, div.footer div.block h3 span {
    font-size: 12px;
    color: #00B8EE;
}
div.footer div.block p label {
    font-size: 10px;
}
div.footer div.block input.text {
    margin: 0 0 2px 0;
    font-size: 10px;
}
div.footer div.block input.button {
    float: right;
}
div.footer div.block1 {
    width: 227px;
    margin-right: 10px;
}
div.footer div.block2 {
    border:1px solid #C4C7CB;
    height:70px;
    margin:0 10px 0 20px;
    padding:10px;
    width:264px;
}
div.footer div.block2 label {
    width: 34px;
    display: block;
    margin-top: 2px;
    float: left;
}
div.footer div.block2 input.text {
    width: 150px;
}
div#tellafriendMessage {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 216px;
    border-top: 2px solid black;
    background: url('/gfx/msgballoon.gif') no-repeat bottom left;
    padding: 3px 5px 17px 5px;
    font-size: 11px;
    font-weight: bold;
    color: #6DB71C;
    z-index: 10;
}
div#tellafriendMessage .form_error {
    color: #CA252A;
}
div#mailingMessage .form_error {
    color: #CA252A;
}
div.footer div.block2 p {
    z-index: 5;
    position: absolute;
}
div.footer div.block2 h3{
	margin-top:3px;
	margin-bottom:1px;
}
div.footer div.block2 input.text {
    background-color: #000000;
    color: #FFF;
    border: 1px solid #7F9DB9;
	padding:1px 0;
}
div.footer div.block2 input.button {
    position:absolute;
    right:10px;
    top:10px;
    z-index:1;
}
div.footer div.block3 {
    padding: 9px 10px 10px 10px;
    width: 217px;
    height: 64px;
    margin-right: 10px;
}
div.footer div.block3 input.text {
    width: 150px;
}
div.footer div.block4 {
    height: 82px;
    width: 298px;
    text-align: right;
    padding:10px 0 0 0;
	margin:0;
}
div.footer div.block4 h3 {
    font-size: 14px; 
}
    
div.footer div.block4 h3 span {
    color: #b4b0b8;
    font-size:16px;
    font-weight:normal;
}
div.footer div.block4 p {
    margin:0 -2px 6px 0;
    color: #b4b0b8;
}
div.footer div.block4 p a.sec {
    font-size:13px;
    padding:0 2px;
    color: #b4b0b8;
}
div.footer div.block4 p a.sec:hover {
    color: #FF436F;
}
div.footer div.block4 p a.sec2 {
    color: #3AB6EB;
}

div.footer div.credits {
    text-align: left;
    float:left;
    width: 100%;
}

div.footer div.credits a {
    float:left;
}
div.footer div.credits span {
    float: right;
    padding: 16px 0 0 16px;
    color:#B4B0B8;
    font-size:13px;
}

/*  Footer Block
---------------------------------------------------------------*/
div.clear {
    clear: both;
    font-size: 4px;
    line-height: 4px;
}

/*  Survey Popup
---------------------------------------------------------------*/

.survey-popup{
	background:url(../images/survey_popup.jpg) no-repeat;
	width:340px;
	height:350px;
	position:absolute;
	top:30px;
	right:-100px;
	z-index:10000;
}

.survey-popup .close{
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
	margin:5px;
	float:right;
}

.survey-popup .start-survey{
	text-indent:-9999px;
	display:block;
	width:123px;
	height:45px;
	margin:256px 0 0 84px;
	float:left;
}

.survey-popup .no-thanks{
	text-indent:-9999px;
	display:block;
	width:70px;
	height:15px;
	margin:15px 0 0 110px;
	float:left;
	clear:both;
}

/*  Apparel Page
---------------------------------------------------------------*/


.apparel-hero{
	width:689px;
	height:504px;
	background:url(../images/apparel_hero.jpg) no-repeat;
	overflow:hidden;
	float:right;
	margin-right:-10px;
}

.apparel-hero li{
	float:left;
}

.apparel-hero li a{
	float:left;
	text-align:center;
	font-size:18px;
	color:#fff;
	vertical-align:middle;
	text-transform:uppercase;
}

.apparel-hero li a:hover{
	color:#ff01ff;
	font-size:23px;
}

.apparel-hero li.womens-link a{
	width:200px;
	height:37px;
	margin-top:52px;
	padding-top:413px;
}

.apparel-hero li.mens-link a{
	width:192px;
	height:37px;
	margin-top:22px;
	padding-top:443px;
}

.apparel-hero li.girls-link a{
	width:141px;
	height:37px;
	margin-top:82px;
	padding-top:383px;
}

.apparel-hero li.bambinos-link a{
	height:37px;
	margin-top:212px;
	width:148px;
	padding-top:253px;
}


/*  Marvel Page
---------------------------------------------------------------*/


.marvel-hero{
	width:689px;
	height:285px;
	background:url(../images/marvel_hero.jpg) no-repeat;
	overflow:hidden;
	float:right;
}
