/* Reset ================================================================================= */
* { margin:0; padding:0; }

#mns body          { background:#496778 url(/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

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

#mns a             { color:#1e7ec8; text-decoration:underline; }
#mns a:hover       { text-decoration:none; }
#mns :focus        { outline:0; }

/* Headings */
#mns h1,#mns h2,#mns h3,
#mns h4,#mns h5,#mns h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
#mns h1            { font-size:20px; font-weight:normal; }
#mns h2            { font-size:18px; font-weight:normal; }
#mns h3            { font-size:16px; font-weight:bold; }
#mns h4            { font-size:14px; font-weight:bold; }
#mns h5            { font-size:12px; font-weight:bold; }
#mns h6            { font-size:11px; font-weight:bold; }

/* Forms */
#mns fieldset      { border:0; }
#mns legend        { display:none; }

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

/* Content */
#mns p             { margin:0 0 10px; }
#mns strong        { font-weight:bold; }
#mns address       { font-style:normal; line-height:1.35; }
#mns cite          { font-style:normal; }
#mns q,
#mns blockquote    { quotes:none; }
#mns q:before,
#mns q:after       { content:''; }
#mns small,#mns big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

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

/* Tools */
#mns .hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
#mns .nobr         { white-space:nowrap !important; }
#mns .wrap         { white-space:normal !important; }
#mns .a-left       { text-align:left !important; }
#mns .a-center     { text-align:center !important; }
#mns .a-right      { text-align:right !important; }
#mns .v-top        { vertical-align:top; }
#mns .v-middle     { vertical-align:middle; }
#mns .f-left,
#mns .left         { float:left !important; }
#mns .f-right,
#mns .right        { float:right !important; }
#mns .f-none       { float:none !important; }
#mns .f-fix        { float:left; width:100%; }
#mns .no-display   { display:none; }
#mns .no-margin    { margin:0 !important; }
#mns .no-padding   { padding:0 !important; }
#mns .no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
#mns .wrapper { min-width:954px; }
#mns .page {}
#mns .page-print { background:#fff; padding:25px 30px; text-align:left; }
#mns .page-empty { background:#fff; padding:20px; text-align:left; }
#mns .page-popup { background:#fff; padding:25px 30px; text-align:left; }
#mns.mns_simple .main-container { background:#fbfaf6 url(/images/bkg_main1.gif) 50% 0 no-repeat; }
#mns .main { width:900px; margin:0 auto; min-height:400px; text-align:left; }
#mns.mns_simple .main {
	padding:25px 25px 80px;
	background:#fffffe url(/images/bkg_main2.gif) 0 0 no-repeat;
}

/* Base Columns */
#mns .col-left { float:left; width:195px; padding:0 0 1px; }
#mns .col-main { float:left; width:685px; padding:0 0 1px; }
#mns .col-right { float:right; width:195px; padding:0 0 1px; }

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

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

/* 3 Columns Layout */
#mns .col3-layout .col-main { width:475px; margin-left:17px; }
#mns .col3-layout .col-wrapper { float:left; width:687px; }
#mns .col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
#mns .col2-set .col-1 { float:left; width:48.5%; }
#mns .col2-set .col-2 { float:right; width:48.5%; }
#mns .col2-set .col-narrow { width:32%; }
#mns .col2-set .col-wide { width:65%; }

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
#mns input,#mns select,#mns textarea,#mns button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; height:auto;}
#mns input.input-text,#mns select,#mns textarea { background:#fff; border:1px solid #b6b6b6; }
#mns input.input-text,#mns textarea { padding:2px; }
#mns select { padding:1px; }
#mns select option { padding-right:10px; }
#mns select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
#mns select.multiselect option:last-child { border-bottom:0; }
#mns textarea { overflow:auto; }
#mns input.radio { margin-right:3px; }
#mns input.checkbox { margin-right:3px; }
#mns input.qty { width:2.5em !important; }
#mns button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
#mns button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
#mns button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
#mns button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
#mns button.button span span { border:0; padding:0; }
#mns button.disabled span { border-color:#bbb !important; background:#bbb !important; }

#mns button.btn-checkout span { height:40px; border:0; background:url(/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
#mns button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
#mns button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
#mns button.btn-checkout.no-checkout span span { background-position:100% 100%; }

#mns p.control input.checkbox,
#mns p.control input.radio { margin-right:6px; }
/* Form Highlight */
#mns input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

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

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

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

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

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

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

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

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

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

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

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

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
#mns .form-list li.fields { margin:0; }
#mns .form-list .field { display:block; margin:0 0 8px; }
#mns .form-list li.control {}
#mns .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
#mns .form-list label.required { font-weight:bold; }
#mns .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
#mns .form-list .input-box { float:left; width:260px; }
#mns .form-list input.input-text,
#mns .form-list textarea { width:254px; }
#mns .form-list select { width:260px; }
#mns .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
#mns .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
#mns .form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
#mns .form-list .customer-dob .dob-day,
#mns .form-list .customer-dob .dob-year { float:left; width:85px; }
#mns .form-list .customer-dob input.input-text { display:block; width:74px; }
#mns .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
#mns .form-list .customer-dob .dob-day,
#mns .form-list .customer-dob .dob-month { width:60px; }
#mns .form-list .customer-dob .dob-day input.input-text,
#mns .form-list .customer-dob .dob-month input.input-text { width:46px; }
#mns .form-list .customer-dob .dob-year { width:140px; }
#mns .form-list .customer-dob .dob-year input.input-text { width:134px; }*/

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

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

#mns .fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
#mns .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
#mns .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; }
#mns .validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
#mns .validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
#mns .v-fix { float:left; }
#mns .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

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

/* BreadCrumbs */
#mns .breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
#mns .breadcrumbs li { display:inline; }
#mns .breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
#mns .page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
#mns .page-title h1,
#mns .page-title h2 { margin:0; font-size:20px; color:#0a263c; }
#mns .page-title .separator { margin:0 3px; }
#mns .page-title .link-rss { float:right; margin:7px 0 0; }
#mns .title-buttons { text-align:right; }
#mns .title-buttons h1,
#mns .title-buttons h2,
#mns .title-buttons h3,
#mns .title-buttons h4,
#mns .title-buttons h5,
#mns .title-buttons h6 { float:left; }

#mns .subtitle,
#mns .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
#mns .pager { font-size:11px; background:#fff url(/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
#mns .pager .amount { float:left; margin:0; }
#mns .pager .limiter { float:right; }
#mns .pager .limiter label { vertical-align:middle; }
#mns .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
#mns .pager .pages { margin:0 140px; }
#mns .pager .pages ol { display:inline; }
#mns .pager .pages li { display:inline; margin:0 2px; }
#mns .pager .pages .current {}

/* Sorter */
#mns .sorter { font-size:11px; background:#fff url(/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
#mns .sorter .view-mode { float:left; margin:0; }
#mns .sorter .sort-by { float:right; padding-right:36px; }
#mns .sorter .sort-by label { vertical-align:middle; }
#mns .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
#mns .sorter .link-feed {}

/* Toolbar */
#mns .toolbar {}
#mns .toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
#mns .toolbar .sorter { border-bottom:1px solid #fff; }
#mns .toolbar-bottom {}

/* Data Table */
#mns .data-table { width:100%; border:1px solid #bebcb7; }
#mns .data-table .odd  { background:#f8f7f5 }
#mns .data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
#mns .data-table tr.even:hover { background:#ebf1f6; }*/
#mns .data-table td.last,
#mns .data-table th.last { border-right:0; }
#mns .data-table tr.last th,
#mns .data-table tr.last td { border-bottom:0 !important; }
#mns .data-table th { padding:3px 8px; font-weight:bold; }
#mns .data-table td { padding:3px 8px; }

#mns .data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
#mns .data-table thead th.wrap { white-space:normal; }
#mns .data-table thead th a,
#mns .data-table thead th a:hover { color:#fff; }
#mns .data-table thead th { background:url(/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
#mns .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

#mns .data-table tfoot { border-bottom:1px solid #d9dde3; }
#mns .data-table tfoot tr.first td { background:url(/images/bkg_tfoot.gif) 0 0 repeat-x; }
#mns .data-table tfoot tr { background-color:#dee5e8 !important; }
#mns .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
#mns .data-table tfoot strong { font-size:16px; }

#mns .data-table tbody th,
#mns .data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
#mns .data-table tbody.odd tr { background:#f8f7f5 !important; }
#mns .data-table tbody.even tr { background:#f6f6f6 !important; }
#mns .data-table tbody.odd tr td,
#mns .data-table tbody.even tr td { border-bottom:0; }
#mns .data-table tbody.odd tr.border td,
#mns .data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

#mns .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
#mns .data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
#mns .info-box { background:#fff url(/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
#mns .info-box h2 { font-weight:bold; font-size:13px; }

#mns .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
#mns .info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
#mns .cart-tax-info { display:block; }
#mns .cart-tax-info,
#mns .cart-tax-info .cart-price { padding-right:20px; }
#mns .cart-tax-total { display:block; padding-right:20px; background:url(/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
#mns .cart-tax-info .price,
#mns .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
#mns .cart-tax-total-expanded { background-position:100% -52px; }

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

/* Misc */
#mns .links li { display:inline; }
#mns .links li.first { padding-left:0 !important; }
#mns .links li.last { background:none !important; padding-right:0 !important; }

#mns .link-cart { color:#dc6809 !important; font-weight:bold; }
#mns .link-wishlist { color:#dc6809 !important; font-weight:bold; }
#mns .link-reorder { font-weight:bold; color:#dc6809 !important; }
#mns .link-compare { font-weight:bold; }
#mns .link-print { /*background:url(/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
#mns .link-rss { background:url(/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
#mns .btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
#mns .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; }
#mns .btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

#mns .cards-list dt { margin:5px 0 0; }
#mns .cards-list .offset { padding:2px 0 2px 20px; }

#mns .separator { margin:0 3px; }

#mns .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

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

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


/* Header ================================================================================ */
#mns .logo { float:left; }
#mns .header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(/images/bkg_header.jpg) 50% 0 repeat; }
#mns .header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
#mns .header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
#mns .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
#mns .header h1.logo { margin:0; }
#mns .quick-access { text-align:right; margin-right:10px;}
#mns .quick-access li { border-right:1px solid #D9DDD3;padding: 0 10px; }
#mns .quick-access li.last { border-right: 0;}
#mns .header .welcome-msg { margin:0; color:#fff; text-align:right; }
#mns .header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
#mns .header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
#mns .header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
#mns .header .form-search button.button { float:left; }
#mns .header .form-search button.button span { border:0; height:21px; background:url(/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
#mns .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
#mns .header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
#mns .header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
#mns .header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
#mns .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#mns .header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
#mns .header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
#mns .header .form-language { clear:both; padding:5px 0 0; text-align:right; }
#mns .header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
#mns .header .form-language select { padding:0; }
#mns .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
#mns .header .links { float:right; margin:0 0 6px; }
#mns .header .links li { float:left; font-size:11px; background:url(/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
#mns .header .links a { color:#ebbc58; }
#mns .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
#mns .header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
#mns .nav-container { background:#0a263d url(/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#mns #nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#mns #nav li { position:relative; text-align:left; }
#mns #nav li.over { z-index:998; }
#mns #nav a,
#mns #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#mns #nav span { display:block; cursor:pointer; white-space:nowrap; }
#mns #nav li ul span {white-space:normal; }
#mns #nav ul li.parent a { background:url(/images/bkg_nav2.gif) 100% 100% no-repeat; }
#mns #nav ul li.parent li a { background-image:none; }

/* 0 Level */
#mns #nav li { float:left; }
#mns #nav li.active a { color:#d96708; }
#mns #nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#mns #nav li.over a,
#mns #nav a:hover { color:#d96708; }

/* 1st Level */
#mns #nav ul li,
#mns #nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(/images/bkg_nav1.gif) 0 100% repeat-x; }
#mns #nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

/* 2nd Level */
#mns #nav ul,
#mns #nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#mns #nav div ul { position:static; width:auto; border:none; }

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

#mns #nav ul li a { background:#ecf3f6; }
#mns #nav ul li a:hover { background:#d5e4eb; }
#mns #nav ul li a,
#mns #nav ul li a:hover { color:#2f2f2f !important; }
#mns #nav ul span,
#mns #nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#mns #nav li ul.shown-sub,
#mns #nav li div.shown-sub { left:0; z-index:999; }
#mns #nav li .shown-sub ul.shown-sub,
#mns #nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
#mns .block { border:1px solid #c4c1bc; margin:0 0 15px; }
#mns .block .block-title { background:url(/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
#mns .block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
#mns .block .block-title strong span {}
#mns .block .block-title a { text-decoration:none !important; }
#mns .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
#mns .block .block-content { background:#f8f7f5; }
#mns .block .block-content li.item { padding:7px 9px; }
#mns .block .block-content .product-name { color:#1e7ec8; }
#mns .block .btn-remove,
#mns .block .btn-edit { float:right; margin:1px 0 2px 5px; }
#mns .block .actions { background:#dee5e8 url(/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
#mns .block .actions a { float:left; }
#mns .block .actions button.button { float:right; }
#mns .block .empty { margin:0; padding:5px 9px; }

#mns .block li.odd { background-color:#f4f3f3; }
#mns .block li.even { background-color:#fafafa; }

/* Mini Blocks */
#mns .block-cart,
#mns .block-wishlist,
#mns .block-subscribe,
#mns .block-compare,
#mns .block-reorder,
#mns .block-poll,
#mns .block-viewed,
#mns .block-compared,
#mns .block-related,
#mns .block-tags,
#mns .block-login { font-size:11px; line-height:1.25; }
#mns .block-cart .block-title strong,
#mns .block-wishlist .block-title strong,
#mns .block-subscribe .block-title strong,
#mns .block-compare .block-title strong,
#mns .block-reorder .block-title strong,
#mns .block-poll .block-title strong,
#mns .block-viewed .block-title strong,
#mns .block-compared .block-title strong,
#mns .block-related .block-title strong,
#mns .block-tags .block-title strong,
#mns .block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
#mns .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
#mns .mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
#mns .block-account { border-color:#bbb; }
#mns .block-account .block-title { background:#fc9d36 url(/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
#mns .block-account .block-title strong { font-size:13px; color:#fff; }
#mns .block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
#mns .block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
#mns .block-account .block-content li a:hover { color:#ea7900; }
#mns .block-account .block-content li.last a { border-bottom:0; }
#mns .block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
#mns .block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
#mns .block-currency { border:0; background:url(/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
#mns .block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
#mns .block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
#mns .block-currency .block-content { background:none; padding:0; }
#mns .block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
#mns .block-layered-nav { border:0; }
#mns .block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
#mns .block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
#mns .block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
#mns .block-layered-nav dt { background:url(/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
#mns .block-layered-nav dd { padding:0 12px 12px; background:url(/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
#mns .block-layered-nav dd.last { background:none; }
#mns .block-layered-nav .currently li { background:#fff url(/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
#mns .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(/images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
#mns .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
#mns .block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
#mns .block-layered-nav .actions a { float:none; }

/* Block: Cart */
#mns .block-cart .block-title { /*border-bottom:0;*/ }
#mns .block-cart .block-title strong { background-image:url(/images/i_block-cart.gif); }
#mns .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
#mns .block-cart .amount { margin:0; }
#mns .block-cart .amount a { font-weight:bold; }
#mns .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
#mns .block-cart .subtotal .price { font-weight:bold; }
#mns .block-cart .actions { border-bottom:1px solid #c2c2c2; }
#mns .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
#mns .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
#mns .block-wishlist .block-title strong { background-image:url(/images/i_block-wishlist.gif); }
#mns .block-wishlist .actions { text-align:right; }
#mns .block-wishlist .actions a { float:none; }

/* Block: Related */
#mns .block-related .block-title strong { background-image:url(/images/i_block-related.gif); background-position:0 1px; }
#mns .block-related input.checkbox { float:left; }
#mns .block-related .product { margin-left:20px; }

/* Block: Compare Products */
#mns .block-compare .block-title strong { background-image:url(/images/i_block-list.gif); background-position:0 1px; }
#mns .block-compare button.button span { border-color:#406a83; background:#618499; }
#mns .page-popup .link-print { background:url(/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
#mns .compare-table { border:0; }
#mns .compare-table thead tr.first th,
#mns .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
#mns .compare-table .btn-remove { float:right; background-image:url(/images/btn_remove2.gif); width:72px; height:15px; }
#mns .compare-table tbody th { background:#d9e5ee url(/images/bkg_th-v.gif) 100% 0 repeat-y; }
#mns .compare-table tbody th,
#mns .compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
#mns .compare-table tbody td.last { border-right:1px solid #ccc; }
#mns .compare-table tbody tr.last th,
#mns .compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
#mns .compare-table tr.add-to-row td { background:#fffada; text-align:center; }
#mns .compare-table tr.first td { text-align:center; }
#mns .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
#mns .compare-table tr.first td .product-name a { color:#203548; }
#mns .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
#mns .compare-table tr.first td p,
#mns .compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
#mns .block-viewed .block-title strong { background-image:url(/images/i_block-viewed.gif); }

/* Block: Recently Compared */
#mns .block-compared .block-title strong { background-image:url(/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
#mns .block-poll .block-title strong { background-image:url(/images/i_block-poll.gif); }
#mns .block-poll .block-subtitle { font-size:12px; }
#mns .block-poll label { color:#777; font-weight:bold; }
#mns .block-poll input.radio { float:left; margin:1px -18px 0 0; }
#mns .block-poll .label { display:block; margin-left:18px; }
#mns .block-poll li { padding:3px 9px; }
#mns .block-poll .actions { margin:5px 0 0; }
#mns .block-poll button.button span { border-color:#406a83; background:#618499; }
#mns .block-poll .answer { font-weight:bold; }
#mns .block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
#mns .block-tags .block-title strong { background-image:url(/images/i_block-tags.gif); }
#mns .block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
#mns .block-tags .block-content a { color:#1b2d3b; }
#mns .block-tags .actions { text-align:right; }
#mns .block-tags .actions a { float:none; }

/* Block: Subscribe */
#mns .block-subscribe .block-content { padding:5px 10px; }
#mns .block-subscribe .block-title strong { background-image:url(/images/i_block-subscribe.gif); }
#mns .block-subscribe label { font-weight:bold; color:#666; }
#mns .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
#mns .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
#mns .block-subscribe .actions button.button { float:none; }
#mns .block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
#mns .block-reorder .block-title strong { background-image:url(/images/i_block-list.gif); }
#mns .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
#mns .block-reorder .product-name { margin-left:20px; }
#mns .block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
#mns .block-banner { border:0; }
#mns .block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
#mns .block-login .block-title strong { background-image:url(/images/i_ma-info.gif); }
#mns .block-login .block-content { padding:5px 10px; }
#mns .block-login label { font-weight:bold; color:#666; }
#mns .block-login input.input-text { display:block; width:167px; margin:3px 0; }
#mns .block-login .actions { background:none; padding:0; margin:3px 0 0; }
#mns .block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
#mns .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
#mns .sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
#mns .category-title { border:0; margin:0 0 7px; }
#mns .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
#mns .category-image img {}
#mns .category-description { margin:0 0 10px; }
#mns .category-products {}

/* View Type: Grid */
#mns .products-grid { border-bottom:1px solid #d9ddd3; background:url(/images/bkg_grid.gif) 0 0 repeat; position:relative; }
#mns .products-grid.last { border-bottom:0; }
#mns .products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
#mns .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
#mns .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
#mns .products-grid .product-name a { color:#203548; }
#mns .products-grid .price-box { margin:5px 0; }
#mns .products-grid .availability { line-height:21px; }
#mns .products-grid .actions { padding-top:12px; }
#mns .col2-left-layout .products-grid,
#mns .col2-right-layout .products-grid { width:632px; margin:0 auto; }
#mns .col1-layout .products-grid { width:790px; margin:0 auto; }

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


/* Product View ========================================================================== */
/* Rating */
#mns .no-rating { margin:0; }

#mns .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
#mns .ratings strong { float:left; margin:1px 3px 0 0; }
#mns .ratings .rating-links { margin:0; }
#mns .ratings .rating-links .separator { margin:0 2px; }
#mns .ratings dt {}
#mns .ratings dd {}
#mns .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
#mns .rating-box .rating { float:left; height:13px; background:url(/images/bkg_rating.gif) 0 100% repeat-x; }
#mns .ratings .rating-box { float:left; margin-right:3px; }
#mns .ratings .amount {}

#mns .ratings-table th,
#mns .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
#mns .ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
#mns .availability { margin:0; }
#mns .availability span { font-weight:bold; }
#mns .availability.in-stock span {}
#mns .availability.out-of-stock span { color:#d83820; }

#mns .availability-only { margin:10px 0 7px; line-height:16px; background:url(/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
#mns .availability-only span,
#mns .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
#mns .availability-only a { background:url(/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
#mns .availability-only .expanded { background-position:100% -15px; }
#mns .availability-only strong { color:#be2c00; }

#mns .availability-only-details { margin:0 0 7px; }
#mns .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
#mns .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
#mns .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

#mns .product-view .product-shop .availability { font-size:11px; }
#mns .product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
#mns .email-friend { margin:0; }

/* Alerts */
#mns .alert-price { margin:0; font-size:11px; }
#mns .alert-stock { margin:0; font-size:11px; }

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

#mns .price-box { margin:5px 0; }
#mns .price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
#mns .regular-price { color:#c76200; }
#mns .regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
#mns .block .regular-price,
#mns .block .regular-price .price { color:#2f2f2f; }

/* Old price */
#mns .old-price { margin:0; }
#mns .old-price .price-label { white-space:nowrap; color:#999; }
#mns .old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
#mns .special-price { margin:0; padding:3px 0; }
#mns .special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
#mns .special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

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

#mns .minimal-price-link { display:block; }
#mns .minimal-price-link .label {color:#1e7ec8;}
#mns .minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

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

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

/* Configured price */
#mns .configured-price { margin:0; }
#mns .configured-price .price-label { font-weight:bold; white-space:nowrap; }
#mns .configured-price .price { font-weight:bold; }

/* FPT */
#mns .weee { display:block; font-size:11px; color:#444; }
#mns .weee .price { font-size:11px; font-weight:normal; }

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

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

/* Price range */
#mns .price-from { margin:0; }
#mns .price-from .price-label { font-weight:bold; white-space:nowrap; }

#mns .price-to { margin:0; }
#mns .price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
#mns .price-notice { padding-left:10px; color:#999; }
#mns .price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
#mns .price-as-configured { margin:0; }
#mns .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

#mns .price-box-bundle { padding:0 0 10px 0; }
#mns .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
#mns .price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
#mns .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
#mns .tier-prices li { line-height:1.4; background:url(/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
#mns .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
#mns .tier-prices .price { font-weight:bold; color:#2f2f2f; }

#mns .tier-prices-grouped li { padding:2px 0; color:#e26703; }
#mns .tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
#mns .add-to-links { font-size:11px; margin:5px 0 0; }
#mns .add-to-links .separator { display:none; }

/* Add to Cart */
#mns .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
#mns .add-to-cart .qty { float:left; margin-right:5px; }
#mns .add-to-cart button.button { float:left; }
#mns .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
#mns .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
#mns .product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
#mns .add-to-box { margin:10px 0; }
#mns .add-to-box .add-to-cart { float:left; }
#mns .add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
#mns .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
#mns .add-to-box .add-to-links li { display:block !important; }
#mns .add-to-box .add-to-links li .separator { display:none !important; }


#mns .product-view { border:1px solid #c4c6c8; }

#mns .product-essential { padding:25px; background:#fff url(/images/bkg_product-view.gif) 100% 0 no-repeat; }
#mns .product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

#mns .product-collateral { background:#faf7ee url(/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
#mns .product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
#mns .product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
#mns .product-view .product-img-box { float:left; width:267px; }
#mns .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
#mns .product-view .product-img-box .product-image { margin:0 0 13px; }
#mns .product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:220px; overflow:hidden; z-index:9; }
#mns .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; }
#mns .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
#mns .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; }
#mns .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
#mns .product-view .product-img-box .zoom #track { position:relative; height:18px; }
#mns .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(/images/magnifier_handle.gif) 0 0 no-repeat;  }
#mns .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
#mns .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
#mns .product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
#mns .product-view .product-img-box .more-views ul { margin-left:-9px }
#mns .product-view .product-img-box .more-views li { margin:0 0 8px 9px; height:65px; }
#mns .product-view .product-img-box .more-views li a.img { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; margin-right:5px; }

#mns .product-image-popup { margin:0 auto; }
#mns .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
#mns .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
#mns .product-image-popup .image { display:block; margin:10px 0;  }
#mns .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
#mns .product-view .product-shop { float:right; width:530px; }
#mns .col1-layout .product-view .product-shop { float:right; width:545px; }
#mns .col3-layout .product-view .product-shop { float:none; width:auto; }
#mns .product-view .product-shop .product-name { margin:0 0 5px; }
#mns .product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
#mns .product-view .product-shop .availability { margin:10px 0; }
#mns .product-view .product-shop .short-description { margin:10px 0; background:url(/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
#mns .product-view .product-shop .price-box { margin:10px 0; }
#mns .product-view .product-shop .add-to-links { margin:0; }
#mns .product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
#mns .product-view .product-shop .add-to-links li,
#mns .product-view .product-shop .add-to-links li .separator { display:inline; }
#mns .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
#mns .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
#mns .product-options dt { padding:10px 0 0; font-weight:normal; }
#mns .product-options dt label { font-weight:bold; color:#2f2f2f; }
#mns .product-options dt label.required em { color:#eb340a; margin-left:5px; }
#mns .product-options dd .qty-holder { display:block; padding:10px 0 0; }
#mns .product-options dd .qty-holder label { vertical-align:middle; }
#mns .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
#mns .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
#mns .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
#mns .product-options dd input.input-text { width:98%; }
#mns .product-options dd input.datetime-picker { width:150px; }
#mns .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
#mns .product-options dd textarea { width:98%; height:8em; }
#mns .product-options dd select { width:99%; }
#mns .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
#mns .product-options ul.options-list { margin-right:5px; }
#mns .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
#mns .product-options ul.options-list input.radio { float:left; margin-top:3px; }
#mns .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
#mns .product-options ul.options-list .label { display:block; margin-left:18px; }
#mns .product-options ul.options-list label { font-weight:normal; }
#mns .product-options ul.validation-failed { padding:0 7px; }
#mns .product-options p.note { margin:0; font-size:11px; }
#mns .product-options p.required { position:absolute; right:20px; top:20px; }

#mns .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
#mns .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
#mns .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
#mns .product-options-bottom .tier-prices .price,
#mns .product-options-bottom .tier-prices .benefit { color:#e26703; }
#mns .product-options-bottom .price-box { float:left; margin:0; padding:0; }
#mns .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
#mns .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
#mns .product-options-bottom .price-label { float:left; padding-right:5px; }
#mns .product-options-bottom .price-tax { float:left; }
#mns .product-options-bottom .add-to-cart { float:right; }
#mns .product-shop .product-options-bottom { margin:0 0 10px; }
#mns .product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
#mns .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
#mns .product-shop .product-options-bottom .price-tax { float:none; }
#mns .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
#mns .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
#mns .product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

/* Block: Additional */
#mns .product-view .box-additional .data-table th,
#mns .product-view .box-additional .data-table td { line-height:1.25; }

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

/* Block: Tags */
#mns .product-view .box-tags { margin:0; }
#mns .product-view .box-tags h3 { font-size:13px; }
#mns .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
#mns .product-view .box-tags .product-tags li { display:inline; background:url(/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
#mns .product-view .box-tags .product-tags li.first { padding-left:0; }
#mns .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
#mns .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
#mns .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
#mns .product-view .box-tags .form-add input.input-text { width:299px; }
#mns .product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
#mns .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

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

/* Send a Friend */
#mns .send-friend .form-list { width:615px; overflow:hidden; }
#mns .send-friend .form-list li { margin-right:-15px; }
#mns .send-friend .form-list li p { margin:0 15px 0 0; }
#mns .send-friend .form-list .field { width:315px; }
#mns .send-friend .form-list .input-box { width:300px; }
#mns .send-friend .form-list input.input-text,
#mns .send-friend .form-list textarea { width:294px; }
#mns .send-friend .form-list li.wide .input-box { width:612px; }
#mns .send-friend .form-list li.wide textarea { width:609px; }
#mns .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
#mns .product-name { margin:0; font-size:1em; font-weight:normal; }
#mns .product-name a { color:#1e7ec8; }

/* Product Tags */
#mns .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
#mns .tags-list li { display:inline !important; margin:0 4px 0 0; }
#mns .tags-list li a { color:#1b2d3b; }

/* Advanced Search */
#mns .advanced-search .form-list label { width:160px; padding-right:10px; }
#mns .advanced-search .form-list .input-box,
#mns .advanced-search .form-list .input-range { float:left; clear:none; }
#mns .advanced-search-amount { margin:0 0 10px; }
#mns .advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
#mns .advanced-search-summary ul { float:left; width:49%; }
#mns .advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(/images/i_search_criteria.gif) 0 3px no-repeat; }
#mns .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
#mns .cms-home .subtitle {}
#mns .cms-index-index .subtitle {}

/* Sitemap */
#mns .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
#mns .page-sitemap .links a { text-decoration:none; position:relative; }
#mns .page-sitemap .links a:hover { text-decoration:underline; }
#mns .page-sitemap .sitemap { margin:12px; }
#mns .page-sitemap .sitemap a { color:#1b2d3b; }
#mns .page-sitemap .sitemap li { margin:3px 0; }
#mns .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
#mns .page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
#mns .rss-title h1 { background:url(/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
#mns .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
#mns .cart .page-title { border-bottom:0; margin:0 0 12px; }
#mns .cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
#mns .cart .page-title .checkout-types li { margin:0 0 5px; }
#mns .cart .title-buttons .checkout-types { float:right; }
#mns .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
#mns .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
#mns .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
#mns .cart-table th { padding:2px 10px; }
#mns .cart-table td { padding:10px; }
#mns .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
#mns .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
#mns .cart-table tfoot td { padding:5px 10px; }
#mns .cart-table .btn-continue { float:left; }
#mns .cart-table .btn-continue span,
#mns .cart-table .btn-update span { border-color:#406a83; background:#618499; }

/* Shopping Cart Collateral boxes */
#mns .cart .cart-collaterals { padding:25px 0 0; }
#mns .cart .cart-collaterals .col2-set { float:left; width:605px; }
#mns .cart .cart-collaterals .col2-set .col-2 { width:294px; }

#mns .cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
#mns .cart .crosssell h2 { font-size:13px; font-weight:bold; }
#mns .cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
#mns .cart .crosssell .product-details { margin-left:90px; }
#mns .cart .crosssell .product-name { font-weight:bold; }
#mns .cart .crosssell li.item { margin:12px 0; }
#mns .cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
#mns .cart .discount,
#mns .cart .shipping { border:1px solid #d0cbc1; background:#fff url(/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
#mns .cart .discount h2,
#mns .cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
#mns .cart .discount button span,
#mns .cart .shipping button span { border-color:#406a83; background:#618499; }
#mns .cart .discount .buttons-set,
#mns .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
#mns .cart .discount .buttons-set button.button,
#mns .cart .shipping .buttons-set button.button { float:none; margin-left:0; }

#mns .cart .discount h2 { background-image:url(/images/i_discount.gif); }
#mns .cart .discount .input-box { margin:8px 0 0; width:260px; }
#mns .cart .discount input.input-text { width:254px; }

#mns .cart .shipping h2 { background-image:url(/images/i_shipping.gif); }
#mns .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
#mns .cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
#mns .cart .totals table { width:100%; margin:7px 0; }
#mns .cart .totals td { padding:1px 15px 1px 7px; }
#mns .cart .totals tr.last td {}
#mns .cart .totals tfoot th { padding:5px 15px 5px 7px; }
#mns .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
#mns .cart .totals tfoot th strong,
#mns .cart .totals tfoot td strong { font-size:15px; }
#mns .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
#mns .cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
#mns .item-options dt { font-weight:bold; font-style:italic; }
#mns .item-options dd { padding-left:10px; margin:0 0 6px; }
#mns .truncated { cursor:help; }
#mns .truncated a.dots { cursor:help; }
#mns .truncated a.details { cursor:help; }
#mns .truncated .truncated_full_value { position:relative; z-index:999; }
#mns .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; }
#mns .truncated .show dl { top:-20px; left:50%; }
#mns .col-left .truncated .show dl { left:15px; top:7px; }
#mns .col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#mns .sp-methods { margin:0 0 8px; }
#mns .sp-methods dt { margin:13px 0 5px; font-weight:bold; }
#mns .sp-methods dd {}
#mns .sp-methods dd li { margin:5px 0; }
#mns .sp-methods label { font-weight:bold; color:#666; }
#mns .sp-methods .price { font-weight:bold; }
#mns .sp-methods .form-list { padding-left:20px; }
#mns .sp-methods .form-list li { margin:0 0 8px; }
#mns .sp-methods select.month { width:154px; margin-right:10px; }
#mns .sp-methods select.year { width:96px; }
#mns .sp-methods input.cvv { width:3em !important; }

#mns .sp-methods .checkmo-list li { margin:0 0 5px; }
#mns .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
#mns .sp-methods .checkmo-list address { float:left; }

#mns .sp-methods .centinel-logos a { margin-right:3px; }
#mns .sp-methods .centinel-logos img { vertical-align:middle; }

#mns .sp-methods .release-amounts { margin:0.5em 0; }
#mns .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

#mns .please-wait { float:right; }
#mns .please-wait img { vertical-align:middle; }
#mns .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
#mns .tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
#mns .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
#mns .tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
#mns .tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
#mns .gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
#mns .gift-messages p.control { color:#8e8d8b; }
#mns .gift-messages-form { position:relative; }
#mns .gift-messages-form label { float:none !important; position:static !important; }
#mns .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
#mns .gift-messages-form .whole-order { margin:0 0 25px; }
#mns .gift-messages-form .item { margin:0 0 10px; }
#mns .gift-messages-form .item .product-img-box { float:left; width:75px; }
#mns .gift-messages-form .item .product-image { margin:0 0 7px; }
#mns .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
#mns .gift-messages-form .item .details { margin-left:90px; }
#mns .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
#mns .gift-messages-form .item .details .form-list .field { width:255px; }
#mns .gift-messages-form .item .details .form-list .input-box { width:240px; }
#mns .gift-messages-form .item .details .form-list input.input-text { width:234px; }
#mns .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
#mns .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

#mns .gift-message-link { font-size:11px; background:url(/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
#mns .gift-message-link.expanded { background-position:100% -40px; }
#mns .gift-message-row { background:#f2efe9; }
#mns .gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
#mns .checkout-agreements li { margin:30px 0; }
#mns .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
#mns .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
#mns .checkout-agreements .agree input.checkbox { margin-right:6px; }
#mns .checkout-agreements .agree label { font-weight:bold; color:#666; }

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

/* Centinel */
#mns .centinel {}
#mns .centinel .authentication { border:1px solid #ddd; background:#fff; }
#mns .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

#mns .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
#mns .info-set { background:#fbfaf6 url(/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
#mns .info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
#mns .info-set h3,
#mns .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
#mns .info-set h2 a,
#mns .info-set h3 a,
#mns .info-set h4 a { font-weight:normal; }
#mns .info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
#mns .info-set h3.legend { margin:0 0 10px; color:#0a263c; }
#mns .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
#mns .info-set .box { margin:0 0 15px; }
#mns .info-set .box h2 { color:#e26703; }
#mns .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
#mns .info-set .data-table .product-name a { font-weight:bold !important; }
#mns .info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
#mns .block-progress { border:0; margin:0; }
#mns .block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
#mns .block-progress .block-title strong { font-size:13px; color:#0a263c; }
#mns .block-progress .block-content { background:none; }
#mns .block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
#mns .block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
#mns .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
#mns .block-progress dd.complete {}
#mns .block-progress p { margin:0; }
#mns .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
#mns .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
#mns .block-progress .cards-list .info-table th { font-weight:normal; }

#mns .opc .buttons-set { margin-top:0; padding-top:2em; }
#mns .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
#mns .opc .buttons-set .back-link small { display:none; }
#mns .opc .buttons-set .back-link a { background:url(/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
#mns .opc .buttons-set.disabled button.button { display:none; }
#mns .opc .buttons-set .please-wait { height:21px; line-height:21px; }
#mns .opc .ul { list-style:disc outside; padding-left:18px; }

#mns .opc { position:relative; }
#mns .opc li.section {}

#mns .opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
#mns .opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
#mns .opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
#mns .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

#mns .opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
#mns .opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
#mns .opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

#mns .opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
#mns .opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
#mns .opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

#mns .opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
#mns .opc .step .tool-tip { right:30px; }

#mns #opc-login .buttons-set { border-top:0; }
#mns #opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#mns #opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#mns #opc-shipping_method .buttons-set { border-top:0; }
#mns .opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
#mns .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#mns #opc-review .step { border:0; padding:0; }
#mns #opc-review .product-name { font-weight:bold; color:#0a263c; }
#mns #opc-review .item-options { margin:5px 0 0; }
#mns #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#mns #opc-review .buttons-set p { margin:0; line-height:40px; }
#mns #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
#mns .checkout-progress { padding:0 90px; margin:0 0 20px; }
#mns .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
#mns .checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

#mns .multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
#mns .multiple-checkout h3,
#mns .multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
#mns .multiple-checkout h2 a,
#mns .multiple-checkout h3 a,
#mns .multiple-checkout h4 a { font-weight:normal; }
#mns .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
#mns .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
#mns .multiple-checkout .data-table .item-options { margin:5px 0 0; }

#mns .multiple-checkout .gift-messages { margin:15px 0 0; }

#mns .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

#mns .multiple-checkout .col2-set,
#mns .multiple-checkout .col3-set { background:#fbfaf6 url(/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
#mns .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
#mns .multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
#mns .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
#mns .multiple-checkout .box { margin:0 0 15px; }
#mns .multiple-checkout .box h2 { color:#e26703; }

#mns .multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
#mns .multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
#mns .multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(/images/bkg_grand-total.gif) 100% 0 no-repeat; }
#mns .multiple-checkout .place-order .grand-total .inner div { display:inline; }
#mns .multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
#mns .multiple-checkout .place-order .grand-total .price { color:#E26703; }
#mns .multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
#mns .multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
#mns .multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#mns #multiship-addresses-table td { padding:10px; }
#mns #multiship-addresses-table tfoot td { padding:5px 10px; }
#mns #multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
#mns .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
#mns .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
#mns .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
#mns .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
#mns .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
#mns .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
#mns .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
#mns .checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
#mns .checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
#mns .checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
#mns .account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
#mns .account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
#mns .account-login .new-users h2 { background-image:url(/images/i_page1.gif)}
#mns .account-login .registered-users h2 { background-image:url(/images/i_page2.gif); }
#mns .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

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


/* My Account ============================================================================= */
#mns .my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
#mns .dashboard .welcome-msg { margin:0 8em 1.5em 0; }
#mns .dashboard .welcome-msg p { margin:0; }
#mns .dashboard .col2-set { margin:0 0 15px; }

/* General Box */
#mns .box-account { background:#fff url(/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
#mns .box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
#mns .box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

#mns .dashboard .box .box-title { background:url(/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
#mns .dashboard .box .box-title h3,
#mns .dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
#mns .dashboard .box-recent .box-head h2 { background-image:url(/images/i_folder-table.gif); }

/* Block: Account Information */
#mns .dashboard .box-info .box-head h2 { background-image:url(/images/i_ma-info.gif); }
#mns .dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
#mns .dashboard .box-reviews .box-head h2 { background-image:url(/images/i_ma-reviews.gif); }
#mns .dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
#mns .dashboard .box-reviews .details { margin-left:20px; }
#mns .dashboard .box-reviews li.item { margin:0 0 7px; }
#mns .dashboard .box-reviews li.item.last { margin:0; }
#mns .dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
#mns .dashboard .box-tags .box-head h2 { background-image:url(/images/i_ma-tags.gif); }
#mns .dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
#mns .dashboard .box-tags .details { margin-left:20px; }
#mns .dashboard .box-tags li.item { margin:0 0 7px; }
#mns .dashboard .box-tags li.item.last { margin:0; }
#mns .dashboard .box-tags .tags strong,
#mns .dashboard .box-tags .tags ul,
#mns .dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
#mns .addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
#mns .addresses-list h3 { font-weight:bold; font-size:13px; }
#mns .addresses-list address { margin:0 0 3px; }
#mns .addresses-list p { margin:0; }
#mns .addresses-list a { font-weight:bold; }
#mns .addresses-list .link-remove { color:#646464; }
#mns .addresses-list .separator { margin:0 3px; }
#mns .addresses-list li.item { background:#fff url(/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
#mns .addresses-list li.empty { background:none; border:0; padding:0; }
#mns .addresses-list li.empty p { font-weight:bold; }
#mns .addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
#mns .order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
#mns .order-info dt,
#mns .order-info dd,
#mns .order-info ul,
#mns .order-info li { display:inline; }
#mns .order-info .current { font-weight:bold; }
#mns .order-info li { margin:0 3px; }

#mns .order-date { margin:10px 0; }

#mns .order-info-box { background:#fff url(/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
#mns .order-info-box h2 { font-weight:bold; font-size:13px; }
#mns .order-info-box .box-payment p { margin:0 0 3px; }
#mns .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

#mns .order-items { width:100%; overflow-x:auto; }
#mns .order-items h2,
#mns .order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
#mns .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
#mns .order-items .link-print { color:#1e7ec8; font-weight:normal; }
#mns .order-items .order-links { text-align:right; }

#mns .order-additional { margin:15px 0; }
/* Order Gift Message */
#mns .gift-message dt strong { color:#666; }
#mns .gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
#mns .order-about dt { font-weight:bold; }
#mns .order-about dd { font-size:13px; margin:0 0 7px; }

#mns .tracking-table { margin:0 0 15px; }
#mns .tracking-table th { font-weight:bold; white-space:nowrap; }

#mns .tracking-table-popup { width:100%; }
#mns .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
#mns .tracking-table-popup th,
#mns .tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
#mns .page-print .print-head { margin:0 0 15px; }
#mns .page-print .print-head .logo { float:left; }
#mns .page-print .print-head address { float:left; margin-left:15px; }
#mns .page-print h1 { font-size:16px; font-weight:bold; }
#mns .page-print h2,
#mns .page-print h3 { font-size:13px; font-weight:bold; }
#mns .page-print h2.h2 { font-size:16px; font-weight:bold; }
#mns .page-print .order-date { background:url(/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
#mns .page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
#mns .page-print .gift-message-link { display:none; }
#mns .page-print .price-excl-tax,
#mns .page-print .price-incl-tax { display:block; white-space:nowrap; }
#mns .page-print .cart-price,
#mns .page-print .price-excl-tax .label,
#mns .page-print .price-incl-tax .label,
#mns .page-print .price-excl-tax .price,
#mns .page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
#mns .my-wishlist .data-table td { padding:10px; }
#mns .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
#mns .my-wishlist textarea { display:block; width:97%; height:109px; }
#mns .my-wishlist .buttons-set { margin-top:2em; }
#mns .my-wishlist .buttons-set button.button { float:none; }
#mns .my-wishlist .buttons-set .btn-add span,
#mns .my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#mns #wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
#mns .my-tag-edit { float:left; margin:0 0 10px; }
#mns .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#mns #my-tags-table { clear:both; }
#mns #my-tags-table td { padding:10px; }
#mns #my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#mns #my-reviews-table td { padding:10px; }

#mns .product-review .product-img-box { float:left; width:140px;  }
#mns .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
#mns .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
#mns .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
#mns .product-review .product-details { margin-left:150px; }
#mns .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
#mns .product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
#mns .product-review .ratings-table { margin:0 0 10px; }
#mns .product-review dt { font-weight:bold; }
#mns .product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
#mns .billing-agreements .info-box{ margin:15px 0; }
#mns .billing-agreements .form-list li select { float:left; }
#mns .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
#mns .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* Footer ================================================================================ */
#mns .footer-container { border-top:15px solid #b6d1e2; }
#mns .footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
#mns .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
#mns .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
#mns .footer .store-switcher select { padding:0; vertical-align:middle; }
#mns .footer a { color:#fff; text-decoration:none; }
#mns .footer a:hover { text-decoration:underline; }
#mns .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
#mns .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
#mns .footer .bugs a:hover { text-decoration:none; }
#mns .footer address { margin:0 0 20px; color:#ecf3f6; }
#mns .footer address a { color:#ecf3f6; text-decoration:underline; }
#mns .footer address a:hover { text-decoration:none; }
#mns .footer ul { display:inline; }
#mns .footer ul.links { display:block; }
#mns .footer li { display:inline; background:url(/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
#mns .footer li.last { background:none !important; padding-right:0 !important; }
#mns .footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

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


/* Clears ================================================================================ */
#mns .clearer:after,
#mns .header-container:after,
#mns .header-container .top-container:after,
#mns .header:after,
#mns .header .quick-access:after,
#mns #nav:after,
#mns .main:after,
#mns .footer:after,
#mns .footer-container .bottom-container:after,
#mns .col-main:after,
#mns .col2-set:after,
#mns .col3-set:after,
#mns .col3-layout .product-options-bottom .price-box:after,
#mns .col4-set:after,
#mns .search-autocomplete li:after,
#mns .block .block-content:after,
#mns .block .actions:after,
#mns .block li.item:after,
#mns .block-poll li:after,
#mns .block-layered-nav .currently li:after,
#mns .page-title:after,
#mns .products-grid:after,
#mns .products-list li.item:after,
#mns .box-account .box-head:after,
#mns .dashboard .box .box-title:after,
#mns .box-reviews li.item:after,
#mns .box-tags li.item:after,
#mns .pager:after,
#mns .sorter:after,
#mns .ratings:after,
#mns .add-to-box:after,
#mns .add-to-cart:after,
#mns .product-essential:after,
#mns .product-collateral:after,
#mns .product-view .product-img-box .more-views ul:after,
#mns .product-view .box-tags .form-add:after,
#mns .product-view .product-shop .short-description:after,
#mns .product-view .box-description:after,
#mns .product-options .options-list li:after,
#mns .product-options-bottom:after,
#mns .product-review:after,
#mns .cart:after,
#mns .cart-collaterals:after,
#mns .cart .crosssell li.item:after,
#mns .opc .step-title:after,
#mns .checkout-progress:after,
#mns .multiple-checkout .place-order:after,
#mns .group-select li:after,
#mns .form-list li:after,
#mns .form-list .field:after,
#mns .buttons-set:after,
#mns .page-print .print-head:after,
#mns .advanced-search-summary:after,
#mns .gift-messages-form .item:after,
#mns .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* custom settings */
#mns .categories li {
  float:left;
  margin:0 10px 10px 0;
}
#mns .categories li a {
  /*padding-top:140px;*/
  min-height: 150px;
  padding-top: 5px;
  /* /////////////////////////// */

  display:block;
  text-align:center;
  width:160px;
  border:1px solid #D9DDD3;
  padding-bottom:5px;
  text-transform:uppercase;
  /* background:url('../images/category/no-image.png') no-repeat center top;*/
}
#mns input.submit {
  border: 1px solid #DE5400;
  background: #F18200;
  padding: 2px 8px;
  color: white;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius:3px;
  cursor: pointer;
}

#mns #category_link_notesy, #category_link_ulotki, #category_link_wizytowki, #category_link_kalendarze, #category_link_katalogi {width:160px; height: 140px}
#mns #category_link_notesy {background: #fff url('../../images/category/notesy.png') no-repeat}
#mns #category_link_ulotki {background: url('../../images/category/ulotki.png') no-repeat}
#mns #category_link_wizytowki {background: #fff url('../../images/category/wizytowki.png') no-repeat}
#mns #category_link_kalendarze {background: #fff url('../../images/category/kalendarze.png') no-repeat}
#mns #category_link_katalogi {background: #fff url('../../images/category/katalog.png') no-repeat}

#mns .item {background: #fff}

#mns .form_h3 {font-size: 13px; font-weight: bold; margin: 0; line-height: 1.35;padding: 0 0 2px; color: #496778; border-bottom: 1px #496778 dashed; margin-bottom: 10px}

#mns .btn-submit {color: #fff; font-weight: bold; border: 1px solid #DE5400; background: #F18200; text-align: center; white-space: nowrap; padding: 0 8px; margin: 2px 0}
#mns .btn-submit-blue {color: #fff; font-weight: bold; border: 1px solid #406A83; background: #618499; text-align: center; white-space: nowrap; padding: 0 8px; margin: 2px 0}

#mns .fieldset {border: 1px solid #CCC; border-color: #CCC #999 #999 #CCC; padding: 15px; margin: 0 auto 20px; background: #fff}

#mns form .left {float: left; width: 48%;}
#mns form .right {float: right; width: 48%;}



#mns input[type="text"],input[type="password"], input.text, input.title, textarea, select {background-color: #fff; border: 1px solid #bbb; padding: 2px; color: #4E4E4E; margin: 0.5em 0 1em; }

#mns input[type="text"]:focus,input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border: 1px solid #2D3940;color: #3E3E3E;}


#mns #register-page form.formUserRegister {background: #fff; margin: 0 auto;width: 800px;}
#mns #register-page #formUserPersonRegister {display: none}
#mns form.formUserRegister legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: inline}
#mns form.formUserRegister legend * { vertical-align: middle}
#mns form.formUserRegister label {display: block; }
#mns form.formUserRegister input[type="text"], input[type="password"] {width: 100%; margin-bottom: 5px}

