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

/* Reset ================================================================================= */
* { margin: 0; padding: 0; }
body { background: #FFFFFF; color: #868686; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.5; text-align: left; }
img { border: 0; vertical-align: top; }
a { color: #868686; text-decoration: none; }
a:hover { text-decoration: none; color: #5c5c5c; }
:focus { outline: 0; }

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

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

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

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

/*sup           { font-size:1em; vertical-align:top; }*/

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

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

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

/* Layout ================================================================================ */
.wrapper { }
.page { }
.header-container { }
.nav-container1 { display: none; }
.nav-container { background: #2c8dcd; background: -moz-linear-gradient(top, #2c8dcd 40%, #257fbb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #2c8dcd), color-stop(70%, #257fbb)); background: -webkit-linear-gradient(top, #2c8dcd 40%, #257fbb 70%); background: -o-linear-gradient(top, #2c8dcd 40%, #257fbb 70%); background: -ms-linear-gradient(top, #2c8dcd 40%, #257fbb 70%); background: linear-gradient(to bottom, #2c8dcd 40%, #257fbb 70%); position: relative; }
.main-container { }
.footer-container { background: #f1f1f1; margin-top: 5px; }
.header-container, .nav-container, .main-container, .footer-container { }
.header, .nav-inner, .container-width, .footer, .main .col-main-left, .breadcumb-main, .col1-layout .col-main, .messages { width: 1150px; margin: 0 auto; padding: 0px; }
.cms-home  .main { width: 100%; }
.nav-inner { background: inherit; text-align: center; }
.header_left { display: inline-block; float: none; margin-top: 5px; max-width: 1548px; width: 100%; }
.header-center { display: block; float: left; overflow: hidden; text-align: center; width: 380px; }
.header_right { display: inline-block; float: right; margin-top: 30px; min-width: 60%; width: auto; }
.header { position: relative; z-index: 10; margin-top: 5px; margin-bottom: 20px; }
.header_top { height: 40px; }
.header-bottom { }
.main { min-height: 400px; margin-bottom: 10px !important; }
.footer { padding-top: 35px; background: #f1f1f1; }
.page-print { background: #fff; padding: 25px 30px; text-align: left; }
.page-empty { background: #fff; padding: 20px; text-align: left; }
.page-popup { background: #fff; padding: 25px 30px; text-align: left; }

/* Base Columns */
.col-left { float: left; width: 255px; padding: 0 0 0px; }
.col-main { float: left; width: 875px; padding: 0 0 0px; }
.col-right { float: right; width: 255px; padding: 0 0 0px; margin-left: 10px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width: 540px; margin-left: 10px; }
.col3-layout .col-wrapper { float: left; width: 760px; }
.col3-layout .col-wrapper .col-main { float: right; }

/* Content Columns */
.col2-set .col-1 { float: left; width: 48.5%; }
.col2-set .col-2 { float: right; width: 48.5%; }
.col2-set .col-narrow { width: 32%; }
.col2-set .col-wide { width: 65%; }
.col3-set .col-1 { float: left; width: 32%; }
.col3-set .col-1  img { width: 100%; }
.col3-set .col-2 { float: left; width: 32%; margin-left: 2%; }
.col3-set .col-3 { float: right; width: 32%; }
.col4-set .col-1 { float: left; width: 23.5%; }
.col4-set .col-2 { float: left; width: 23.5%; margin: 0 2%; }
.col4-set .col-3 { float: left; width: 23.5%; }
.col4-set .col-4 { float: right; width: 23.5%; }

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

/* Global Styles ========================================================================= */

/* Form Elements */
input, select, textarea, button { vertical-align: middle; }
input.input-text, select, textarea { background: #fff; border: 1px solid #CDCDCD; color: #555; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
input.input-text, textarea { padding: 5px; }
input.input-tex:focus, textarea:focus { -moz-box-shadow: #bbb 0 0 3px; -webkit-box-shadow: #bbb 0 0 3px; box-shadow: #bbb 0 0 3px; }
select { padding: 3px; }
select option { padding-right: 10px; }
select.multiselect option { border-bottom: 1px solid #CDCDCD; padding: 2px 5px; }
select.multiselect option:last-child { border-bottom: 0; }
textarea { overflow: auto; }
input.radio { margin-right: 3px; }
input.checkbox { margin-right: 3px; }
input.qty { width: 2.5em !important; }
button.button::-moz-focus-inner { padding: 0; border: 0; }

/* FF Fix */
button.button { -webkit-border-fit: lines; }

/* <- Safari & Google Chrome Fix */
.ie7 button.button { height: auto !important; }
button.button { /*overflow: visible;*/ width: auto; border: 0; padding: 0; margin: 0; background: transparent; cursor: pointer; }
button.button span, .back-link a { display: block; font-family: 'Open Sans', Arial, Helvetica, sans-serif; background: #737373; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); height: 16px; line-height: 16px; padding: 6px 14px; text-align: center; white-space: nowrap; color: #fff; text-decoration: none; }
button.button span span { border: 0; padding: 0; background: none; }
button.button:hover span, .back-link a:hover, .cart .discount button:hover span, li:hover .list-right button.button span { background: #43a5d5; background: -moz-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43a5d5), color-stop(100%, #1885d0)); background: -webkit-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: -o-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: -ms-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: linear-gradient(to bottom, #43a5d5 0%, #1885d0 100%); }
button.button:hover span span, .cart .discount button:hover span  span { background: none; }
button.disabled span { border-color: #bbb !important; background: #bbb !important; }
button.btn-checkout span { border: 0 none; font-size: 17px; font-weight: 600; height: 40px; line-height: 40px; padding: 0 35px; text-transform: capitalize; }
#product-addtocart-button:hover span { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a7a7a7 0%, #737373 100%) repeat scroll 0 0 !important; transition: all 0.2s ease-in-out 0s; }
#product-addtocart-button:hover span span { background: transparent none repeat scroll 0 0 !important; }
.cart .discount button span, button.btn-checkout span { color: #fff; background: #ff6f34; background: -moz-linear-gradient(top, #ff6f34 0%, #ff6f34 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6f34), color-stop(100%, #ff6f34)); background: -webkit-linear-gradient(top, #ff6f34 0%, #ff6f34 100%); background: -o-linear-gradient(top, #ff6f34 0%, #ff6f34 100%); background: -ms-linear-gradient(top, #ff6f34 0%, #ff6f34 100%); background: linear-gradient(to bottom, #ff6f34 0%, #ff6f34 100%); border-radius: 5px; }
.cart .discount button:hover span, button.btn-checkout:hover span { background: #737373; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); color: #fff; }
.cart .discount button span span, button.btn-checkout span span, .cart .discount button:hover span span, button.btn-checkout:hover span span { background: none; }
button.btn-checkout.no-checkout span { color: #b8baba; }
button.btn-checkout.no-checkout span span { }
p.control input.checkbox, p.control input.radio { margin-right: 6px; }

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus { box-shadow: 0 0 3px #BBBBBB; }

/*.highlight { background:#efefef; }*/

/* Form lists */

/* Grouped fields */

/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin: 0 0 8px; }
.form-list label { float: left; font-weight: normal; position: relative; z-index: 0; padding-bottom: 5px; }
.form-list label.required { }
.form-list label.required em { float: right; font-style: normal; color: #DD4B39; position: absolute; top: 0; right: -8px; }
.form-list li.control label { float: none; }
.form-list li.control input.radio, .form-list li.control input.checkbox { margin-right: 6px; }
.form-list li.control .input-box { clear: none; display: inline; width: auto; }

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display: block; clear: both; width: 260px; }
.form-list .field { float: left; width: 275px; }
.form-list input.input-text { width: 250px; }
.form-list textarea { width: 250px; height: 10em; }
.form-list select { width: 260px; }
.form-list li.wide .input-box { width: 535px; }
.form-list li.wide input.input-text { width: 529px; }
.form-list li.wide textarea { width: 529px; }
.form-list li.wide select { width: 535px; }
.form-list li.additional-row { border-top: 1px solid #ccc; margin-top: 10px; padding-top: 7px; }
.form-list li.additional-row .btn-remove { float: right; margin: 5px 0 0; }
.form-list .input-range input.input-text { width: 74px; margin: 5px 0px; }
.form-list-narrow li { margin-bottom: 0; }
.form-list-narrow li .input-box { margin-bottom: 6px; }
.form-list-narrow li.wide .input-box { width: 260px; }
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea { width: 254px }
.form-list-narrow li.wide select { width: 260px; }

/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box { width: auto; }
.form-list .name-prefix { width: 65px; }
.form-list .name-prefix select { width: 55px; }
.form-list .name-prefix input.input-text { width: 49px; }
.form-list .name-suffix { width: 65px; }
.form-list .name-suffix select { width: 55px; }
.form-list .name-suffix input.input-text { width: 49px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname { width: 140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width: 124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename { width: 210px; }
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year { float: left; width: 85px; }
.form-list .customer-dob input.input-text { display: block; width: 74px; }
.form-list .customer-dob label { font-size: 10px; font-weight: normal; color: #888; }
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month { width: 60px; }
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text { width: 46px; }
.form-list .customer-dob .dob-year { width: 140px; }
.form-list .customer-dob .dob-year input.input-text { width: 134px; }

/* Independent fields */

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

/* Customer */

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

.buttons-set { margin: 20px 0 0; }
.buttons-set p.required { margin: -20px 0 10px; }
.buttons-set .back-link { float: left; margin: 0; }
.buttons-set button.button { float: right; margin-left: 5px; }
.form-add .buttons-set { display: inline-block; }
.buttons-set-order { margin: 10px 0 0; }
.buttons-set-order .please-wait { padding: 12px 7px 0 0; }
.form-add .buttons-set button.button { margin-right: 0px; }
.fieldset { margin: 20px 0; padding: 0; }

/* Form Validation */
.validation-advice { clear: both; min-height: 13px; margin: 3px 0 0; padding-left: 17px; font-size: 12px; line-height: 13px; background: url(../skin/frontend/templatemela/MAG100204/images/validation_advice_bg.gif) 2px 0 no-repeat; color: #DD4B39; float: left; }
.validation-failed { border: 1px dashed #DD4B39 !important; background: #faebe7 !important; }
.validation-passed { }
p.required { font-size: 11px; text-align: right; color: #DD4B39; }

/* Expiration date and CVV number validation fix */
.v-fix { float: left; }
.v-fix .validation-advice { display: block; width: 12em; margin-right: -12em; position: relative; }

/* Global Messages  */
.success { color: #3d6611; font-weight: bold; }
.error { color: #df280a; font-weight: bold; }
.notice { color: #e26703; }
.messages, .messages ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.messages { overflow: hidden; }
.messages { position: relative; z-index: 8; left: 0px; right: 0px; margin: 0 auto !important; top: 0px; }
.checkout-multishipping-billing .messages { top: -102px; }
.cms-home  .messages { top: 0px; }
.messages li { margin: 4px 0px !important; line-height: 20px; }
.messages li li { margin: 0 0 3px !important; }
.error-msg, .success-msg, .note-msg, .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; }
.error-msg { border-color: #f16048; background-color: #faebe7; background-image: url(../skin/frontend/templatemela/MAG100204/images/i_msg-error.gif); color: #df280a; }
.success-msg { border-color: #446423; background-color: #eff5ea; background-image: url(../skin/frontend/templatemela/MAG100204/images/i_msg-success.gif); color: #3d6611; }
.note-msg, .notice-msg { border-color: #fcd344; background-color: #fafaec; background-image: url(../skin/frontend/templatemela/MAG100204/images/i_msg-note.gif); color: #3d6611; }

/* BreadCrumbs */
.breadcrumbs { margin-top: 33px; float: left; width: 60%; text-align: left; }
.breadcrumbs li { display: inline; color: #000; /*text-transform:uppercase;*/ }
.breadcrumbs li a { color: #000; }
.breadcrumbs li a:hover { color: #868686; }
.breadcrumbs li strong { font-weight: normal; color: #237eba; }

/* Page Heading */
.page-title { margin: 0; overflow: hidden; padding-bottom: 0px; width: 100%; }
.page-title h1, .page-title h2 { margin: 0; font-size: 20px; color: #333; text-align: left; }
.page-title .separator { margin: 0 3px; }
.page-title .link-rss { float: right; margin: 7px 0 0; }
.title-buttons { text-align: right; }
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 { float: left; }
.subtitle, .sub-title { clear: both; padding: 15px 0 0; font-size: 15px; font-weight: bold; margin: 0 0 6px; color: #e25203; }

/* Pager */
.pager { padding: 5px 8px; margin: 10px 0; text-align: right; border-bottom: 1px solid #E6e6e6; }
.toolbar-bottom .pager { border-top: 1px solid #E6e6e6; border-bottom: none; }
.pager .amount { float: left; margin: 0; padding-top: 4px; }
.pager .amount strong { font-weight: normal; color: black; }
.pager .limiter { float: right; margin-left: 30px; z-index: 999 !important; }
.pager .limiter label { vertical-align: super; color: black; }
.pager .limiter span { display: inline; vertical-align: super; color: black; }
.pager .limiter select { margin: 0 0 1px; vertical-align: middle; }
.pager .pages { margin: 0px 0 0 10px; float: right; }
.pager .pages strong { display: none; }
.pager .pages ol { float: left; }
.pager .pages li { display: inline-block; overflow: hidden; vertical-align: middle; cursor: pointer; }
.pager .pages li a { background: none repeat scroll 0 0 #ececec; display: inline-block; overflow: hidden; padding: 5px 10px; vertical-align: middle; }
.pager .pages .current, .pager .pages li:hover { }
.pager .pages .current, .pager .pages li:hover a, .pager .pages li:hover a { color: #fff; background: #ffd069; }
.pager .pages .current { padding: 5px 10px; vertical-align: top; }
.pager .pages li img { margin-top: -3px; padding: 0px 2px; }
.pager .pages li  img, .pager .pages li  a { text-decoration: none; }

/* Sorter */
.sorter { }
.sorter .view-mode { float: left; margin: 0; }
.sorter .sort-by { float: right; padding-right: 0px; margin-right: 10px; }
.sort-by label { margin-right: 5px; padding-top: 0px; text-align: left; display: inline; vertical-align: super; color: black; }
.sorter .sort-by select { padding: 0; margin: 0 0 1px; vertical-align: middle; }
.sorter .link-feed { }
.pager .pager_right .sort-by { float: right; z-index: 8; margin-left: 10px; }
.pager .pager_right .sort-by .sbHolder { display: inline-block; }
.pager .limiter .sbHolder { display: inline-block; margin: 0 5px; }
.ie7 .pager .limiter .sbHolder, .ie7 .pager .sort-by .sbHolder { display: inline; }
.desc-asc { float: right; display: inline; margin-left: 10px; }
.sort-by a.uparrow, .sort-by a.downarrow:hover { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -141px -166px; border: 1px solid #DDDDDD; display: block; height: 28px; margin: 0; padding: 0; transition-duration: 300ms; width: 28px; }
.sort-by a.downarrow, .sort-by a.uparrow:hover { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -121px -166px; border: 1px solid #DDDDDD; display: block; height: 28px; margin: 0; padding: 0; transition-duration: 300ms; width: 28px; }

/* Toolbar */
.toolbar { margin-bottom: 10px; }
.toolbar .pager { padding: 10px 0px; }
.toolbar .pager .pager_left { float: right; margin-right: 10px; }
.toolbar .pager .pager_right { float: left; }
.toolbar .sorter { }
.toolbar-bottom { }

/* ==================== List/Grid Image ============*/
.view-mode { float: left; margin-right: 10px; margin-bottom: 0; }
.view-mode label { display: none; }
.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll 0 0 transparent; border: 1px solid #eeeeee; display: inline-block; height: 27px; margin: 0 5px 0 0; text-align: left; text-indent: -999em; width: 27px; }
.view-mode a.grid { background-position: -4px -158px; }
.view-mode strong.list { background-position: -34px -128px; margin-left: -6px; }
.view-mode a.list { background-position: -34px -158px; margin-left: -6px; }
.view-mode a.list:hover { background-position: -34px -128px; transition: all 200ms ease 0s; }
.view-mode a.grid:hover { background-position: -4px -128px; transition: all 200ms ease 0s; }
.view-mode strong.grid { background-position: -4px -128px; }

/* Data Table */
.data-table { width: 100%; border: 1px solid #DDDDDD; }
.data-table .odd { background: #fff }
.data-table .even { background: #f6f6f6; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last, .data-table th.last { border-right: 0; }
.data-table tr.last th, .data-table tr.last td { border-bottom: 0 !important; }
.data-table th { padding: 5px 8px; font-weight: bold; }
.data-table td { padding: 5px 8px; }
.data-table thead th { font-weight: bold;/* border-right:1px solid #c2d3e0;*/ padding: 7px 8px; color: #4D4D4D; white-space: nowrap; vertical-align: middle; }
.data-table thead th.wrap { white-space: normal; }
.data-table thead th a, .data-table thead th a:hover { color: #fff; }
.data-table thead th { background: #F0F0F0; }
.data-table thead th .tax-flag { font-size: 11px; white-space: nowrap; }
.data-table tfoot { /*border-bottom:1px solid #d9dde3;*/ }
.data-table tfoot tr.first td { }
.data-table tfoot tr { /*background-color:#F0F0F0 !important;*/ }
.data-table tfoot td { padding-top: 5px; padding-bottom: 5px; border-bottom: 0; }
.data-table tfoot strong { font-size: 16px; }
.data-table tbody th, .data-table tbody td { /*border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */ }

/* Bundle products tables */
.data-table tbody.odd tr { background: #fff !important; }
.data-table tbody.even tr { background: #F0F0F0 !important; }
.data-table tbody.odd tr td, .data-table tbody.even tr td { border-bottom: 0; }
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td { border-bottom: 1px solid #d9dde3; }
.data-table tbody td .option-label { font-weight: bold; font-style: italic; }
.data-table tbody td .option-value { padding-left: 10px; }
.data-table.cart-table { border: medium none; }

/* Generic Info Box */
.info-box { border: 1px solid #d0cbc1; padding: 12px 15px; margin: 0 0 15px; }
.info-box h2 { font-weight: bold; font-size: 13px; }
.info-table th { font-weight: bold; padding: 2px 15px 2px 0; }
.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(../skin/frontend/templatemela/MAG100204/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 */
.cart-tax-info { display: block; }
.cart-tax-info, .cart-tax-info .cart-price { padding-right: 20px; }
.cart-tax-total { display: block; padding-right: 20px; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_collapse.gif) 100% 5px no-repeat; cursor: pointer; }
.cart-tax-info .price, .cart-tax-total .price { display: inline !important; font-weight: normal !important; }
.cart-tax-total-expanded { background-position: 100% -52px; }

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

/* Misc */
.header .links li { display: inline; }
.header .links li.first { padding-left: 0; }
.header .links li.last { background: none; padding-right: 0; }
.link-cart { font-weight: normal; }
.link-wishlist, .link-compare { font-weight: normal; }
.link-reorder { }
.link-print { /*background:url(../skin/frontend/templatemela/MAG100204/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.link-rss { background: url(../skin/frontend/templatemela/MAG100204/images/i_rss.gif) 0 2px no-repeat; padding-left: 18px; line-height: 14px; white-space: nowrap; }
.btn-remove { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; background: url(../skin/frontend/templatemela/MAG100204/images/btn_remove.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-previous { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; background: url(../skin/frontend/templatemela/MAG100204/images/btn_previous.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-remove2 { background: url("../skin/frontend/templatemela/MAG100204/images/xbtn_trash.gif.pagespeed.ic.uKBIN82635.png") no-repeat scroll center center rgba(0, 0, 0, 0.07); display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; padding: 15px; text-indent: -999em; width: 0; }
.btn-edit { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; background: url(../skin/frontend/templatemela/MAG100204/images/btn_edit.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.cards-list dt { margin: 5px 0 0; }
.cards-list .offset { padding: 2px 0 2px 20px; }
.separator { margin: 0 3px; }
.divider { clear: both; display: block; font-size: 0; line-height: 0; height: 1px; margin: 10px 0; text-indent: -999em; overflow: hidden; }

/* Global site notices */
.global-site-notice { border: 1px solid #cfcfcf; border-width: 0 0 1px; background: #ffff90; font-size: 12px; line-height: 1.25; text-align: center; }
.global-site-notice .notice-inner { width: 860px; margin: 0 auto; padding: 12px 0 12px 80px; background: url(../skin/frontend/templatemela/MAG100204/images/i_notice.gif) 20px 25px no-repeat; text-align: left; }
.global-site-notice .notice-inner p { margin: 0; border: 1px dotted #cccc73; padding: 10px; }
.global-site-notice .notice-inner .actions { padding-top: 10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript { }

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

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

/* Header ================================================================================ */
.logo { float: left; }
.header .logo { float: none; margin: 0px; text-decoration: none !important; display: inline-block; }
.header .logo strong { position: absolute; top: -999em; left: -999em; width: 0; height: 0; font-size: 0; line-height: 0; text-indent: -999em; overflow: hidden; }
.header h1.logo { margin: 0; }
.header .quick-access { float: right; width: 100%; padding: 0px 0px 0 0; position: relative; }
.header .welcome-msg { margin: 10px 0 0px 10px; float: left; }
.header .welcome-msg a { color: #ebbc58; }
.header .form-search { position: relative; float: right; width: 330px; }
.header .sbToggle { right: 7px; }
.header .form-search:hover button.button, .header .form-search input.input-text:focus + button.button { border-left: none; width: 45px; }
.header .form-search label { float: left; width: 24px; height: 21px; text-align: left; text-indent: -999em; overflow: hidden; display: none; }
.header .form-search input.input-text { width: 281px; border: 1px solid #FFF; float: left; font-family: "Ubuntu", Arial, Helvetica, sans-serif; left: 0; line-height: 18px; padding: 12px 0px; transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; width: 0; }
.ie8 .header .form-search input.input-text { padding: 14px 0px; }
.ie8 .quick-access .form-search:hover input.input-text, .ie8 .quick-access .form-search input.input-text:focus { padding: 14px 50px 14px 10px; }
.header .form-search button.button { float: left; background: url("../skin/frontend/templatemela/MAG100204/images/magnify.png") no-repeat scroll center center #ff6f34; height: 44px; width: 46px; margin-left: 3px; padding: 21px; position: absolute; right: 0px; /*right: -11.5px;*/ border: 1px solid #d0d0d0; }
.header .form-search button.button span { border: 0; background: none; padding: 0px; }
.header .form-search button.button span span { font-size: 0; }
.header .form-search .search-autocomplete { z-index: 999; top: 50px !important; }
.header .form-search .search-autocomplete ul { border: 1px solid #5c7989; background-color: #f9f5f0; }
.header .form-search .search-autocomplete li { text-align: left; border-bottom: 1px solid #f4eee7; padding: 2px 8px 1px 8px; cursor: pointer; }
.header .form-search .search-autocomplete li .amount { float: right; font-weight: bold; }
.header .form-search .search-autocomplete li.odd { background-color: #fffefb; }
.header .form-search .search-autocomplete li.selected { background-color: #f7e8dd; }
.header .form-language { margin-top: 7px; float: left; background: url("../skin/frontend/templatemela/MAG100204/images/bkg_pipe1.gif") no-repeat scroll 100% 60%; padding-right: 3px; }
.header .form-language label { padding-right: 5px; }
.header .form-language select.flags option { background-position: 4px 50%; background-repeat: no-repeat; padding-left: 25px; }
.header .tm_top_currency { margin-top: 7px; margin-left: 0px; float: left; background: url("../skin/frontend/templatemela/MAG100204/images/bkg_pipe1.gif") no-repeat scroll 100% 60%; padding-right: 3px; margin-right: 3px; }
.header .tm_top_currency  label, .header .form-language label { line-height: 25px; margin-right: 5px; float: right; display: none; }
.form-language  .sbHolder, .tm_top_currency .sbHolder { float: right; border: none; }
.tm_top_currency .sbHolder { padding-left: 0px; }
.ie7 .header .form-language { width: 250px; }
.ie7 .header .tm_top_currency { width: 130px; }
.header .header-cart  li { clear: both; margin-bottom: 5px; display: block; }
.ie7 .header .header-cart li { overflow: hidden; }
.header .header-cart #panel { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DDDDDD; display: none; text-align: left; min-width: 20px; padding: 15px; position: absolute; right: 0; top: 39px; z-index: 9; width: 250px; }
.header .header-cart #panel .actions { float: left; margin-top: 7px; }
.header .header-cart #panel .actions .viewcart-btn { margin-left: 5px; }
.header .header-cart #panel .product-name a { font-size: 13px; }
.tm_headerlinks_inner { display: none; }
.header .links { float: left; margin: 2px 0px 0px  0px; clear: both; }
.header .links li { float: left; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 8px 0 7px; }
.header .links li a { text-decoration: none; }
.header-container .top-container { clear: both; padding: 5px 10px 0 12px; text-align: right; }
.header-cart { float: right; margin-left: 5px; }
.cart_mini_right::before { content: "shopping cart"; display: block; float: right; text-align: center; text-transform: capitalize; width: 100%; }
.cart_mini_right { background-color: #ededed; color: black; cursor: pointer; float: left; font-weight: normal; height: 40px; margin-left: 25px; margin-top: 0; padding: 3px 15px 3px 25px; width: 120px; }
.cart_mini_right .price { color: #111; }
.header-cart .right_arrow { background: url("../skin/frontend/templatemela/MAG100204/images/arrow-down.png") no-repeat scroll center center transparent; margin: 2px 0 0 6px; vertical-align: middle; display: none; width: 10px; height: 15px; }
.ie7 .header-cart .right_arrow { display: inline }
.header-cart  .active .right_arrow { background: url("../skin/frontend/templatemela/MAG100204/images/arrow-up.png") no-repeat scroll center center transparent; }
.headertoggle_img { background: url("../skin/frontend/templatemela/MAG100204/images/responcive-menu.png") no-repeat scroll center center #c7c7c7; top: -55px; padding: 10px 0px; margin: 0 auto; text-align: center; width: 100%; position: absolute; border-left: 1px solid #fff; }

/********** < Navigation */
.advanced_nav { display: none; }
.nav-inner #nav, .nav-responsive, #advancedmenu { height: 57px; clear: both; }
#advancedmenu { height: 54px; }
.nav-inner > ul { display: inline-block; }

/* All Levels */

/* Style consistent throughout all nav levels */
#nav li { position: relative; text-align: left; }
#nav li.over { z-index: 998; }
#nav a, #nav a:hover { display: block; line-height: 1.3em; text-decoration: none; }
#nav a:hover, #nav > li:hover > a, #nav li.active > a, .custom_menu:hover a, .cms-home .home_link a, div.menu a:hover, div.act .parentMenu > a, div.active .parentMenu > a { color: #004370; }
#nav span { display: block; cursor: pointer; white-space: nowrap; }
#nav li ul span { white-space: normal; }
#nav ul li.parent a { background: url(../skin/frontend/templatemela/MAG100204/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image: none; }

/* 0 Level */
#nav li { float: left; }
#nav a, .nav-responsive span { float: left; }
#nav a, .nav-responsive span, div.menu a, div.megnor-advanced-menu-popup a { padding: 12px 25px 14px; color: #fff; font-size: 16px; text-decoration: none; text-transform: uppercase; font-family: 'Oswald', Arial, Open Sans; font-weight: 400; line-height: 28px; }
#nav  .level-top > a { font-family: 'Oswald', Arial, Open Sans; font-weight: 400; line-height: 26px; }
#nav li.over a, #nav a:hover, div.menu a:hover, div.menu.active a { color: #004370; }
#nav  .level-top > ul.shown-sub:before { }

/* 1st Level */
#nav ul li, #nav ul li.active { float: none; margin: 0; }
#nav ul li.last { padding-bottom: 0; }
#nav ul a, #nav ul a:hover { float: none; padding: 0; background: none; }
#nav ul li a { font-weight: normal !important; }

/* 2nd Level */
#nav ul, .responsive-menu #nav-mobile { background: #1885d0; }
#nav > li > ul { border-top: 4px solid #004370; margin-top: -4px; }
#nav ul, #nav div { position: absolute; width: 15em; top: 59px; left: -10000px; padding: 10px; }
#nav div ul { position: static; width: auto; border: none; }

/* 3rd+ Level */
#nav ul ul, #nav ul div { top: 5px; }
#nav ul li a { }
#nav ul li a:hover, #nav > li ul > li:hover > a, .responsive-menu a:hover { background-color: #319ae3; color: #ffffff; margin: 0px 12px 0 -13px; padding: 12px 12px 14px 39px; }
#nav ul li a, .responsive-menu a { color: #fff !important; text-decoration: none; display: block; text-transform: capitalize; font-size: 14px; }
#nav ul span, #nav ul li.last li span, .responsive-menu li a { padding: 4px; }
.responsive-menu li a { padding: 5px 0 5px 10px; }

/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub { left: 0; z-index: 999; border-top: 10px solid #f00; }
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub { left: 200px; top: 10px; }

/********** Navigation > */

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

/* Sidebar =============================================================================== */
.block { border: 1px solid #fff; margin: 0 0 15px; position: relative; }
.block .block-title { padding: 10px; color: #fff; text-transform: capitalize; background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); position: relative; }
.block.block-side-nav-container .block-title { background: #43a5d5; background: -moz-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43a5d5), color-stop(100%, #1885d0)); background: -webkit-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: -o-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: -ms-linear-gradient(top, #43a5d5 0%, #1885d0 100%); background: linear-gradient(to bottom, #43a5d5 0%, #1885d0 100%); }
.block .block-title strong { display: block; padding: 0px 0px 0px 25px; color: #fff; font-weight: 500; font-size: 16px; background: url("../skin/frontend/templatemela/MAG100204/images/heading-image.png") no-repeat scroll left 0px; text-transform: uppercase; font-family: "Oswald", 'Open Sans', Arial; }
.block .block-title strong span { }
.block .block-title a { text-decoration: none !important; }
.block .block-subtitle { margin: 0; padding: 5px 0px; font-weight: normal; }
.block .block-content {/* position:relative;*/
border: 1px solid #E6E6E6; padding: 10px; }
.block .block-content li { padding: 2px 0; }
.block .block-content li a { text-decoration: none; }
.block .block-content li .product-name a { font-size: 13px; }
.block .block-content li.item { padding: 7px 0px; }
.block .block-content .product-name { color: #555555; }
.block .btn-remove, .block .btn-edit, #panel .btn-edit, #panel  .btn-remove { float: right; margin: 3px 0 2px 5px; }
.block .actions { padding: 4px 5px 4px 0px; text-align: right; }
.block .actions a { float: left; }
.block .actions button.button { float: right; }
.block .empty { margin: 0; padding: 5px 0px; }

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

/* Mini Blocks */

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

/* Mini Products List */
.mini-products-list .product-image { float: left; width: 75px; border: 1px solid #e6e6e6; margin-bottom: 15px; margin-right: 10px; }
.mini-products-list .product-details { float: left; width: 50%; }
.col-left .mini-products-list .price-box .old-price { font-size: 14px; }
.header-cart .mini-products-list .product-details { float: none; width: 100%; }
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small { word-wrap: break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space: normal !important; }

/* Block: Account */
.block-account .block-content li.current { padding: 4px 0 !important; border-bottom: 1px solid #e6e6e6; }
.block-account .block-content li.current strong { font-weight: normal; color: #5c5c5c; }

/* Block: Currency Switcher */
.block-currency { }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { }

/* Block: Category Navigation */
#category-treeview li a, .block-account .block-content li a, #recently-viewed-items a, .block-brand-nav li a { border-bottom: 1px solid #e6e6e6; display: block; padding: 4px 0 4px 0px; text-decoration: none; }
#category-treeview li a:hover { color: #43a5d5; }
.ie7 #category-treeview li { display: inline }
.block-brand-nav  .sbHolder li a, .block-brand-nav .sbHolder li a:hover { background: none; padding-left: 5px; }
#category-treeview li, .block-account .block-content li, #recently-viewed-items li, .block-brand-nav li { padding: 0 !important; }
#category-treeview li a:hover, .block-account .block-content li a:hover, .block-account .block-content li.current, #recently-viewed-items a:hover, .block-brand-nav li a:hover { }
#category-treeview li ul { margin-left: 15px; }
#category-treeview li ul a { }
#category-treeview li ul a:hover { }
#category-treeview li.last a, .block-account .block-content li.last a, #recently-viewed-items li.last a, .block-brand-nav li:last-child a { border-bottom: none; }
#category-treeview .hitarea { background: none; height: 25px; width: 25px; float: right; cursor: pointer; }
#category-treeview .expandable .collapsable-hitarea { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -227px -122px transparent; }
#category-treeview .expandable-hitarea { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -198px -122px transparent; }
#category-treeview .collapsable-hitarea { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -226px -122px transparent; }
#narrow-by-list .price { color: #868686; }
#narrow-by-list  a:hover .price { color: #5c5c5c; }

/* Block: Layered Navigation */
.block-layered-nav { }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { line-height: 1.35; background: #d5e8ff; padding: 3px 9px; border: 1px solid #b9ccdd; border-width: 1px 0; text-transform: uppercase; display: none; }
.block-layered-nav .block-content { }
.block-layered-nav dt { border-bottom: 1px solid #E7E7E7; font-weight: normal; padding: 0 0px 4px; text-transform: capitalize; font-size: 14px; }
.block-layered-nav dd { padding: 5px 0px; }
.block-layered-nav a { }
.block-layered-nav a:hover { }
.block-layered-nav dd.last { background: none; }
.block-layered-nav .currently li { background: #eeeeee; padding: 4px 20px 4px 10px; position: relative; z-index: 1; line-height: 1.5; }
.block-layered-nav .currently .label { font-weight: bold; text-transform: uppercase; display: inline-block; vertical-align: top; }
.block-layered-nav .currently .value { display: inline-block; vertical-align: top; }
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove { position: absolute; right: 0px; top: 9px; margin: 0; background: url("../skin/frontend/templatemela/MAG100204/images/btn_remove.gif") no-repeat scroll 0 0 transparent; }
.block-layered-nav .currently .btn-previous { right: 17px; }
.block-layered-nav .actions { font-size: 11px; padding: 4px 5px 4px 9px; text-align: right; }
.block-layered-nav .actions a { float: none; background: none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { padding: 2px 0px 8px; margin: -1px 0 0; position: relative; z-index: 1; clear: both; }
.block-cart .amount { margin: 0; }
.block-cart .amount a { font-weight: normal; }
.block-cart .subtotal { margin: 5px 0 0; padding: 2px 0; }
.block-cart .subtotal .price { font-weight: bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float: left; width: 100%; margin: 3px 0 0; text-align: right; }
.block-cart .actions .paypal-logo .paypal-or { clear: both; display: block; padding: 0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align: right; }
.block-wishlist .actions a, .block-related .actions a { float: none; }
#wishlist-table .add-to-cart-alt .input-text { margin-bottom: 8px; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float: left; }
.block-related .tm-checkbox .tm-hide { opacity: 1; }
.block-related .product { }
.block-related li { position: relative; }
.block-related .tm-checkbox { position: absolute; left: 2px; height: 13px; display: none; }

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

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { }
.block-poll label { color: #777; }
.block-poll input.radio { }
.block-poll .label { margin-left: 3px; }
.block-poll li { padding: 3px 9px; }
.block-poll .actions { margin: 5px 0 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight: bold; }
.block-poll .votes { float: right; margin-left: 10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding: 3px 9px; }
.block-gr-search button.button span { }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { background: none; border: 0; font-size: 12px; }
.block-tags .block-content a { }
.block-tags .actions { text-align: right; }
.block-tags .actions a { float: none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding: 5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { font-weight: normal; }
.block-subscribe input.input-text { display: block; background: none repeat scroll 0 0 #505050; border-color: #9c9b9b; color: #868686; display: inline-block; float: left; width: 265px; padding: 8px 10px; }
.block-subscribe .actions { background: none; padding: 0; margin: 0px 0 0; text-align: left; float: left; }
.block-subscribe .actions button.button  span { background: #ffd069; border-radius: 0px; color: #333; }
.block-subscribe .actions button.button  > span { background-color: #ffd069; margin-left: 20px; padding: 9px 26px; text-align: center; }
.block-subscribe .actions:hover button.button span { background-color: #43a5d5; color: #fff; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float: left; margin: 2px -20px 0 0; }
.block-reorder .product-name { margin-left: 0px; display: inline; }
.block-reorder .validation-advice { margin: 3px 9px 7px; }

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

/* Block: Login */
.block-login .block-content { padding: 5px 10px; }
.block-login label { font-weight: bold; color: #666; }
.block-login input.input-text { display: block; width: 167px; margin: 3px 0; }
.block-login .actions { background: none; padding: 0; margin: 3px 0 0; }
.block-login .actions button.button span { border-color: #406a83; background: #618499; }

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

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

/* Category Page ========================================================================= */
.category-title { border: 0; margin: 0 0 7px; }
.category-image { width: 100%; overflow: hidden; margin: 0 0 10px; text-align: center; }
.category-image img { }
.category-description { margin: 0 0 25px; line-height: 20px; font-size: 15px; text-align: center; }
.category-products { }
.category-title h2 a { padding: 0 !important; }
.category-title h2, .category-title h2 a, .crosssell h2 { color: #545f61; font-family: "Oswald"; font-size: 14px; font-weight: 600; line-height: 20px; padding: 10px 0px; text-transform: uppercase; text-align: left; }
h2.product-name { background: none; padding: 0 !important; border-bottom: none !important; margin-top: 5px; text-align: left; }

/* View Type: Grid */

/*.products-grid { border-bottom:1px solid #d9ddd3; background:url(http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }*/
.products-grid { width: 100%; }
.products-grid li.item, .col-main .slider-item { float: left; width: 250px; padding: 0; list-style: none; }
.products-grid li.first_item_tm { }
.products-grid li.last_item_tm { }
.products-grid li .product-block { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EEEEEE; clear: both; margin: 10px 8px; overflow: hidden; }
.products-grid li .product-block-inner { overflow: hidden; padding: 10px 7px 0px; position: relative; text-align: center; }
#brand-carousel { display: block; }
a.product-image { display: block; margin: 0 0 10px; }
.products-grid .product-name { margin: 0 0 5px; font-weight: normal; font-size: 14px; }
.products-grid .product-name a { }
.products-grid .price-box { margin: 6px 0; }
.products-grid .availability { line-height: 21px; margin-bottom: 5px; }
.product-carousel .product-block { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #Eee; clear: both; margin: 5px 8px; overflow: hidden; }
.product-image-container a.product-image { margin-bottom: 20px; overflow: hidden; }
.product-carousel .product-block-inner { overflow: hidden; padding: 10px 7px 0px; position: relative; text-align: center; }
.product-carousel .add-to-links, .products-grid .add-to-links {/*display:none;*/ }
.product-block-inner .new-label { display: block; position: relative; text-align: left; text-transform: capitalize; color: #43a5d5; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; }
.product-block-inner .sale-label { background: none repeat scroll 0 0 #d47039; color: #ffffff; display: block; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 14px; letter-spacing: 1px; line-height: 20px; padding: 3px 5px; text-transform: uppercase; z-index: 1; float: left; position: absolute; left: 0px; top: 0px; }
.products-list li .list-left .new-label { display: block; position: absolute; bottom: 40px; right: 10px; text-align: left; text-transform: capitalize; color: #43a5d5; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; z-index: 7; }
.products-list li .list-left .sale-label { background: none repeat scroll 0 0 #d47039; color: #ffffff; display: block; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 14px; letter-spacing: 1px; line-height: 20px; padding: 3px 5px; text-transform: uppercase; z-index: 1; float: left; position: absolute; left: 0px; top: 0px; }

/* View Type: List */
.products-list li.item { border: 1px solid #EDEDED; margin: 20px 0px; padding: 0px; }
.products-list li .list-left { float: left; position: relative; padding: 10px 0 10px 10px; }
.products-list li .list-center { width: 365px; padding: 35px 15px; border-right: 1px solid #Eee; float: left; }
.products-list li .list-right { float: left; padding: 35px 15px 0; }
.products-list .special-price, .products-list .price-box .old-price { clear: both; float: left; }
.products-list li.item.last { }
.products-list .product-image { float: left; margin: 0 0 0px; }
.products-list .product-shop { }
.products-list .product-name { margin: 0 0 5px; font-weight: normal; color: #868686; }
.products-list .price-box { margin: 3px 0 10px; float: left; }
.products-list .availability { float: left; margin: 3px 0 0; clear: both; }
.products-list .desc { clear: both; padding: 0px 0 0; margin: 0 0 15px; line-height: 1.35; }
.products-list .desc .link-learn { font-size: 11px; }
.products-list .add-to-links { clear: both; }
.products-list .add-to-links li { display: inline-block; }
.products-list .add-to-links .separator { display: inline; margin: 0 2px; }
.products-list li .ratings .rating-box { float: left; margin-right: 10px; }

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

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

/********************** Product View Tabs */
.product-view .tabs { margin: 15px 0px 0 0; display: inline-block; vertical-align: middle; }
.product-view .tabs li { border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-top: 1px solid #dddddd; border-radius: 5px 5px 0px 0px; float: left; line-height: 16px; margin-right: 3px; background: #f3f3f3; }
.product-view .tabs a { border: medium none; font-size: 16px; margin: 0; padding: 12px 20px 15px; display: block; position: relative; text-align: center; }
.product-view .tabs a:hover { text-decoration: none; }
.product-view .tabs li.active a, .product-view .tabs li.active a:hover, .product-view .tabs li:hover a { background: #237eba !important; color: #fff; }
#product_tabs_tags_tabbed_contents.input-box input { width: 300px; }
#product_tabs_tags_tabbed_contents .input-box { float: left; margin-bottom: 6px; }
#product_tabs_related_tabbed_contents li .product-images SPAN { }
#product_tabs_related_tabbed_contents ol { clear: both; }
.product-collateral:after { content: "."; display: block; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }
.product-collateral .padder { border: 1px solid #ddd; padding: 15px 10px; background: #FFF; }
h3.product-name { text-align: left; }
#product_tabs_description_tabbed_contents h2, #product_tabs_related_tabbed_contents  .block-title { display: none; }
.padder h6 { color: #fff; font-size: 16px; font-weight: normal; margin-bottom: 10px; display: none; background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); }

/* Rating */
.no-rating { margin: 0 0 10px; }
.ratings { line-height: 1.25; margin: 9px 0; }
.ratings .amount { margin-top: -3px; float: left; }
.ratings strong { float: left; margin: 1px 3px 0 0; }
.ratings .rating-links { margin: 0; display: none; }
.ratings .rating-links .separator { margin: 0 2px; }
.ratings dt { }
.ratings dd { }
.collateral-box.dedicated-review-box .rating-box { margin-top: 5px; margin-left: 5px; }
.rating-box { width: 69px; height: 13px; font-size: 0; line-height: 0; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_rating.gif) 0 0 repeat-x; text-indent: -999em; overflow: hidden; }
.rating-box .rating { float: left; height: 13px; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { margin-right: 5px; display: inline-block; }
.ratings .amount { }
.ratings-table th, .ratings-table td { font-size: 11px; line-height: 1.15; padding: 3px 0; }
.ratings-table th { font-weight: bold; padding-right: 8px; }

/* Availability */
.availability { margin: 0; text-transform: uppercase; }
.availability span { font-weight: bold; }
.availability.in-stock span { color: #008a00 !important; }
.availability.out-of-stock span { color: #d83820; padding-right: 0px; }
.data-table.grouped-items-table { margin-bottom: 10px; }
.availability-only { line-height: 25px; background: url(../skin/frontend/templatemela/MAG100204/images/megnor/availability.png) 0 3px no-repeat; padding-left: 30px; float: left; clear: both; }
.availability-only span, .availability-only a { }
.availability-only a { background: url(../skin/frontend/templatemela/MAG100204/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor: pointer; padding-right: 15px; text-decoration: none; }
.availability-only .expanded { background-position: 100% -15px; }
.availability-only strong { color: #be2c00; }
.availability-only-details { margin: 0 0 7px; }
.availability-only-details th { background: #d2d6d9; font-size: 10px; padding: 0 8px; }
.availability-only-details td { background: #ebf0f3; border-bottom: 1px solid #fff; font-size: 11px; padding: 2px 8px 1px; }
.availability-only-details tr.odd td.last { color: #d95e00; font-weight: bold; }
.product-view .product-shop .availability { }
.product-view .product-shop .availability span { font-weight: normal; color: #237eba; }

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

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

/********** < Product Prices */
.price { white-space: nowrap !important; color: #5c5c5c; font-size: 14px; }
.price-box { margin: 6px 0; text-align: left; }
.price-box .price { font-weight: bold; color: #5c5c5c; font-size: 24px; }

/* Regular price */
.regular-price { color: #5c5c5c; }
.regular-price .price { font-size: 18px; font-weight: bold; color: #5c5c5c; }
.block .regular-price, .block .regular-price .price { }

/* Old price */
.old-price { margin: 0; text-decoration: line-through;  }
.old-price .price-label { white-space: nowrap; color: #999; }
.old-price .price { font-weight: normal; color: #c76200; font-size: 14px; /*text-decoration:line-through; */ }
.price-box .old-price { color: gray; font-size: 14px; font-weight: normal; margin: 0; }

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

/* Minimal price (as low as) */
.minimal-price { margin: 0; }
.minimal-price .price-label { font-weight: bold; white-space: nowrap; }
.minimal-price-link { display: block; margin: 3px 0; }
.minimal-price-link .label { color: #1e7ec8; }
.minimal-price-link .price { font-weight: normal; color: #1e7ec8; font-size: 13px; }

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

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

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

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

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

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

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

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

/* Price as configured */
.price-as-configured { margin: 0; }
.price-as-configured .price-label { font-weight: bold; white-space: nowrap; }
.price-box-bundle { padding: 0 0 10px 0; }
.price-box-bundle .price-box { margin: 0 !important; padding: 0 !important; }

/********** Product Prices > */

/* Tier Prices */
.product-pricing, .tier-prices { margin: 0px 0; padding: 10px; background-color: #f0f0f0; float: left; clear: both; }
.tier-prices li { line-height: 1.4; padding: 2px 0 2px 0px; }
.tier-prices .benefit { font-style: italic; font-weight: bold; }
.tier-prices .price { font-weight: bold; }
.tier-prices-grouped li { padding: 2px 0; color: #e26703; }
.tier-prices-grouped li .price { font-weight: bold; }

/* Add to Links */
.add-to-links { margin: 5px 0 0; font-size: 12px; display: none; }
.add-to-links li { list-style: none; }
.add-to-links .separator { display: none; }
.add-to-links li a.link-wishlist { background: url(../skin/frontend/templatemela/MAG100204/images/sprite.png) no-repeat -7px -414px; padding-left: 25px; line-height: 25px; }
.add-to-links li a.link-compare { background: url(../skin/frontend/templatemela/MAG100204/images/sprite.png) no-repeat -7px -451px; padding-left: 25px; line-height: 25px; }
.add-to-links li a.link-wishlist:hover { background-position: -222px -414px; color: #43a5d5; }
.add-to-links li a.link-compare:hover { background-position: -222px -451px; color: #43a5d5; }

/* Add to Cart */
.add-to-cart .qty-container, .add-to-cart .button-container, #right_desc .price-box, .list-right .price-box { display: table; }
.add-to-cart .qty-container-row, .add-to-cart .button-container-row, .price-box .price-box-container { display: table-row; }
.add-to-cart .label-container, .add-to-cart .select-container, .add-to-cart .button-container-cell, .price-box-container .label-container, .price-box-container .price-container { display: table-cell !important; }
.add-to-cart .button-container, #right_desc .price-box, .list-right .price-box { width: 100%; }
.price-box .price-container { text-align: right; }
.add-to-cart .label-container { width: 75%; }
.add-to-cart .select-container { width: 25%; }
.add-to-cart .button-container-cell { padding-top: 15px; }
.add-to-cart .select-container select { font-size: 14px; }
#right_desc label { font-weight: 600; }
.add-to-cart .paypal-logo { clear: left; margin: 0; text-align: right; }
.add-to-cart .paypal-logo .paypal-or { clear: both; display: block; margin: 5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin: 0; }
.add-to-cart .button-container-cell #product-addtocart-button { width: 100%; padding: 2px; }
.add-to-cart .button-container-cell #product-addtocart-button > span { padding: 9px 0 16px 5px !important; }
#right_desc .price-box { padding-top: 8px; }
.list-right .price-box p, #right_desc .price-box p { margin: 3px 0 0 0 !important; }
.price-container .label { font-size: 12px !important; }
p[id*=price-excluding-tax] { font-size: 16px !important; font-weight: normal !important; }
p[id*=price-including-tax] { color: #f16b2d !important; }

/* Add to Links + Add to Cart */
.add-to-box { margin-bottom: 10px; }
.add-to-box .add-to-cart { }
.add-to-box .or { float: left; font-weight: bold; margin: 0 7px; color: #666; }
.add-to-box .add-to-links { float: left; margin: 0; text-align: left; }
.add-to-box .add-to-links li { margin-right: 10px; }
.add-to-box .add-to-links li .separator { display: none !important; }
.btn-cart > span { background: #f16b2d none repeat scroll 0 0 !important; border-radius: 5px; box-shadow: 0 0 2px -1px black; margin: 0 -3px; padding: 7px 21px 18px !important; text-transform: uppercase; }
.products-grid .btn-cart > span { display: none; }
.btn-cart > span:hover { background: #f5a580; /*border: 1px solid #f16b2d;*/ }
.btn-cart span span:before { content: url('../skin/frontend/templatemela/MAG100204/images/shopping_cart.png'); position: relative; left: -6px; top: 3px; }
.btn-cart span span { background: #f16b2d none repeat scroll 0 0 !important; font-size: 20px; font-weight: 300; letter-spacing: -1px; transition: all 0.0141s ease 0s !important; }
.product-view { }
.product-essential h2 { display: none; }
.product-collateral { }
.product-collateral h2, .related-products .block-subtitle, .box-tags h3 { font-weight: normal; font-size: 15px; border-bottom: 1px solid #dedede; padding: 0 0 10px; margin: 0 0 15px; }
.product-collateral .box-collateral { margin: 0 0 25px; }
.related-products .block-subtitle { margin-top: 10px; }

/* Product Images */
.product-view .product-img-box { float: left; width: 352px; margin-right: 20px; }
.col3-layout .product-view .product-img-box { float: none; margin: 0 auto; }
.product-view .product-img-box .product-image { margin: 0 0 13px; border: 1px solid #ddd; position: relative; z-index: 1; }
.product-view .product-img-box .product-image  #wrap { }
.product-view .product-img-box .product-image-zoom { position: relative; width: 300px; height: 300px; overflow: hidden; z-index: 9; border: 1px solid #DBDEE1; }
.product-view .product-img-box .product-image-zoom img { position: absolute; left: 0; top: 0; cursor: move; }
.product-view .product-img-box .zoom-notice { font-size: 11px; margin: 0 0 5px; text-align: center; }
.product-view .product-img-box .zoom { position: relative; z-index: 9; height: 18px; margin: 0 auto 13px; padding: 0 28px; background: url(../skin/frontend/templatemela/MAG100204/images/slider_bg.gif) 50% 50% no-repeat; cursor: pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity: .3; -webkit-opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity: .3; }
.product-view .product-img-box .zoom #track { position: relative; height: 18px; }
.product-view .product-img-box .zoom #handle { position: absolute; left: 0; top: -1px; width: 9px; height: 22px; background: url(../skin/frontend/templatemela/MAG100204/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position: absolute; left: 2px; top: 0; }
.product-view .product-img-box .zoom .btn-zoom-in { position: absolute; right: 2px; top: 0; }
.product-view .product-img-box .more-views h2 { font-size: 11px; border-bottom: 1px solid #ccc; margin: 0 0 8px; text-transform: uppercase; }
.product-view .product-img-box .more-views ul { margin-left: -9px }
.product-view .product-img-box .more-views li { float: left; margin: 0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float: left; width: 56px; height: 56px; border: 2px solid #ddd; overflow: hidden; }
.product-image-popup { margin: 0 auto; }
.product-image-popup .buttons-set { float: right; clear: none; border: 0; margin: 0; padding: 0; }
.product-image-popup .nav { font-weight: bold; margin: 0 100px; text-align: center; }
.product-image-popup .image { display: block; margin: 10px 0; }
.product-image-popup .image-label { font-size: 13px; font-weight: bold; margin: 0 0 10px; }

/* Product Shop */
.product-view .product-shop { float: left; width: 500px; }
.col1-layout .product-view .product-shop { float: right; width: 663px; }
.col3-layout .product-view .product-shop { float: none; width: auto; }
.product-view .product-shop .product-name { margin: 0 0 5px; }
.product-view .product-shop .product-name h1 { margin: 0; color: #000000; font-family: "Oswald", Arial; font-size: 26px; padding: 0px 0px 0px; margin: 0; border-bottom: 1px solid #e7e7e7; }
.product-view .product-shop .availability { float: left; margin: 0 0 10px; text-align: right; font-weight: 600; color: #237eba; }
.product-view .product-shop .short-description { margin: 10px 0; float: left; clear: both; }
.product-view .product-shop .price-box { margin: 0px 0 10px; float: left; clear: both; }
.product-view .product-shop .price-box .price { font-size: 23px; }
.product-view .product-shop .add-to-links { margin: 0px 0; font-size: 13px; }
.product-view .product-shop .add-to-links li { display: inline; }
.product-view .product-shop .add-to-links li .separator { display: none; }
.product-view .product-shop .add-to-links a.link-wishlist { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -5px -412px transparent; padding-left: 27px; margin-right: 5px; float: left; padding-top: 0px; line-height: 20px; }
.product-view .product-shop .add-to-links a.link-wishlist:hover { background-position: -220px -412px; }
.product-view .product-shop .add-to-links a.link-compare { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -5px -450px transparent; padding-left: 27px; padding-top: 0px; line-height: 20px; }
.product-view .product-shop .add-to-links a.link-compare:hover { background-position: -220px -450px; }
.product-view .product-shop .ratings .rating-links { display: block; }
.email-addto-box { margin-bottom: 10px; }
.email-addto-box .email-friend { float: left; margin-right: 5px; }
.email-addto-box .email-friend a { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -5px -379px transparent; padding-left: 27px; }
.email-addto-box .email-friend a:hover { background-position: -220px -379px; color: #43a5d5; }
#prev-next-links { float: right; margin-top: -32px; width: 50px; }
#prev-next-links  a { height: 30px; width: 25px; display: block; margin-bottom: 0; text-decoration: none; }
#prev-next-links  a#link-previous-product { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll 0px -194px transparent; float: left; }
#prev-next-links a#link-next-product { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -32px -194px transparent; float: right; }
.item-options { clear: both; }
.product-essential { margin-bottom: 25px; }

/* Product Options */
.product-options { margin: 0; padding: 0 0 0px; position: relative; margin-top: 10px; clear: both; overflow: hidden; }
.product-options dt { padding: 0px 0 0; font-weight: normal; }
.product-options dt label { font-weight: normal; }
.product-options dt label.required em { color: #DD4B39; margin-right: 5px; }
.product-options dd .qty-holder { display: block; padding: 10px 0 0; }
.product-options dd .qty-holder label { vertical-align: middle; }
.product-options dt .qty-disabled { background: none; border: 0; padding: 3px; }
.product-options dd { padding: 5px 10px 10px 0px; margin: 0 0 5px; }
.product-options dl.last dd.last { border-bottom: 0; padding-bottom: 5px; margin-bottom: 0; }
.product-options dd input.input-text { width: 98%; }
.product-options dd input.datetime-picker { width: 150px; }
.product-options dd .time-picker { display: -moz-inline-box; display: inline-block; padding: 2px 0; vertical-align: middle; }
.product-options dd textarea { width: 98%; height: 8em; }
.product-options dd select { width: 98%; }
.product-options dd .multiselect option { border-bottom: 1px dotted #d9e5ee; padding: 2px 4px; }
.product-options ul.options-list { margin-right: 5px; }
.product-options ul.options-list li { line-height: 1.5; padding: 2px 0; }
.product-options ul.options-list input.radio { margin-top: 3px; margin-right: 9px; }
.product-options ul.options-list input.checkbox { margin-top: 3px; float: left; }
.product-options ul.options-list .label { display: inline; }
.product-options ul.options-list label { font-weight: normal; }
.product-options ul.validation-failed { padding: 0 7px; }
.product-options p.note { margin: 0; font-size: 11px; }
.product-options p.required { position: absolute; right: 0px; top: 0px; }
.product-options-bottom { padding: 0px 0px; }
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices { margin: 0; padding: 0 0 10px; border: 0; background: 0; color: #e26703; }
.product-options-bottom .tier-prices li { background: 0; padding: 2px 0; }
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit { color: #e26703; }
.product-options-bottom .price-box { float: left; margin: 0; padding: 0; }
.product-options-bottom .add-to-links { clear: both; padding: 5px 0 0; text-align: right; }
.col3-layout .product-options-bottom .price-box { float: none; padding: 0 0 5px; }
.product-options-bottom .price-label { float: left; padding-right: 5px; }
.product-options-bottom .price-tax { float: left; }
.product-options-bottom .add-to-cart { float: left; margin: 10px 0; }
.product-shop .product-options-bottom { margin: 0 0 10px; }
.product-shop .product-options-bottom .price-box { float: none; margin: 0 0 5px; display: none; }
.product-shop .product-options-bottom .price-label { float: none; padding-right: 0; }
.product-shop .product-options-bottom .price-tax { float: none; }
.product-shop .product-options-bottom .add-to-cart-box { float: left; padding-top: 12px; }
.product-shop .product-options-bottom .add-to-links { padding: 5px 0 0; text-align: left; display: none; }

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

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

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

/* Block: Upsell */

/*.product-view .box-up-sell h2 {  padding:0 0 10px; margin:0 0 8px; }
*/
.product-view .box-up-sell .products-grid .product-image { text-align: center; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin: 0; }
.product-view .box-tags h3 { }
.product-view .box-tags .product-tags { display: block; margin: 0 0 15px; }
.product-view .box-tags .product-tags li { display: inline; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_pipe1.gif) 100% 4px no-repeat; padding: 0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left: 0; }
.product-view .box-tags .product-tags li.last { background: none; padding-right: 0; }
.product-view .box-tags .form-add label { display: block; margin: 0 0 5px; }
.product-view .box-tags .form-add .input-box { float: left; }
.product-view .box-tags .form-add input.input-text { width: 300px; margin-right: 5px; }
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin: 3px 0 0; padding: 0 0 0px; font-size: 12px; }

/* Block: Reviews */
.no-rating a, .rating-links a:last-child { color: #237eba; }
.product-view .box-reviews dl { margin: 15px 0; }
.product-view .box-reviews dt a, .product-view .box-reviews dt span { font-weight: bold; }
.product-view .box-reviews dd { margin: 0 0 15px; }
.product-view .box-reviews dd small { font-style: italic; }
.product-view .box-reviews .form-add { margin: 15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size: 13px; font-weight: normal; }
.product-view .box-reviews .form-add h3 span { font-weight: bold; }
.product-view .box-reviews .form-add h4 { font-size: 12px; }
.product-view #product-review-table { max-width: 180px; margin: 15px 0; width: auto; }
.product-view #product_tabs_review_tabbed_contents .form-list .input-box { max-width: 500px; width: 100%; }
.product-view #product_tabs_review_tabbed_contents .form-list textarea { width: 95%; }
.product-view .box-reviews .form-add .data-table td { text-align: center; }
.product-view .box-reviews .form-add .form-list { margin: 15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 360px; }
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea { width: 354px; }

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

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

/* Content Styles ================================================================= */
.product-name { margin: 0; font-size: 1em; font-weight: normal; }
.catalog-product-compare-index .product-name a, .catalog-product-compare-index .price-box, .catalog-product-compare-index  h2.product-name { text-align: center; }
.product-name a, .product-review .product-name { color: #868686; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 14px; margin-bottom: 0; text-transform: uppercase; font-weight: normal; }
.product-name a:hover { color: #5c5c5c; }

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

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

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

/* Sitemap */
.page-sitemap .links { text-align: right; margin: 0 8px -40px 0; }
.page-sitemap .links a { text-decoration: none; position: relative; }
.page-sitemap .links a:hover { text-decoration: underline; }
.page-sitemap .sitemap { margin: 12px; }
.page-sitemap .sitemap a { background: url("../skin/frontend/templatemela/MAG100204/images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent; padding-left: 12px; }
.page-sitemap .sitemap a:hover { background: url("../skin/frontend/templatemela/MAG100204/images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent; }
.page-sitemap .sitemap li { margin: 5px 0; }
.page-sitemap .sitemap li.level-0 { margin: 10px 0 0; font-weight: bold; }
.page-sitemap .sitemap li.level-0 a { color: #1e7ec8; }
.contacform { border-right: 1px solid #EDEDED; float: left; margin-right: 10px; padding-right: 15px; width: 46%; }
.googlemap { float: right; margin-top: 10px; width: 50%; }
.contacform .form-list li.wide .input-box { width: 100%; }
.contacform .form-list li.wide textarea { width: 97%; }
.contacform .fieldset { margin-top: 10px; }

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

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

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

/* Checkout Types */
.cart .page-title .checkout-types li { margin: 0 0 5px; }
.cart .title-buttons .checkout-types { position: absolute; right: 0; top: -60px; width: 100%; }
.cart .title-buttons .checkout-types li { /* float:left; */ margin: 0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin: 0 8px; line-height: 2.3; }
.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 */
.cart-table th { padding: 2px 10px; }
.cart-table td { padding: 20px; }
.cart-table .product-name { margin: 0 0 5px; }
.cart-table .item-msg { margin: 5px 0; font-size: 11px; font-weight: bold; color: #df280a; }
.cart-table tfoot td { padding: 5px 10px; }
.cart-table .btn-continue { float: left; width: 271px; }
.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span { color: black; }
.cart-table .btn-update, .cart-table .btn-empty { float: right; }
.cart-table .btn-update { margin-left: 10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding: 25px 0 0; }
.cart .cart-collaterals .col1-set { width: 425px; float: left; }
.cart .cart-collaterals .col2-set { width: 700px; float: right; }

/*.cart .cart-collaterals .col2-set .col-1{width:360px}
.cart .cart-collaterals .col2-set .col-2 { width:310px; }*/
.cart .crosssell { margin-bottom: 10px; text-align: center; margin-bottom: 20px; padding-bottom: 60px; position: relative; }
.cart .crosssell .product-image { }
.cart .crosssell .link-compare { font-weight: normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping { /*border:1px solid #DBDEE1;*/  padding: 12px 15px; margin: 0 0 18px; display: none; }

/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#e26703; text-transform:uppercase; }*/
.cart .discount .buttons-set, .cart .shipping .buttons-set { margin: 10px 0 0; border: 0; padding: 0; text-align: left; }
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button { float: none; margin-left: 0; }
.shopping_CMS_main1 { clear: both; overflow: hidden; padding-top: 8px; display: none; }
.cart .discount .input-box { margin: 8px 0 0; width: 260px; }
.cart .discount input.input-text { width: 254px; }
.cart .shipping .sp-methods { margin: 10px 0 0; padding: 5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { float: right; width: 335px;  /*border:1px solid #DBDEE1; */ margin-bottom: 10px; }
.cart .totals table { width: 100%; margin: 7px 0; }
.cart .totals td { padding: 1px 15px 1px 7px; font-size: 20px; }
.cart .totals tr.last td { }
.cart .totals tfoot th { padding: 5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top: 5px; padding-bottom: 5px; }
.cart .totals tfoot th strong, .cart .totals tfoot td strong { font-size: 25px; }
tfoot .a-right .price { font-size: 25px; }
.glc .data-table tfoot strong, .glc .data-table tfoot td strong .price { font-size: 25px !important; }
#checkout-review-table tfoot tr > td.a-right { padding: 5px 20px; }
.cart .totals .checkout-types { font-size: 13px; padding: 0px; text-align: right; }
.cart .totals .checkout-types li { clear: both; margin: 10px 0px; text-align: right; }
/*.cart .totals .checkout-types li:last-child { background: #f0f0f0; padding: 7px; text-align: center; border-top: 1px solid #fff; margin: 0; }*/

/* Options Tool Tip */
.item-options dt { font-weight: bold; float: left; margin-right: 10px; }
.item-options dd { padding-left: 10px; margin: 0 0 6px; }
.truncated { cursor: help; }
.truncated a.dots { cursor: help; }
.truncated a.details { cursor: help; }
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated .truncated_full_value .item-options { position: absolute; top: -99999em; left: -99999em; z-index: 999; width: 250px; padding: 8px; background-color: #f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight: bold; text-transform: uppercase; }
.truncated .show .item-options { top: 0px; left: 0; width: 100px; border: 1px solid #ddd; }
.col-left .truncated .show .item-options { left: 0px; top: 0px; }
.col-right .truncated .show .item-options { left: -240px; top: 7px; }

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

/* Checkout ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods { margin: 0 0 8px; }
.sp-methods dt { margin: 13px 0 5px; font-weight: bold; }
.sp-methods dd { }
.sp-methods dd li { margin: 5px 0; }
.sp-methods label { font-weight: normal; }
.sp-methods .price { font-weight: bold; }
.sp-methods .form-list { margin-top: 15px; padding-left: 0; }
.sp-methods .form-list li { margin: 0 0 8px; }
.sp-methods select.month { width: 154px; margin-right: 10px; margin-bottom: 5px; }
.sp-methods select.year { width: 96px; }
.sp-methods input.cvv { width: 3em !important; }
.sp-methods .checkmo-list li { margin: 0 0 5px; }
.sp-methods .checkmo-list label { width: 135px; padding-right: 10px; text-align: right; }
.sp-methods .checkmo-list address { float: left; }
.sp-methods .centinel-logos a { margin-right: 3px; }
.sp-methods .centinel-logos img { vertical-align: middle; }
.sp-methods .release-amounts { margin: 0.5em 0; }
.sp-methods .release-amounts button { float: left; margin: 5px 10px 0 0; }
.please-wait { float: right; }
.please-wait img { vertical-align: middle; }
.cvv-what-is-this { font-size: 11px; cursor: help; margin-left: 10px; }

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

/* Gift Messages */
.gift-messages h3 { font-weight: normal; }
.gift-messages p.control { }
.gift-messages-form { position: relative; }
.gift-messages-form label { float: none !important; position: static !important; }
.gift-messages-form h4 { font-weight: bold; }
.gift-messages-form .whole-order { margin: 0 0 25px; }
.gift-messages-form .item { margin: 0 0 10px; }
.gift-messages-form .item .product-img-box { float: left; width: 75px; }
.gift-messages-form .item .product-image { margin: 0 0 7px; }
.gift-messages-form .item .number { margin: 0; text-align: center; }
.gift-messages-form .item .details { margin-left: 90px; }
.gift-messages-form .item .details .product-name { margin: 0 0 10px; }
.gift-messages-form .item .details .form-list .field { width: 255px; }
.gift-messages-form .item .details .form-list .input-box { width: 240px; }
.gift-messages-form .item .details .form-list input.input-text { width: 234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width: 500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width: 98%; }
.gift-message-link { font-size: 11px; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right: 7px; }
.gift-message-link.expanded { background-position: 100% -40px; }
.gift-message-row { background: #f2efe9; }
.gift-message-row .btn-close { float: right; width: 16px; height: 16px; background: url(../skin/frontend/templatemela/MAG100204/images/btn_gm-close.gif) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -999em; overflow: hidden; }

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

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

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

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border: 0; margin: 0; }

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

/* show/hide "change" link for progress step depend on complete status
* should be placed in .css file */
#checkoutSteps { margin-bottom: 15px; }
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt.complete a { background: url("../skin/frontend/templatemela/MAG100204/images/megnor/edit.png") no-repeat scroll 0 0; padding-left: 20px; font-size: 12px; }
.opc-block-progress dt a, .opc-block-progress dt .separator { display: none; }
.opc .buttons-set { margin-top: 0; padding-top: 15px; border: none; }
.opc .buttons-set p.required { margin: 0; padding: 0 0 10px; }
.opc .buttons-set .back-link small { display: none; }
.opc .buttons-set.disabled button.button { display: none; }
.opc .buttons-set .please-wait { height: 21px; line-height: 21px; }
.opc .ul { list-style: disc outside; padding-left: 18px; }
.opc { position: relative; }
.opc li.section { border-bottom: 1px solid #e1e1e1; }
.opc .step-title { border-width: 0 1px; border-style: solid; border-color: #fff #DDDDDD #DDDDDD; background: #F9f9f9; padding: 8px 8px; text-align: right; }
.opc .step-title .number { float: left; border: 1px solid #ddd; padding: 0 4px; margin: 0 5px 0 0; }
.opc .step-title h2 { float: left; margin: 0; font-size: 15px; }
.opc .step-title a { display: none; float: right; line-height: 16px; color: #fff; }
.opc .allow .step-title { background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); border: 1px solid #a7a7a7; border-bottom: 0; color: #fff; cursor: pointer; }
.opc .allow .step-title .number { background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); border-color: #FFFFFF; color: #fff; }
.opc .allow .step-title h2 { color: #FFFFFF; font-weight: 500; }
.opc .allow .step-title a { display: block; color: #fff; font-weight: 500; }
.opc .active .step-title { background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); border: 1px solid #a7a7a7; padding-bottom: 5px; color: #fff; cursor: default; }
.opc .active .step-title .number { background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); border-color: #fff; color: #fff; }
.opc .active .step-title h2 { color: #fff; }
.opc .allow .step-title:hover { background: #a7a7a7; background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(100%, #737373)); background: -webkit-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -o-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: -ms-linear-gradient(top, #a7a7a7 0%, #737373 100%); background: linear-gradient(to bottom, #a7a7a7 0%, #737373 100%); border-color: #a7a7a7; }
.opc .active .step-title a { display: none; }
.opc .step { border: 1px solid #DDDDDD; border-top: 0; padding: 15px 30px; position: relative; margin-bottom: -1px; }
.opc .step .tool-tip { right: 30px; }
#opc-login .buttons-set { border-top: 0; }
#opc-login h3 { border-bottom: 1px solid #e4e4e4; padding-bottom: 10px; text-transform: capitalize; font-weight: normal; }
#opc-login h4 { font-size: 1em; font-weight: bold; margin: 0; }
#opc-shipping_method .buttons-set { border-top: 0; }
.opc .gift-messages-form { background: none repeat scroll 0 0 #FAFAFA; border: 1px solid #DDDDDD; margin: 0; padding: 0; }
.opc .gift-messages-form .inner-box { padding: 10px; height: 260px; overflow: auto; }
#opc-review .step { border: 0; padding: 0; }
#opc-review .product-name { }
#opc-review .item-options { margin: 5px 0 0; }
#opc-review .buttons-set { padding: 20px 30px; border: 1px solid #d9dde3; border-width: 0 1px 1px; }
#opc-review .buttons-set p { margin: 0; line-height: 40px; }
#opc-review .buttons-set .please-wait { height: 40px; line-height: 40px; }
#opc-review .authentication { margin: 0 auto; width: 570px; }
#opc-review .warning-message { color: #222; font-weight: bold; text-align: center; padding: 10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-onepage-success h2 { border-bottom: none; }
.checkout-progress { padding: 0 90px; margin: 10px 0 20px; }
.checkout-progress li { float: left; width: 19%; margin: 0 3px 0 0; border-top: 10px solid  #737373; padding: 2px 0 0; font-weight: normal; text-align: center; color: #737373; }
.checkout-progress li.active { border-top-color: #2e95d2; color: #2e95d2; }
.multiple-checkout h3, .multiple-checkout h4 { font-weight: normal; margin-bottom: 10px; }
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a { font-weight: normal; font-size: 13px; }
.multiple-checkout .data-table .product-name { font-size: 1em !important; font-weight: bold !important; color: #1e7ec8 !important; }
.multiple-checkout .data-table .item-options { margin: 5px 0 0; }
.multiple-checkout .gift-messages { margin: 15px 0 0; }
.multiple-checkout .tool-tip { top: 50%; margin-top: -120px; right: 20px; }
.multiple-checkout .col2-set, .multiple-checkout .col3-set { border: 1px solid #EDEDED; margin: 0 0 25px; padding: 20px; }
.multiple-checkout .col2-set h2.legend { margin: -20px -20px 15px; padding: 5px 10px; background: #F0F0F0; position: relative; }
.multiple-checkout .col2-set h3.legend { margin: 0 0 10px; color: #0a263c; }
.multiple-checkout .col2-set .divider { margin: 0 -20px; padding: 25px 0; position: relative; }
.multiple-checkout .box { margin: 0 0 15px; }
.multiple-checkout .box h2 { }
.multiple-checkout .place-order .please-wait { float: right; padding: 27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float: right; height: 71px; font-size: 1.5em; padding: 0 0 0 21px; overflow: hidden; }
.multiple-checkout .place-order .grand-total .inner { float: left; }
.multiple-checkout .place-order .grand-total .inner div { display: inline; }
.multiple-checkout .place-order .grand-total big { display: inline; margin-right: 12px; }
.multiple-checkout .place-order .grand-total .price { color: #5c5c5c; font-size: 20px; font-weight: bold; }
.multiple-checkout .place-order .grand-total button.button span { font-size: 16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding: 0 45px 0 36px; }

/* Step 1 */
#multiship-addresses-table td { padding: 10px; }
#multiship-addresses-table tfoot td { padding: 5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width: 100%; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right: -15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width: 230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width: 215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width: 209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width: 450px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width: 98%; }
.checkout-multishipping-shipping .box-sp-methods { border: 1px solid #EDEDED; background: #FBFBFB; padding: 13px; position: relative; }

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

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

/* Account Login/Create Pages ============================================================ */

.account-login .content { border-bottom: 0; }
.account-login .content h2, .fieldset .legend, .box-account .box-head h2, .addresses-list h2, .multiple-checkout h2, .checkout-onepage-success h2, .order-info-box h2, .sales-order-print .col2-set h2 { border-bottom: 1px solid #ededed; color: #555; font-size: 18px; font-weight: normal; margin: 0 0 14px; padding: 0 0 10px; text-transform: capitalize; }
.account-login .buttons-set { margin: 0; }
.account-create { }

/* Captcha ================================================================================ */
.captcha-note { clear: left; padding-top: 5px; }
.captcha-image { float: left; display: inline; margin: 0; position: relative; width: 258px; }
.captcha-image .captcha-img { border: 1px solid #b6b6b6; vertical-align: bottom; width: 100%; }
.registered-users .captcha-image { margin: 0; }
.captcha-reload { cursor: pointer; position: absolute; top: 2px; right: 2px; }
.captcha-reload.refreshing { animation: rotate 1.5s infinite linear; -webkit-animation: rotate 1.5s infinite linear; -moz-animation: rotate 1.5s infinite linear; }

/* Remember Me Popup ===================================================================== */
.window-overlay { background: url(http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/images/window_overlay.png) repeat; background: rgba(0, 0, 0, 0.35); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 990; }
.remember-me label { float: none; margin: 0 6px; }
.remember-me-popup { background: #fff; border: 1px solid #ccc; left: 50%; top: 50%; position: absolute; margin: -85px 0 0 -200px; width: 400px; text-align: left; -moz-box-shadow: 0 0 6px #ccc; -webkit-box-shadow: 0 0 6px #ccc; -box-shadow: 0 0 6px #ccc; z-index: 1000; }
.remember-me-popup h3 { background: #d9e5ee; border-bottom: 1px solid #ccc; font-size: 14px; padding: 5px 10px; }
.remember-me-popup .remember-me-popup-head { position: relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background: url(../skin/frontend/templatemela/MAG100204/images/btn_window_close.gif) no-repeat; display: block; position: absolute; top: 7px; right: 7px; height: 15px; width: 15px; text-indent: -9999em; }
.remember-me-popup .remember-me-popup-body { padding: 10px; }
.remember-me-popup .remember-me-popup-body a { display: inline-block; height: 19px; border: 1px solid #de5400; background: #f18200; padding: 0 8px; text-align: center; text-decoration: none; white-space: nowrap; color: #fff; }

/* Remember Me Popup ===================================================================== */

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

/********** < Dashboard */
.dashboard .welcome-msg { margin: 0 0 15px; }
.dashboard .col2-set { margin: 0 0 15px; }

/* General Box */
.box-account { background: #fff; margin: 0 0 20px; }
.box-account .col2-set .col-1 { border-right: 1px solid #EDEDED; float: left; padding-right: 10px; width: 48.5%; }
.dashboard .box .box-title { background: none repeat scroll 0 0 #F0F0F0; border: 1px solid #EDEDED; margin: 0 0 10px; padding: 5px 5px; text-align: right; }
.dashboard .box .box-title h3, .dashboard .box .box-title h4 { float: left; font-size: 13px; font-weight: normal; margin: 0; }

/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info h4 { font-weight: normal; text-transform: capitalize; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews li.item { margin: 0 0 7px; }
.dashboard .box-reviews .ratings { margin: 7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .number, .dashboard .box-reviews .number { float: left; font-weight: bold; line-height: 1; color: #333; margin: 0px; padding: 5px 7px; background: #ccc; }
.dashboard .box-tags .details, .dashboard .box-reviews .details { margin-left: 30px; }
.dashboard .box-tags li.item, .dashboard .box-reviews li.item { margin: 10px 0 7px; }
.dashboard .box-tags li.item.last, .dashboard .box-reviews li.item.last { margin-bottom: 0; }
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li { display: inline; }

/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-weight: normal; }
.addresses-list address { margin: 0 0 3px; }
.addresses-list p { margin: 0; }
.addresses-list .link-remove { color: #646464; }
.addresses-list .separator { margin: 0 3px; }
.addresses-list li.item { background: #fff; padding: 10px 0px; margin: 0 0 10px; border-bottom: 1px solid #EDEDED; }
.addresses-list li.empty { background: none; border: 0; padding: 0; }
.addresses-list .addresses-additional li.item { background: none; border: 0; padding: 0; }

/* Order View */
.order-info { border: 1px solid #DDDDDD; padding: 7px 10px; margin: 8px 0 8px; }
.order-info dt, .order-info dd, .order-info ul, .order-info li { display: inline; }
.order-info .current { font-weight: bold; }
.order-info li { margin: 0 3px; }
.order-date { margin: 10px 0; }
.order-info-box, .sales-order-print .col2-set { border: 1px solid #EDEDED; padding: 12px 15px; margin: 0 0 15px; }
.order-info-box .box-payment p { margin: 0 0 3px; }
.order-info-box .box-payment th { font-weight: bold; padding-right: 7px; }
.order-items { width: 100%; overflow-x: auto; }
.order-items h2, .order-items h3 { margin: 0 0 5px; }
.order-items .product-name { }
.order-items .link-print { color: #1e7ec8; font-weight: normal; }
.order-items .order-links { text-align: right; }
.order-additional { margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong { color: #666; }
.gift-message dd { font-size: 13px; margin: 5px 0 0; }

/* Order Comments */
.order-about dt { font-weight: bold; }
.order-about dd { font-size: 13px; margin: 0 0 7px; }
.tracking-table { margin: 0 0 15px; }
.tracking-table th { font-weight: bold; white-space: nowrap; }
.tracking-table-popup { width: 100%; }
.tracking-table-popup th { font-weight: bold; white-space: nowrap; }
.tracking-table-popup th, .tracking-table-popup td { padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin: 0 0 15px; }
.page-print .print-head .logo { float: left; }
.page-print .print-head address { float: left; margin-left: 15px; }
.page-print h1 { font-size: 16px; font-weight: bold; }

/*.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }*/
.page-print h2.h2 { font-size: 16px; font-weight: bold; }
.page-print .order-date { padding: 0 0 10px; margin: 0 0 10px; }
.page-print .col2-set { margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link { display: none; }
.page-print .price-excl-tax, .page-print .price-incl-tax { display: block; white-space: nowrap; }
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price { display: inline; }

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

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

/* My Reviews */
#my-reviews-table td { padding: 10px; }
.product-review .product-img-box { float: left; width: 140px; }
.product-review .product-img-box .product-image { display: block; width: 125px; height: 125px; }
.product-review .product-img-box .label { font-size: 11px; margin: 0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }
.product-review .product-details { margin-left: 150px; }

/*.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }*/
.product-review h3 { font-size: 12px; margin: 0 0 3px; }
.product-review .ratings-table { margin: 0 0 10px; }
.product-review dt { font-weight: bold; }
.product-review dd { font-size: 13px; margin: 5px 0 0; }

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

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

/* MAP Popup============================================================================== */
.cart-msrp-totals { color: red; font-size: 12px !important; font-weight: bold; margin: 10px 10px 0; padding: 10px; text-align: right; text-transform: uppercase; }
.map-cart-sidebar-total { color: red; display: block; font-size: 10px; font-weight: bold; text-align: left; padding: 2px 5px; text-shadow: 0 1px 0 #fff; }
.map-popup { background: #fff; border: 1px solid #aaa; margin: 12px 0 0; position: absolute; -moz-box-shadow: 0 0 6px #ccc; -webkit-box-shadow: 0 0 6px #ccc; box-shadow: 0 0 6px #ccc; text-align: left; width: 300px; z-index: 100; }
.map-popup-heading { background: #d9e5ee; border-bottom: 1px solid #ccc; padding: 5px 30px 5px 10px; width: 260px; }
.map-popup-heading h2 { font-size: 16px; margin: 0; text-shadow: 0 1px 0 #f6f6f6; overflow: hidden; white-space: nowrap; word-wrap: break-word; text-align: left; text-overflow: ellipsis; }
.map-popup-arrow { background: url(../skin/frontend/templatemela/MAG100204/images/map_popup_arrow.gif) no-repeat; position: absolute; left: 50%; top: -10px; height: 10px; width: 19px; }
.map-popup-close { background: url(../skin/frontend/templatemela/MAG100204/images/btn_window_close.gif) no-repeat; display: block; position: absolute; top: 8px; right: 10px; height: 15px; width: 15px; text-indent: -9999em; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; box-shadow: 0 0 3px #999; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.map-popup-content { border-top: 1px solid #eee; padding: 10px; overflow: hidden; text-align: left; width: 280px; }
.map-popup-checkout { display: inline; float: right; text-align: right; }
.map-popup-checkout span { display: block; padding-right: 30px; }
.map-popup-checkout .paypal-logo { margin: 0 0 5px; }
.map-popup-price .price-box, .map-popup-price .price-box .special-price { margin: 0; padding: 0; }
.map-popup-price { margin: 5px 0 0; }
.map-popup-text { clear: right; margin: 0 10px; padding: 10px 0; text-align: left; word-wrap: break-word; }
.map-popup-only-text { border-top: 1px solid #ddd; }

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

/* Footer ================================================================================ */
.footer .store-switcher { display: inline; margin: 0 5px 0 0; }
.footer .store-switcher label { font-weight: bold; vertical-align: middle; }
.footer .store-switcher select { padding: 0; vertical-align: middle; }
.footer a { text-decoration: none; }
.footer li a { line-height: 25px; text-transform: capitalize; }
.footer a:hover { color: #acacac; }
.footer .bugs { margin: 13px 0 0; color: #777; }
.footer .bugs a { color: #777; text-decoration: underline; }
.footer .bugs a:hover { text-decoration: none; }

/*.footer address { margin:0 0 10px;  }*/
.footer address a { color: #777; text-decoration: underline; }
.footer address a:hover { text-decoration: none; }
.footer ul { }
.footer_bottom ul.links { }
.footer  li { padding: 0 0 3px 0; }
.footer_bottom  li { display: inline; background: url(../skin/frontend/templatemela/MAG100204/images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 10px 0 10px; }
.footer ul.links li.last { background: none; }
.footer-container .bottom-container { margin: 0 0 5px; }
.ie7 .footer_top  li { display: block; padding-bottom: 7px; padding-left: 0px; }
.ie7 .footer_top ul { display: block; }
.ie7 .social_block ul li { padding-bottom: 0px; }
.footer .mobile_togglemenu { display: none; }
.footer_top { width: 100%; padding: 40px 0 30px; overflow: hidden; }
.footer_bottom { clear: both; overflow: hidden; text-align: center; position: relative; }
#footer .footer-area { float: left; margin-right: 45px; width: 245px; }
#footer #block_4 { margin-right: 0; }
#footer h6, #footer .block .block-title strong { color: #111; font-family: "Oswald", 'Open Sans', Arial; font-size: 16px; font-weight: normal; margin-bottom: 16px; margin-top: 0; text-transform: uppercase; position: relative; }
.social_block  li { float: left; height: 40px; width: 40px; margin: 0 12px 10px 0; padding: 0; cursor: pointer; }
.social_block  li.facebook { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -1px -283px transparent; }
.social_block  li.twitter { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -43px -283px transparent; }
.social_block  li.rss { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -85px -283px transparent; }
.social_block  li.linkin { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -126px -283px transparent; }
.social_block  li.facebook:hover { background-position: -1px -331px }
.social_block  li.twitter:hover { background-position: -43px -331px }
.social_block  li.rss:hover { background-position: -85px -331px }
.social_block  li.linkin:hover { background-position: -126px -331px }
#footer .block { border: none; margin-bottom: 10px; }
#footer .block .block-title { background: none; padding: 0; line-height: 20px; }
#footer .block-subscribe .block-content { background: none; border: none; padding: 0; }
#footer .block-subscribe input.input-text { width: 213px; }
#footer .mobile_togglemenu { background: url("../skin/frontend/templatemela/MAG100204/images/megnor/toggle-arrow.png") no-repeat scroll right 1px transparent; cursor: pointer; display: block; font-size: 15px; margin-right: 0; margin-top: -20px; overflow: hidden; padding: 0 0 4px 4px; text-decoration: none; width: 99%; position: absolute; }
.padder h5.mobile_togglemenu { background: url("../skin/frontend/templatemela/MAG100204/images/megnor/toggle-arrow.png") no-repeat scroll right 4px transparent; cursor: pointer; display: block; font-size: 15px; margin-right: 0; margin-top: -24px; overflow: hidden; padding: 0 0 4px 4px; text-decoration: none; width: 94%; position: absolute; margin-bottom: 0px; }
#footer  .active .mobile_togglemenu, .padder  .active .mobile_togglemenu { background-position: right -51px; }
.padder .active .mobile_togglemenu { background-position: right -48px; }
.toggle .mobile_togglecolumn { background: url("../skin/frontend/templatemela/MAG100204/images/megnor/toggle-arrow.png") no-repeat scroll right 1px transparent; cursor: pointer; display: none; margin-top: -21px; overflow: hidden; padding: 0 0 4px; width: 97%; position: absolute; }
.active .mobile_togglecolumn { background-position: right -51px; }
#topcontrol { font-size: 0; height: 45px; width: 45px; background: url("../skin/frontend/templatemela/MAG100204/images/back_to_top.png") no-repeat scroll 0 0 transparent; z-index: 999; }

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

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

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

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

/* ======================================================================================= */
.guest-select { width: 305px !important; }

/* Default Width  Start*/
.grid_default_width { width: 250px; }
.featured_default_width { width: 250px; }
.newproduct_default_width { width: 250px; }
.bestseller_default_width { width: 250px; }
.special_default_width { width: 250px; }
.additional_default_width { width: 75px; }
.brand_default_width, .manufacture-product li.slider-item, .manufacture-product li.product-items { width: 200px; }
.related_default_width, .related-products li.slider-item, .related-products li.product-items { width: 250px; }
.upsell_default_width, .box-up-sell li.slider-item, .box-up-sell li.product-items { width: 250px; }
.crosssell_default_width, .crosssell li.slider-item, .crosssell li.product-items { width: 250px; }
.blog_default_width { width: 575px; }

/* Default Width  End*/

/* menu */

.menu-shadow-image { background: url("../skin/frontend/templatemela/MAG100204/images/menushadow.png") no-repeat scroll center 1px; float: left; height: 8px; position: absolute; width: 100%; z-index: 1; top: 53px; }

/* banner 1*/
.top-banner.container-width { display: block; position: absolute; left: 0px; right: 0px; background: #fff; bottom: -6px; z-index: 6; width: auto; }
.top-banner-outer { position: relative; width: 1150px; margin: 0 auto; }
.shadow-right-image { background: url("../skin/frontend/templatemela/MAG100204/images/shado_subbanner.png") no-repeat scroll -31px 14px rgba(0, 0, 0, 0); height: 105px; position: absolute; right: -18px; top: -88px; width: 190px; transition: 300ms; }
.shadow-left-image { background: url("../skin/frontend/templatemela/MAG100204/images/shado_subbanner2.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0); height: 105px; left: -17px; position: absolute; top: -85px; width: 190px; }
.banner-left, .banner-middle, .banner-right { float: left; width: 377px; padding: 3px; }
.banner-image { width: 78px; height: 78px; float: left; }
.best-left.banner-image { background: url("../skin/frontend/templatemela/MAG100204/images/truck.png") no-repeat #399dd4; }
.best-middle.banner-image { background: url("../skin/frontend/templatemela/MAG100204/images/gift.png") no-repeat #d47039; }
.best-right.banner-image { background: url("../skin/frontend/templatemela/MAG100204/images/mony.png") no-repeat #40cb9f; }
.left-banner-content, .middle-banner-content, .right-banner-content { display: inline-block; padding-left: 19px; vertical-align: middle; margin-top: 18px; }
.left-banner-content .main-title { color: #399dd4; }
.middle-banner-content .main-title { color: #d47039; }
.right-banner-content .main-title { color: #40cb9f; }
.main-title { font-size: 17px; font-weight: bold; text-transform: uppercase; }
.second-title { font-size: 12px; }
.left-banner-content .sub-title, .middle-banner-content .sub-title, .right-banner-content .sub-title { font-size: 10px; margin: 0px; padding: 0px; clear: none; }
.logo > img { margin-top: -2px; width: 100%; }

/* benner end */
.best-tool { background: url("../skin/frontend/templatemela/MAG100204/images/pattern-bg.jpg") repeat; }
.besttool-inner.container-width { padding-top: 35px; padding-bottom: 30px; }
.besttool-block { width: 100%; padding-top: 44px; position: relative; }
.toolblock-item { float: left; list-style: none; }
.toolblock-main { display: block; overflow: hidden; background: #fff; margin: 14px 0px 0px 0px !important; }
.besttoll-title h1 { text-align: center; font-size: 45px; font-weight: bold; text-transform: uppercase; line-height: 45px; margin: 20px 0px; font-family: 'Oswald', Arial, Open Sans; }
.besttool-desc { color: #868686; padding: 0 85px; text-align: center; }
.toolblock-inner { margin: 14px 7px; position: relative; }
.besttool-block > ul > li:first-child .toolblock-inner { margin-left: 16px; }
.post-title { bottom: 35px; color: #ffffff; font-family: "Oswald", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: normal; line-height: 35px; position: absolute; text-align: center; text-transform: uppercase; width: 100%; text-align: center; }
.shop-now-block { bottom: 15px; color: #ffffff; font-weight: bold; padding: 0 20px; position: absolute; text-align: center; text-transform: uppercase; width: 85%; }
.shop-now-block .shop-left { float: none; position: absolute; }
.shop-now-block .shop-right { bottom: 8px; position: absolute; right: 20px; }
.shop-now-block .shop-left .shop-now-left { border-bottom: 2px solid rgba(255, 255, 255, 0.8); height: 8px; width: 60px; }
.shop-now-block .shop-right .shop-now-right { border-bottom: 2px solid rgba(255, 255, 255, 0.8); height: 8px; width: 60px; }
.shop-now-block .post-shop-now { float: none; }
.shop-now-block .post-shop-now a { color: #fff; }
.post-title a { color: #ffffff; }
.main-image-block > img { max-width: 100%; }
.shadow-left { background: url("../skin/frontend/templatemela/MAG100204/images/left_shadow.png") no-repeat scroll right 0; height: 90px; left: -20px; position: absolute; top: 65px; width: 20px; }
.shadow-right { background: url("../skin/frontend/templatemela/MAG100204/images/right_shadow.png") no-repeat scroll left 0 rgba(0, 0, 0, 0); height: 90px; position: absolute; right: -20px; top: 65px; width: 20px; }
.first-static-block:hover, .second-static-block:hover, .third-static-block:hover { background: #f5f5f5; }
.homepage-static-block .homepage-static-block-inner .left-block  .first-static-block:hover .first-image-block { background: url(../skin/frontend/templatemela/MAG100204/images/google.png)  no-repeat center center #fff; }
.homepage-static-block .homepage-static-block-inner .left-block .second-static-block:hover .second-image-block { background: url(../skin/frontend/templatemela/MAG100204/images/browser.png)  no-repeat center center #fff; }
.homepage-static-block .homepage-static-block-inner .left-block  .third-static-block:hover .third-image-block { background: url(../skin/frontend/templatemela/MAG100204/images/seo.png)  no-repeat center center #fff; }

/* static content next to banner */

/* support block */
.support-cms-block.container-width { display: block; overflow: hidden; }
.support-cms-block .support-cms-block-inner .left-support, .support-cms-block .support-cms-block-inner .middle-support, .support-cms-block .support-cms-block-inner .right-support { float: left; margin: 0px 0px; width: 381px; max-width: 24.8%; border-right: 3px solid #e6e6e6; }
.support-cms-block .support-cms-block-inner .right-support { border-right: none; }
.support-cms-block .support-cms-block-inner .support-image-block { float: left; width: auto; }
.support-cms-block .support-cms-block-inner .left-support-image, .support-cms-block .support-cms-block-inner .middle-support-image, .support-cms-block .support-cms-block-inner .right-support-image {  /*border: 1px solid #c7c7c7;
     border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; */
height: 70px; margin: 0 auto; width: 65px; }
.ie8 .support-cms-block .support-cms-block-inner .left-support-image, .ie8 .support-cms-block .support-cms-block-inner .middle-support-image, .ie8 .support-cms-block .support-cms-block-inner .right-support-image { border: none; }
.support-cms-block .support-cms-block-inner .left-support .left-support-image { background: url("../skin/frontend/templatemela/MAG100204/images/footer-top-icons-track.png") no-repeat scroll left center; }
.support-cms-block .support-cms-block-inner .middle-support.lefty .middle-support-image { background: url("../skin/frontend/templatemela/MAG100204/images/footer-top-icons-v.png") no-repeat scroll left center; }
.support-cms-block .support-cms-block-inner .middle-support.righty .middle-support-image { background: url("../skin/frontend/templatemela/MAG100204/images/footer-top-icons-dolar.png") no-repeat scroll left center; }
.support-cms-block .support-cms-block-inner .right-support .right-support-image { background: url("../skin/frontend/templatemela/MAG100204/images/footer-top-icons-pres.png") no-repeat scroll left center; }
.support-cms-block b { color: #08639c; }

/*
.support-cms-block .support-cms-block-inner .left-support:hover .left-support-image{background:url("../skin/frontend/templatemela/MAG100204/images/support_icon.png") no-repeat scroll 0px -122px;}

.support-cms-block .support-cms-block-inner .middle-support:hover .middle-support-image{background:url("../skin/frontend/templatemela/MAG100204/images/support_icon.png") no-repeat scroll 0px -366px;}


.support-cms-block .support-cms-block-inner .right-support:hover .right-support-image{background:url("../skin/frontend/templatemela/MAG100204/images/support_icon.png") no-repeat scroll 0px -610px;}
*/
.support-cms-block .support-cms-block-inner .support-main-title { color: #333333; font-size: 17px; padding: 20px 0 0px; text-align: left; text-transform: uppercase; }
.support-cms-block .support-cms-block-inner .support-sub-title { padding: 0 0 0 69px; text-align: left; }
.support-cms-block .support-cms-block-inner > div:hover .support-main-title { color: #43a5d5; }
.tab-heading { clear: both; color: #333333; font-family: "Oswald"; font-size: 30px; line-height: 35px; padding: 20px 0; text-align: center; text-transform: uppercase; margin: 9px 0px; }

/* end support */

/* end */

/*tab start*/
.tabberlive .tabbertabhide { display: none; }
.tabberlive { clear: both; text-align: center; }
.category-products ul.item.slider-item > li:first-child { margin-bottom: 15px; }
ul.tabbernav { margin: 0px 0px 10px; padding: 18px 0px; text-align: center; margin-left: 0px; display: inline-block; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; }
.tabberlive  .tabs { margin-bottom: 40px; padding-bottom: 68px; position: relative; }
.line-tab { background: url('http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/images/title_lines.jpg') repeat-x scroll 0px center transparent; display: block; width: 53%; left: 445px; position: absolute; }
ul.tabbernav li { list-style: none; display: inline-block; }
.content { padding: 0; }
ul.tabbernav li a { text-decoration: none; font-size: 16px; padding: 19px 35px 20px; text-transform: uppercase; font-weight: normal; margin: 0px; }
.test-desc p { margin-bottom: 20px; }
.test-author .more-text a { color: #ffd069; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
.list-center .add-to-links li em { min-width: 91px; padding: 5px 5px 5px 10px; }
ul.tabbernav li a:hover { text-decoration: none; }
ul.tabbernav li a.selected, ul.tabbernav li a:hover { background: none repeat scroll 0 0 #ffd069; color: #ffffff; font-weight: normal; position: relative; }
.tabberlive .tabbertab { padding-bottom: 5px; border-top: 0; float: left; width: 1000px; background: url(http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/images/tobbottom_line.png) repeat-x left bottom; }
.tabs .category-title h2 { display: none; }
ul.tabbernav li a.selected .menu-effect, ul.tabbernav li a:hover .menu-effect, .product-collateral .tabs li.active  .menu-effect, .product-collateral .tabs li:hover .menu-effect { left: 0; right: 0; margin: 0 auto; background: url("../skin/frontend/templatemela/MAG100204/images/arrow-tab.png") no-repeat scroll center center; bottom: 0px; height: 8px; position: absolute; width: 16px; display: block; }
.product-collateral .tabs li.active  .menu-effect, .product-collateral .tabs li:hover .menu-effect { bottom: -1px; }
.menu-effect { display: none; }
.padder .form-add h2 { display: none; }

/* tab end */

/* staet people say block */
.homepage-peoplesay { margin: 0 auto; width: 100%; background-image: url("../skin/frontend/templatemela/MAG100204/images/parralex.jpg"); background-repeat: repeat-y; background-position: 50% 0; }

/*only for webkit  browsers*/

/*.homepage-peoplesay {
 background: url("../skin/frontend/templatemela/MAG100204/images/parralex.jpg") no-repeat;
 height: auto;
 width: 100%;
}*/
.homepage-peoplesay-inner.container-width { background: transparent; }
.flexslider .slides .test-image > img { height: 92px; width: 92px; }
.homepage-peoplesay .homepage-peoplesay-inner { padding: 10px 0; }
.homepage-peoplesay .homepage-peoplesay-inner .peoplesay-title h3 { color: #ffffff; font-family: "Oswald", Arial, Helvetica, sans-serif; font-size: 35px; font-weight: normal; line-height: 35px; margin: 32px 0 35px; text-align: center; text-transform: uppercase; }
.homepage-peoplesay .homepage-peoplesay-inner #peoplesay { margin: 0; overflow: hidden; position: relative; }
.homepage-peoplesay .homepage-peoplesay-inner #peoplesay .flexslider .slides { text-align: center; }
.homepage-peoplesay .homepage-peoplesay-inner #peoplesay .flexslider .slides img { margin: 0 auto; width: auto; }
.homepage-peoplesay .homepage-peoplesay-inner #peoplesay .flexslider .slides .test-content { color: #ffffff; margin: 0 auto; padding-top: 10px; text-align: center; width: 620px; }
.homepage-peoplesay .homepage-peoplesay-inner #peoplesay .flexslider .slides .test-content { color: #ffffff; text-align: center; }
.homepage-peoplesay .homepage-peoplesay-inner #peoplesay .flex-viewport .slides .test-content .more-text > a { color: #ffd069; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
.homepage-peoplesay .flexslider:hover .flex-direction-nav { display: none; }
.homepage-peoplesay .flex-control-paging li a { background: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.homepage-peoplesay .flex-control-paging li a:hover, .homepage-peoplesay .flex-control-paging li a.flex-active { background: #777777; }
.page > .flexslider .flex-control-nav { display: none; }

/* en dpeople say block */

/* last static */
.homepage-static-block .homepage-static-block-inner { padding: 45px 0; float: left; }
.homepage-static-block .homepage-static-block-inner .left-block { float: left; margin-left: 40px; margin-top: 20px; }
.homepage-static-block .right-block { display: inline-block; margin-top: 20px; }
.homepage-static-block .homepage-static-block-inner .left-block .first-static-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block { margin-bottom: 20px; margin-right: 15px; padding: 10px 0 10px 20px; }
.homepage-static-block .homepage-static-block-inner .left-block .first-static-block:hover .first-block-content .first-main-title, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block:hover  .second-block-content .second-main-title, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block:hover .third-block-content .third-main-title { color: #43a5d5; }
.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-image-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-image-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-image-block { border: 1px solid #c7c7c7; border-radius: 50%; display: inline-block; height: 78px; vertical-align: top; width: 78px; }
.homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-image-block { background: url(../skin/frontend/templatemela/MAG100204/images/seo.png)  no-repeat center center; }
.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-image-block { background: url(../skin/frontend/templatemela/MAG100204/images/google.png)  no-repeat center center; }
.homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-image-block { background: url(../skin/frontend/templatemela/MAG100204/images/browser.png)  no-repeat center center; }
.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-block-content, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-block-content, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-block-content { display: inline-block; padding: 0 0 0 15px; width: 348px; }
.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-block-content .first-main-title, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-block-content .second-main-title, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-block-content .third-main-title { color: #333333; font-weight: bold; line-height: 18px; padding: 10px 0; text-transform: uppercase; }
.left-block { float: left; }

/* end last static */

/*start for blog */
h2.blog_title { color: #333333; font-family: "Oswald", Arial, 'Open-Sans'; font-size: 30px; margin-top: 18px; font-weight: normal; left: auto; line-height: 35px; margin-bottom: 30px; position: relative; text-align: center; text-transform: uppercase; top: 0; z-index: 999; }
.blog_main .product-carousel .slider-item .blog-outer { border: 1px solid #e6e6e6; margin: 10px; overflow: hidden; padding: 10px; float: left; }
.blog-left { float: left; position: relative; text-align: center; margin-right: 10px; }
.blog-right { float: left; padding: 0 0 0 0px; width: 265px; }
.blog-right .date { border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; padding-left: 20px; text-align: left; }
.blog-right .blog_title { font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-weight: bold; margin: 10px 0; text-transform: uppercase; color: #333; padding-left: 20px; }
.blog-right .blog_title a { color: #333; }
.blog-right .content { padding-left: 20px; }
.blog-right .readmore a { color: #43a5d5; float: left; font-size: 14px; font-style: italic; padding-left: 20px; text-align: left; margin-top: 10px; }
.manufacture_products .product-carousel .product-block { border: none; }

/* end blog */

/* brand */
.manufacture_products .category-title h2 a, .manufacture_products .category-title h2 { clear: both; color: #333333; font-family: "Oswald", Arial, Helvetica, sans-serif; font-size: 18px; line-height: 35px; padding: 0; text-align: center; text-transform: uppercase; margin: 9px 0px 15px; background: #fff; font-weight: normal; }

/*end brand */
.extra-new { opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; visibility: hidden; }
.product-carousel li .product-block .actions, .products-grid li .product-block .actions { bottom: 0; position: absolute; right: 0; }
.product-carousel li .product-block .actions .btn-cart, .products-grid li .product-block .actions .btn-cart { border: medium none; height: 55px; width: 55px; background: url(../skin/frontend/templatemela/MAG100204/images/cart1.png)  no-repeat scroll center center #f0f0f0; }
.product-carousel li:hover .product-block .actions .btn-cart, .products-grid li:hover .product-block .actions .btn-cart { background: url(../skin/frontend/templatemela/MAG100204/images/cart2.png)  no-repeat scroll center center #43a5d5; }
.product-carousel li .product-block .actions .btn-cart span, .products-grid li .product-block .actions .btn-cart span { background: inherit; font-size: 0px; padding: 0px; width: 100%; height: 100%; }
.product-carousel li .product-block  .price-box, .products-grid li .product-block  .price-box, .products-grid li .product-block .product-name, .product-carousel li .product-block .product-name { width: 80%; }
.products-grid li:hover .product-block .product-name a, .product-carousel li:hover .product-block .product-name a, .products-list li:hover .product-name a { color: #43a5d5; }
.product-carousel li .product-block .product-image-container .product-image img, .products-grid li .product-block-inner .product-image img, .toolblock-item .toolblock-inner .post-image .image-block img { transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; max-width: 100%; height: auto; }
.product-carousel li:hover .product-block .product-image-container .product-image img, .toolblock-item .toolblock-inner:hover .post-image .image-block img, .products-grid li:hover .product-block-inner .product-image img { transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; -o-opacity: 0.8; }
.products-list li:hover .list-left img { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; -o-opacity: 0.8; }
.image-block { overflow: hidden; }
.carticon { background: url("../skin/frontend/templatemela/MAG100204/images/cart-icon.png") no-repeat scroll 45% 55% #585858; border-radius: 60px; height: 40px; left: 0; padding: 6px 0 0; position: absolute; top: 0; transition: all 300ms ease 0s; width: 46px; }
.block-cart.btn-slide { position: relative; }
.footer-image-left { float: left; position: relative; z-index: 9; }
.footer-container .block-title, .footer-container .form-subscribe-header { display: none; }
.newsletter-block { float: left; margin-top: 24px; position: relative; z-index: 9; }
.tm-about-text { float: left; margin: 28px 25px 0 25px; width: auto; }
.about-title { color: #ffffff; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; margin-bottom: 5px; margin-top: 0; }
.footer_outer.container-width { background: #505050; bottom: -43px; position: absolute; height: 83px; }
.footer_newsletter { margin: 0 auto; overflow: visible; position: relative; width: 1150px; }
.footer_newsletter .block .block-content { border: none; background: inherit; margin: 0px; padding: 0px; }
.footer_newsletter .block .actions button.button { float: left; }
.footer-image-left p { margin: 0px; }
.footer_newsletter .block { border: none; margin: 0px; }

/*.social h6{display:none;}*/
.social ul li { padding-left: 0 !important; }
.about .desc { margin-bottom: 10px; }
.footer_bottom h6 { display: none; }
footer .social > h6 { margin-bottom: 0 !important; margin-top: 10px !important; }
.payemnt_block li { cursor: pointer; float: left; height: 30px; margin: 0 13px 10px 0; width: 45px; padding: 0px; }
.payemnt_block { display: inline-block; float: right; margin-top: 15px; padding-left: 30px; }
.payemnt_block li.visa { background: url("../skin/frontend/templatemela/MAG100204/images/visa.jpg") no-repeat; }
.payemnt_block li.mastro { background: url("../skin/frontend/templatemela/MAG100204/images/paypal.jpg") no-repeat; }
.payemnt_block li.paypal { background: url("../skin/frontend/templatemela/MAG100204/images/amex.jpg") no-repeat; }
.payemnt_block li.amex { background: url("../skin/frontend/templatemela/MAG100204/images/mastercard.jpg") no-repeat; }
.social_block a { display: block; width: 40px; height: 40px; }
.payemnt_block a { display: block; width: 45px; height: 30px; }
.footer-top-border { border-bottom: 1px solid #535353; width: 100%; }
.footer_bottom .links { margin-bottom: 9px; }
#block_4 ul li { padding-left: 25px; }
li.address { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -228px -549px; }
li.email { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -222px -514px; }
li.phoneno { background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -226px -477px; }
.footer-top-shadow-left { background: url("../skin/frontend/templatemela/MAG100204/images/shado_subbanner2.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0); height: 105px; left: -17px; position: absolute; top: 0px; width: 235px; }
.footer-top-shadow-right { background: url("../skin/frontend/templatemela/MAG100204/images/shado_subbanner.png") no-repeat scroll 13px 13px rgba(0, 0, 0, 0); height: 105px; position: absolute; right: -18px; top: -6px; width: 235px; }
.blog_main.container-width { text-align: center; position: relative; }
#blog-carousel { text-align: left; padding-bottom: 70px; margin-bottom: 37px; }
.manufacture_products { position: relative; margin-bottom: 25px; }
.products-grid li .product-block-inner .ratings, .product-carousel li .product-block-inner .ratings { text-align: left; margin: 5px 0px; }
.box-up-sell .products-grid li .product-block-inner .ratings, .box-up-sell .product-carousel li .product-block-inner .ratings { position: absolute; bottom: 51px; }
.products-grid li .product-block-inner .ratings .amount, .product-carousel li .product-block-inner .ratings .amount { display: none; }
.cms-home .column-left-breadcrumbs { display: none; }
.column-left-breadcrumbs { /*background: url("../skin/frontend/templatemela/MAG100204/images/content-top-image.png");*/
background-repeat: repeat; background-size: cover; height: 86px;    /* margin-bottom: 50px;*/ }
.col-main-left .page-title h1, .col-main-left .category-head, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .customer-address-index .title-buttons .button { border-bottom: medium none; left: 0px; margin: 0; top: -105px; width: auto; }
.col-main-left .page-title h1, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main >  h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2 { color: #000000; float: left; position: absolute; z-index: 4; font-family: "Oswald", Arial; font-size: 16px; text-transform: uppercase; }
.customer-address-index .title-buttons .button { right: 0px; left: auto; float: right; position: absolute; z-index: 4; }
.col-main-left { position: relative; }
.col-main-left .page-title, .col-main-left .category-title { padding: 0px; margin: 0px; }
.col-main-right .page-title h1, .col1-layout .page-title h1 { border-bottom: medium none; float: left; margin: 0;    /* position: absolute; */ top: -105px; width: auto; }
.col1-layout .multiple-checkout  .page-title h1 { top: -110px; }
.checkout-multishipping-billing .multiple-checkout .page-title h1 { top: -160px; }
.header_left .links li.first+li+li { display: none; }
.cloud-zoom-gallery.lightbox-group img { max-width: 100%; }
#upsell-product-table { text-align: center; }
.box-collateral.box-up-sell { border-bottom: 1.5px solid #dfdfdf; margin-top: 30px; padding-bottom: 20px; position: relative; }
.sku > span { font-weight: 600; }
.more-views.additional-carousel { position: relative; }
.image-hover-div { background: none repeat scroll 0 0 #000000; height: 100%; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; position: absolute; top: 0; width: 100%; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; }
.std p.image_hover { left: 0; position: absolute; right: 0; margin: 0 auto; display: inline-block; top: 70px; }
.zoom { background: url("../skin/frontend/templatemela/MAG100204/images/blog-hover.png") no-repeat scroll 0 0; display: inline-block; opacity: 0; padding: 15px 25px; position: static; transition: all 0.9s ease 0s; z-index: 10; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; }
.ie8 .zoom { display: none; }
.ie8 .read { display: none; }
.read { background: url("../skin/frontend/templatemela/MAG100204/images/blog-hover.png") no-repeat scroll 0 -68px; display: inline-block; opacity: 0; padding: 15px 25px; position: static; transition: all 0.9s ease 0s; z-index: 10; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; }
.blog_main .product-carousel li.item:hover .image-hover-div { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; }
.ie8 .blog_main .product-carousel li.item:hover .image-hover-div { display: block; }
.ie8 .image-hover-div { display: block; }
.blog_main .product-carousel li.item:hover .image_hover a { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.ie8 .blog_main .product-carousel li.item:hover .image_hover a { display: inline-block; }
.input-box .input-validate-outer { display: block; float: left; width: 285px; }
.products-list li .list-right > p { clear: both; }
.category-image > img, .block.block-banner img, #zoom1 > img { max-width: 100%; }
.homepage-static-block.container-width { overflow: hidden; clear: both; }
.col-main-left .messages { position: relative; width: auto; top: auto; }
.shopping_CMS_main1 img { max-width: 100%; }
.fieldset.advanced-search { margin-top: 10px; }
.review-customer-view .product-review img { border: 1px solid #ddd; }
.header_left_outer > p { display: inline-block; float: left; padding-left: 10px; width: auto; }
.tm_headerlinkmenu { display: inline-block; float: right; min-width: 55%; padding-right: 2px; width: auto; }
.tm_headerlinkmenu .links { float: right; }
.tm_headerlinkmenu .welcome-msg { display: none; float: left; }
.tm_headerlinkmenu .links > li { display: inline-block; margin: 0 5px; }
.header_left_outer { background: none repeat scroll 0 0 #f1f1f1; box-shadow: 0 0 5px -2px gray; display: inline-block; padding: 7px 0 0; width: 100%; }
header.header-container > .header { text-align: center; width: 100% !important; }
header.header-container { padding: 0 1%; }
#advancedmenu > .menu { position: relative; }
#advancedmenu .menu > .parentMenu::after { background-repeat: no-repeat; content: " "; display: inline-block; height: 20px; left: 0; position: absolute; top: 30%; width: 20px; }
#advancedmenu .menu > .home_link::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: 0 0; }
#advancedmenu #menu3 > .parentMenu::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: -35px 0; }
#advancedmenu #menu9 > .parentMenu::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: -77px 0; }
#advancedmenu #menu5 > .parentMenu::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: -119px 0; }
#advancedmenu #menu6 > .parentMenu::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: -159px 0; }
#advancedmenu #menu7 > .parentMenu::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: 100% 0; }
#advancedmenu #menu8 > .parentMenu::after { background-image: url("../skin/frontend/templatemela/MAG100204/images/menu_icons.png"); background-position: -190px 0; }
#advancedmenu > .menu::before { border: 1px solid #1e78b4; content: " "; height: 93%; opacity: 0.9; position: absolute; right: 10px; top: 2%; }
#advancedmenu > #menu8::before { content: none !important; display: none !important; }
div.megnor-advanced-menu-popup { top: 53px !important; }
.header .form-search input.input-text { border: 1px solid #cdcdcd; padding-left: 10px; width: 281px !important; }
.header_right .quick-access > form { float: left; }
#HomeText { display: inline-block; margin: 20px 0; text-align: center; width: 100%; }
.cms-home #footer-logos { display: none; }
#HomeText > h1 { font-size: 30px; text-transform: uppercase; }
#HomeText > p { font-size: 18px; line-height: 1.8; }
.desc a { padding-left: 16px; }
.desc li { padding-top: 7px; }
#footer-logos { border-top: 2px solid #f1f1f1; display: inline-block; width: 100%; }
.header { margin: 0 !important; }
#drop_menu_wrapper { background: url("../skin/frontend/templatemela/MAG100204/images/bg-home.jpg") scroll 0 0 rgba(0, 0, 0, 0); background-position: center center; background-repeat: no-repeat; padding: 100px 0 250px; position: relative; text-align: center; width: 100%; }
#drop_menu_wrapper > h1 { font-size: 50px; }
#drop_menu_wrapper > p { font-size: 20px; line-height: 1.3; }
#drop_menu { background: none repeat scroll 0 0 #dbdada; border-radius: 5px; margin: 0 auto; padding: 20px 20px 30px; position: relative; width: 55%; }
#selectPartnum { float: right; width: 47%; }
#selectModel { float: left; width: 47%; }
#selectBrand { width: 100%; }
#brand { border-radius: 5px; height: 35px; margin-bottom: 15px; width: 100%; }
#or { display: inline-block; font-size: 100%; margin: 2% auto 0; }
#partnum, #model { width: 100%; border-radius: 5px; height: 35px; }

/***Product Page***/
.type span, .series span, .pr_num span { color: black; font-weight: bold; }
#upsell-grid .price-box { border-top: 2px solid #dddddd; margin-top: 20px; width: 100%; }
#upsell-grid li .product-block { border: 2px solid #dddddd; }
.catalog-product-view #upsell-grid .price.special-price::before { content: none; }
#upsell-grid .price.old-price { display: none; }
#upsell-grid .product-name { text-align: center; }
.catalog-product-view aside.col-left.sidebar { display: none; }
.catalog-product-view article.col-main { float: left; width: 100%; }
.catalog-product-view .product-title h1 { display: none; }
.catalog-product-view .additional-carousel .slider-item .product-block { border: 1px solid #f16b2d; }
.catalog-product-view .email-addto-box { display: none; }
.catalog-product-view .product-essential h2 { display: block; color: #237eba; text-transform: uppercase; }
.box-up-sell .category-title > h2 { border-bottom: 1.5px solid #dfdfdf; font-size: 23px; font-weight: 300; }
.catalog-product-view .price.old-price::before { color: black; content: "Price:"; }
.catalog-product-view .price.special-price::before { color: #fd3030; content: "Special Price:"; font-size: 16px; font-weight: 600; letter-spacing: -1px !important; }
#right_desc .price.special-price { color: #fd3030; }
.product-options-bottom .price-box { display: none; }

/***Search Result Page***/
.page-title h2, .page-title h1 { display: none; }
.price.special-price::before { content: "Sale Price:"; color: #868686; }
.price.old-price::before { color: #868686; content: "Regular Price:"; }
.product-name a { color: black !important; font-family: "Ubuntu", Arial, Helvetica, sans-serif; font-size: 20px !important; margin-bottom: 0; text-transform: none important; font-weight: 400 !important; }
.category-products .toolbar { background: none repeat scroll 0 0 #ededed; }
.category-products .toolbar { background: none repeat scroll 0 0 #ededed; }
.product-carousel .slider-item { width: 111px !important; }

/****Cart***/
.cart .page-title.title-buttons > h1 { display: block; font-size: 27px;    /* margin-top: 50px; */ }
.cart table tfoot button > span { background: none repeat scroll 0 0 #f3f3f3; }
.shipping-form .button > span { background: none repeat scroll 0 0 #ff6f34; border-radius: 5px; }
.shipping > h2, .discount > h2 { border-bottom: 3px solid #247ebb; }
.cart .product-image > img { border: 1px solid #e0e0e0; padding: 10px; }
#categoryDropdown > #drop_menu_wrapper { background: none repeat scroll 0 0 transparent !important; padding: 5px 0 30px !important; }
.gomage-checkout-onepage-index .column-left-breadcrumbs { height: 20px; }

/*Natalya 11/05/15*/
#gcheckout-login-link .login-button { font-size: 14px; position: relative; bottom: 10px; }
.glc.gcheckout-onepage-wrap.not_deliverydate_mode { margin-top: -10px; }
#gcheckout-billing-address .form-list label { font-weight: bold; padding-bottom: 7px; padding-top: 6px; }
#gcheckout-onepage-address input, #gcheckout-onepage-address select { height: 35px; }
.glc-title { font-size: 17px !important; padding: 4px 15px !important }
.glc-content { float: left; width: 100% }

/* .glc-login-and-paypal{display:inline-block;float:right;line-height:0;margin:-30px 0 20px;position:relative;z-index:10;} */
.glc .data-table thead th { background: linear-gradient(to bottom, #f9f9f9, #fff) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; font-size: 16px; font-weight: 100 !important; padding: 10px !important; }
#checkout-review-table tbody td { text-align: center !important; vertical-align: middle !important; padding: 10px 15px !important; }
#checkout-review-table .product-name a { font-size: 14px !important; color: #17578c; }
#checkout-review-table .first td { background: none repeat scroll 0 0 #f0eeef; }
.glc-content h1 { color: #366795; }
#checkout-payment-method-load .tm-radio { padding: 2px; }
.glc input.input-text, .glc select, .glc textarea, #login-form .form-list li .input-box .input-text { border-radius: 0 !important; padding: 5px !important; }
.glc-content h2 { font-size: 14px; margin-top: -10px; }
#gcheckout-login-link .login-button { font-size: 14px; position: relative; bottom: 10px; }
.glc.gcheckout-onepage-wrap.not_deliverydate_mode { margin-top: -10px; }
.category-tv-lamps  #BrndImage, .category-projector-lamps #BrndImage { display: none !important; }
.category-tv-lamps #drop_menu #selectBrand, .category-projector-lamps #drop_menu #selectBrand { display: inline-block !important; }
.catalog-category-view #drop_menu #selectBrand { display: none; }
div#BrndImage img { max-height: 100px; }
.col-main-left .page-title h1 { position: relative !important; }
.button.btn-proceed-checkout.btn-checkout > span { padding: 0 50px 0 20px; }
.button.btn-proceed-checkout.btn-checkout { position: relative; }
.button.btn-proceed-checkout.btn-checkout::after { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); border-radius: 0 5px 5px 0; color: white; content: ">"; font-size: 19px; font-weight: bold; padding: 9px 15px; position: absolute; right: 0; top: 0; }
.checkout-cart-index .data-table tr.last td { border-bottom: 1px solid !important; padding: 10px 20px; vertical-align: middle; }
.checkout-cart-index .product-name > a { font-size: 15px !important; }
.button.btn-continue::after { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1); content: ">"; padding: 6px 15px; position: absolute; right: 0; top: 0; }
.button.btn-continue { position: relative; }
.catalogsearch-result-index .block.block-side-nav-container { display: none; }
#narrow-by-list .block.block-side-nav-container { border: medium none !important; display: block; margin: 0; padding: 0; width: 100%; }
#narrow-by-list .block.block-side-nav-container .block-title { margin: 0 -10px; }
#narrow-by-list .block.block-side-nav-container .block-title dt { border: medium none; }
#right_desc .price-box .old-price { text-decoration: line-through; }
#checkout-review-submit .button.btn-checkout span span { font-size: 20px; padding: 2px 50px; }
#categoryDropdown #BrndImage { text-align: center; }

/* Override autocomplete - Avi Vaisenberger 2015-07-17 */
.searchautocomplete .nav-search-in { top: 50% !important; transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); }
.searchautocomplete .nav-search-in .nav-down-arrow { top: 12px !important; }
.searchautocomplete .price-box, .searchautocomplete .price-box p { margin: 0 !important; }
.searchautocomplete .price-box, .searchautocomplete .price-box p.label { color: #868686 !important; font-weight: normal !important; }

/* Loading Indicator - Avi Vaisenberger 2015-07-19 */
.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 999;
}
.loading-overlay > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.la-timer,
.la-timer > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.la-timer {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-timer.la-dark {
    color: #333;
}

.la-timer > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-timer {
    width: 32px;
    height: 32px;
}

.la-timer > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
}

.la-timer > div:before,
.la-timer > div:after {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 2px;
    margin-top: -1px;
    margin-left: -1px;
    content: "";
    background: currentColor;
    border-radius: 2px;
    -webkit-transform-origin: 1px 1px 0;
       -moz-transform-origin: 1px 1px 0;
        -ms-transform-origin: 1px 1px 0;
         -o-transform-origin: 1px 1px 0;
            transform-origin: 1px 1px 0;
    -webkit-animation: timer-loader 1250ms infinite linear;
       -moz-animation: timer-loader 1250ms infinite linear;
         -o-animation: timer-loader 1250ms infinite linear;
            animation: timer-loader 1250ms infinite linear;
    -webkit-animation-delay: -625ms;
       -moz-animation-delay: -625ms;
         -o-animation-delay: -625ms;
            animation-delay: -625ms;
}

.la-timer > div:before {
    height: 12px;
}

.la-timer > div:after {
    height: 8px;
    -webkit-animation-duration: 15s;
       -moz-animation-duration: 15s;
         -o-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-delay: -7.5s;
       -moz-animation-delay: -7.5s;
         -o-animation-delay: -7.5s;
            animation-delay: -7.5s;
}

.la-timer.la-sm {
    width: 16px;
    height: 16px;
}

.la-timer.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}

.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
    top: 7px;
    left: 7px;
    width: 1px;
    margin-top: -.5px;
    margin-left: -.5px;
    border-radius: 1px;
    -webkit-transform-origin: .5px .5px 0;
       -moz-transform-origin: .5px .5px 0;
        -ms-transform-origin: .5px .5px 0;
         -o-transform-origin: .5px .5px 0;
            transform-origin: .5px .5px 0;
}

.la-timer.la-sm > div:before {
    height: 6px;
}

.la-timer.la-sm > div:after {
    height: 4px;
}

.la-timer.la-2x {
    width: 64px;
    height: 64px;
}

.la-timer.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}

.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
    top: 28px;
    left: 28px;
    width: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 4px;
    -webkit-transform-origin: 2px 2px 0;
       -moz-transform-origin: 2px 2px 0;
        -ms-transform-origin: 2px 2px 0;
         -o-transform-origin: 2px 2px 0;
            transform-origin: 2px 2px 0;
}

.la-timer.la-2x > div:before {
    height: 24px;
}

.la-timer.la-2x > div:after {
    height: 16px;
}

.la-timer.la-3x {
    width: 96px;
    height: 96px;
}

.la-timer.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}

.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
    top: 42px;
    left: 42px;
    width: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 6px;
    -webkit-transform-origin: 3px 3px 0;
       -moz-transform-origin: 3px 3px 0;
        -ms-transform-origin: 3px 3px 0;
         -o-transform-origin: 3px 3px 0;
            transform-origin: 3px 3px 0;
}

.la-timer.la-3x > div:before {
    height: 36px;
}

.la-timer.la-3x > div:after {
    height: 24px;
}

/*
 * Animation
 */
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}
@-o-keyframes timer-loader {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/************************Adir's change start**************************************/

.payemnt_block {
	background:url(../skin/frontend/templatemela/MAG100204/images/payment.png);
	width: 233px;
    height: 30px;
	margin-bottom: 20px;
}
.price.special-price {line-height: 40px;}
.payemnt_block li {cursor: default !important;}
.product-block {
	margin-left: 0 !important;
    margin-right: 14px !important;
}
.header_right {
	margin-top: 40px;
}
/* .header-center {
	margin-left: 50px;
} */
/* .header-cart {
	margin-right: 50px;
} */
#drop_menu_wrapper {
	padding-top: 50px !important;
}
/* .label-container{visibility:hidden;} */
.catalog-product-view .price.special-price::before {
	color: #868686;
	font-weight: 600;
}
#right_desc .price.special-price {color:#f16b2d}
.price.special-price {color:#f16b2d} 
.cart_mini_right{width: 130px;}
.social {margin-top: -20px;}
.products-list li .list-right{float: right !important;}
.products-list li .list-center{border-right:none !important;}
.regular-price .price {
	font-size: 24px;
	font-weight: bold;
	color: #f16b2d !important;
	line-height: 40px;
}
@media only screen and (max-width: 979px) {
	.price-box-container .price-container {
		/* display:inline-table !important; */
		margin: 0 0 0 10px;
	}
	.price-box-container .label-container {
		display: -webkit-inline-box !important;
	}
	.price-box .price-container {
		text-align:left !important;
	}
}


.hr_pad ul {
	margin-left:30px;
}
.hr_pad ol {
	margin-left:30px;
}
.box_pad  ol {
	margin-left:30px;
}


#gcheckout-shipping-method-available dd{
	-webkit-margin-start: 0px !important;
}
#gcheckout-shipping-method-available dl{
	-webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
}
#gcheckout-shipping-method-available dd ul li {
		margin: 5px 0 !important;
		line-height: 18px !important;
		height: 17px !important;
		display:flex;
}
#gcheckout-shipping-method-available dd ul li input {
	    margin: auto 0 !important; 
}
#gcheckout-shipping-method-available .tm-radio {
	background-image:none !important;
	display: flex;
}
#gcheckout-shipping-method-available .tm-hide {
	opacity:1 !important;
}
#gcheckout-shipping-method-available dt {
	margin:0 !important;
}
#gcheckout-shipping-method-available .price{
	font-weight: initial;
    font-size: 12px;
}
@media only screen and (max-width: 980px)  {
	.social{
		margin-top:0;
	}
}
/************************Adir's change end**************************************/


/****************************************************************************/
/****************************************************************************/
/*****************************contact us page end****************************/
/**********************************By Adir***********************************/
/****************************************************************************/

.form-list .field {
	width:100%;
}
.form-list .input-box {
	width: 97%;
}
.form-list input.input-text::-webkit-input-placeholder {
	color: #CEC6C6;
}
.form-list input.input-text:-moz-placeholder {
	color: #CEC6C6;
}
.form-list input.input-text::-moz-placeholder {
	color: #CEC6C6;
}
.form-list input.input-text:-ms-input-placeholder{
	color: #CEC6C6;
}
.contacform .form-list li.wide textarea::-webkit-input-placeholder  {
	color: #CEC6C6;
}
.contacform .form-list li.wide textarea:-moz-placeholder {
	color: #CEC6C6;
}
.contacform .form-list li.wide textarea::-moz-placeholder {
	color: #CEC6C6;
}
.contacform .form-list li.wide textarea:-ms-input-placeholder {
	color: #CEC6C6;
}
.contacform input {
	width:100% !important;
	font-family: cursive;
	font-weight: bold;
}
.contacform {
	font-family: cursive;
	font-weight: bold;
}
.contacform  button span{
	font-family: cursive;
	font-weight: bold;
}
#comment {
	font-family: cursive;
	font-weight: bold;
}
#right_desc.big_add_to_cart {
	width:250px !important;
}
#right_desc.big_add_to_cart button span span {
	/*width:250px !important;*/
}
#right_desc.availability {
	font-size: 14px !important;
}
.add-to-cart .label-container {
	width: 100%;
}
.right_contacts {
	width: calc(50% - 26px);
    float: right;
}
.contacts_address_image {
    background: url(../skin/frontend/templatemela/MAG100204/images/contact_location.png);
    width: 30px;
    height: 30px;
    margin-bottom: -10px;
    display: inline-block !important;
}
.contacts_hours_image {
    background: url(../skin/frontend/templatemela/MAG100204/images/contact_hours.png);
    width: 30px;
    height: 30px;
    margin-bottom: -10px;
    display: inline-block !important;
}
.contacts_email_image {
    background: url(../skin/frontend/templatemela/MAG100204/images/contact_email2.png);
    width: 30px;
    height: 30px;
    margin-bottom: -10px;
    display: inline-block !important;
}
.contacts_phone_image {
    background: url(../skin/frontend/templatemela/MAG100204/images/contact_phone.png);
    width: 30px;
    height: 30px;
    margin-bottom: -10px;
    display: inline-block !important;
}
.contacts_phone{
	margin-bottom: 20px;
	margin-top: 35px;
}
.contacts_email{
	margin-bottom: 20px;
}
.contacts_hours{
	margin-bottom: 20px;
}
.contacts_address{
	margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
	.right_contacts {
		width:100%;
	}
}
/******************************************Dani's change start******************************************/

.add-to-box .qty-container .label-container{
	width:100%;
	display: table-cell !important;
}


.add-to-box .qty-container .select-container{
	width:25%;
	display: table-cell !important;
}

.add-to-box .add-to-cart .button-container-cell button {
    width: 100%;
}

.product-essential {
    margin-top: 25px;
}

.short-description .std ul {
	word-break: break-all;
}


/******************************************Dani's change end******************************************/
/****************************************************************************/
/****************************************************************************/
/*****************************contact us page end****************************/
/**********************************By Adir***********************************/
/****************************************************************************/


/******************************************Amit's change end******************************************/
.category-products .products-list .item .list-right {
	width: 210px;
}

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

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */
.tm-hide { opacity: 0; }
.tm-checkbox {
	background: url('../skin/frontend/templatemela/MAG100204/images/sprite.png') -3px -42px no-repeat;
	display:inline-block;
	width:17px;
	height:17px;vertical-align: middle;
}

.tm-radio { background: url('../skin/frontend/templatemela/MAG100204/images/sprite.png') 0 -7px no-repeat;	display: inline;
	padding:0px;
   	height:17px; 
    vertical-align: middle;
   }

.tm-checked { background-position:-75px -42px ; }
.tm-selected { background-position: -72px -7px; }


.tm-checkbox-green {
	background: url('http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/images/megnor/sprite.png') 0 1px no-repeat;
	display:inline-block;
	
}
.tm-checked-green { background-position: 0 -18px; }
.tm-checkbox, .tm-radio { }
.ie7 .tm-checkbox{ display:inline; }
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
.sbHolder{
	 
	border: solid 1px #ddd; 
	position: relative;
	width: auto; 
	padding:4px 25px 4px 7px;
	text-align:left;

}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	  outline: none;
	overflow: hidden;	 
	top: 0;	 
	display:block;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
 
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("../skin/frontend/templatemela/MAG100204/images/arrow-down.png") no-repeat scroll center center transparent;
	display: block; 
	outline: none;
	position: absolute;
	right: 4px;
    top:7px;
	height:15px;
	width:15px;
 
}
 
.sbToggleOpen{
	background: url("../skin/frontend/templatemela/MAG100204/images/arrow-up.png") no-repeat scroll center center transparent;
} 
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px !important;
  width: 100%;
	z-index:9999;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	margin:0;
}
.sbOptions a{	 
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
	text-decoration:none;
}
 

/* display none until init */
.product-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}
.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	
}

/* mouse grab icon */
.grabbing { 
    cursor:url("http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/img/megnor/grabbing.png") 8 8, move;
}

/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation    { text-align: center; position:absolute;}
.customNavigation a{
	


}

.customNavigation a.prev {
  	background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -234px 2px transparent;
  
}
.customNavigation a.prev:hover 	{ background-position: -234px -27px; text-decoration:none;}
.customNavigation a.next {
	background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -204px 2px transparent;
   
}
.customNavigation a.next:hover 	{ background-position: -204px -27px; text-decoration:none;}
 

/* Responsive menu Css Start */
	.nav-responsive span { display:inline-block;}
	.ie7 .nav-responsive span { display:inline;}
	.nav-responsive { cursor:pointer; display:none;  }
	#nav-mobile  ul  li{ list-style:none; position:relative;}
	.nav-responsive .expandable{
		 background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -122px -122px transparent;
    height: 25px;
    margin-right: 10px;
    margin-top: 18px;
    width: 30px;
	} 
	.responsive-menu { padding:0; position:relative;}
	
	.responsive-menu #nav-mobile{ 
		position:absolute; 
		z-index:999;  
		display:none; 
		margin-top:0px; 
		padding:1%;
		width:98%; 
		list-style:none;
	}
	.responsive-menu #nav-mobile ul{padding-left:15px;}
	.nav-responsive div,
	.responsive-menu .hitarea {
		background: none;
		height: 30px;
		width:30px; 
		float: right;
		cursor: pointer;
	
	}
	.responsive-menu .expandable .collapsable-hitarea{ 
		background:url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -230px -120px transparent;		 
	} 
	.responsive-menu .expandable-hitarea { 
		background:url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -202px -120px transparent;		 
	} 
	.responsive-menu .collapsable-hitarea { 
		background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -230px -120px transparent;		
	} 

/* Responsive menu Css End */


/*RESPONSIVE TABLE*/
.table-responsive { display:none; visibility:hidden;}	
.tm_responsive_container,
.tm_responsive_container_footer{ width:auto; overflow:hidden;}

.tm_responsive_group{
	float:left; 
    margin: 5px 0;
    padding: 3%;
    width: 92%; 
	border:1px solid #ededed;
	color:#4D4D4D;
	background:#FBFBFB  
}
.tm_responsive_row label{
  width: 100px;
  display:block;
  float:left;
  font-weight: bold;
}
.tm_responsive_row span{
  width: 250px;
  display:block;
  float:left;
}
.tm_responsive_row{
 overflow:hidden;
 border-bottom: 1px solid #EEEEEE;
 padding:10px 0;
}
.tm_responsive_row span .separator{ display:none; }
/*RESPONSIVE TABLE*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides{ padding:0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; clear:both; margin:0 0 0px 0; overflow:hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav {display:none; margin:0 !important; z-index:999; }
.flex-direction-nav  li{ list-style:none;}
.flexslider:hover .flex-direction-nav { display:block;  margin:0 !important;  }
.flex-direction-nav li a.flex-next
{ 
	 background: url("../skin/frontend/templatemela/MAG100204/images/sliderarrow.png") no-repeat scroll  -50px 0px transparent;
    font-size: 0;
    height: 40px ;
    position: absolute;
    right: 10px;
    top: 40%;
    width: 40px;
	
}
.flex-direction-nav li a.flex-prev
{ 
	background: url("../skin/frontend/templatemela/MAG100204/images/sliderarrow.png") no-repeat scroll 0px 0px transparent;
    height: 40px !important;
    left: 10px;
    position: absolute;
    top:40%;
    width: 40px !important;
	font-size:0;
}
.flex-direction-nav li a.flex-prev:hover	{ background-position:0px -50px;} 
.flex-direction-nav li a.flex-next:hover		{ background-position:-50px -50px;}

/* Control Nav */
.flex-control-nav {position:relative; text-align:center; margin:20px 0px 8px !important; padding:0 !important; z-index:999; }
.flex-control-nav li {margin: 0 3px; font-size:0; display:inline-block; }
.flex-control-paging li a {
	background: url('../skin/frontend/templatemela/MAG100204/images/sprite.png') -98px -195px no-repeat;
    
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
	font-size:0;
}
.flex-control-paging li a:hover ,.flex-control-paging li a.flex-active{ background-position: -98px -217px; }
.flex-control-paging li a.flex-active{  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	
}
.manufacture_products .product-carousel{
width:auto;
padding:0px 20px !important;

}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom:10px;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 
.grabbing { 
    cursor:url("http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/image/megnor/grabbing.png") 8 8, move;
}


/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	list-style:none;
}
.additional-carousel .customNavigation {
display:block;
margin:0px;
top:0px;
}
.additional-carousel .customNavigation a{position:absolute;
height:20px;
	width:20px;
	
}
.customNavigation    { 
	bottom:0px;
	left:0px;
	right:0px;
	
	}
.manufacture_products .customNavigation  {margin:0px; 
position:absolute;
display:block;
width:100%;
}
.manufacture_products .customNavigation  a{top:-6px; z-index:9; width:20px;}
.ie8 .manufacture_products .customNavigation  a{top:-16px;}
.manufacture_products .customNavigation  a.next{right:0px;
background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -36px -190px transparent;
float:right;
} 
.manufacture_products .customNavigation a.next:hover{ 
background-position:-36px -220px;
 }
.manufacture_products .customNavigation  a.prev:hover{
background-position:0px -216px;
}
.manufacture_products .customNavigation  a.prev{left:0px;
background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll 0 -186px  transparent;
float:left;
} 
.customNavigation a{
	
	-webkit-tap-highlight-color:transparent;
	display:inline-block;
    height: 35px;
    position: relative;
    width: 40px;
	 text-indent: -9999px;
	 cursor:pointer;
} 
.customNavigation a.prev  {
  	background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -180px -37px transparent;	
}
 .customNavigation a.prev:hover { background-position: -180px 0px; text-decoration:none;}
.customNavigation a.next {
	background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -220px -37px transparent;
    right:auto;
}
	.customNavigation a.next:hover	{ background-position: -220px 0px; text-decoration:none;}

/**************** additional carousel start *******************/
.additional-carousel .product-carousel{  width:auto; margin:0 35px; }
.additional-carousel .customNavigation a.prev {
  	background:url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -9px -194px  transparent;
    left:17px;
	top:33px;
	z-index:999;  
	  text-indent: -9999px;
	cursor:pointer;
	
}
.additional-carousel .customNavigation a.prev:hover 	{ background-position: -9px -224px; text-decoration:none; z-index:999;}
.additional-carousel .customNavigation a.next {
	background: url("../skin/frontend/templatemela/MAG100204/images/sprite.png") no-repeat scroll -32px -195px  transparent;
    right:15px;
	top:33px;
	cursor:pointer;
	z-index:999; 
	 text-indent: -9999px;
}
.additional-carousel .customNavigation a.next:hover 	{ background-position: -32px -225px; text-decoration:none; z-index:999;}
.additional-carousel .slider-item {   float: left;  width: 90px; }
.additional-carousel .slider-item .product-block{ background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
   
    clear: both;
    margin: 5px 7px;
    overflow: hidden;}

/**************** additional carousel End *******************/

.product-info .product-image .customNavigation    { text-align: center; position:absolute; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	}

.product-info .product-image .customNavigation a.prev {
  	background: url("http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/image/megnor/sprite.png") no-repeat scroll -11px -60px transparent;
    left:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.prev:hover 	{ background-position: -11px -90px; text-decoration:none;}
.product-info .product-image .customNavigation a.next {
	background: url("http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/image/megnor/sprite.png") no-repeat scroll -43px -60px transparent;
	right:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.next:hover 	{ background-position: -43px -90px; text-decoration:none;}

/*.related-products .customNavigation{ width:97%;}
.related-products .customNavigation a.prev {
  	background: url("http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/image/megnor/sprite.png") no-repeat scroll -204px 2px transparent;
    right:25px;
	top:-20px;
}
.related-products .customNavigation a.prev:hover 	{ background-position: -204px -27px; text-decoration:none;}
.related-products .customNavigation a.next {
	background: url("http://www.projectorlampsworld.com/skin/frontend/templatemela/MAG100204/image/megnor/sprite.png") no-repeat scroll -234px 2px transparent;
	right:0px;
	top:-20px;
}
.related-products .customNavigation a.next:hover 	{ background-position: -234px -27px; text-decoration:none;}
*/
/* Media for 980px to 1023px */

/* 980px <= width < 1023px */
@media only screen and (min-width:1190px) {
	.header .form-search { width: 440px !important; }
	.header .form-search input.input-text { width: 391px !important; }
	.header_right { min-width: 63%; }
	.footer_bottom ul.links { margin-right: 5%; }
}
@media only screen and (min-width:1024px) and (max-width:1190px) {
	.header, .nav-inner, .container-width, .footer, .main .col-main-left, .breadcumb-main, .col1-layout .col-main, .messages, .top-banner-outer, .footer_newsletter { width: 980px; }
	.col2-left-layout .col-main, .col2-right-layout .col-main { width: 730px; }
	.col-left, .col-right { width: 235px; }
	.product-view .product-img-box { width: 320px; }
	.product-view .product-shop { width: 390px; float: left; }
	.cart .cart-collaterals .col1-set { width: 340px; }
	.cart .cart-collaterals .col2-set { width: 620px; }
	.cart .totals { width: 297px; }
	.banner-left, .banner-middle, .banner-right { width: 320px; }
	.left-banner-content, .middle-banner-content, .right-banner-content { padding-left: 6px; }
	.toolblock-item { width: 25%; }
	.besttool-block > ul > li:first-child .toolblock-inner { margin-left: 8px; }
	.toolblock-item .toolblock-inner .post-image .image-block img { max-width: 100%; }
	.support-cms-block .support-cms-block-inner .left-support, .support-cms-block .support-cms-block-inner .middle-support, .support-cms-block .support-cms-block-inner .right-support { width: 24%; }
	.homepage-static-block .homepage-static-block-inner .left-block, .homepage-static-block .right-block { width: 50%; margin: 0px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block { margin-bottom: 5px; padding: 5px 0 5px 10px; }
	.blog-left { width: 50%; margin-right: 2%; }
	.blog-left .img img { max-width: 100%; }
	.blog-right { width: 48%; padding: 0; }
	.blog-right .blog_title, .blog-right .content, .blog-right .date { padding-left: 10px; }
	.tm-about-text { width: 280px; margin: 20px 15px 0; }
	#footer .footer-area { width: 230px; }
	#footer  #block_2.footer-area, #footer #block_3.footer-area { width: 170px; }
	.products-list li .list-center { border-right: none; float: left; padding-right: 20px; padding-top: 15px; width: 420px; }
	.top-banner .main-title { font-size: 16px; }
	.products-list li .list-right { padding: 5px 0; }
	.products-list .special-price, .products-list .price-box .old-price { clear: none; float: none; }
	.shadow-left-image, .shadow-left, .footer-top-shadow-left { left: -14px; }
	.shadow-right-image, .shadow-right, .footer-top-shadow-right { right: -17px; }
}
@media only screen and (min-width:980px) and (max-width:1023px) {
	#advancedmenu { display: block !important; }
	.nav-responsive { display: none !important; }
	.header, .nav-inner, .container-width, .footer, .main .col-main-left, .breadcumb-main, .col1-layout .col-main, .messages, .top-banner-outer, .footer_newsletter { width: 940px; }
	.col2-left-layout .col-main, .col2-right-layout .col-main { width: 700px; }
	.col-left, .col-right { width: 225px; }
	.product-view .product-img-box { width: 300px; }
	.product-view .product-shop { width: 380px; float: left; }
	.left-banner-content, .middle-banner-content, .right-banner-content { width: 220px; }
	.main-title { font-size: 15px; }
	.second-title { font-size: 11px; }
	.banner-left, .banner-middle, .banner-right { width: 307px; }
	.left-banner-content, .middle-banner-content, .right-banner-content { padding-left: 6px; }
	.toolblock-item { width: 25%; }
	.besttool-block > ul > li:first-child .toolblock-inner { margin-left: 8px; }
	.toolblock-item .toolblock-inner .post-image .image-block img { max-width: 100%; }
	.support-cms-block .support-cms-block-inner .left-support, .support-cms-block .support-cms-block-inner .middle-support, .support-cms-block .support-cms-block-inner .right-support { width: 24%; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-block-content, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-block-content, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-block-content { width: 338px; }
	.homepage-static-block .homepage-static-block-inner .left-block, .homepage-static-block .right-block { width: 50%; margin: 0px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block { margin-bottom: 5px; padding: 5px 0 5px 10px; }
	.blog-left { width: 50%; margin-right: 2%; }
	.blog-left .img img { max-width: 100%; }
	.blog-right { width: 48%; padding: 0; }
	.blog-right .blog_title, .blog-right .content, .blog-right .date { padding-left: 10px; }
	.tm-about-text { width: 280px; margin: 20px 15px 0; }
	#footer .footer-area { width: 230px; margin-right: 45px; }
	.block-subscribe input.input-text { width: 225px; }
	.input-box .input-validate-outer { width: 245px; }
	.shop-now-block .shop-left .shop-now-left, .shop-now-block .shop-right .shop-now-right { width: 50px; }
	#footer  #block_2.footer-area, #footer #block_3.footer-area { width: 170px; }
	#footer .mobile_togglemenu { display: none; }
	.products-list li .list-center { border-right: none; float: left; padding-right: 20px; padding-top: 15px; width: 390px; }
	.products-list li .list-right { padding: 5px 0; }
	.products-list .special-price, .products-list .price-box .old-price { clear: none; float: none; }
	.cart .cart-collaterals .col1-set { width: 320px; }
	.cart .cart-collaterals .col2-set { width: 600px; }
	.cart .totals { width: 290px; }
	.manufacture_products .customNavigation a.next { right: 0px; }
	.manufacture_products .customNavigation a.prev { left: 0px; }
	.shadow-left-image, .shadow-left, .footer-top-shadow-left, .footer-top-shadow-right, .shadow-right-image, .shadow-right { display: none; }
	.shadow-left-image, .shadow-left, .footer-top-shadow-left { left: -14px; }
	.shadow-right-image, .shadow-right, .footer-top-shadow-right { right: -14px; }
	.header .form-search:hover button.button, .header .form-search input.input-text:focus + button.button { border-left: none; width: 45px; }
	.header .form-search button.button { height: 43px; }
}
@media only screen and (min-width:969px) and (max-width:979px) {
	.header .quick-access { width: 100%; }
}
@media only screen and (min-width:767px) and (max-width:969px) {
	.header .quick-access { width: 160%; }
}
@media only screen and (max-width:979px) {
	#mob_visible { display: block !important; color: #000000; font-family: "Oswald", Arial; font-size: 30px; padding: 0px 0px 10px; margin: 0; }
	.header, .nav-inner, .container-width, .footer, .main .col-main-left, .breadcumb-main, .col1-layout .col-main, .messages, .top-banner-outer, .footer_newsletter { width: 724px; }
	.col2-left-layout .col-main, .col2-right-layout .col-main { width: 500px; }
	.col-left, .col-right { width: 210px; }
	#advancedmenu { display: none; }
	.advanced_nav { display: block; }
	#zoom-btn, .mousetrap { display: none !important; }
	#zoom1 { cursor: default !important; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-block-content, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-block-content, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-block-content { width: 230px; }
	.homepage-static-block .homepage-static-block-inner .left-block, .homepage-static-block .right-block { width: 50%; margin: 0px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block { margin-bottom: 5px; padding: 5px 0 5px 10px; }
	.first-sub-title, .second-sub-title, .third-sub-title { font-size: 12px; line-height: 16px; }

	/*.header .quick-access{ width:490px; }*/
	.footer .mobile_togglemenu { display: block; }
	#footer ul { display: none; margin-bottom: 20px; overflow: hidden; }
	#footer .footer-area { width: 100%; margin-right: 0; }
	.products-list li .list-center { width: auto; padding: 0px; border: none; padding: 0px 10px; }
	.products-list .price-box { padding: 0px; margin-bottom: 10px; }
	.products-list li .list-right { padding: 0px 10px 10px; }
	.products-list .special-price, .products-list .price-box .old-price { clear: none; padding: 0px; margin-bottom: 0px; }
	.products-list .desc { margin-left: 0px; }
	.products-list .add-to-links { margin: 5px 0px; }
	.product-view .product-shop { width: 100%; }
	.cart .cart-collaterals .col2-set, .cart .totals { width: 100%; }
	.checkout-progress { padding: 0 10px; }
	.form-list li.wide select, .form-list li.wide .input-box { width: 400px; }
	.gift-messages-form .item .details .form-list li.wide .input-box, .form-list li.wide input.input-text { width: 100%; }
	.col1-layout .product-view .product-shop { width: 405px; }
	.padder h6 { display: block; padding: 10px 10px 10px 15px; line-height: 18px; color: #ffffff; font-size: 16px; font-weight: 500; text-transform: uppercase; position: relative; }
	.product-view .tabs { display: none !important; }
	.contacform { width: 100%; margin-bottom: 10px; padding: 0; margin-right: 0; border: none; }
	.googlemap { width: 100%; margin-bottom: 10px; }
	.block-banner img, .category-image img { max-width: 100%; }
	.toolbar .pager .pager_right { float: left; margin-top: 10px; clear: both; }
	.footer_bottom ul.links { display: block; text-align: center; float: none; margin-bottom: 5px; }
	.footer address { float: none; text-align: center; clear: both; }
	.product-collateral .padder { padding-left: 0; padding-right: 0; padding: 0px; }
	.padder ol { display: none; margin-bottom: 15px; }
	.padder > div { display: block !important; }
	#footer .block-subscribe input.input-text { width: 98%; }
	.block-subscribe .block-title strong { display: inline; }
	.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width: 90%; }
	#product_tabs_cms_contents { display: none !important; }
	.padder h6 { margin-bottom: 15px; }
	.padder #product_tabs_tags_tabbed_contents  h6 { margin-bottom: 5px; }
	.banner-left, .banner-middle, .banner-right { width: 235px; }
	.left-banner-content, .middle-banner-content, .right-banner-content { width: 150px; margin: 0px 0px 0px 7px; padding: 0px; }
	.main-title { font-size: 15px; }
	.second-title { font-size: 11px; }
	.toolblock-item { width: 25%; }
	.besttool-block > ul > li:first-child .toolblock-inner { margin-left: 8px; }
	.toolblock-item .toolblock-inner .post-image .image-block img { max-width: 100%; }
	.shop-now-block .shop-left, .shop-now-block .shop-right { display: none; }
	.post-title { font-size: 20px; line-height: 25px; margin: 0px; }
	.support-cms-block .support-cms-block-inner .support-sub-title { padding: 0px 10px; }
	.support-cms-block .support-cms-block-inner .left-support, .support-cms-block .support-cms-block-inner .middle-support, .support-cms-block .support-cms-block-inner .right-support { width: 24%; }
	.tm-about-text, .newsletter-block { margin: 5px 0px 0px 25px; }
	.besttoll-title h1 { font-size: 35px; }
	.blog-right { float: left; padding: 0px; width: 400px; }
	.menu-shadow-image { top: 56px; }
	.nav-inner { text-align: left; }
	.blog-left { margin-right: 15px; }
	.social h6 { display: block; }
	#footer #block_1 > h6 .mobile_togglemenu { display: none; }
	#footer #block_1 > h6 { text-align: center; }
	.about .desc { text-align: center; margin-bottom: 20px; }
	.product-collateral .padder { border: none; }
	.cart .cart-collaterals .col1-set { width: 100%; }
	.form-list input.input-text { width: 210px; }
	.nav-inner { text-align: left; }
	.shadow-left-image, .shadow-left, .footer-top-shadow-left { left: -14px; }
	.shadow-right-image, .shadow-right, .footer-top-shadow-right { right: -14px; }
	.footer-top-shadow-right { display: none; }
	.header .form-search:hover button.button, .header .form-search input.input-text:focus + button.button { border-left: none; width: 45px; }
	.header .form-search button.button { height: 43px; }
	.nav-responsive span { padding: 15px 18px 14px; }
}
@media only screen and (min-width:768px) and (max-width:979px) {
	div#right_desc { left: 380px; position: absolute; top: 42px; }
	.header_right { width: 330px; margin-top: 25px; }
	.header .links { position: relative; z-index: 999; }
	.data-table thead th { padding: 7px 5px; }
	.data-table td { padding: 5px; }
	.my-account { overflow: auto; http: //184.173.118.250/~prolampsworld/ }
	.send-friend .form-list { width: 490px; }
	.form-list li.wide textarea { width: 450px; }
	.send-friend .form-list li.wide .input-box { width: 462px; }
	.quick-access .form-search:hover input.input-text, .quick-access .form-search input.input-text:focus { padding: 12px 40px 12px 10px; width: 130px; }
}

/* Landscape phone to portrait tablet */
@media only screen and (max-width:767px) {
	.add-to-cart .label-container, .add-to-cart .select-container { width: auto; }
	.add-to-cart .label-container label { padding-right: 5px; }
	.payemnt_block { width: 233px; margin: 0px; }
	#checkout-review-table tbody > tr.odd { background-color: #ffffff !important; /*display: flex;*/ }
	.catalog-product-view .product-title.page-title { display: none; }
	#drop_menu_wrapper > h1 { font-size: 29px; }
	/*.glc.gcheckout-onepage-wrap td.a-right { float: right; width: auto !important; line-height: 1; margin: 0px 0 0 0px !important; display: inline-block !important; }*/
	/*.glc.gcheckout-onepage-wrap td.a-right.last { display: none !important; }*/
	.glc.gcheckout-onepage-wrap dl.item-options { float: left; display: flex; margin: 5px; }
	/*.glc.gcheckout-onepage-wrap #checkout-review-table td { padding: 5px 0 5px 0 !important; border-color: transparent !important; }*/
	/*body.gomage-checkout-onepage-index tfoot td.a-right { float: left !important; }
	body.gomage-checkout-onepage-index tfoot td.a-right.last { float: right !important; margin: 5px 0 !important; }
	.glc .data-table tfoot td { float: left !important; }
	.glc .data-table { font-size: 13px; }*/
	.header .form-search button.button { right: -1px; }
	.tm_headerlinkmenu .links { display: none; float: right; margin-top: -10px; position: absolute; width: 150px; margin-bottom: 70px; right: 0; z-index: 1111111111111; background: white; box-shadow: 0 0 4px -1px black; }
	.tm_headerlinkmenu .links > li { width: 100%; background: white; padding: 5px 0px; text-indent: 5px; margin: -5px 0px 10px 0; }
	.header_left_outer > p { width: 180px; }
	.header, .nav-inner, .container-width, .footer, .main .col-main-left, .breadcumb-main, .messages, .col1-layout .col-main, .top-banner-outer, .footer_newsletter { width: auto; margin: 0px 15px; }
	.col-left, .col-right, .col-main, .cms-home .col1-layout .col-main { width: 100%; margin: 0px; }
	.cms-home .messages { margin: 0px 15px !important; }
	.footer_newsletter { margin: 0px; }
	.col2-left-layout .col-main, .col2-right-layout .col-main { width: 100%; }
	.col-main { margin-bottom: 10px; }
	.col-left .block-content, .col-right .block-content { display: none; }
	.col3-layout .col-wrapper, .col-main, .col3-layout .col-main { width: 100%; }
	.toggle .mobile_togglecolumn { display: block; }
	.block-banner { display: none; }
	.top-banner-outer { display: none; }

	/********** Header Setting *************/
	.header .logo { margin: 0 auto; text-align: center; text-decoration: none !important; float: none; }
	.header .quick-access { margin: 5px 0 0px; float: none; text-align: center; }
	.header .form-search { border: 1px solid #d0d0d0; display: inline-block; float: none; position: relative; width: 400px; }
	.quick-access .form-search:hover input.input-text, .quick-access .form-search input.input-text:focus, .header .form-search input.input-text { border: none; }
	.quick-access .form-search:hover input.input-text, .quick-access .form-search input.input-text:focus, .quick-access .form-search input.input-text, .quick-access .form-search input.input-text { width: 330px; padding: 12px; box-shadow: none; }
	.header .form-search:hover button.button, .header .form-search input.input-text:focus + button.button { border-left: none; }
	.header .quick-access { width: 100%; padding-left: 0; padding-right: 0; }
	.header_top { height: 80px; }
	.header .welcome-msg { float: none; width: 100%; text-align: center; }
	.header .links { display: none; float: none; text-align: left; position: absolute; background: #fff; border: 1px solid #ddd; z-index: 9; }
	.tm_headerlinks_inner { display: block; cursor: pointer; padding: 9px 0; }
	.header .links { margin: 0; top: 40px; width: 140px; right: 0; }
	.header .links li { display: block; float: none; background: none; padding: 0px !important }
	.header .links li a { text-decoration: none; padding: 5px; display: block; }
	.header .tm_top_currency, .header .form-language { float: left; text-align: center; }
	.header .tm_top_currency, .header .form-language { width: 33.33%; margin: 0 1px 0 0px; position: relative; background: #545F61; top: 0px; padding: 0px; }
	.form-language .sbHolder, .tm_top_currency .sbHolder { border: none; padding: 0 0 0 0; background: #c7c7c7; float: none; }
	.form-language .sbHolder > a, .tm_top_currency .sbHolder > a { color: #fff; text-align: center; padding: 10px 0; top: 3px; }
	.header .sbToggle { background: url("../skin/frontend/templatemela/MAG100204/images/down1.png") no-repeat scroll center center; }
	.header .sbToggleOpen { background: url("../skin/frontend/templatemela/MAG100204/images/up1.png") no-repeat scroll center center; }
	.form-language .sbHolder .sbOptions, .tm_top_currency .sbHolder .sbOptions { width: 130px; left: 0; top: 40px !important; text-align: left; }
	.header-cart, .tm_headerlinkmenu { }
	.tm_headerlinkmenu { right: 25%; }
	.header .header-cart #panel { top: 38px; }
	.header_right { width: 100%; margin-top: 5px; }
	.block-cart.btn-slide { display: inline-block; }
	.header-cart {/*float:none; */
	margin-bottom: 15px; text-align: center; }

	/********** Header Setting *************/
	.products-list li .list-center { margin-top: 15px; }
	.col2-set .col-1, .col2-set .col-2, .box-account .col2-set .col-1 { width: 100%; }
	.box-account .col2-set .col-1 { padding-right: 0; border: none; margin-bottom: 15px; }
	.order-info-box .col-1 { margin-bottom: 15px; }
	.product-view .product-img-box { margin: 0 auto 20px; float: none; }
	.product-shop { width: 100% !important; }
	.header .form-language label, .header .tm_top_currency label { display: none !important; }
	.header .form-search button.button { height: 42px; }
	#super-table { clear: both; }
	#new-wishlist-table .add-to-cart-alt button.button span { width: auto !important; }
	.form-list li.wide textarea { width: 90%; }
	.form-list li.fields .name-firstname { margin-bottom: 10px; }
	.besttoll-title h1 { font-size: 27px; margin: 0px 0px 25px; }
	.besttool-desc { padding: 0px 25px; }
	.post-title { font-size: 14px; line-height: 18px; }
	.shop-now-block { font-size: 12px; line-height: 16px; width: 100%; padding: 0px; bottom: 5px; }
	.post-title { bottom: 21px; }
	.support-cms-block .support-cms-block-inner .left-support, .support-cms-block .support-cms-block-inner .middle-support, .support-cms-block .support-cms-block-inner .right-support { max-width: 100%; width: 49%; }
	.support-cms-block .support-cms-block-inner .support-main-title { font-size: 15px; }
	.support-cms-block .support-cms-block-inner .support-sub-title { font-size: 12px; line-height: 16px; }
	.tab-heading, .homepage-peoplesay .homepage-peoplesay-inner .peoplesay-title h3 { font-size: 25px; line-height: 30px; padding: 10px 0px; margin: 10px 0px; }
	.tabberlive .tabs { padding-bottom: 48px; margin-bottom: 20px; }
	.homepage-static-block .homepage-static-block-inner { float: none; overflow: hidden; padding: 10px 0px 30px; }
	.homepage-static-block .homepage-static-block-inner .left-block, .homepage-static-block .right-block { width: 100%; margin-top: 20px; }
	.homepage-peoplesay .homepage-peoplesay-inner #peoplesay .flexslider .slides .test-content { width: auto; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block { margin-bottom: 20px; float: left; width: 100%; padding: 7px 0px; margin-right: 0px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-image-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-image-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-image-block { float: left; margin-left: 20px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-block-content, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-block-content, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-block-content { width: 335px; }
	.footer-image-left { width: 160px; }
	.tm-about-text, .newsletter-block { margin: 0px; width: 65%; }
	.about-title { font-size: 16px; line-height: 22px; }
	.block-subscribe .input-box .input-validate-outer { width: 165px; }
	.block-subscribe input.input-text { width: 145px; }
	.footer-image-left img { max-width: 100%; }
	.footer-image-left { width: 30%; margin-right: 3%; }
	.block-subscribe .input-box .input-validate-outer { width: 56%; }
	.block-subscribe input.input-text { width: 90%; }
	.block-subscribe .actions button.button > span { margin-left: 10px; }
	.manufacture_products .customNavigation a.next { right: -5px; }
	.manufacture_products .customNavigation a.prev { left: -5px; }
	.shadow-right { right: -15px; }
	.shadow-left { left: -15px; }
	.header-center { width: 100%; }
	.header_left { width: 100%; }
	.header .welcome-msg { float: none; margin: 0; position: absolute; text-align: center; top: -25px; width: 100%; }
	.tm_headerlinkmenu { right: 5px; width: 100%; background: none; border: none; float: none; margin: 0px; position: relative; top: 55px; display: block; padding: 0px; }
	.tm_headerlinks_inner { padding: 0px; position: absolute; right: 0; width: 33.33%; }
	.header_left { margin: 5px 0px 0px; }
	.header .form-search button.button { border: none; }
	.blog-right { width: 52%; }
	.blog-left { width: 45%; margin-right: 3%; }
	.blog-outer .img img { width: 100%; }
	.header .header-cart #panel { }
	.list-right .button.btn-cart { clear: both; float: left; }
	.padder h5.mobile_togglemenu { width: 95.5%; }
	.footer-top-shadow-left, .footer-top-shadow-right { display: none; }
	.cart-table .product-name { text-align: center; }
	.products-list .special-price { margin-left: 5px; }
	.data-table thead th { padding: 7px 5px; }
	.data-table td { padding: 5px; }
	.header .form-search:hover button.button, .header .form-search input.input-text:focus + button.button { width: 46px; }
	.registered-users { margin-top: 10px; }
	.footer_newsletter .block { margin: 10px 0px 0px 0px; }
	.blog_main .product-carousel li.item:hover .image-hover-div { display: none; }
	.std p.image_hover { display: none; }
	.col-main-left .page-title h1, .col-main-left .category-head, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .customer-address-index
	.title-buttons .button { float: none; display: inline-block; margin: 0 auto !important; text-align: center; top: -123px; left: 0px; right: 0px; }
	.customer-address-index .title-buttons .button { top: -90px; }
	.breadcrumbs { float: none; margin-top: 20px; padding-bottom: 10px; text-align: center; width: 100%; }
	.column-left-breadcrumbs {/*background: none repeat scroll 0 0 #e3b377;*/
	display: block; height: auto; margin-bottom: 0px; overflow: hidden; min-height: 53px; }
	h3.product-name { text-align: left; float: left; }
	.box-up-sell h3.product-name { text-align: left; }
	.manufacturer_image { max-width: 100%; }
	.manufacture_products .customNavigation a { top: -3px; }
	.main-image-block { text-align: center; }
	.col-main-right .page-title h1, .col1-layout .page-title h1 { float: none; left: 0px; right: 0px; margin: 0 auto; top: -125px; text-align: center; }
	.cart .title-buttons .checkout-types { left: 0; margin: 0 auto; right: 0; }
	.cart .title-buttons .checkout-types li { text-align: center; float: none; margin-top: 15px; }
}
@media only screen and (max-width:640px) {
	.countForMobile { display: inline-block !important; position: absolute; background: #ff6347; padding: 4px; z-index: 100; margin: -15px 0px 0px 30px; border-radius: 30px; height: 15px; line-height: 1; width: 15px; border: 1px solid #fff; color: #fff; }
	#shopping-cart-table tbody tr td:first-child { height: 0; border: none !important; float: left; }
	#shopping-cart-table tbody tr, #shopping-cart-table tbody tr td, #checkout-review-table tbody tr, #checkout-review-table tbody tr td, #my-orders-table tbody tr, #my-orders-table tbody tr td, #multiship-addresses-table tbody tr, #multiship-addresses-table tbody tr td {  /* display: block; */
	text-align: left !important; border-top: none; border-bottom: none !important; }
	#shopping-cart-table a.product-image { display: block; float: left; margin: 5px 0 0; }
	.cart_mini_right { font-size: 0; width: 0; background: none; }
	.cart_mini_right .price { font-size: 0 !important; }
	#shopping-cart-table thead, #checkout-review-table thead, #my-orders-table thead, #multiship-addresses-table thead { display: none; }
	#shopping-cart-table tbody tr td, #checkout-review-table tbody tr td, #my-orders-table tbody tr td, #multiship-addresses-table tbody tr td { border-bottom: 1px solid #ededed !important; margin: 0; padding: 10px 0; width: 100%; }
	.about-title { font-size: 14px; line-height: 18px; margin: 0px; }
	.footer-image-left { margin-right: 2%; }
	.tm-about-text, .newsletter-block { width: 67%; }
	#shopping-cart-table tbody tr, #shopping-cart-table tbody tr td, #checkout-review-table tbody tr, #checkout-review-table tbody tr td, #my-orders-table tbody tr, #my-orders-table tbody tr td, #multiship-addresses-table tbody tr, #multiship-addresses-table tbody tr td {    /*display: block;*/

		/*text-align: center !important;*/
	border-top: none; }
	#shopping-cart-table

	/*tbody*/
	tr td, #checkout-review-table /*tbody*/ tr td, #my-orders-table  /*tbody*/ tr td, #multiship-addresses-table /*tbody*/ tr td { display: block; }
	.cart-table .btn-update, .cart-table .btn-empty { float: left; clear: both; margin: 5px 0px; width: 271px; }
	.block-subscribe .input-box .input-validate-outer { width: 60%; }
	.footer_center { padding: 7px 0 7px 10px; }
	.cart-table .btn-update { margin: 5px 0px 0px; }
	#shopping-cart-table  .btn-remove2 { margin: 0 auto; }
	#shopping-cart-table .item-options dt, #checkout-review-table .item-options dt, #my-orders-table .item-options dt, #multiship-addresses-table .item-options dt { float: none; margin: 0 auto; }
	#multiship-addresses-table .btn-remove2 { left: 0px; right: 0px; margin: 0 auto; }
	#shopping-cart-table  .btn-remove2 { margin: 0 auto; }
	.item-options dd { padding: 0px; }
	#shopping-cart-table a.product-image { border: none; }
	.multiple-checkout { display: inline-block; float: left; overflow: auto; width: 100%; }
	.responsive-menu #nav-mobile { width: 97.1%; }
	#checkout_multishipping_form button.button, #shipping_method_form button.button, #multishipping-billing-form button.button, .multiple-checkout button.button { float: left; clear: both; margin: 5px 0; }
	col { display: block; }
	.pager .pager_right .sort-by { float: left; clear: both; margin-top: 10px; }
	.pager .limiter { margin-left: 0px; }
	.blog-right { width: 56%; }
	.blog-left { width: 41%; margin-right: 3%; }
	.std p.image_hover { top: 30%; }
	.toggle .mobile_togglecolumn { width: 96%; }
	.padder h5.mobile_togglemenu { width: 94.5%; }
	.box-account .data-table { border-bottom: none; }
	.sales-order-history .pager { padding: 10px 0px; }
	.sales-order-history .pager .limiter { clear: both; float: left; margin-top: 10px; margin-right: 10px; }
	.sales-order-history .pager .pages { float: left; margin: 10px 0 0; }
	.send-friend .form-list .field { float: none; }
	.send-friend .form-list { width: 90%; }
	.send-friend .form-list li.wide .input-box { width: 100%; }
	#add_recipient_button { float: left; clear: both; }
	.pager .pages { float: left; margin: 0px; }
	.pager .limiter { float: left; margin-left: 10px; }

	/* 24-07-2015 Avi Vaisenberger */
	#checkout-review-table tbody tr { display: flex !important; }
	#checkout-review-table tbody td.a-right, #checkout-review-table tbody td.a-center { text-align: center !important; }
	.glc.gcheckout-onepage-wrap td.a-right.last { display: none !important; }
	.glc.gcheckout-onepage-wrap #checkout-review-table td { padding: 5px 0 5px 0 !important; border-color: transparent !important; }
	body.gomage-checkout-onepage-index tfoot td.a-right { float: left !important; }
	body.gomage-checkout-onepage-index tfoot td.a-right.last { float: right !important; margin: 5px 0 !important; }
	.glc .data-table tfoot td { float: left !important; }
	.glc .data-table { font-size: 13px; }
	.glc.gcheckout-onepage-wrap td.a-right { float: right; width: auto !important; line-height: 1; margin: 0px 0 0 0px !important; display: inline-block !important; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
	.form-list li.wide .input-box { width: 260px; }
	.form-list li.wide input.input-text { width: 250px; }
	.footer-image-left img { height: 85px; }
}

/* Landscape phones and down */
@media only screen and (max-width:479px) {
	.glc .form-list .fields .field+.field { margin-left: 0 !important; }
	.footer_newsletter { margin: 0px 15px; }
	.form-list .field, .form-list .input-box, .form-list li.wide .input-box { width: 100% !important; }
	.form-list input.input-text, .form-list li.wide textarea, .form-list select, .tm_responsive_row select, .product-view .box-tags .form-add input.input-text { width: 90% !important; }
	.checkout-progress { padding: 0 50px; }
	.checkout-progress li { width: 100%; margin: 0 0px 5px 0; }
	.tm_responsive_row label, .tm_responsive_row span { width: 100%; margin: 0 0px 5px 0; }
	.tm_responsive_row span .separator { display: none; }
	.gift-messages-form .item .details { margin-left: 0; margin-top: 15px; }
	.product-view .product-img-box { width: 271px; }
	.product-view .product-img-box .product-image img { width: 100%; }
	.email-addto-box .email-friend { float: none; margin-bottom: 8px; }
	.googlemap iframe { width: 100% !important; }
	.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { width: 100%; margin-bottom: 10px; }
	.my-wishlist textarea { width: 90% !important; }
	#my-tags-table td, #my-reviews-table td { display: block; }
	.additional-carousel .slider-item .product-block img { margin: 0 auto; text-align: center; display: block; }
	.product-view .product-shop .availability { float: none; text-align: left; }
	#product-review-table .nobr { white-space: normal !important; }
	#product-review-table td, .data-table thead th { padding: 5px 3px; }
	#product-review-table { margin: 10px 0; }
	.buttons-set .back-link { margin-bottom: 10px; margin-right: 10px; }
	.buttons-set button.button { float: left; margin-left: 0; }
	.pager .limiter { margin-bottom: 10px; }
	.pager .pager_right .sort-by { float: left; }
	.products-list li .list-right { width: auto; }
	.header .sbToggle { display: none; }
	.header .form-search { width: 312px; }
	.quick-access .form-search:hover input.input-text, .quick-access .form-search input.input-text:focus, .quick-access .form-search input.input-text, .quick-access .form-search input.input-text { width: 235px; }
	.header .form-search input.input-text { width: 254px !important; }
	.toolblock-item { width: 50%; }
	.support-cms-block .support-cms-block-inner .left-support, .support-cms-block .support-cms-block-inner .middle-support, .support-cms-block .support-cms-block-inner .right-support { border-right: medium none; max-width: 100%; width: 100%; }
	.third .toolblock-inner, .fourth .toolblock-inner { margin-top: 0px; }
	.post-title { font-size: 18px; bottom: 25px; }
	.shop-now-block { font-size: 14px; line-height: 20px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block { float: none; text-align: center; }
	.blog-left, .blog-right { width: 100%; margin: 0px; }
	.blog-right { margin-top: 15px; }
	.blog-right .date, .blog-right .blog_title, .blog-right .content, .blog-right .readmore a { padding-left: 0px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-image-block, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-image-block, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-image-block { float: none; margin: 0px; }
	.footer-image-left img { display: none; }
	ul.tabbernav { display: block; }
	ul.tabbernav li { width: 100%; padding: 0px 0px; margin: 1px 0px; }
	ul.tabbernav li a.selected, ul.tabbernav li a:hover { width: 100%; display: block; }
	ul.tabbernav li a { padding: 20px 0px; display: block; }
	ul.tabbernav { padding: 0px; }
	.homepage-static-block .homepage-static-block-inner .left-block .first-static-block .first-block-content, .homepage-static-block .homepage-static-block-inner .left-block .second-static-block .second-block-content, .homepage-static-block .homepage-static-block-inner .left-block .third-static-block .third-block-content { width: auto; padding: 0px 10px; }
	.footer-top-shadow-left, .footer-top-shadow-right { display: none; }
	#footer .mobile_togglemenu { width: 98%; }
	.footer_outer.container-width { margin: 0px; width: 100%; }
	.tm-about-text, .newsletter-block { float: none; text-align: center; width: 100%; margin: 0px; }
	.footer_newsletter .block .block-content { display: inline-block; margin-top: 8px; }
	.footer-image-left { background: url("../skin/frontend/templatemela/MAG100204/images/best-offer.png") no-repeat scroll center center #43a5d5; padding: 20px 0; width: 100%; }
	.about-title { font-size: 11px; line-height: 14px; }
	.footer { padding-top: 55px; }
	.block-subscribe .actions button.button > span { padding: 9px 18px; }
	.block-subscribe .input-box .input-validate-outer { width: 60%; }
	.payemnt_block li.last-child { margin-right: 0px; }
	.payemnt_block li { float: none; display: inline-block; }
	.footer-top-border { display: none; }
	.footer_top { padding-bottom: 15px; }
	.payemnt_block { margin: 0px; }
	.footer_outer.container-width { bottom: -73px; height: 113px; }
	#blog-carousel { padding-bottom: 50px; }
	.col-main-left .page-title h1, .col-main-left .category-head, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .customer-address-index .title-buttons .button { top: -135px; }
	.customer-address-index .title-buttons .button { top: -90px; }
	.toggle .mobile_togglecolumn { width: 94%; }
	.padder h5.mobile_togglemenu { width: 91%; }
	.checkout-cart-index .col1-layout .page-title h1 { top: -135px; }
	.cart .title-buttons .checkout-types { top: -45px; }
	.block-subscribe .input-box .input-validate-outer { margin-left: 2%; width: 64%; }
	.block-subscribe .actions { margin: 0 2% 0 0; width: 30%; }
	.breadcrumbs li { font-size: 12px; }
	.column-left-breadcrumbs { min-height: 53px; }
	.page-popup .link-print { clear: both; float: left; }
	.cart .title-buttons .checkout-types li { margin-top: 0px; }
	.my-wishlist .buttons-set button.button { clear: both; float: left; margin: 5px 0; }
	.product-review .product-details { float: left; margin-bottom: 20px; }
	.pager .limiter { margin-left: 0px; float: left; clear: both; margin-top: 10px; margin-bottom: 0px; }
	.pager .pages { float: left; margin: 0px; }
	.error-msg, .success-msg, .note-msg, .notice-msg { padding: 4px 4px 4px 30px !important; line-height: 14px; }
	.product-view .product-shop .data-table .price-box .price { float: left; clear: both; font-size: 13px; }
}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
@media only screen and (min-width:375px) and (max-width:479px) {
	.header .form-search {
		width: 290px !important;
	}
	 .header .form-search input.input-text {
		width: 232px !important;
	}
}
@media only screen and (min-width:320px) and (max-width:374px) {
	.header .form-search {
		width: 236px !important;
	}
	 .header .form-search input.input-text {
		width: 178px !important;
	}
}
@media only screen and (max-width:319px) {
	.header-cart .right_arrow { padding: 0; background: none; }
	.cart .discount .input-box { width: 100% !important; }
	#footer .block-subscribe input.input-text, .form-list textarea, .cart .discount input.input-text { width: 95%; }
	.checkout-progress { padding: 0 10px; }
	.opc .step { padding: 15px 15px; }
	.product-view .product-img-box, .product-view .product-img-box .product-image img { width: 100%; }
	.product-view .product-shop .add-to-links li { display: block; margin-bottom: 8px; }
	.product-view .product-shop .availability { float: none; text-align: left; }
	.my-wishlist .buttons-set button.button { margin: 5px 0; text-align: left; }
	#product-review-table thead { display: none; }
	.form-language .sbHolder, .tm_top_currency .sbHolder { float: none; text-align: center; padding: 0; }
	.form-language .sbHolder .sbToggle, .tm_top_currency .sbHolder .sbToggle { display: none; }
	.header .form-search { width: 200px; }
	.quick-access .form-search:hover input.input-text, .quick-access .form-search input.input-text:focus, .quick-access .form-search input.input-text, .quick-access .form-search input.input-text { width: 140px; }
	.besttoll-title h1 { font-size: 22px; }
	.besttool-desc { padding: 0px; }
	.toolblock-item { width: 100%; }
	.block-subscribe .actions button.button > span { margin-left: 4px; padding: 9px 10px; }
	.payemnt_block { padding: 0px; }
	.header .header-cart #panel { width: 175px; }
	.header .header-cart #panel { left: -17%; }
	.pager .limiter { float: left; margin-top: 10px; clear: both; margin-bottom: 0px; }
	.pager .pages { float: left; margin: 10px 0px 0px 0px; }
	.toggle .mobile_togglecolumn { width: 92%; }
	.padder h5.mobile_togglemenu { width: 89%; }
	.products-list .product-image > img { height: auto; width: 100%; }
	.button.btn-proceed-checkout.btn-checkout span { padding: 0px 10px; }
	.block-subscribe .input-box .input-validate-outer { margin-left: 2%; width: 56%; }
	.block-subscribe .actions { margin: 0 2% 0 0; width: 40%; }
	.block-subscribe input.input-text { width: 80%; margin: 0px; }
	.footer_newsletter .block .block-content { margin: 0px; }
	.footer_newsletter .block { margin: 5px 0px 0px; }
	.flex-direction-nav { display: none; }
	.block .block-title strong { font-size: 15px; }
	.products-list .add-to-links .separator { display: none; }
	.header .header-cart #panel .actions .viewcart-btn { margin-left: 0px; }
}

@media only screen and (max-width:240px) { }
@media only screen and (min-width:768px) {
	.footer_bottom ul.links { float: right; width: 33%; }
	address { margin-top: 21px; }
	div#right_desc { float: right; width: 210px; border: 1px solid #e7e7e7; padding: 10px; }
	#right_desc .price-box { position: relative; border-top: 1px solid #e7e7e7; }
	#right_desc .availability span { float: right; }
	#right_desc .price-box .old-price { float: right; }
	.catalog-product-view #right_desc .price.old-price::before { left: 0; position: absolute; }
	.catalog-product-view #right_desc .price.special-price::before { left: 0; letter-spacing: -0.5px; position: absolute; }
	.catalog-product-view .price.special-price { display: inline-block; text-align: right; width: 100%; }
	#right_desc .add-to-cart label { text-align: left; }
	#right_desc .product-options dd select { margin-top: 20px; width: 104%; }
	#right_desc .product-options p.required { position: absolute; right: 84px !important; top: 20px; }
}
@media only screen and (min-width:1756px) {
	#or { margin: 7px; }
}
@media only screen and (max-width:950px) {
	#drop_menu { width: 80%; }
	#or { font-size: 14px; }
}
@media only screen and (max-width:440px) {
	#or { margin-top: 6px; width: 8%; }
	#selectPartnum { width: 43%; margin-left:3%; }
	#selectModel { width: 43%; margin-right: 3%; }
}
@media only screen and (min-width:1240px) {
	.data-table tr.last td { padding: 15px 90px 10px 0; }
	.data-table tfoot tr.first td { padding: 0; }
}
@media (max-width:640px) {
	#checkout-review-table-wrapper { display: inline; }
	#checkout-review-table .product-name > a { font-size: 15px !important; }
	td.a-center.light-chechout-remove-td { width: 100px !important; }
	#checkout-review-table tr.first.last.odd td.a-right { min-width: 80px; }
	div#checkout-review-table-wrapper tfoot td.a-right { margin: 10px 2px 0px 2px !important; }
	.checkout-cart-index .data-table tr.last td { padding: 10px 0 0 0; border: none !important; }
	td.a-center.aCremove.last { width: auto !important; margin: -40px 0px 0 !important; right: 0; position: absolute; float: right !important; display: inline-block !important; }
	tbody a.product-image img { max-height: 40px; width: auto; padding: 3px !important; }
	.lightcheckout-discount-form label { margin: 15px 0 !important; }
	#checkout-review-table .first.last.odd > td, #checkout-review-table .a-right, #checkout-review-table .a-right.last { padding: 7px 0 !important; }
	#checkout-review-table .a-right > strong { font-size: 27px !important; }
	#checkout-review-table tfoot td { border: medium none !important; display: inline-table !important; }
	#checkout-review-table tfoot .a-right.last { float: right; width: 50%; }
	#checkout-review-table .a-right:first-child { text-align: left !important; width: 50%; }
	#checkout-review-table tbody .a-center.light-chechout-remove-td { padding-right: 0 !important; }
	.glc-step.address, .glc-step.methods, .glc-step.review { float: left !important; width: 100% !important; }
	#shopping-cart-totals-table td { text-align: left !important; }
	#shopping-cart-table > tbody > tr > td, #shopping-cart-table > thead > tr > th { max-width: 640px; }
	.cart .discount, .cart .shipping { padding-right: 0 !important; border-right: none; width: 295px; }
	.cart .shipping {        /*margin-top: -180px;*/ }
	.cartSign { height: 60px !important; width: 60px !important; }
}
@media all and (max-width:574px) {
	#shopping-cart-table > tbody > tr > .a-center { border: medium none !important; display: inline-block; float: left; width: 85px; }
	#shopping-cart-table tbody tr > td { border: none !important; }
	.cart-table .product-name { margin: 0 10px 5px 100px !important; font-weight: bold; font-size: 16px; }
	.aCqty:before { content: "QTY: "; font-weight: bold; }
	.a-center.aCqty { margin-right: 15px !important; }
	.a-center.aCedit { display: none !important; }
	.a-right.aRtax2 { display: none !important; }

}
@media only screen and (max-width:415px) {
	.aCremove a.btn-remove.btn-remove2 {  /* margin-top: 40px !important; */ }
	.glc .data-table tfoot { border-top: 1px solid #d9dde3; }
	.glc button.btn-checkout { display: none !important; }
	.glc button.btn-checkout { float: left !important; margin-left: 36px !important; }
	.glc-login-and-paypal #gcheckout-login-link { margin-right: 50px !important; }
}
@media screen and (max-width:540px) {
	.glc.gcheckout-onepage-wrap.not_deliverydate_mode { float: left !important; }
	.glc-login-and-paypal { margin-top: 0; }
}
@media only screen and (max-width:600px){
	.cart .totals .checkout-types {margin: 0 auto;width: 245px;}
}
#checkout-review-table .product-name > a { left: 2px; }
#checkout-review-table .nobr { margin-left: 0px; }

/* ========cloud-zoom============*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    
    margin:0px;    /* Set this to minus the border thickness. */
    background:url(../skin/frontend/templatemela/MAG100204/images/zoom_in.png);
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    
    position:absolute !important;
    background-color:#fff;
    color:#6a3212;
    padding:0px;
    width:0px;
	height:0px !important;
    text-align:center;
    font-weight:bold;
    font-size:0px;
	line-height:20px;
    top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
    border:2px solid #E3e3e3;
    overflow:hidden;
	margin-left:20px;
	 
}
/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}
.product-image .mousetrap {
    z-index:999 !important;
} 

/**
 * Lightbox
 */ 
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

#cboxOverlay{background:url(../skin/frontend/templatemela/MAG100204/images/megnor/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxContent{background:#fff; overflow:hidden; border:none;/*10px solid #333*/ padding:10px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:40px; /*10px above buttons*/ }
        #cboxTitle{position:absolute; bottom:17px;text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:17px; left:80px; color:#999999;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		
		#cboxPrevious,
		#cboxNext { position:absolute; background:url(../skin/frontend/templatemela/MAG100204/images/megnor/slider-arrows.png) no-repeat #ddd; width:30px; height:30px; text-indent:-9999px; }
		#cboxPrevious:hover,
		#cboxNext:hover { background-color:#333; }
        #cboxPrevious{bottom:10px; left:10px; background-position:-10px -10px;}
        #cboxPrevious:hover{background-position:-10px -60px;}
        #cboxNext{bottom:10px; left:40px; background-position:-60px -10px;}
        #cboxNext:hover{background-position:-60px -60px;}
		
        #cboxLoadingOverlay{background:url(../skin/frontend/templatemela/MAG100204/images/megnor/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../skin/frontend/templatemela/MAG100204/images/megnor/loading.gif) no-repeat center center;}
		
        #cboxClose{position:absolute; bottom:10px; right:10px; background:url(../skin/frontend/templatemela/MAG100204/images/megnor/close-button.png) -10px -10px no-repeat #ddd; width:30px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-10px -60px; background-color:#333;}

#cboxNext,
#cboxPrevious,
#cboxClose {
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.zoom-btn-small {
    background: url("../skin/frontend/templatemela/MAG100204/images/zoom.png") no-repeat scroll center center transparent;
    bottom: 0;
    color: #333333;
    font-size: 0;
    line-height: 2.6666em;
    width:40px;
	height:40px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('../skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.col-main .searchindex-highlight {
  background-color: #ff0;
}
 /*body { margin:0; padding:0; text-align:right; }*/
.israstyle { font-size: 11px !important; }
    .israstyle.loader { padding-bottom:30px; background:url(../skin/frontend/base/default/images/opc-ajax-loader.gif) no-repeat 50% 100%; }
	.messages { list-style:outside none none; margin:10px 0 0; overflow:hidden; padding:0; width:100%;	}
	.error-msg {
		margin: 0 0 10px !important;
		padding: 8px 32px 8px 8px !important;
		background-color: #faebe7;
		background-image: url(http://www.projectorlampsworld.com/skin/frontend/base/default/images/i_msg-error.gif);
		border-color: #f16048;
		color: #df280a;
		background-position: 99% 9px !important;
		background-repeat: no-repeat !important;
		border-radius: 3px;
		border-style: solid !important;
		border-width: 1px !important;
		font-family: arial;
		font-size: 12px !important;
		font-weight: bold !important;
		min-height: 24px !important;
	}
	
/*	
#tranzila_progress_bar { color:red; position:fixed; top:-490px!important; width:880px; z-index:1000000!important; }
#tranzila_progress_bar .text { background:#FFF; text-align:center; width:400px; left:0!important; position:absolute; top:0!important; z-index:999; border:1px solid #C4C8C7; margin:500px 190px 0; padding:25px; }
*/