/**
 * 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.
 **
 * @copyright Copyright (c) 2009 template-help.com
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* reset */

* { margin:0; padding:0; }

body          { background:url(../images/bg.jpg) center top no-repeat #000000; font:12px/17px Arial, Helvetica, sans-serif; color:#7C7C7C; text-align:center; }

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

a             { color:#828181; text-decoration:underline;}
a:hover       { text-decoration:none;}
a:hover img   { position:relative;}

:focus        { outline: 0; }
a {outline:0;}

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.3; }
h2            { font-size:18px; font-weight:normal; line-height:1.34; padding:5px 0 5px 0; }
h3            { font-size:16px; font-weight:bold; line-height:1.375; padding:5px 0 5px 0; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* reset */

/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }




/* Custom pages ================================================================================= */
.catalog-product-view select{ visibility:inherit !important;}

.cms-page-view .col3-set p { padding:0 0 7px 0;}
.cms-page-view .col3-set p strong{ color:#FFFFFF !important;}

.customer-address-index .col2-set ol li { padding:0 0 10px 0;}
.sales-order-history .data-table{ margin:0 0 10px 0;}

.cms-home .products-grid button.button { float:right; overflow:visible; width:auto; background:none; border:none; cursor:pointer; }
.cms-home .products-grid button.button span { display:block; background:url(../images/bg_button_left_main.gif) 0 0 no-repeat; width:20px; height:35px;}
.cms-home .products-grid button.button span span { background:none; display:block; margin:0; padding:9px 0 10px 20px; font:normal 11px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; text-transform:lowercase; }


.cms-home .products-grid li.item {
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0;
	position:relative;
	width:191px;
}

.cms-home .products-grid li.last {
	margin:0 0 0 0;
}
.cms-home .products-grid .product-border { padding:0; background:#252525; min-height:276px; height:auto !important; height:276px; border:none;}
.cms-home .products-grid .product-border-2 { padding:9px 8px 5px 8px; background:#252525;}

.cms-home .products-grid .last .product-border {  border-right:none; border-bottom:none;}
.cms-home .products-grid .last .product-border-2 { padding:9px 8px 5px 8px; border-right:none; border-bottom:none;}

.cms-home .std { font-size:0; line-height:0;}
.cms-home .block .block-content {padding:17px 14px 20px 0;}
.cms-home .footer {padding:5px 0 0;}

.cms-home .flash { position:relative; height:562px;}
.cms-home .flash-block { position:absolute; padding:28px 0 0 0; margin:0 0 0 -53px;}

.cms-home .bg-main { background:none; border:none;}
.cms-home .indent-bg-main {
padding:25px 11px 20px 4px;
}

/* end Custom pages ================================================================================= */

/* Layout ================================================================================= */
.clear-block { clear:both;}
.wrapper {}
.page { width:885px; margin:0 auto; padding:0 0 0 0; text-align:left; }
.page-print { background:#343333; padding:20px; text-align:left; }
.page-popup { background:#343333; padding:20px; text-align:left; }
.main { margin:0 0 0 0; }

.bg-main { border:1px solid #010000; background:#0C0C0C; width:100%;}
.indent-bg-main { padding:20px 11px 20px 2px;}
.catalog-product-view .indent-bg-main { padding:20px 11px 20px 11px;}


/* Base Columns */
.col-left { float:left; width:220px;}
.col-main { float:left; width:613px;}
.col-right { float:right; width:220px;}

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:495px; margin-left:25px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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

.col2-set {
	border:1px solid #6B6B6B;
	margin:0 0 10px;
	padding:15px;
}

.fieldset { background:#252525; padding:22px 25px 12px 33px; margin:28px 0;}

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

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

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

/* Header ================================================================================ */
.logo { width:235px; height:89px; overflow:hidden; } 
.header-container { width:100%; min-height:176px; height:auto !important; height:176px;}
.header { padding:0 0 0 1px;}

.header .header-row { min-height:194px; height:auto !important; height:194px;}
.header .logo-block { float:left; padding:58px 0 0 0;}
.header .navigation { width:595px; float:right; padding:40px 0 0 0; text-align:right;}

.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em;}
.header .logo a { display:block; width:235px; height:89px; }
.header .welcome-msg { float:left; color:#F3E9A1; font-weight:normal; font-size:11px; text-transform:uppercase; text-align:left; padding:0 0 0 0;}
.header .links {}
.header ul.links { float:right; text-align:right;}
.header ul.links li{ font-size:11px; display:inline; color:#FFFFFF; padding:0 1px 0 11px;}
.header ul.links li a{color:#FFFFFF; text-decoration:none; text-transform:uppercase;}
.header ul.links li a:hover{text-decoration:underline;}

.indent-search { padding:0 0 0 0;}
.header .form-search { float:right; text-align:left; width:228px; height:25px; background:url(../images/bg_search.gif) 0 0 no-repeat; margin:0 0 13px 0; padding:7px 0 0 0;}
.header .form-search label{ display:none;}
.header .form-search button.button { width:24px; height:23px; margin:0;}
.header .form-search button.button span{ background:none; padding:0;}
.header .form-search input{ width:180px; border:none; margin:0 0 0 0; background:none; font-size:11px; line-height:11px; color:#828282; padding:6px 0 0 8px;}

.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; text-align:left; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected { text-align:left !important;}

.header .form-language { float:right; padding:0 4px 49px 0;}
.header .form-language label { font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFF;}
.header .form-language select { width:100px; border:none; margin:0 0 1px 6px; background:#1C1D20; font-family:Arial, Helvetica, sans-serif; color:#8D8E8F; font-size:11px; line-height:14px; padding:0px;}

.header .form-currency { float:right; padding:0 4px 49px 0;}
.header .form-currency label { font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFF;}
.header .form-currency select { width:100px; border:none; margin:0 0 1px 6px; background:#1C1D20; font-family:Arial, Helvetica, sans-serif; color:#8D8E8F; font-size:11px; line-height:14px; padding:0px;}


.header .language-switcher { padding:0 0 27px 0;}
.header .language-switcher label{ display:none;}
.header .language-switcher a{ padding:0 0 0 2px;}

.block-nav-2 { padding:4px 0 0 0;}

.bg-menu { background:#000000; width:100%; margin:0 0 4px 0;}

/********** < Navigation */
#nav { font-size:16px; font-family:Arial, Helvetica, sans-serif; padding:0 0 0 0; margin:0 0 0 3px;}

/* All Levels */
#nav li { position:relative; text-align:left;}
#nav li.first { background:none;}
#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 { float:left; }
#nav li.active a { color:#777878; }
#nav a { float:left; padding:3px 19px 0 5px; color:#FFFFFF; font-weight:normal; text-transform:uppercase; }
#nav li.over a,
#nav a:hover { color:#777878; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0 !important; padding-bottom:1px !important; background:#212121; }
#nav ul li.over {}
#nav ul li.last { 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:28px; left:-10000px;}

/* 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:#0A0A0A; font-size:12px !important;}
#nav ul li a:hover { background:#333333;}
#nav ul span,
#nav ul li.last li span { padding:6px 15px 5px 15px; }
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea {  background:#fff; border:1px solid #ddd;}
input.input-text,textarea { padding:2px; }
select { padding:1px; height:auto !important; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:71px !important; }

#wishlist-table textarea { width:90%;}

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

button.button { overflow:visible; width:auto; background:none; border:none; cursor:pointer; }
button.button span { display:block; font:normal 11px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; text-transform:lowercase;}
button.button span span { display:block; margin:0; background:url(../images/bg_button_left.gif) 0 6px no-repeat; margin:0; padding:0 0 0 15px;}

/*button.button { overflow:visible; width:auto; background:none; border:none; cursor:pointer; }
button.button span { display:block; background:url(../images/bg_button_left.gif) 0 0 no-repeat;}
button.button span span { display:block; background:url(../images/bg_button_right.gif) right top no-repeat; margin:0; padding:0 7px 0 7px;}
button.button span span span{ background:url(../images/bg_button.gif) 0 0 repeat-x; display:block; margin:0; padding:0 2px 0px 2px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#414141; text-transform:lowercase; }*/


.btn-remove { display:block; width:13px; height:13px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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 */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#7C7C7C; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#FFFFFF; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }


.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:300px; }
.input-box-2 { width:250px !important;}
.name-lastname { width:260px !important;}
.group-select input.input-text,
.group-select textarea {width:560px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:260px; }
.group-select .input-box select { width:265px; }

.ship-block { padding:15px 0 0 0;}

#advanced-search-list select { height:50px;}

.catalog-seo-sitemap-category .col-main ul { margin:0 0 0 10px;}
.catalog-seo-sitemap-category .col-main ul li{ padding:0 0 5px 0; font-size:10px; text-transform:uppercase;}
.catalog-seo-sitemap-category .col-main .pager { border:1px solid #6B6B6B; padding:15px; margin:0 0 10px 0;}

.catalog-seo-sitemap-product .col-main ul { margin:0 0 0 10px;}
.catalog-seo-sitemap-product .col-main ul li{ padding:0 0 5px 0; font-size:10px; text-transform:uppercase;}
.catalog-seo-sitemap-product .col-main .pager { border:1px solid #6B6B6B; padding:15px; margin:0 0 10px 0;}

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

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


/* Form Billing Information */
.customer-name-middlename .name-firstname { width:200px !important;}
.customer-name-middlename .name-firstname input {
width:180px !important;}
.name-middlename { width:75px !important;}
.name-middlename input { width:55px !important;}




.dob-day { width:60px !important;}
.dob-day input { width:50px !important; float:none;}
.dob-day label { display:block;}

.dob-month { width:60px !important;}
.dob-month input { width:50px !important; float:none;}
.dob-month label { display:block;}

.dob-year { width:60px !important;}
.dob-year input { width:50px !important; float:none;}
.dob-year label { display:block;}

/* Form Billing Information */

.range input { width:70px !important;}

/* 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:#FFFFFF; }
p.required { 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  */
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.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 { background:#000000; font-family:Arial, Helvetica, sans-serif; padding:10px 0 9px 8px; margin:0 0 4px 0;}
.breadcrumbs .title-breadcrumbs { display:none;}
.breadcrumbs li { display:inline; color:#8C8C8D; font-size:14px; line-height:12px; }
.breadcrumbs li a{ text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:14px; line-height:12px; text-decoration:underline; font-weight:normal; }
.breadcrumbs li a:hover{ color:#777778; font-weight:normal; text-decoration:none;}
.breadcrumbs li strong{ color:#FFFFFF; font-weight:normal; text-transform:uppercase;}
.breadcrumbs li span{ font-size:14px; font-weight:normal; color:#FFFFFF; padding:0 6px 0 0;}

/* Page Heading */
.page-head {padding:5px 10px 4px 0; margin:0 0 12px 0;}
.page-head h3 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px;}

.page-head-alt {padding:5px 10px 4px 0; margin:0 0 12px 0;}
.page-head-alt h3 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px;}

.page-title {padding:5px 10px 4px 0; margin:0 0 12px 0;}
.page-title h1 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px; }

h2.subtitle {padding:5px 10px 4px 0; margin:0 0 12px 0; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px; }

.title-buttons h1 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px;}
.title-buttons h2 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px;}
.title-buttons { text-align:right; padding:0 10px 4px 0; margin:0 0 8px 0;}
.title-buttons a{ color:#FFFFFF;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }


.title-buttons-2 { background:none; padding:10px 18px 13px 13px;}


.cms-index-noroute .col-main dl { margin:0 0 0 10px;}
.cms-index-noroute .col-main dt { padding:0 0 0 0; font-weight:bold;}
.cms-index-noroute .col-main dd { padding:5px 0 5px 5px; font-style:italic;}
.cms-index-noroute .col-main .disc li{ padding:5px 0;}

.toolbar { width:100%; overflow:hidden; background:#252525; margin-bottom:20px;}

/* Pager */ 
.pager { font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal; color:#828181; padding:17px 18px 15px 21px; margin:0 0 0 0; text-align:center; border-bottom:1px solid #323232; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select{ font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:11px; width:43px; border:none; background:#3B3B3B; color:#9D9D9D; padding:0 0 0 0; margin:0 18px 0 13px;}
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager strong { font-weight:normal;}
.pager .pages .current {}

/* Sorter */ 
.sorter { color:#828181; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal; padding:12px 18px 18px 21px; margin:0 0 6px 0;}
.sorter a { color:#FFFFFF; padding:0 4px 0 3px;}
.sorter strong { font-weight:normal;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; padding:0 33px 0 0; }
.sorter .sort-by select { width:82px; border:none; background:#3B3B3B; color:#9D9D9D; margin:0 15px 0 8px;}
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; border-right:1px solid #808080; margin-bottom:4px; }
.data-table th { padding:5px; border:1px solid #808080; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #808080; }
.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 { border-width:0 1px; }
.data-table tbody.even {}
.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;}
.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 0; 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 1px no-repeat; padding-left:18px; white-space:nowrap; } 

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


/* Sidebar =============================================================================== */
.block { margin:0 0 0 0; }

.block .block-title { background:#3D3D3D; padding:2px 10px 4px 9px;}
.block .block-title strong { font-family:Arial, Helvetica, sans-serif; font-size:21px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:23px; }
.block .block-title strong a{ color:#FFFFFF; text-decoration:none;}
.block .block-title strong a:hover{ text-decoration:none;}

.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:17px 14px 20px 8px; }

.block .actions { text-align:right; }
.block .actions a { float:left; }

.block .empty { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px; color:#808080; padding:0 30px 20px 0;}
.block .empty strong{ color:#FFFFFF;}

.fix-category-image { margin:0 -28px;}

/* Block: Account */
.block-account {}
.customer-account-index .col2-set { border:1px solid #6B6B6B; padding:15px; margin:0 0 10px 0;}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-content {}
.block-layered-nav .block-content .block-subtitle { color:#808080; font-size:12px; line-height:14px; font-weight:normal; padding:0 0 14px 0;}
.block-layered-nav dt { padding:0 0 0 11px; margin:0 3px 0 0; color:#808080; font-weight:normal; }
.block-layered-nav dd { padding:0 0 15px 35px;}
.block-layered-nav dd { color:#808080; font-size:12px; line-height:15px; font-weight:normal;}
.block-layered-nav dd a{ color:#808080; font-size:12px; line-height:15px; font-weight:normal; text-decoration:none;}
.block-layered-nav dd a:hover{ text-decoration:underline;}
.block-layered-nav dd .price { color:#808080; font-size:12px; line-height:15px; padding:0; font-weight:normal;}
.block-layered-nav .currently { margin:0 3px 0 0;}
.block-layered-nav .currently .label { color:#808080; font-weight:normal;}
.block-layered-nav .currently .price { color:#646464; font-size:11px; text-transform:uppercase; font-weight:normal; padding:0;}
.block-layered-nav .currently li { padding:2px 0 4px 18px; font-size:12px; color:#808080; font-family:Arial, Helvetica, sans-serif;}
.block-layered-nav .currently a{ float:right; padding:0 4px 0 0;}

.block-layered-nav .actions { text-align:right; padding:5px 5px 5px 0;}
.block-layered-nav .actions a{ float:none; color:#FFFFFF; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/* Block: Cart */
.block-cart {}
.block-cart .block-title{ background:#3D3D3D;}
.block-cart .block-title h2{ color:#FFFFFF;}
.block-cart .block-content {}
.block-cart .amount { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#808080; margin:0 0 10px 0;}
.block-cart .amount a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.block-cart .amount a:hover{  text-decoration:underline;}
.block-cart .subtotal { color:#808080; padding:3px 7px 4px 9px; margin:0 0 8px 0; text-align:left; }
.block-cart .price { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#FFFFFF; font-weight:bold; padding:0 0 0 0;}
.block-cart .block-subtitle { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:13px; font-weight:normal; color:#808080; padding:25px 0 5px 0;}
.block-cart h4 { color:#FFFFFF; font-size:11px; line-height:14px; font-weight:bold;}
.block-cart h4 a{ color:#FFFFFF; font-size:11px; line-height:14px; font-weight:bold; text-decoration:none;}
.block-cart h4 a:hover{ text-decoration:underline;}

.mini-products-list li { padding:5px 0 15px 0;}
.mini-products-list .product-image { float:left; width:71px; margin-right:-80px; border:1px solid #808080; }
.mini-products-list .product-details { margin-left:80px; padding:0 3px 0 0; }
.mini-products-list .product-details .btn-remove { float:right; }
.mini-products-list h4 { color:#808080; font-size:12px; line-height:17px; font-weight:normal; padding-bottom:10px;}
.mini-products-list h4 a{ color:#808080; font-size:12px; line-height:17px; font-weight:normal; text-decoration:none;}
.mini-products-list h4 a:hover{ text-decoration:underline;}

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

/* Block: Related */
.block-related {}
.block-related .block-content { padding:8px 17px 13px 18px; }
.block-related .block-content .block-subtitle { padding:0 0 9px 0;}
.block-related .block-content .block-subtitle a{ color:#FFFFFF; text-decoration:none; font-weight:bold;}
.block-related .block-content .block-subtitle a:hover{ text-decoration:underline;}

.block-related ol { margin:0 0 0 0;}
.block-related li { padding:5px 0 25px 0; }
.block-related li a img{ border:1px solid #82919A;}
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { background:#FFFFFF; float:left; width:55px; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }
.block-related .product-name { font-size:12px; padding:0 0 10px 0;}
.block-related .product-name a{ font-size:12px;}
.block-related .item .wishlist-block { text-align:right; padding:5px 0 0 0;}
.block-related .item .wishlist-block a{ color:#C7C7C7 !important; font-size:11px; line-height:14px; font-weight:normal; text-decoration:underline;}
.block-related .item .wishlist-block a:hover{ text-decoration:none;}

/* Block: Compare Products */
.block-compare {}
.block-compare .empty { padding-right:50px;}
.block-compare .block-title { background:#252525;}
.block-compare .block-content li { padding:5px 0; }
.block-compare .block-content li .btn-remove{ float:right; padding:0 0 0 0; margin:0 0 0 5px;}

.block-compare .block-content li { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; font-weight:normal; color:#808080; padding:3px 5px 6px 0; margin:0 0 4px 0;}
.block-compare .block-content li.odd {}
.block-compare .block-content li .product-name{ background:url(../images/arr_recent.gif) 0 6px no-repeat; padding:0 0 0 12px; font-size:12px; line-height:14px; color:#808080; text-decoration:none;}
.block-compare .block-content li a{ font-size:12px; line-height:14px; color:#808080; text-decoration:none;}
.block-compare .block-content li a:hover{ text-decoration:underline;}

.block-compare .block-content .actions { padding:8px 0 0 0;}
.block-compare .block-content .actions a { color:#FFFFFF; font-weight:normal;}
.block-compare .block-content .actions-2 { padding:7px 0 15px 0;}

/* Block: Viewed */
.block-viewed {}
.block-viewed .block-content li { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; font-weight:normal; color:#808080; padding:3px 5px 6px 0; margin:0 0 4px 0;}
.block-viewed .block-content li.odd {}
.block-viewed .block-content li .product-name{ background:url(../images/arr_recent.gif) 0 6px no-repeat; padding:0 0 0 12px; font-size:12px; line-height:14px; color:#808080; text-decoration:none;}
.block-viewed .block-content li a{ font-size:12px; line-height:14px; color:#808080; text-decoration:none;}
.block-viewed .block-content li a:hover{ text-decoration:underline;}

/* Block: Poll */
.block-poll {}

.block-poll .block-content { padding:10px 10px 12px 17px;}
.block-poll .block-content h3{ font-family:tahoma, sans-serif; font-size:11px; line-height:12px; color:#828181; font-weight:normal; margin:0 0 14px 0;}
.block-poll .block-content li { font-size:11px; line-height:15px; color:#FFFFFF; padding:0 0 12px 0;}

.block-poll input.radio { float:left; margin:1px -22px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul { font-size:13px; line-height:normal;}
.block-tags ul,
.block-tags li { display:inline; }

.block-tags ul.tags-list { font-size:13px; line-height:16px; color:#828181; margin:0 0 15px 0;}
.block-tags .tags-list li { display:inline; background:none; padding:0 2px 0 0; color:#323232; font-weight:normal;}
.block-tags .tags-list li a{color:#828181; font-weight:normal; text-decoration:none;}
.block-tags .tags-list li a:hover{text-decoration:underline;}

.block-tags .actions { text-align:right; padding:17px 0 0 0;}
.block-tags .actions a { float:right; overflow:visible; width:auto; background:none; border:none; cursor:pointer; text-decoration:none; }
.block-tags .actions a:hover { text-decoration:none;}
.block-tags .actions a span { display:block; background:url(../images/bg_button_left.gif) 0 6px no-repeat;}
.block-tags .actions a span span { display:block; background:none; margin:0; padding:0 0 0 15px;}
.block-tags .actions a span span span{ background:none; display:block; margin:0; padding:0 0 0px 0; font:normal 11px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; text-transform:lowercase;}



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

.block-subscribe .block-content { padding-right:10px; padding-bottom:18px;}
.block-subscribe .block-content label{ font-family:tahoma, sans-serif; font-size:11px; line-height:28px; color:#767373;}
.block-subscribe .block-content input{ border:1px solid #D8D7D7; width:168px; margin:0 0 8px 0;}
.block-subscribe .block-content button.button{ float:right;}

.block-footer-subscribe {}
.block-footer-subscribe .block-title { background:#252525;}
.block-footer-subscribe .block-content { padding:17px 0 0 9px;}
.block-footer-subscribe label{ display:block; color:#808080; padding:0 0 3px 0;}
.block-footer-subscribe .bg-subscribe{ text-align:left; width:211px; height:20px; background:url(../images/bg_subscr.gif) 0 0 no-repeat; margin:0 0 13px 0;}
.block-footer-subscribe button.button { width:24px; height:23px; margin:0; color:#FFFFFF; font-weight:bold; font-family:tahoma, sans-serif; font-size:11px; line-height:12px; font-weight:bold;}
.block-footer-subscribe input{ width:175px; border:none; margin:0 0 1px 0; background:none; font-size:11px; line-height:14px; color:#828282; padding:1px 0 2px 8px;}



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

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

/* Block: Checkout Progress */
.sidebar .block-progress dl { border-top:1px solid #808080;}

.sidebar .block-progress { padding:50px 0 0 0;}
.sidebar .block-progress .block-title{ background:none; padding:0;}
.sidebar .block-progress .block-content { padding:20px 0 0 0;}
.sidebar .block-progress .block-title strong{ font-size:12px; line-height:14px; color:#808080; font-weight:bold; text-transform:none;}
.sidebar .block-progress dt { font-weight:bold; padding:10px 10px 7px 30px; font-size:12px; line-height:14px; color:#808080; font-family:Arial, Helvetica, sans-serif;}
.sidebar .block-progress dt a{  color:#FFFFFF; }
.sidebar .block-progress dd { border-right:1px solid #808080; border-left:1px solid #808080; border-bottom:1px solid #808080; font-weight:normal; font-size:11px; line-height:14px; color:#808080; font-family:Arial, Helvetica, sans-serif;}
.sidebar .block-progress dt{ border-right:1px solid #808080; border-left:1px solid #808080; border-bottom:1px solid #808080;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { padding:10px 10px 18px 20px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {padding:5px 10px 4px 0; margin:0 0 12px 0;}
.category-title h2 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#FFFFFF; text-transform:uppercase; line-height:16px; }

.category-image { display:block; margin:0 auto; width:99%; margin-bottom:15px; }
.category-products {}


/* View Type: Grid */
.products-grid { margin-bottom:10px;  position:relative; width:100%; overflow:hidden; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:175px; position:relative; padding:9px 8px 14px 8px; margin:0 20px 20px 0; background:#252525; }
.products-grid li.last { margin:0 0 20px 0;}
.products-grid .product-image { display:block; width:175px; margin:0 0 10px; }
.products-grid .product-name { padding-top:0; margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.col1-layout .indent-bg-main { padding:20px 11px 20px 10px;}

.products-grid .product-border { padding:9px 8px 14px 8px; background:#252525; border-right:20px solid #0C0C0C; border-bottom:20px solid #0C0C0C;}

.block-add-to-links { width:100%; overflow:hidden;}

.products-grid .ratings { width:100px; margin:0 0 10px 0;}
.products-grid .rating-box { float:left;}

.products-grid .add-to-links .separator { display:inline; color:#828181; }
.products-grid .add-to-links li { display:inline;}

.products-grid .price-box { float:left; padding:0 25px 9px 0;}
.products-grid button.button { position:relative; margin:8px 0 10px 0;}
.products-grid .product-image-box { margin:0 0 0 0; padding:0 0 7px 0;}



/* View Type: List */
.products-list li.item { background:#252525; padding:9px 5px 8px 8px; margin:0 0 20px 0; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:405px; padding:4px 0 0 0; }

.product-shop-col { width:140px; float:left;}
.product-shop-col-2 { width:250px; float:right; margin-left:10px;}

.products-list .ratings .rating-links { padding:12px 0 4px 0;}
.products-list .ratings .rating-links a{ display:block;}
.products-list .ratings .rating-links .separator { display:none;}

.products-list .desc { padding:0 0 22px 0; font-size:12px; line-height:17px; color:#7C7C7C;}
.products-list .desc a{ color:#FFFFFF;}

.products-list-2 .product-image-col{ float:left; margin:0 15px 0 0;}
.products-list-2 .product-shop{ float:left; width:270px;}


.products-list .price-box { margin:0 0 0 0; padding:10px 0 12px 0;}
.products-list .add-to-links .separator { display:inline; color:#828181; }
.products-list .add-to-links li { display:inline;}
/* ======================================================================================= */


/* Product View ========================================================================== */

/*=============product tabs==============*/
#product-tabs .tabs{}
#product-tabs .tabs .corner-left-top{background:url(../images/tabs_button_corner_left_top.gif) left top no-repeat; width:160px; display:block; float:left; font-weight:bold; color:#646464; font-size:12px; line-height:16px; font-family:tahoma, sans-serif; text-decoration:none; cursor:pointer; margin-right:2px;}
#product-tabs .tabs .corner-right-top{background:url(../images/tabs_button_corner_right_top.gif) right top no-repeat; display:block;}
#product-tabs .tabs .border-top{background:url(../images/tabs_title_border.gif) left top repeat-x #525252; display:block; margin:0 10px; padding:10px 0 13px 0; text-align:center; height:13px; overflow:hidden;}

#product-tabs .tabs .active-tab{color:#FFFFFF; background-color:#FFFFFF; margin-bottom:-1px; position:relative; height:37px;} 
#product-tabs .tabs .corner-left-top.active-tab{background:url(../images/tabs_button_corner_left_top_active.gif) left top no-repeat; width:160px; display:block; float:left; font-weight:bold; color:#646464; font-size:12px; line-height:16px; font-family:tahoma, sans-serif; text-decoration:none; cursor:pointer; margin-right:2px;}
#product-tabs .tabs .active-tab .corner-right-top{background:url(../images/tabs_button_corner_right_top_active.gif) right top no-repeat; display:block;}
#product-tabs .tabs .active-tab .border-top{background:url(../images/tabs_title_border_active.gif) left top repeat-x #FFFFFF; display:block; margin:0 10px; padding:10px 0 13px 0; text-align:center; height:14px; overflow:hidden;}


.review-product-list .corner-left-top { display:none !important;}

#product-tabs .tabs h3 { color:#FFFFFF; font-size:12px; line-height:16px; font-family:Arial, Helvetica, sans-serif;}
#product-tabs .tabs .active-tab h3 { color:#FFFFFF; font-size:12px; line-height:16px; font-family:Arial, Helvetica, sans-serif;}

#width-tab { width:157px !important;}
#width-tab-2 { width:176px !important;}
#width-tab-3 { width:161px !important;}
#width-tab-4 { width:112px !important;}

#product-tabs .tabs-content{}
#product-tabs .tabs-content .tabs-content-top{background:url(../images/tabs_corner_left_top.gif) left top no-repeat;}
#product-tabs .tabs-content .tabs-content-top div{background:url(../images/tabs_corner_right_top.gif) right top no-repeat;}
#product-tabs .tabs-content .tabs-content-top div div{background:url(../images/tabs_border.gif) left top repeat-x #343333; margin:0 10px; height:10px; overflow:hidden;}

#product-tabs .tabs-content .border-left{background:url(../images/tabs_border.gif) left top repeat-y #343333;}
#product-tabs .tabs-content .border-right{background:url(../images/tabs_border.gif) right top repeat-y;}
#product-tabs .tabs-content .border-right .block-width{width:650px; overflow:hidden; position:relative; padding-left:9px; padding-top:10px;}

#product-tabs .tabs-content .tabs-content-bot{background:url(../images/tabs_corner_left_bot.gif) left top no-repeat;}
#product-tabs .tabs-content .tabs-content-bot div{background:url(../images/tabs_corner_right_bot.gif) right top no-repeat;}
#product-tabs .tabs-content .tabs-content-bot div div{background:url(../images/tabs_border.gif) left 9px repeat-x #343333; margin:0 10px; height:10px; overflow:hidden;}
#tabber{ display:block; width:2760px; list-style:none; overflow:hidden;}
#tabber .tabs-list{width:650px; float:left; display:block; margin-right:40px;}

/*============//product tabs=============*/


.product-view {}

.product-essential { background:#252525; padding:9px 5px 5px 8px; margin:0 0 20px 0;}
.product-collateral {}
.product-collateral .std { font-size:11px; line-height:15px; color:#828181; padding:0 0 0 0;}

.box-reviews .input-box { width:100%;}
.box-reviews .input-box input{ width:96%;}
.box-reviews .input-box textarea{ width:96%;}

.box-reviews { background:#252525; padding:9px 5px 5px 8px; margin:0 0 20px 0;}

.product-collateral .data-table { margin-top:1px; width:95%; margin-left:1px; margin-bottom:20px;}
.product-collateral .data-table th { padding:11px 5px 11px 5px; border:1px solid #6B6B6B; font-size:12px; color:#7C7C7C; font-weight:normal; white-space:nowrap; }
.product-collateral .data-table td { padding:11px 5px 11px 18px; border:1px solid #6B6B6B; color:#7C7C7C; font-size:12px; line-height:15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; text-align:center; background:#FFFFFF; }
.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; color:#989898; font-size:12px; line-height:normal; text-decoration:underline; padding:8px 0 14px 0; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:10px; margin:0 auto 5px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:10px; visibility:inherit !important; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:11px; height:13px; background:url(../images/magnifier_handle.gif) 0 3px no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:0; }
.product-view .product-img-box .more-views ul { margin-left:0 }
.product-view .product-img-box .more-views li { float:left; margin:0 21px 5px 0 ; }
.product-view .product-img-box .more-views li a{ background:#FFFFFF; display:block;}

.more-views { padding:12px 0 24px 0;}
.more-views h2{ color:#7C7C7C; font-size:12px; line-height:normal; font-weight:bold; margin:0 0 13px 0;}


a.product-image { display:inline-block !important; background:#FFFFFF !important;}

.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:315px; padding:0 0 0 0; }
.product-view .product-name {
	font-family:Arial, Helvetica, sans-serif;
	color:#7C7C7C;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
	margin:0 0 12px 0;
	padding:4px 0 0 0;
}
.product-view .product-name h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#7C7C7C;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}
.product-view .short-description { padding:6px 0 0 0; font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:17px;}
.product-view .short-description  h2{ font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:16px; font-weight:bold; margin:0 0 11px 0;}



.product-view .product-shop .price-box { float:left; margin:0 15px 12px 0; padding:0;}
.product-view .product-shop .price-box .price{ font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:18px; line-height:18px; font-weight:normal;}

/* Rating */
.ratings { margin:0 0 8px 0;}
.ratings .amount {}
.ratings .rating-links { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#989898; font-weight:normal;}
.ratings .rating-links a{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#989898 !important; font-weight:normal;}
.ratings .rating-links a.wishlist-link { color:#828181 !important;}
.ratings .rating-links .separator { color:#938979; padding:0 3px 0 4px;}
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:13px; font-size:0; line-height:0; background:url(../images/product_rating_blank_star.gif) 0 0 repeat-x; position:relative; overflow:hidden; margin-bottom:3px; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

.catalog-product-view .rating-box { margin:3px 23px 9px 0; padding: 0 0 0; float:left;}

/* Availability */
.availability { float:left; font-family:Arial, Helvetica, sans-serif; color:#989898; font-size:12px; line-height:normal; padding:1px 0 15px 0;}
.availability .in-stock { font-weight:normal; }
.availability .out-of-stock { font-weight:normal; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; font-family:Arial, Helvetica, sans-serif; font-size:18px; line-height:normal; color:#FFFFFF; font-weight:normal; padding:0 0 0 0;}

.price-box { padding:0 0 5px 0;}
.price-box .price { font-weight:normal; }

.price-box-bundle {}

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

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

/* Special price */
.special-price {}
.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:normal; }

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

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

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

/* Price 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 {}
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; color:#938979; padding:0 4px 0 3px; }
.add-to-links li a{ font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal; color:#7C7C7C; font-weight:normal;}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:0; }
.add-to-cart .qty { margin:0 0 0 4px; float:left; padding:1px !important; border:1px solid #7F7F7F; border-bottom:1px solid #D9D9D9;}
.add-to-cart button.button { float:left; margin-left:13px; }
a.link-wishlist{ color:#FFFFFF !important;}

/* Add to Links + Add to Cart */
.add-to-box { padding:0 0 5px 0;}
.add-to-box .add-to-cart { float:left; padding:5px 0 0 0; }
.add-to-box .or { padding:5px 0 0 0; float:left; margin:0 11px 0 10px; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px;}
.add-to-box .add-to-links { float:left; margin:-4px 0 0 0;}

.left-top-add-to-box { background:url(../images/left_top_add_to.gif) 0 0 no-repeat #E8E8E8; margin:0 0 7px 0;}
.right-top-add-to-box { background:url(../images/right_top_add_to.gif) right 0 no-repeat;}
.left-bottom-add-to-box { background:url(../images/left_bot_add_to.gif) left bottom no-repeat;}
.right-bottom-add-to-box { background:url(../images/right_bot_add_to.gif) right bottom no-repeat; width:100%;}

.bg-product-pricing {background:#2D2C2C; margin:0px 0; margin-bottom:25px; padding:1px 0px;}
.bg-product-pricing ul {background:#2D2C2C; margin:0 0; font-size:12px; color:#989898; padding:2px 0 3px 10px; font-weight:normal;}


.bg-product-pricing .price { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; line-height:normal; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif; padding:0;}
.bg-product-pricing .benefit { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; line-height:normal; font-weight:bold;}


/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #6B6B6B; }
.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:#828181; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

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

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

.border-title { margin:0px 0; margin-bottom:0; padding:0 0px;}


/* Block: Description */
.product-view .box-description { background:#252525; font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:15px; font-weight:bold; padding:11px 5px 15px 12px; margin:0 0 20px 0;}
.product-view .box-description h2{ font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:17px; font-weight:bold; margin:0 0 14px 0;}


.description-2 { padding:18px 0 20px 19px;}

/* Block: Additional */
.product-view .box-additional { background:#252525; font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:15px; font-weight:bold; padding:11px 5px 0 12px; margin:0 0 20px 0;}
.product-view .box-additional h2{ font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:17px; font-weight:bold; margin:0 0 14px 0;}


/* Block: Upsell */
.product-view .box-up-sell { line-height:15px; padding:0 0 0 0;}
.product-view .box-up-sell h2{ background:#252525; font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:15px; font-weight:bold; padding:11px 5px 15px 12px; margin:0 0 20px 0;}

.product-view .box-up-sell .products-grid td { width:33%; text-align:center;}
.product-view .box-up-sell .products-grid td.no-devider { border:0 !important;}
.product-view .box-up-sell .products-grid td.empty { display:none; border:0 !important;}
.product-view .box-up-sell .products-grid td .rating-box { float:none;}


.product-view .box-up-sell .products-grid td .price-box { float:none; text-align:center; background:none; padding:10px 0 0 0; margin:0;}


.product-view .up-sell .product-name {
	color:#7C7C7C;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-transform:none;
	margin:0 0 13px;
	padding:12px 0 0 0;
}
.product-view .up-sell .product-name a{
	color:#7C7C7C;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin:0 0 0;
	text-decoration:none;
	text-transform:none;
}
.product-view .up-sell .product-name a:hover{ text-decoration:underline;}

/* Block: Tags */
.product-view .box-tags { background:#252525; font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:15px; font-weight:normal; padding:11px 5px 15px 12px; margin:0 0 20px 0;}
.product-view .box-tags h2{ font-family:Arial, Helvetica, sans-serif; color:#7C7C7C; font-size:12px; line-height:17px; font-weight:bold; margin:0 0 14px 0;}

.product-view .box-tags h3{ color:#7C7C7C; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; line-height:15px; padding:0 0 5px 0;}
.product-view .box-tags .form-add { width:100%; overflow:hidden; margin:0 0 6px 0;}
.product-view .box-tags .form-add label { font-family:Arial, Helvetica, sans-serif; display:block; color:#7C7C7C; font-size:12px; line-height:16px; font-weight:normal; padding:0 0 6px 0;}
.product-view .box-tags .form-add .input-box { float:left; width:450px; margin:0 0 0 0; }
.product-view .box-tags .form-add button.button { float:left; }
.product-view .box-tags .form-add p { clear:both; color:#727272; font-size:12px; line-height:normal; padding-top:8px; }




/* 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-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:15px; color:#7C7C7C; padding-bottom:8px; }
.product-name a{ font-size:12px; font-weight:normal; line-height:15px; color:#7C7C7C; text-decoration:none;}
.product-name a:hover{text-decoration:underline;}

.wishlist-index-index .product-name { font-size:11px; font-weight:bold; line-height:20px; color:#FFFFFF; }
.wishlist-index-index .product-name a{ font-size:11px; font-weight:bold; line-height:18px; color:#FFFFFF; text-decoration:none;}
.wishlist-index-index .product-name a:hover{text-decoration:underline;}

/* Product Tags */
ul.product-tags { font-size:12px; line-height:16px; color:#7C7C7C; margin:0 0 15px 0;}
.product-tags li { display:inline; background:url(../images/devider_tags.gif) right 4px no-repeat; padding:0 14px 0 14px; color:#7C7C7C; font-weight:normal;}
.product-tags li.first { padding-left:0;}
.product-tags li.last { background:none;}
.product-tags li a{ font-weight:normal; color:#7C7C7C; padding-right:4px;}
#productTagName { width:430px; border:1px solid #E7E3E0; background:#FFFFFF; margin-left:0; padding:0px;}

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

/* 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; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */

.bg-cart { background:#252525;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {}
.cart .cart-collaterals .col2-set {
	float:left;
	width:600px;
	border:none; padding:0;
}

.cart .cart-collaterals .col-1 { float:left; width:44%; }
.cart .cart-collaterals .col-2 { float:right; width:55%; }

.cart .crosssell { border:1px solid #808080; padding:15px 12px 15px 12px;}
.cart .crosssell li.item{ border-bottom:1px solid #808080; padding:0 0 20px 10px; margin:0 0 20px 0;}
.cart .crosssell li.item.last{ border-bottom:none !important; padding:0 0 0 10px; margin:0;}

.cart .crosssell h2{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; font-weight:bold; margin:0 0 10px 12px;}
.cart .crosssell h3.product-name{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; margin:0 0 5px 0;}
.cart .crosssell h3.product-name a{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; text-decoration:none;}
.cart .crosssell h3.product-name a:hover{text-decoration:underline;}

.cart .crosssell .product-image { float:left; margin-right:-120px; }
.cart .crosssell .product-details { margin-left:120px; }
.cart .crosssell .devider-crosssell { border-bottom:1px solid #D3D3D3; padding:0 0 35px 0; margin:0 0 25px 0;}
.cart .crosssell .price-box .price { color:#C0BFBF; font-size:18px; line-height:24px;}
.cart .crosssell button.button { margin:0 0 8px 0;}


.cart .discount {border:1px solid #808080; padding:17px 20px 25px 21px; margin:0 0 5px 0;}
.cart .discount h2{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:bold; margin:0 0 10px 0;}
.cart .discount label{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:16px; font-weight:bold; display:block; padding:0 0 4px 0;}
.cart .discount .input-box { float:left; width:189px;}
.cart .discount .input-text { border:1px solid #818484; width:180px; padding:1px; margin:0 0 0 0;}
.cart .discount .buttons-set { clear:none; padding:0; margin:0;}

.cart .shipping {border:1px solid #808080; padding:15px 20px 27px 16px;}
.cart .shipping h2{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:bold; margin:0 0 10px 0;}
.cart .shipping p{ color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:16px; font-weight:bold; display:block; padding:0 0 0 0; margin:0 0 25px 0;}
.cart .shipping ul li { padding:0 0 8px 0;}

.cart .shipping .buttons-set { padding:16px 0 0 0; margin:0;}
.cart .shipping .buttons-set button.button {float:left; margin:0 0 0 0;}
.cart .shipping .form-list label {color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:16px;}
.cart .shipping .form-list select { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#808080; border:1px solid #818484; width:226px; padding:1px; margin:0 0 0 0;}
.cart .shipping .form-list input { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#808080; border:1px solid #818484; width:222px; padding:1px; margin:0 0 0 0;}


/* Shopping Cart Totals */
.cart .totals { float:right; width:218px; padding:10px 5px 3px 5px; margin:8px 12px 0 3px; border:none; background:#0C0C0C;}
.cart .totals table { width:100%; }

.cart .totals table th { padding:0 20px 2px 5px; text-align:left !important; }
.cart .totals table td { padding:0 5px 2px 5px; }

.cart .totals table th { font-size:12px; line-height:26px; color:#808080; font-weight:bold;}

.cart .totals .price { color:#C0BFBF; font-size:21px; line-height:24px; font-weight:normal;}
.cart .totals .checkout-types { padding:10px 0 0 0;}
.cart .totals .checkout-types li{ text-align:center; padding:0 0 17px 0;}
.cart .totals .checkout-types li a{ font-size:12px; line-height:14px; color:#808080; font-weight:normal;}



/**/
.checkout-types button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.checkout-types button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.checkout-types button.button { overflow:visible; width:auto; border:0; padding:0; margin:0 0 0 0; background:transparent; cursor:pointer;}
.checkout-types button.button span { float:left; height:35px; background:transparent url(../images/bg_button_left_checkout.gif) left 0 no-repeat; padding:0 10px 0 10px; font:normal 18px/35px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; }
.checkout-types button.button span span {  background:transparent url(../images/bg_button_right_checkout.gif) right 0 no-repeat; padding:0 10px 0 1px; }
/**/

.checkout-cart-index .indent-bg-main { padding:10px 17px 46px 16px;}
.checkout-cart-index .data-table { margin-bottom:5px;}
.checkout-cart-index .data-table th { padding:8px 5px 7px 5px; border:1px solid #808080; color:#FFFFFF; font-size:12px; font-weight:bold; white-space:nowrap; }
.checkout-cart-index .data-table .product-name { font-family:Arial, Helvetica, sans-serif; font-size:13px;}
.checkout-cart-index .data-table .product-name a{ font-family:Arial, Helvetica, sans-serif; font-size:13px;}

td.cart-buttons { padding:13px 14px 14px 20px !important;}
td.cart-buttons .button-left{ float:left;}


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


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

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

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

.opc .step-title { background:#292828; padding:8px 0 8px 20px; text-align:right;}
.opc .step-title .number { float:left; font-size:12px; line-height:16px; padding:0 5px; margin-right:10px; border:1px solid #E7E3E0; background:#FFFFFF; color:#808080; font-weight:bold; }
.opc .step-title h2 { float:left; color:#808080; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; padding:0;}
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background:none; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

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

.opc .order-review {}

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

.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 .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }

.sp-methods dt { padding:2px 0;}
.sp-methods dd { padding:2px 0;}

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .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 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 > */
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}


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

/* Block: Recent Orders */
.dashboard .recent-orders { padding:15px; border:1px solid #C9C8C2; margin:0 0 10px 0;}

/* Block: Tags */
.dashboard .tags { padding:15px; border:1px solid #6B6B6B; margin:0 0 7px 0;}
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
.dashboard .reviews { padding:15px; border:1px solid #C9C8C2; margin:0 0 7px 0;}
/********** 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 .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 .store-switcher { text-align:center; margin:0 auto; padding:10px 0 0 0;}
.footer { color:#625C56; padding:25px 0 0 0; margin:0 0 55px 0; }

.indent-footer { padding:21px 35px 15px 32px; font-family:tahoma; margin:0 0 0 0; }
.footer .small-menu {padding:0 0 0 0; text-align:center; margin:0 0 0 0;}
.footer p { text-align:left; font-size:11px; line-height:14px; color:#3D3D3D; text-transform:uppercase; padding:9px 0 0 0; }
.footer address { text-align:right; }


.footer .row-footer-2 { border-top:1px solid #191919; padding:16px 0 0 0;}
.footer .row-footer-2 ul { display:inline; padding:0 0 0 0; margin:0 0 0 0; }
.footer .row-footer-2 ul li{ font-size:12px; line-height:14px; display:inline; color:#858585; padding:0 14px 0 0;}
.footer .row-footer-2 ul li.last{ padding:0 10px 0 8px;}
.footer .row-footer-2 ul.links li.last{ background:none; padding:0 10px 0 8px;}
.footer .row-footer-2 ul li a{color:#858585; text-transform:uppercase; text-decoration:none;}
.footer .row-footer-2 ul li a:hover{text-decoration:underline;}

.block-cl {width:100%; overflow:hidden;}


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