#mns form.formUserRegister span {color: #838383; font-weight: normal }
#mns form.formUserRegister span.link {cursor: pointer; color: #00B7F3}
#mns form.formUserRegister span.link:hover {text-decoration: underline}
#mns form.formUserRegister span.active {color: #838383}


#mns form.formUserEdit {background: #fff; margin: 0 auto;width: 800px !important;}
#mns form.formUserEdit legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: inline}
#mns form.formUserEdit legend * { vertical-align: middle}
#mns form.formUserEdit label {display: block; }
#mns form.formUserEdit input[type="text"] {width: 100%; margin-bottom: 5px}
#mns form.formUserEdit fieldset {width: 800px}

#mns form.formUserPassword fieldset {width: 500px}
#mns form.formUserPassword label {display: block; }
#mns form.formUserPassword legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: inline}
#mns form.formUserPassword legend * {vertical-align: middle}
#mns form.formUserPassword input[type="password"] {width: 100%; margin-bottom: 5px}

#mns form.formUserLogin  {/*width: 300px; */margin: 0 auto}
#mns form.formUserLogin label {display: block; }
#mns form.formUserLogin legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: inline}
#mns form.formUserLogin legend * {vertical-align: middle}
#mns form.formUserLogin input[type="password"], form#formUserLogin input[type="text"] {width: 100%; margin-bottom: 5px}
#mns form.login-register {width: 270px; margin: 0}

#mns form.formUserLostPassword  {width: 300px; margin: 0 auto}
#mns form.formUserLostPassword label {display: block; }
#mns form.formUserLostPassword legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: inline}
#mns form.formUserLostPassword legend * {vertical-align: middle}
#mns form.formUserLostPassword input[type="text"] {width: 100%; margin-bottom: 5px}

#mns form.userLostPasswordUpdate  {width: 300px; margin: 0 auto}
#mns form.userLostPasswordUpdate label {display: block; }
#mns form.userLostPasswordUpdate legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: inline}
#mns form.userLostPasswordUpdate legend * {vertical-align: middle}
#mns form.userLostPasswordUpdate input[type="password"] {width: 100%; margin-bottom: 5px}

#mns .user_menu {float: left; width: 500px; overflow: hidden; margin-bottom: 5px; border-bottom: 1px #d2d8db solid}
#mns .user_sub {border: 0}
#mns .user_top {float: right; text-align: right; width: 370px; margin-bottom: 5px; overflow: hidden}

#mns .error_list {color: #EB340A; font-size: 10px}
#mns .success_list {color: #79bd18; font-size: 10px}

#mns .cl {clear: both}
#mns .f_right {float: right}

#mns #shopping-cart {border: 1px solid #BEBCB7; width: 900px; margin: 0 auto; color: #2F2F2F}
#mns #shopping-cart thead, #shopping-cart tfoot {background: #d9e5ee; color: #0a265e; font-size: 12px}
#mns #shopping-cart thead th,  #shopping-cart td {font-weight: bold;border: 1px solid #BEBCB7; padding: 5px 10px; line-height: 14px;}
#mns #shopping-cart thead .price {min-width: 70px;text-align:center}
#mns #shopping-cart thead .sum {min-width: 70px;text-align:center}
#mns #shopping-cart td {font-weight: normal}
#mns #shopping-cart thead th {border-bottom: 2px #94aec4 solid}
#mns #shopping-cart a {color: #1f7ed7; text-decoration: underline}
#mns #shopping-cart a:hover {text-decoration: none}
#mns #shopping-cart tbody h2 {font-size: 13px; font-weight: bold; text-decoration: underline}
#mns #shopping-cart tbody h2 a {font-weight: bold;}
#mns #shopping-cart tbody dl dt {font-weight: bold; font-style: italic}
#mns .bold {font-weight: bold}
#mns .center {text-align: center}

#mns .container {width: 900px; margin: 0 auto}

#mns #cart-col-left { width: 605px; margin: 10px 0}
#mns #cart-col-right {float: right; width: 295px; margin: 10px 0; height: 100px;}

#mns .cart-total {width: 270px; padding: 10px; float: right; border: 1px solid #BEBCB7; background: #DEE5E8; text-align: right}
#mns .cart-total span {font-weight: bold}
#mns .cart-total h3 {font-weight: bold; font-size: 18px; margin-top: 20px}

#mns .box {border: 1px solid #D0CBC1; background: #fff; padding: 12px 15px; margin: 0 0 18px;}
#mns .box h2 {font-weight: bold; font-size: 13px; padding: 0 0 5px 0px; color: #E26703}
#mns .box_discount {width: 220px; float: right}
#mns .box_discount input {display: block; width: 100%;}

#mns form.cart-register {display: block; padding-right: 10px}

#mns .loyalty_left {float: left; width: 200px}
#mns #loyalty_statuses {width: 100%;border: 1px solid #ebebeb; margin-bottom: 10px}
#mns #loyalty_statuses th {background: #ebebeb; padding: 2px 5px; color: #E65505; font-weight: bold;}
#mns #loyalty_statuses img {vertical-align: middle}
#mns #loyalty_statuses td {border: 1px solid #ebebeb; padding: 2px 5px}

#mns #loyalty_stats {width: 100%;border: 1px solid #ebebeb; margin-bottom: 10px}
#mns #loyalty_stats th {background: #ebebeb; padding: 2px 5px; color: #E65505; font-weight: bold;}
#mns #loyalty_stats img {vertical-align: middle}
#mns #loyalty_stats td {border: 1px solid #ebebeb; padding: 2px 5px}
#mns #loyalty_stats .points {font-weight: bold; text-align: center}

#mns .loyalty_right {float: right; width: 680px;}
#mns .loyalty_right table {width: 100%; border: 1px solid #BEBCB7; color: #2F2F2F}
#mns .loyalty_right table th {border: 1px solid #BEBCB7; font-weight: bold; color: #838383; padding: 2px 5px; text-align: center}
#mns .loyalty_right table td {border: 1px solid #BEBCB7; font-weight: normal; color: #838383; padding: 2px 5px; text-align: center}

#mns #loyalty .block-controls {
    margin-top: 0;
}

#mns .orange {color: #E65505}
#mns .loaderAjax {display: none}

#mns div#invoice_data, div#delivery_data, div#delivery_description, div#delivery_price, div#payment_data, div#delivery_free {display:none}
#mns div#delivery_description, div#delivery_price, div#payment_data, div#delivery_free {font-size: 10px;}
#mns .delivery_price, .delivery_free {color: #be2c00}

#mns form.cartCheckout {background: #DEE5E8; border: 1px solid #BEBCB7; padding: 10px; margin-top: 10px}
#mns form.cartCheckout legend {color: #E65505; font-weight: bold; margin-left: 0px; padding: 0 5px; display: block; text-align: left}
#mns form.cartCheckout legend * {vertical-align: middle}
#mns form.cartCheckout fieldset {float: left; width: 33%}

#mns div#invoice_data label, div#delivery_data label {display: block; font-weight: bold}

#mns #product-item h2.bigger {
    border: 1px dashed #D5D8D9;
    padding-left:5px;
}
#mns #product-item h2.bigger:hover {
    background-color: #FFFFFF;
}
#mns .category-products a:hover {
    text-decoration: none;
}
#mns .category-products .no-photo {
    display:block;
    padding-top:100px;
    color:#67647E;
}
