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

* { margin:0; padding:0; }
body { background-color:#fff; color:#303030; font:12px/1.55em Tahoma,Verdana,Arial,Helvetica,sans-serif; text-align:center; }

a { color:#d2232a; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#303030; font-weight: 400; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; font-weight: 700; }
h5 { font-size:1.05em; font-weight: 700; }
h6 { font-size:.95em; font-weight: 700; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; font-style:normal; line-height:1.4em; }
address strong { font-weight: 400; }
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }
.f-fix  {
    float:left;
    width:100%;
}

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

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

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

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

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


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

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

/* Form Elements */
input.input-text, select, textarea { border:1px solid #ccc; font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif; }
option, optgroup { font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:3px 2px 3px 2px; }
select { padding: 2px 2px 2px 0; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#fff; }
button { white-space: nowrap; }
.buttons-set { /* Container for form buttons*/
    clear:both;
    margin-top:2em;
    border-top:1px solid #E4E0D4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt, button {
    overflow:visible;
    width:auto;
    border:0;
    padding:2px 8px 3px 5px;
    height: 22px;
    background:#d2232a url(../images/button.gif) 100% 50% no-repeat;
    color:#fff;
    border:0;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button:hover, .form-button-alt:hover, button:hover { background-color: #ff0000; }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.secondary-cart-button {
    background-color:#6e6e6e !important;
    background-image:none !important;
    }
.secondary-cart-button:hover {
    background-color:#8b8b8b !important;
    }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }
button.checkout-button, button.checkout-button span {
	background: url(../images/button-big.gif) no-repeat 0% 50%;
}
button.checkout-button {
	background-image: url(../images/button-big-left.gif);
	border: none;
	cursor: pointer;
	overflow: visible;
	margin: 0;
	padding: 0;
	padding-left: 6px;
	height: auto !important;
	outline: 0;
}
button.checkout-button span {
	background-position: 100% 50%;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 46px !important;
	margin: 0 -3px;
	padding: 0 18px 0 12px;
	outline: 0;
	white-space: nowrap;
}
button.checkout-button:hover { background-image: url(../images/button-big-hover-left.gif); }
button.checkout-button:hover span { background-image: url(../images/button-big-hover.gif); }
button.checkout-button:active { background-image: url(../images/button-big-active-left.gif); }
button.checkout-button:active span { background-image: url(../images/button-big-active.gif); }

button.checkout-button.disabled span { background-image: url(../images/button-big-disabled.gif); }
button.checkout-button.disabled { background-image: url(../images/button-big-disabled-left.gif); cursor: default; }
    
/* 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; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; 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:326px; }
.form-list input.input-text { width:301px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:307px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:627px; }
.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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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; }*/

.buttons-set { clear:both; margin:2em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {
    background:none repeat scroll 0 0 #FCFCFC;
    border:1px solid #CCCCCC;
    margin-bottom:20px;
    margin-top:25px;
    padding:15px 20px 20px;
    position:relative;
}
.fieldset .legend {
    background:none repeat scroll 0 0 #FCFCFC;
    border:1px solid #CCCCCC;
    float:left;
    font-size:1.273em;
    font-weight:400;
    margin-bottom:0;
    margin-left:-9px;
    margin-top:-28px;
    padding:2px 8px;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg {
    border-color:#DF280A;
    color:#DF280A;
    background-color:#fce7e4;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#509A0D;
    color:#509A0D;
    background-color:#dcebcf;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#F36F21;
    color:#F36F21;
    background-color:#FCE87C;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .box-title { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.box-title h1,.box-title h2, .box-title h3, .box-title h4, .box-title h5{ margin:0; float:left; }


/* Page heading */
.page-title { margin:0 0 20px 0; }
.page-title-alt { margin:0 0 12px 0; }
.page-title, .page-title-alt { text-align:right; }
.page-title h1, .page-title-alt h1 {
    margin:0;
    font-size:2em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    float: left;
    }
.title-buttons h1 { /* heading level with buttons */
    float:left;
    width:65%;
    }
.page-title .link-feed {float:right; margin-top:9px; }
.title-buttons .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    max-width:100%;
    margin:-0.2em 0 0 0;
    padding:0 0 3px 0;
    color:#303030;
    font-size:2em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #ccc; width:100%;border-collapse: collapse; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fcfcfc }
.data-table .even { background:#f8f8f8 !important; }
.data-table th { border-right:1px solid #ccc; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background-color:#F4F4F4; border-bottom: 1px solid #ccc; }
.data-table tfoot { border-bottom:1px solid #CCCCCC; }
.data-table tfoot tr.first td { border-top:1px solid #CCCCCC; }
.data-table tfoot tr { background-color:#F4F4F4 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #CCCCCC; }
.data-table tbody td { border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; }
/* Bundle Products */
.data-table tbody th { border-bottom:1px solid #CCCCCC; }
.data-table tbody.odd tr { background:#fcfcfc !important; }
.data-table tbody.even tr { background:#f8f8f8 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #CCCCCC; }
.data-table tbody tr.last td { border-bottom: 0 !important; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.data-table .product-name { font-weight: 700; color:#303030; font-size: 12px; line-height: 14px; }
.data-table .product-name a { color:#303030; }

.data-table h4.title a { color: #303030; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .buttons-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.separator { padding:0 4px; font-size:.95em; color: #e4e0d4; }
.divider { margin:10px 0; height:1px; background-color: #E4E0D4; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:8px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    /*background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;*/
    font-size:.95em;
    }
     table.view-by  { border-bottom: 1px solid #E4E0D4; }
table.pager td {
    width:32%;
    border-top:1px solid #E4E0D4;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.a-right { white-space: nowrap; }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:right; }
table.pager td.pages .on { font-weight: 700; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #E4E0D4;
    padding:4px 8px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:954px; }
.header { text-align:left; }
.header { width:970px; margin:0 auto; position:relative; z-index:100; }
.nav-container { width:990px; margin:0 auto; background-color: #ffc528; }
.main-container { width:950px; margin:0 auto; padding: 0 20px; text-align:left; }
.sidebar { width:195px; }
.col-left { float:left; }
.col-main { float:right; }
.col-right { float:right; }
.col1-layout .col-main { float:none; margin:0; }
.col2-right-layout .col-main { float:left; width:695px;  }
.col2-left-layout .col-main { float:right; width:695px; }
.col3-layout .col-main { width:480px; margin-left:20px; }

/* Style */
.header { background-color: #ffc528; padding:10px; }
.main-container { background-color: #ffc528; }
.main { background-color: #fff; padding: 20px; }


/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:280px;
    margin: 0 0 0 18px;
    }
h1#logo { padding-bottom: 10px; }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
    text-align:right;
    padding:5px 10px 0 0;
    color:#fff;
    }
.quick-access-text {
	float: right;
	margin-right: 12px;
	line-height: 20px;
	display: inline-block;
}
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    padding: 0 6px;
    }
.quick-access li.first { padding-left:0; }
.quick-access li.last { background:none; }
.shop-access { margin-bottom:0; margin-top: 0; float:right; }
.shop-access a { text-decoration: none; display: inline-block; line-height: 20px; }
.shop-access a:hover { text-decoration: underline; }
.shop-access a, .shop-access a:hover { color:#d2232a; }
.shop-access li.last { background:none; }
.shop-access a.top-link-cart { background: url(../images/top-link-cart.gif) 0% 50% no-repeat; padding-left: 23px; }
.language-switcher { border-left: 1px solid #fff; margin: 0 0 0 5px; padding: 0 0 0 5px; float: right; line-height: 20px;  }
.language-switcher ul li.active a, .language-switcher ul li.active a:hover { color: #303030; cursor: default; text-decoration: none; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }

/* Call center */
.call-center {
    background: url(../images/call-center.gif) no-repeat 0% 50%;
    color: #d2232a;
    font-size: 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding-left: 45px;
    white-space: nowrap;
}
.call-center .number { font-size: 36px; font-weight: bold; float: left; line-height: 36px; letter-spacing: -4px; }
.call-center .open-times { float: left; line-height: 12px; margin-left: 10px; padding-top: 6px; }

.header .call-center {
    float: right;
    margin-top: 26px;
    margin-right: 10px;
}

/* Mini search */
#search_mini_form { position:absolute; top:42px; left: 335px; width:400px; height:26px; padding:0; }
#search_mini_form label { display: none; }
#search_mini_form .input-text { width:260px; border-color: #d2232a; color: #b5b4b5; padding: 3px 4px 3px 4px; float: left; height: 17px; font-size: 14px; font-weight: 700; }
#search_mini_form .input-text:focus { color: #303030; }
#search_mini_form button { background: #d2232a; float: left; padding: 0 12px 0 12px; height: 25px; }
#search_mini_form button:hover { background-color: #ff0000; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #d2232a; border-top: 0; border-bottom: 0;background-color:#fff; }
.search-autocomplete li { border-bottom:1px solid #d2232a; padding:2px 4px 1px 4px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fff; }
.search-autocomplete li.selected { background-color:#FCE87C; }

.slogan { color: #fff; font-size: 18px; line-height: 30px; text-align: center; width: 325px; }

#nav { background-color: #f36f21; border: 6px solid #f36f21; margin:0 20px; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:32px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#fff; background-color:#d2232a; }
#nav a { float:left; padding:0 10px; color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff; background-color:#d2232a; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; background:#fafae1; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#fafae1; 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 LEVEL ************/
#nav ul { position:absolute; width:15em; top:32px; left:-10000px; border:1px solid #f36f21; }

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

#nav ul li { border-bottom: 1px solid #e4e0d4; }
#nav ul li a { color:#d32028 !important; background:#fafae1 !important; }
#nav ul li a:hover { background-color:#d2232a !important; color: #fff !important; }
#nav ul li a,
#nav ul li a:hover { line-height: 26px; }
#nav ul span, #nav ul li.last li span { padding:0 10px;}
#nav ul li.last { border-bottom: none; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; border-top-width: 1px; }

/********************** Sidebars */
.sidebar .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.sidebar .actions a, .sidebar .actions a:hover { text-decoration:none; }
.sidebar .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.block { border:1px solid #ccc; background:#f4f4f4; line-height:1.3em; font-size:11px; margin: 0 0 15px 0; }
.block .block-title {
    margin:0;
    padding:6px 10px 4px 10px;
    font-size:14px;
    font-weight:400;
}
.block .block-title a { line-height: 20px; display: inline-block; font-size: 1em; }
.block .block-title strong {
    background-position:0 0;
    background-repeat:no-repeat;
    font-weight:400;
}
.block .block-title strong .count { text-transform:none; white-space:nowrap; font-weight:normal; font-size:.95em; }
.block .block-subtitle { margin: 0; padding: 6px 7px; font-size: 12px; }
.block .block-content { padding: 6px 10px 8px 10px; }
.block h5 { font-size:1em; font-weight: 400; }
.block .block-content, .block ol { background:#f4f4f4; }
.block ol li { padding:7px 4px 7px 8px; border-top: 1px solid #ccc; }
.block .product-image { float:left; width:52px; height:52px; }
.block .product-image img { border:1px solid #fff; vertical-align:top; }
.block .product-checkbox { float:left; width:10px; }
.block .product-name { margin: 0; }
.block .product-details { margin:0 0 0 60px; height:50px; }
.block .product-details[class] { height:auto; min-height:50px; }
.block .regular-price { font-size:11px; }
.block .regular-price .price { color:#2f2f2f; }
.block .special-price { font-size:11px; }
.block .minimal-price { font-size:11px; }
.block .price-box { margin:1px 0; }
.block p.empty { margin: 0; padding: 7px; }

/* Sidebar Blocks */
.block-tags { font-size: 12px; }
.block-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.block-tags li:after { display:inline!important; }
.block-tags ul a, .block-tags ul a:hover { color:#1b2d3b; }

.block-subscribe input.input-text { display:block; margin:3px 0; width:167px; }
.block-subscribe .actions { text-align: left; }

.block-cart .block-content { padding: 0; }
.block-cart .summary { padding:7px; }
.block-cart .summary .amount a { font-weight: 700; }
.block-cart .block-title strong { background-image:url(../images/icon_basket.gif); padding-left: 21px; }
.block-cart .subtotal { background:#fcfcfc; margin: 10px 0 0 0; padding:6px 0; text-align:center; border: 1px solid #ccc; }
.block-cart .subtotal strong { display: block; }
.block-cart .subtotal .price { font-size: 14px; line-height: 18px; font-weight: 700; }
.block-cart h5 { font-size: 1.083em; margin:0; background:#F4F3F3; padding:6px 8px 6px 8px; font-weight: 400;}
.block-cart .actions { border-bottom:1px solid #c2c2c2; padding: 3px 7px 5px 7px; }
.block-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.block-cart .product-details a { color: #303030; font-weight: 700; }
.block-cart .product-details strong { font-weight: 400; }
.mini-wishlist .product-details a { color: #303030; font-weight: 700; }
.mini-wishlist .product-details .link-cart { display:block; color: #D2232A; font-weight: 400; }
.mini-wishlist .price, .mini-wishlist .special-price .price-label { font-size: 1em !important; font-weight: 400 !important; }
.mini-wishlist h5 { margin-top: 1em; }
#wishlist-sidebar { border-bottom: 1px solid #ccc; }

#wishlist-table div img { border: 1px solid #ccc; }
#wishlist-table div a { color: #303030; font-weight: 700; }
#wishlist-table div a { color: #303030; font-weight: 700; }
#wishlist-table div a { color: #303030; font-weight: 700; }
#wishlist-table textarea { width: 95%; height: 160px; }
.wishlist-index-index form .buttons-set { border: 0; padding: 0; }

.mini-poll td { vertical-align: bottom; }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }
.mini-poll td label { padding: 0 0 0 5px; }

.block-viewed p.product-name, .block-compared p.product-name { margin: 0; font-size: 11px; }
.block-viewed .block-content, .block-compared .block-content { padding: 0; }

/********************** Footer */
.footer { width:950px; margin:0 auto; padding:10px 20px 40px 20px; background-color:#ffc528; text-align: left; }

.footer .informational { background-color: #f36f21; padding: 15px; }
.footer .informational a { color: #fff; text-decoration: none; }
.footer .informational a:hover { color: #fff; text-decoration: underline; }
.footer .informational div { float: left; width: 230px; }
.footer .informational h2 { color: #fff; font-weight: 700; font-size: 12px; margin: 0 0 5px 0; }

.footer .footer-bottom { margin: 15px 0 0 0; }
.footer .payment-methods { margin: 0; float: left; line-height: 36px; }
.footer .payment-methods img { vertical-align: middle; }
.footer .call-center { float: right; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.out-of-stock {
    background-color: #acacac;
    line-height:22px;
    color:#fff;
    font-weight: 700;
    padding: 0 10px;
    display: inline-block;
}
.product-shop .notice-msg { background-image: url(../images/icon-arrow_down.png); }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
	float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    line-height:1em;
    }
.ratings-list td.label strong { font-weight: 400; }


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

.price-box { padding:5px 0; }
.price-box .price { font-size: 18px; }
.price-box p { margin: 0 !important; }
.price-box .old-price .price { font-size: 12px; font-weight: 700; }
.price-box .regular-price .price { color: #303030; font-size: 18px; }
/* .price-box .price { font-weight:bold; color:#c76200; } */

/* Regular price */
/* .regular-price { color:#c76200; } */
.regular-price .price { font-size:18px; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { color:#030303 !important; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; white-space:nowrap; }
.special-price .price { font-size:18px; color:#509a0d; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; }

a.minimal-price-link { display:block; color: #509a0d; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:700; font-size: 1em;}

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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 { margin:0; }
.price-from .price-label { white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { white-space:nowrap; }

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

.price-as-configured { margin:0; }
.price-as-configured .price { color: #509a0d; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; display: none; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #ccc; background-color: #FCFCFC; }
.generic-product-list li { margin:12px 0; }


/* View Type: Grid */
.products-grid { border-bottom:1px solid #E4E0D4; position:relative; list-style-type: none; margin: 0; padding: 0; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:140px; padding:12px 10px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:14px; color:#303030; }
.products-grid .product-name a { color:#303030; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .add-to-links .separator { display:none; }
.products-grid .add-to-links li { display: block; }
.products-grid .add-to-links { font-size:0.95em; line-height:1.3em; margin:0.7em 0; text-align: left !important; }
.products-grid .add-to-links a, .products-grid .add-to-links a:hover { text-decoration:none; }
.products-grid .add-to-links a:hover { text-decoration:underline; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { list-style-type: none; font-size:0.95em; line-height:1.3em; margin:0.7em 0; text-align: left; }
.products-list .add-to-links li { display: block; float: left; }
/* ======================================================================================= */

/********************** Layered Navigation */
.block-layered-nav { border: 0; font-size: 12px; }
.block-layered-nav .block-title {
    margin:0;
    background: #f36f21;
    height:24px;
    padding: 0;
    }
.block-layered-nav .block-title strong { color: #fff; margin: 0 10px; text-transform: none; line-height: 24px; }
.block-layered-nav .block-content { padding: 0; background: #fff; border-style:solid; border-color:#f36f21; border-width:0 1px 1px 1px; }
.block-layered-nav .block-subtitle {
    margin:0;
    border:0;
    padding:3px 10px;
    background:#fce87c;
    font-weight:400;
    font-size:1em;
    }
.block-layered-nav .currently li { padding:4px 6px 4px 10px; border-bottom: 1px solid #e4e0d4; background: transparent; }
.block-layered-nav .currently, .block-layered-nav .currently li { background: transparent; }
.block-layered-nav .currently li .label {
    font-weight:bold;
    text-transform:uppercase;
    }
.block .btn-remove {
    background: url(../images/list_remove_btn.gif) 50% 50% no-repeat;
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    width: 11px;
    height: 11px;
    text-indent: -10000px;
    display: block;
    }
.block-layered-nav .actions {
    padding:4px 10px;
    }
.block-layered-nav dl {
    padding:0;
    }
.block-layered-nav dt {
    margin:0;
    padding:7px 10px 0 10px;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.block-layered-nav dd {
    border-bottom: 1px solid #e4e0d4;
    padding:0 12px .8em 12px;
    }
.block-layered-nav dd ol { background: transparent; }
.block-layered-nav dd li { background: transparent; padding: 0; border: 0; color: #acacac; margin-bottom:.3em; line-height:1.3em; }
.block-layered-nav dd.last { border-bottom:0; padding-bottom: 1.8em; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

.cms-home .main { padding: 0; }

/********************** Search */
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #ccc; background-color:#FCFCFC; }
.advanced-search-summary-tip { clear:both; font-weight:bold; padding-top: 1em; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }


/********************** Product Detail */
/* Product Images 
.product-img-box { float:left; width:267px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; border: 1px solid #ccc; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:32px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 29px; cursor:pointer; }
.image-zoom #track { position:relative; height:32px; }
.image-zoom #handle { position:absolute; left:0; top: 7px; width:6px; height:18px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:3px; top:7px; }
.image-zoom .btn-zoom-in { position:absolute; right:3px; top:7px; }
.product-img-box .more-views h4 { display: none; }
.product-img-box .more-views ul { margin-left:-11px; }
.product-img-box .more-views li { float:left; margin:0 0 11px 11px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:1px solid #ccc; overflow:hidden; } */

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; border: 1px solid #ccc; }
.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:12px; line-height: 14px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:0; 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 h2 { display: none; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:1px solid #ccc; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product info */
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:2em; font-weight: 400;}
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; }

.add-to-cart { float:left; }
.add-to-cart .qty-box { float:left; }
.add-to-cart .qty-box label { float:left; line-height: 22px; }
.add-to-cart .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart .form-button { float:left; margin: 0 0 0 5px; }

.add-to-links { text-align:right; }
.add-to-links li { display:inline; }

.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or, .add-to-box .add-or { float:left; padding:0 7px; line-height: 22px; color: #acacac; }
.add-to-box .add-to-links { margin-top: -5px; float:left; line-height:1.25em; text-align:left; }
.add-to-box .add-to-links li { display:block; }
.add-to-box .add-to-links li .separator { display:none; }
.add-to-box button { margin: 0 0 0 5px; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral { padding:20px; }
.product-essential .product-shop { width:368px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }
.product-collateral { padding-top: 0; padding-bottom: 0; }
.product-essential { padding-bottom: 0; }
.product-essential .product-shop small { font-size: 1em; }

.shipping-info { color: #acacac; font-size: .917em; line-height: 1.167em; margin: 10px 0; }
.shipping-info .special { color: #669932; display: block; font-weight: 700; line-height: 1.5em; }
.category-products .shipping-info { margin: 0 0 10px 0; }

#checkout-step-shipping_method .shipping-info { color: #303030; font-size: 1.333em; font-weight: 700; border-bottom: 1px solid #e4e0d4; padding: 0 0 10px 0; margin: 0 0 10px 0; }
#checkout-step-shipping_method .shipping-info strong { font-weight: 400; }
#checkout-step-shipping_method .shipping-info .notice { color: #acacac; font-size: .75em; font-weight: 400; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f8f8f8; border:1px solid #ccc; }
.product-pricing li { line-height:1.4; background:url(../images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#fcfcfc; border:1px solid #ccc; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ccc; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#f8f8f8; padding:15px 20px; border:1px solid #ccc; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float: right; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart { clear:both; padding-top:12px; }

/* Product Options */
dl.item-options { color: #999; }
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.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 #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral .box-collateral { margin-top:2em;  }
.product-collateral .box-collateral .box-collateral { margin-top: 0; margin-bottom:2em;  }
.product-collateral .box-collateral h4{ }
.product-collateral .attribute-specs table { border-color:#CCCCCC; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #ccc; border-collapse: collapse; }
.product-view .box-up-sell .products-grid td { width:25%; background:#fcfcfc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #ccc; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f8f8f8; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 5px; }

.box-tags .input-box { float:left; width:302px; margin-right:8px; }
.box-tags h3 { font-weight: 700; font-size: 12px; margin: 0 0 5px 0; }
.box-tags .product-tags { margin: 0 0 10px 0; }
.box-tags .input-box .input-text { width:300px;  }
.box-tags label { display: block; font-weight: 700; }
.box-tags .note { color: #acacac; font-style: italic; padding-top: 3px; display: inline-block; font-size: 11px; }

.tags-list { margin-bottom:15px; }
.tags-list li {
	color: #acacac;
    display:inline;
    border-right: 1px solid #E4E0D4;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.tags-list li.last { border:none; }
.tag-customer-view .box-account { background: transparent; border: 0; padding: 0; margin: 0; }
#my-tags-table h5 a { font-weight: 700; color: #303030; }
#my-tags-table img { border: 1px solid #ccc; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; font-weight: 400; }

#review-form .fieldset div label { font-weight: 700;  }
#review-form .fieldset div { padding: 4px 0;  }
#review-form .fieldset div.validation-advice { padding: 0 0 0 10px;  }

/* Product view */
.product-view h2 { margin-bottom:1em; border-bottom:1px solid #E4E0D4; padding-bottom:4px; font-size:1.15em; font-weight: 700; }
.product-view .product-shop { float: right; }

/* Product Detail sidebar */
.block-related { font-size: 11px; }
.block-related .block-subtitle { font-size: 12px; }
.block-related .block-content { padding: 0; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }
.block-related .price { font-weight: bold; font-size: 11px !important; }
.block-related .product-name { font-size: 11px; font-weight: bold; }
.block-related .product-name a { color: #303030; }


/* RSS table */
.rss-table tr.last td.last { white-space: nowrap; }

/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods { margin-bottom: 1em; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.checkout-cart-index .page-title-alt { margin-top: 12px; }
.checkout-cart-index .page-title-alt h3 { line-height: 46px; }
.cart-table  { margin-bottom:0; }
.cart-table th, .cart-table td { padding-left:13px; padding-right:13px; }
.cart-table th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.cart-table tr.error { background:#FDE6E0 !important; }
.cart-table .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }
.cart-table img { border: 1px solid #ccc; }
.cart-table .a-center img { border: 0; }
.cart-table tfoot td { padding-bottom:5px; padding-top:5px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; color: #303030 }

/* Shopping Cart Totals */
.cart .totals {
    width:286px;
    float:right;
    border:1px solid #ccc;
    background:#FCFCFC;
    text-align:right;
}
.cart .totals table { width:100%; margin:10px 0; }
.cart .totals td { padding:0 15px; }
.cart .totals tr.last td {}
.cart .totals tfoot td {    
    padding-top:10px;
    font-size:18px;
    border:none!important;
    }
.cart .totals tfoot td strong { font-weight: 400; }
.cart .totals .checkout-types {  padding:0 15px 15px }
.cart .totals .checkout-types li { clear:both;  margin: 5px 0 15px 0; }
.cart .totals .shipping-info { font-size: 1em; background-color: #f4f4f4; border-bottom: 1px solid #ccc; color: #303030; font-weight: 700; text-align: center; line-height: 1.833em; margin: 0; }
.cart .totals .shipping-info strong { font-weight: 400; }
.cart .totals .leaseprice { margin: 0 12px 15px 12px; }

/* Crosssell */
.cart .crosssell { border:1px solid #CCCCCC; background:#F4F4F4; padding:10px; }
.cart .crosssell h2 { font-size:1.273em; font-weight:400; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #CCCCCC; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; font-size: 14px; margin: 0; }
.cart .crosssell .product-name a { color: #303030; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell .add-to-links { text-align: left; font-size: 11px; line-height: 13px; margin-top: 10px; }
.cart .crosssell .add-to-links li { display: block; }
.cart .crosssell .add-to-links .separator { display: none; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping 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% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

.cart-collaterals {
    padding:25px 0 0 0;
    }
.cart-collaterals .col2-set {
    float:left;
    width:602px;
}
.cart-collaterals .shipping, .cart-collaterals .discount {
    margin-bottom:18px;
    padding:10px;
    border:1px solid #ccc;
    background-color: #F4F4F4;
    font-size:0.95em;
    }
.cart-collaterals .box .form-button  {  margin-left:5px; }
.cart-collaterals .discount h2, .cart-collaterals .shipping h2 {
    min-height:16px;
    }
.cart-collaterals .discount h2, .cart-collaterals .shipping h2 { font-size:1.273em; font-weight:400; }
.cart-collaterals .discount .input-text { width: 263px; }
.cart-collaterals .shipping .input-text { width:282px; }
.cart-collaterals .shipping select { width:148px; }
.cart-collaterals .shipping #region { width:75%; }
.cart-collaterals .shipping #postcode { width:140px; }
.cart-collaterals .shipping dd { margin-bottom:13px; }
.cart-collaterals .col-2 { width: 291px; }
.cart-collaterals .upsell {
    width:269px;
    border:1px solid #ccc;
    padding:10px;
    background:#F4F4F4;
    }
.cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #ccc; }
.cart-collaterals .upsell .product-shop { width:182px; }
.cart-collaterals .upsell h4 { font-size:1.273em; font-weight:400; }
.cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.cart-collaterals .upsell .product-shop h5 a { color: #303030; }
.cart-collaterals .upsell .product-shop small { margin-top: -2em; display: block; }
.cart-collaterals .upsell .product-shop button { margin-bottom: 2.5em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

.cart button.button { background: #6e6e6e; }
.cart button.btn-continue { float: left; }


/* One-Page checkout */
.opc li.section { position:relative; }
.opc .group-select { margin-right:0; }
.opc .step { border:1px solid #ccc; border-top:0; padding:15px 20px; }
.opc .step-title { margin-bottom:0; padding:4px 8px 6px 8px; background-color: #f4f4f4; border-width:0 1px 0 1px; border-color:#CCCCCC; border-style:solid; border-bottom:1px solid #ccc; }
.opc .tool-tip { right:8px; }
.opc .step-title a { display:none; }  /* Hide Edit button in step header */
.opc h2 { color:#ACACAC; font-size:1.05em; float: left; margin: 0 0 0 5px; }
.opc h4 { border-bottom:1px solid #E4E0D4; padding-bottom:2px; font-size:1.273em; font-weight: 400;}
.opc h4.title { border-bottom:0; text-transform:none; }
.opc .number { color: #fff; background:#ccc; font-size:.9em; padding: 0 4px;  line-height:16px; float: left; display: block; }
.opc .content { padding:10px 20px; }
.opc label.label { font-size:1.05em; color:#2f2f2f; }
.opc .allow .step-title { background:#F4F4F4; border-color:#ccc; border-width:1px 1px 0 1px; cursor:pointer; }
.opc .active .step-title { margin-bottom:0; border:1px solid #F36F21; background:#F36F21; padding-bottom:5px; cursor:default; }
.opc .alloq .step-title a { display:block; } /* Display Edit button in active selection */
.opc .group-select { margin-top:0; border:0; background:none; padding:0; }
.opc .allow h2 { color:#303030; }
.opc .active h2 { color:#fff; }
.opc .allow .number { background:#ACACAC; color: #fff; }
.opc .active .number { color:#303030; background:#fff; }
.opc .active .step { background-color: #FAFAE1; display:block; border-color:#F36F21; }
.opc dd .form-list ul { margin:5px 17px 15px 17px; }
.opc .checkmo-mailing-address { padding-left:20px; }

.opc .sp-methods dd { margin-bottom: 6px; }
.opc .sp-methods .price { font-weight: 700; }
#checkout-step-shipping_method .buttons-set { border-top: 0; }

.block-progress { border: 0; background: 0; }
.block-progress .block-title { margin: 10px 0 10px 0; padding: 0; }
.block-progress .block-content { padding: 0; background: #fff; }
.block-progress dt { font-size:1.05em; font-weight: 700; margin:6px 0 0 0; color:#ACACAC; padding:2px 8px; text-transform:none; border:1px solid #ccc; background:#F4F4F4;}
.block-progress dt.complete { border-bottom:1px solid #ccc; background:#F4F4F4; color:#303030; position: relative; padding-right: 50px; }
.block-progress dt a { text-transform:none; font-weight:400; position: absolute; right: 8px; top: 2px; }
.block-progress dt .separator { display: none; }
.block-progress dd { 
    background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #CCCCCC;
    border-top: 0;
    margin-bottom:6px;
    padding:8px 13px;
}

#opc-login .buttons-set { border-top:0; }
#opc-login button { float: right; }
#opc-login label { float: none; }

#opc-review .buttons-set { border-top:0; }

#opc-review .shipping-info { color: #303030; font-weight: 700; font-size: 1em; text-align: right; padding: 10px 0 0 0; margin: 0; }
#opc-review .shipping-info strong { font-weight: 400; }
#opc-review .shipping-info .notice { color: #acacac; font-size: .917em; font-weight: 400; }

#opc-review .data-table tfoot tr.last td { border-top: 1px solid #ccc; font-size: 18px; padding-top:7px; padding-bottom:7px; }
#opc-review .data-table tfoot tr.last strong { font-weight: 400; }
#opc-review .data-table .product-name { margin: 0; font-weight: 400; }

.opc-please-wait { padding-right:7px; }
.opc a.back { background:url(../images/sort_asc_arrow.gif) 0 50% no-repeat; padding-left:10px; line-height:13px; }
.opc .payment-methods dd { padding:0; }
.opc .buttons-set { margin-top:0; }

.checkout-progress { margin:0 0 1.5em 0; width: 100%; }
.checkout-progress td {
	border: 1px solid #ccc;
	background-color: #F4F4F4;
    padding:4px 0;
    color:#ACACAC;
    text-align: center;
    font-weight:bold;
    }
.checkout-progress td.active {
	border-color: #F36F21;
    background-color: #F36F21;
    color:#fff;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #ccc;
    background:#FCFCFC;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-13px;
    margin-bottom:0;
    margin-left:10px;
    border:1px solid #ccc;
    background: #FCFCFC;
    font-size:1.273em;
	font-weight:400;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
	background-color: #FCFCFC;
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #ccc;
    background:#F4F4F4;
    padding:5px 10px;
    }
.multi-address-checkout-box h4 .separator { font-weight:400; color: #E4E0D4; }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 { margin:0; font-size:1.273em; font-weight:400; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #F36F21; padding:10px; background:#FAFAE1; position:relative; }
.shipping-method-pointer .head h5 { font-size:1.273em; font-weight:400; }
.shipping-method-pointer .pointer { display: none; }
.place-order-box { border: 1px solid #ccc; background: #FCFCFC; float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px;}
.place-order-box .main-radius{ padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:18px; line-height: 46px; margin: 0 21px 0 0;}
.place-order-box .grand-total .price { font-weight:700; }
.place-order-box input { margin-left:15px; }

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

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



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

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

.giftmessages textarea {
    height:100px;
}

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

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

.opc .box-no-padding {
    border:1px solid #F36F21;
    border-top:0;
    padding:15px 0px;
    background:#FAFAE1;
}

.opc .box-no-padding .inner-box {
   padding:0px 20px;
}


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

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

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

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

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

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

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

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

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

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

/* Customer Name */

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

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

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

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

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

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


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

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.block-account { border:1px solid #F36F21;  font-size: 12px;}
.block-account .block-title {
   margin:0;
   background-color: #F36F21;
   padding:0;
    }
.block-account  .block-title strong { color:#fff; font-size:15px; line-height: 24px; font-weight: 400; margin: 0 10px;}
.block-account .block-content { padding: 0; }
.block-account ul { background:#fff; padding:2px 0 2px 0; }
.block-account li a, .block-account li.current { padding:3px 10px;  }
.block-account li a { display:block; border-bottom:1px solid #E4E0D4; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.block-account li a, .block-account li a:hover { text-decoration:none; }
.block-account li a:hover { text-decoration:underline; }
.block-account li.current { border-bottom:1px solid #E4E0D4; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/ font-weight:bold; }
.block-account li.current a { padding:0; }
.block-account li.last, .block-account li.last a { border-bottom:0; }


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:230px; padding:14px 21px; background:#F4F4F4; border:1px solid #ccc; border-bottom:0; }
.account-login .content h2 {
    min-height:16px;
    padding-bottom:5px;
    font-size:1.273em;
    font-weight: 400;
}
.account-login .buttons-set { margin:0; border: 1px solid #ccc; background-color:#F4F4F4; padding:8px 10px; }
.account-login .buttons-set a { float: left; }

/* Dashboard */
.box-account {
    margin-bottom:20px;
    border:1px solid #ccc;
    background:#FCFCFC;
    padding:15px;
    }
.box-account .box-head { margin-bottom:10px; }
.box-account .box-head small { font-size: 1em; }
.box-account h2 { font-size:1.273em; font-weight: 400; margin: 0 0 3px 0; float: left; }
.box-account .box-head a { float: right; }
.box-account .box-title { margin-bottom:8px; padding-bottom:2px; text-align:right; border-bottom:1px solid #E4E0D4;  }
.box-account h3 { font-size:1.1em;  font-weight: 700; }
.box-account h3 a { font-weight:normal; }
.box-account h6 { font-size: 1em; }
.account-main .box-account li { padding:5px 0; }
.box-account ol .number {
    float:left;
    margin-top:3px;
    background-color:#ACACAC;
    padding:2px 3px;
    font-size:10px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.box-account ol .details { margin-left:20px; padding:0; }
.box-account .tags li, .box-account .tags ul { display: inline; }
.box-account ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.box-account .product-images { width:65px; }
.box-account .product-images img { border:1px solid #ccc; }
.box-account .product-details { margin:0 0 10px 70px; }
.box-account .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.box-account .box-head h4 { min-height:17px; background-repeat:no-repeat; background-position:0 0; }

.my-account .tags-list {
    padding: 10px;
    background: #F4F4F4;
    border:1px solid #CCCCCC;
    font-size:0.95em;
    line-height:1.3em;
}
.my-account .tags-list li {
    border: 0;
    display:inline;
    line-height:1.5em;
    padding-right:4px;
}

.order-info-box { background:#FCFCFC; border:1px solid #CCCCCC; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
.order-date { margin: 8px 0; }

#my-orders-table a { color: #D2232A !important; }
#my-orders-table .separator { color: #E4E0D4; }

/* Address Book */
.addresses-list h2 { font-weight:400; font-size:16px; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {
    background:none repeat scroll 0 0 #FCFCFC;
    border:1px solid #CCCCCC;
    margin-bottom:10px;
    padding:10px 13px 8px;
}
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

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

/* Compare Products */
.compare-products { margin:0 0 50px 0; }
.compare-products table { width:auto;  border:0; border-bottom: 1px solid #ccc; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products td img { border: 1px solid #ccc; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #CCCCCC; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #CCCCCC; }
.compare-products tbody.attribute-cart td { background:#F8F8F8 !important; text-align:center; border-bottom:1px solid #CCCCCC; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    background: #F4F4F4  !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }
.block-compare .block-content { padding: 0; }
.block-compare ol { border-bottom: 1px solid #ccc; }
.block-compare li a { font-weight: 700; color: #303030; }
.block-compare .actions { line-height: 22px; padding-left: 7px; padding-right: 7px; text-align: left; }
.block-compare .actions button { float: right; }
.block-compare p.product-name { margin: 0; font-size: 11px; }

.block-reorder .block-content { padding: 0; }
.block-reorder .product-name { display: inline; }
.block-reorder .product-name a { color: #303030; font-weight: 700; }
.block-reorder ol { border-bottom:1px solid #CCCCCC; }
.block-reorder .actions { padding-left: 8px; padding-right: 8px; }
.block-reorder .actions a { float: left; line-height: 22px; }
.block-reorder .actions button { float: right; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; font-weight: 700; }
.my-review-detail .description { font-weight: 400; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings-list td.label { font-weight: 400; }
.my-review-detail .ratings { line-height:1.5; font-weight: 400; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .separator { display:none; }
.my-review-detail .ratings a { display:block; }
#my-reviews-table a { color: #303030; font-weight: 700; }
#my-reviews-table td.last a { color: #D2232A; font-weight: 400; }

/* Block: Reviews */
.product-view .box-reviews dl { margin: 0; }
.product-view .box-reviews dt { border-top:1px solid #E4E0D4; padding-top: 5px; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 5px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

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



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .page-title { border-bottom: 1px solid #E4E0D4; padding-bottom: 3px; }
.page-popup .page-title a { margin:11px 0 0 0; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-feed { line-height:1.15; }

.order-access { padding-bottom:8px; }
.order-info { border:solid 1px #ccc; background:#F4F4F4; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

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

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.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; }
.std .a-top { text-align:right; }

.catalog-seo-sitemap-category .content, .catalog-seo-sitemap-product .content { border-top: 1px solid #E4E0D4; }

#contactForm #comment { width: 627px !important; }
#contactForm .fieldset .input-box { padding: 4px 0; }

/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.clearer:after,
.products-list li:after,
.products-grid:after,
.col-wrapper:after,
.page-title:after,
.page-title-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.step-title:after,
.box-title:after,
.header:after,
.quick-access:after,
.nav-container:after,
#nav:after,
.main:after,
.product-essential:after,
.more-views ul:after,
.buttons-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-title:after,
.page-title-alt:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.sidebar li:after,
.box-account li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-box:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
.advanced-search li:after,
.quick-access-content:after,
.front-categories ul:after,
.footer-bottom:after,
.box-head:after,
.footer .informational:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }